TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Suspicious – Catching bugs in code with AI, fully local CLI app

2 pointsby videlovover 2 years ago

1 comment

videlovover 2 years ago
Hey HN! Last week I saw this thread &#x27;AI found a bug in my code&#x27; (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33632610" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;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 &#x2F; code (this is why I&#x27;m sharing it)! I would love to hear if it detects anything interesting for you.<p>Here&#x27;s a demo output: <a href="https:&#x2F;&#x2F;sturdy-dev.github.io&#x2F;suspicious&#x2F;demos&#x2F;cli_py&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sturdy-dev.github.io&#x2F;suspicious&#x2F;demos&#x2F;cli_py&#x2F;</a> (more in the README.md)