We built Agint so PMs and engineers can design and edit software as a graph — architecture first — iterate with fast visual feedback, then generate deployable code from it when it’s ready.
We presented underlying approach at NeurIPS (Deep Learning for Codegen) as an Agentic Graph Compiler:
The graph (structure + types + semantic annotations) is the source of truth, and code is a compilation/export target.
Paper: Agentic Graph Compilation for Software Engineering Agents:
https://arxiv.org/abs/2511.19635
Live Demo:
(The demo runs in sandbox mode -- no real external tools/data sources wired yet. It creates repos @ github.com/AgintHub)
CLI:
https://github.com/AgintAI/agint-cli
How it works:
Type in the chat to modify the graph (or use the “+” menu for specific actions).
1) Create/Compose: (chat + live graph feedback) design and modify algorithmic flow + schema graphs:
Add, remove, split, merge, and rename steps, via chat
"Fetch stock data from the NYSE and NASDAQ"
"Also include the Toronto Stock Exchange"
"Add the LSE as well"
2) Refine/Upgrade (engineering-facing, GUI + CLI / git-friendly graph edits):
Add types, semantic annotations, restructure, reorganize nodes, transform, execute, and test behavior
"Break the combine step into storage, normalization, and repartitioning" On the CLI it can look like:
dagify refine workflow.yaml \
"add protocol-level details, latencies, and datacenter info for each feed" --intelligence 5
dagify resolve workflow.yaml --yaml-display --ascii
3) Save/Load/Export:
“Save” exports the graph into ordinary code, pipelines, tool calls, and APIs that can be owned and deployed like any other system.
The graph is an executable artifact, not just documentation.
Targets include native Python today, plus exports to frameworks like CrewAI/LangGraph.Example output repo: https://github.com/AgintHub/dreamy-mirzakhani/blob/agint/out...
Would love reactions and feedback — I’ll be around to answer questions.
Thanks, Abhi
Abhi@AgintAI.com
ritwikpavan15•1h ago