5 ms·
Why are you building your own DAG system instead of just using LangGraph? You could cut complexity and focus on what actually matters : the claims, evidence t
by pjmalandrino 5mo ago
Why are you building your own DAG system instead of just
using LangGraph? You could cut complexity and focus on what
actually matters : the claims, evidence tiers, conflict detection.
Also, embedding claims in the Chain of Thought instead of
post-processing them might force rigor earlier in the pipeline.
(Assuming the zero-deps constraint isn't a blocker?)