qbacode

↗ HN profile [ 126 ms ] full profile
Karma
0
Created
()
Submissions
234
  1. 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…

  2. 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) -…