Managing the Stochastic: Foundations of Learning in Neuro-Symbolic Systems for Software Engineering
Matthew Thompson
TL;DR
This work formalizes a Dual-State Architecture that separates deterministic workflow control from stochastic LLM content generation by coupling generation with deterministic verification in Atomic Action Pairs governed by Guard Functions. By modeling the environment as an append-only versioned repository and projecting generation outcomes onto a finite workflow state, the framework enables reliable code generation using smaller, locally deployed models. Theoretical guarantees on convergence and finite planning complexity are coupled with experimental validation across 13 models and multiple tasks, showing up to 66 percentage point improvements at modest computational overhead. The approach reframes AI safety as a systemic property of architecture rather than an intrinsic model constraint, offering practical pathways for iterative refinement, online/offline learning, and standardized control benchmarks.
Abstract
Current approaches to AI coding agents appear to blur the lines between the Large Language Model (LLM) and the agent itself, asking the LLM to make decisions best left to deterministic processes. This leads to systems prone to stochastic failures such as gaming unit tests or hallucinating syntax. Drawing on established software engineering practices that provide deterministic frameworks for managing unpredictable processes, this paper proposes setting the control boundary such that the LLM is treated as a component of the environment environment -- preserving its creative stochasticity -- rather than the decision-making agent. A \textbf{Dual-State Architecture} is formalized, separating workflow state (deterministic control flow) from environment state (stochastic generation). \textbf{Atomic Action Pairs} couple generation with verification as indivisible transactions, where \textbf{Guard Functions} act as sensing actions that project probabilistic outputs onto observable workflow state. The framework is validated on three code generation tasks across 13 LLMs (1.3B--15B parameters). For qualified instruction-following models, task success rates improved by up to 66 percentage points at 1.2--2.1$\times$ baseline computational cost. The results suggest that architectural constraints can substitute for parameter scale in achieving reliable code generation.
