Show HN: Vet – Prevent coding agents from making mistakes
andrewlak
16 points
4 comments
March 05, 2026
Related Discussions
Found 5 related stories in 50.1ms across 3,471 title embeddings via pgvector HNSW
- Show HN: ProofShot – Give AI coding agents eyes to verify the UI they build jberthom · 127 pts · March 24, 2026 · 54% similar
- Show HN: Adentris (YC P25) – Find mistakes in your medical records digitaltzar · 11 pts · April 02, 2026 · 53% similar
- Show HN: Revise – An AI Editor for Documents artursapek · 64 pts · March 22, 2026 · 53% similar
- Show HN: Cerno – CAPTCHA that targets LLM reasoning, not human biology plawlost · 12 pts · March 31, 2026 · 52% similar
- Launch HN: Sentrial (YC W26) – Catch AI agent failures before your users do anayrshukla · 27 pts · March 11, 2026 · 51% similar
Discussion Highlights (3 comments)
andrewlak
Hey HN, I built Vet. It's an Open Source code review tool, designed to work well with coding agents. Coding agents frequently fail in subtle ways. They claim tests passed without running them, swap in fake data when they are unable to access resources, and silently half-implement features rather than admitting they are stuck. Vet runs in the loop with your agent, reviewing conversation history alongside code changes to verify that what the agent did matches what you asked for. It catches logic errors, unhandled edge cases, and deviations from your stated goals. It reviews full PRs too. No accounts, new subscriptions, or telemetry. Just bring your existing API keys and try it out! Happy to answer questions!
bfogelman
We’re running both vet and codex on all PRs to do code review and have found they compliment each other well. Vet often catches issues that codex does not!
zplizzi
i'm excited to try this - i'm finding that often when claude struggles with something i asked for, it'll often just quietly modify the tests to avoid having to actually solve the problem. which is especially annoying if i left it alone for a while hoping to come back to my problem being solved, and it actually just took a shortcut and quit. i'm hoping vet help can help provide some discipline lol.