Hacker News · item history
Show HN: ThoughtDAG – An editable context graph for LLM conversations
4
first seen points
136
peak points
136
latest points
48
observations
Posted on X
- ThoughtDAG lets you edit the context graph of an LLM conversation — not just the prompt history, but the dependency structure of what the model is reasoning over. Useful when you need to prune a bad branch without restarting from scratch.
- Every AI conversation tool is designed like chat because chat is easy to build. ThoughtDAG ships an editable context graph instead. The bottleneck in serious AI work isn't getting an answer. It's managing what the model knows across 40 turns when the context actually matters.