LocalCode Optimizer (The Sniffer)

An AI-powered interactive code reviewer and complexity analyzer for VS Code

Lifecycle
Video

The Sniffer is a VS Code extension that acts as an interactive code reviewer for Python, providing educational feedback on performance bottlenecks and architectural patterns. It features real-time Big-O complexity annotations using AST analysis and employs a dual-engine architecture with local fallback support to ensure reliability.

Details
Built with
Gemini Omni FlashNEWKimi K2
Strong

The source explicitly names a specific model that was verified and added to the registry.

source explicitly credits gemini-2.5-flash (README says 'primary ADK agent process configured to use gemini-2.5-flash'); qwen2.5-coder:0.5b (README instructions include 'ollama pull qwen2.5-coder:0.5b')

Posted by
Tyler@TheJudge26
We haven't verified this person made this build — attribution is our best guess from public sources.
Discovered
Discovered onX
Source date
Published on X Jul 8, 2026
Listed
Added to Dropday 3h ago
Evidence
Strong

The repository contains a complete codebase for both the Python backend and TypeScript extension, along with a linked video demo and a project writeup.