DAG is used lot of places in the software, and i think there is really great way to use graphs to solve lots of problems,

like DAG are cool, they prevents us from getting stuck form loop, and finding and resolving things more efficiently!

like i used DAG when working with apache airflow, and now i recently was working/exploring AI agents to get more predictable and proper response, and i found lot of research paper using this, like recently i was watching astral’s talk on how they built uv on jane street, they are also using graphs to solve dependency

uv talk: https://youtu.be/gSKTfG1GXYQ?si=RE4gI9AgzUTXZlrg

AI Agent Framework using DAG: https://github.com/Extensible-AI/DAGent