#Agentic AI
2 articles — newest first.
- 7 min read
How I Run Agents Off a React Flow Canvas, Not a Diagram
On IntegrateX, the React Flow graph a PM drags is the exact spec the runtime executes — typed nodes and ports make it a debuggable agent orchestration layer.
- 8 min read
How I Compile a React Flow Graph So It Actually Runs
On IntegrateX a React Flow canvas stayed inert until I compiled it: a dependency map, a topological sort into a runnable plan, and cycle detection before it runs.