Stop squashing your commits. You're squashing your AI too
2 points by jannesblobel 7h ago 7 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
Show HN: Hound – AI agents that find deep logic bugs in codebases
1 berndtzl 2 8/26/2025, 12:33:18 PM github.com ↗
Hi HN, I'm the creator of Hound, an open-source tool that uses AI agents to hunt for deep logic bugs in codebases. It works by building knowledge graphs of the code, spawning agent teams to generate and refine hypotheses, and simulating expert auditing processes. In tests, it replicated 10/30 findings from a real audit contest. It's language-agnostic and runs locally via CLI.
More details and examples in my blog post:
https://muellerberndt.medium.com/unleashing-the-hound-how-ai...
Excited to hear what you think!
Use AI to generate code --- which is most likely flawed --- and then use this AI tool to fix it.
End result --- coder in a box.