The Cartesian Cut in Agentic AI

๐Ÿ“… 2026-04-08
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

189K/year
๐Ÿค– AI Summary
This work addresses the inherent tension among autonomy, robustness, and governability in large language model (LLM)-driven agents. To reconcile these competing demands, the authors propose the โ€œCartesian Agentโ€ architecture, which explicitly decouples control states from policy through a symbolic interface, thereby coupling the predictive capabilities of LLMs with an engineered runtime system. The framework incorporates hierarchical feedback loops and runtime intervention mechanisms, and formally distinguishes three control paradigms: bounded services, Cartesian agents, and integrated agents, highlighting how the locus of control critically influences system performance. Experimental results demonstrate that the Cartesian architecture offers significant advantages in modularity, governability, and startup efficiency, while also revealing limitations related to sensitivity and potential bottlenecks.

Technology Category

Application Category

๐Ÿ“ Abstract
LLMs gain competence by predicting words in human text, which often reflects how people perform tasks. Consequently, coupling an LLM to an engineered runtime turns prediction into control: outputs trigger interventions that enact goal-oriented behavior. We argue that a central design lever is where control resides in these systems. Brains embed prediction within layered feedback controllers calibrated by the consequences of action. By contrast, LLM agents implement Cartesian agency: a learned core coupled to an engineered runtime via a symbolic interface that externalizes control state and policies. The split enables bootstrapping, modularity, and governance, but can induce sensitivity and bottlenecks. We outline bounded services, Cartesian agents, and integrated agents as contrasting approaches to control that trade off autonomy, robustness, and oversight.
Problem

Research questions and friction points this paper is trying to address.

Cartesian agency
control architecture
LLM agents
symbolic interface
autonomy-robustness tradeoff
Innovation

Methods, ideas, or system contributions that make the work stand out.

Cartesian agency
symbolic interface
control architecture
modularity
LLM agents