LLM-as-Code: Agentic Programming for Agent Harness
KDD’26 Workshop on Agentic Software Engineering (AgenticSE), 2026
Agentic Programming inverts the usual agent design: the program governs all control flow and the LLM is an adaptive component invoked only where reasoning is needed, so token explosion and control-flow hallucination become architecturally impossible rather than prompt-tuned away.
Paper: arXiv:2606.15874 Code: Fzkuji/OpenProgram
