Papers › Agint: Agentic Graph Compilation for Software Engineering Agents

Agint: Agentic Graph Compilation for Software Engineering Agents

24 Nov 2025NeurIPSarXiv:2511.19635added by Syntology

Abhi Chivukula, Jay Somasundaram, Vijay Somasundaram

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

LLM-based coding agents are increasingly common but still face challenges in context management, latency, reliability, reproducibility, and scalability. We present Agint, an agentic graph compiler, interpreter, and runtime that incrementally and hierarchically converts natural-language instructions into typed, effect-aware code DAGs. Agint introduces explicit type floors (text to data to spec to code) grounded in semantic graph transformations and a hybrid LLM and function-based JIT runtime. This enables dynamic graph refinement, reproducible and optimizable execution, speculative evaluation, and interoperability with existing developer tools. Agint's typed graph bindings improve reliability and allow concurrent composition of concurrent codebases by construction, supporting accelerated development with smaller and faster models, lower latency, efficient context utilization, and higher throughput. Hierarchical compilation allows scalable graph edits, while the graph structure supports reproducibility and efficient parallel generation. Agint provides a composable unix-style toolchain: dagify (DAG compiler), dagent (hybrid JIT runtime), schemagin (schema generator), and datagin (data transformer) for realtime, low-latency code and dataflow creation. Human developers and coding agents refine graphs through the Agint CLI, while non-technical users use Agint Flow GUI for visual editing, conversational refinement, and debugging to promote prototype agentic workflows to production code. This continuous co-creation model allows teams to prototype quickly, refine seamlessly, and deploy reliably, bridging natural language, compiler methods, and developer tooling to enable a new generation of composable, team-centric coding agents at scale.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2511.19635")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AgintHub/nifty-wilson found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from AgintHub/nifty-wilson. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

allocate_resources AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/allocate_resources.py found in paper text by Syntology unverified no licence file found · pointer only · 1fb88277b9afa355 · report
create_vocabulary AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/create_vocabulary.py found in paper text by Syntology unverified no licence file found · pointer only · 9dba977fb437a8af · report
define_core_trading_philosophy AgintHub/nifty-wilson/outputs/dagify/build_jane_street/code/define_core_trading_philosophy.py found in paper text by Syntology unverified no licence file found · pointer only · 8bd4458bcb467a91 · report
define_model_architecture AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/define_model_architecture.py found in paper text by Syntology unverified no licence file found · pointer only · 5df22a47a8759b0a · report
evaluate_model AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/evaluate_model.py found in paper text by Syntology unverified no licence file found · pointer only · 4f3f15762881b44c · report
fine_tune_model AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/fine_tune_model.py found in paper text by Syntology unverified no licence file found · pointer only · 287b9e16a2b4cf3a · report
initialize_model_weights AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/initialize_model_weights.py found in paper text by Syntology unverified no licence file found · pointer only · a40a440de9841f5c · report
load_configuration AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/load_configuration.py found in paper text by Syntology unverified no licence file found · pointer only · 0e3510f90b73c5a6 · report
prepare_training_data AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/prepare_training_data.py found in paper text by Syntology unverified no licence file found · pointer only · 4e63e0fb6e7200b0 · report
setup_environment AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/setup_environment.py found in paper text by Syntology unverified no licence file found · pointer only · e16a0e38c43a7ae3 · report
split_data AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/split_data.py found in paper text by Syntology unverified no licence file found · pointer only · 88827d606930eb54 · report
tokenize_data AgintHub/nifty-wilson/outputs/dagify/train_large_language_model/code/tokenize_data.py found in paper text by Syntology unverified no licence file found · pointer only · e6eb857d2fdd36c7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2511.19635, was issued in November 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections