Viewing profile — atefataya
atefataya
HN member- Joined
- Mon, Oct 10, 2022, 6:47 PM UTC
- HN karma
- 1
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About atefataya
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #47693752
[dead]
-
comment
Comment #47693719
Depwire gives AI coding assistants (Cursor, Claude Desktop, Verdent AI, Gemini Antigravity, any MCP client) a complete dependency graph of your codebase instead of making them scan…
- story
-
comment
Comment #47170693
Most AI coding tools only see the files you paste into the chat. They have no idea how your codebase is connected, what depends on what, what breaks if you change something. Depwir…
-
comment
Comment #47169322
Nice, we're clearly scratching the same itch from different angles. Pando executes deterministic refactors, Depwire (mine) :) maps the full dependency graph and serves it to AI too…
-
comment
Comment #47169296
Ha, great timing! Just checked out pando, interesting approach with CAD for code. Good luck with the launch!
-
story
Show HN: Depwire – Dependency graph and MCP tools so AI stops refactoring blind
Hey HN, If you use AI coding tools, you've hit this: you start a new chat, ask Claude or Cursor to refactor something, and it hallucinates an import. Or renames a function but miss…