Avouch: Local, Git-Aware Python Code Reviewer Without LLMs
JeremyCMorgan · x · 2026-08-22
Avouch is a Python code reviewer designed to avoid overengineering. It leverages Git awareness to run AST rules exclusively against files changed in the next commit, preventing noise from untouched legacy code. The tool runs entirely locally without network, daemons, or LLMs, completing checks in seconds before git push, aiming to replace costly and slow AI code review services.
More from coding & agent
- Before building high-stakes AI systems: tell the LLM not to build anything — aryanXmahajan · 2026-08-22
- AI Refactoring Risks: Accidentally Deleting Valuable Technical Debt — sebpaquet · 2026-08-22
- MiniMax M3 ran overnight and found a TypeScript compiler crash—fuzzing first, then static analysis — DanielLockyer · 2026-08-22
- 10 Claude Code Steering Mechanisms That Stop Agents From Ignoring Instructions — bibryam · 2026-08-22
- DeepMind's Aletheia Agent Solves Math Conjectures via Self-Verification — thisguyknowsai · 2026-08-22
- Designing the Backend for Agent Systems: API, Queues, and Cost Control — kmeanskaran · 2026-08-22