qbacode
- Karma
- 0
- Created
- ()
- Submissions
- 234
-
We had an AI agent rename a field in one service last week. Three other services broke in production. Nobody caught it in review because the dependencies aren't in the code, they're in someone's head. My company is…
- Show HN: Paradigm – Interactive Visualizer for Codebases (useparadigm.app)
Hi HN — we built Paradigm: a tool that turns a Python repo into an interactive visualization where you can click any node/edge and jump straight to the exact source. It generates: - Call graphs (what calls what) -…