Code Scans
geoffbp
14 points
4 comments
September 18, 2026
Related Discussions
Found 5 related stories in 89.2ms across 7,105 title embeddings via pgvector HNSW
- Show HN: Sentinel – open-source QA agent that reads your code before it clicks asenna · 15 pts · July 16, 2026 · 56% similar
- Towards Self-Driving Codebases wilhelmklopp · 109 pts · September 17, 2026 · 52% similar
- Do you still read the code? wofo · 11 pts · September 15, 2026 · 51% similar
- Codex Security bakigul · 446 pts · July 28, 2026 · 50% similar
- AI Cameras on Garbage Trucks to Scan Properties for Code Violations deadonarrival · 18 pts · July 10, 2026 · 49% similar
Discussion Highlights (2 comments)
v3ss0n
just another prompt right?
akersten
Their sample prompt takes me back a year or two: > Find unused code in our web app. Exclude generated files and test fixtures, and check for indirect references before recommending a removal. If I "/goal remove unused code" in Claude today, I would not even think to specify "check for indirect references" and "don't consider generated code dead code," those sorts of intuitions have been "built in" to the frontier models for a while now. So I'm pretty confused by this, what does it do that I can't with an agent swarm?