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!

Comments (2)

jqpabc123 · 2h ago
I think this is the "Holy Grail" of software development.

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.

max9981453 · 1h ago
Good work