Hey HN!
Last week I saw this thread 'AI found a bug in my code' (<a href="https://news.ycombinator.com/item?id=33632610" rel="nofollow">https://news.ycombinator.com/item?id=33632610</a>) which I thought was pretty cool.<p>I was inspired and wanted to play around with the idea, both for learning and also to try it on my code, so I built my own implementation of it (I could not find the sources from the OP).<p>It was important for me to make it as a local and privacy respecting app (i.e. running locally), which placed some constraints on the model size I could use, but the results are looking promising.<p>Feel free to play around with the tool / code (this is why I'm sharing it)! I would love to hear if it detects anything interesting for you.<p>Here's a demo output: <a href="https://sturdy-dev.github.io/suspicious/demos/cli_py/" rel="nofollow">https://sturdy-dev.github.io/suspicious/demos/cli_py/</a> (more in the README.md)