Live data from Hacker News

Viewing profile — atefataya

atefataya

HN member
Joined
Mon, Oct 10, 2022, 6:47 PM UTC
HN karma
1
Public activity
11 items

About atefataya

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
  6. 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…

  7. story
  8. 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…

  9. 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…

  10. comment
    Comment #47169296

    Ha, great timing! Just checked out pando, interesting approach with CAD for code. Good luck with the launch!

  11. 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…