AI RESEARCH
Reasoner-Executor-Synthesizer: Scalable Agentic Architecture with Static O(1) Context Window
arXiv CS.AI
•
ArXi:2603.22367v1 Announce Type: cross Large Language Models (LLMs) deployed as autonomous agents commonly use Retrieval-Augmented Generation (RAG), feeding retrieved documents into the context window, which creates two problems: the risk of hallucination grows with context length, and token cost scales linearly with dataset size. We propose the Reasoner-Executor-Synthesizer (RES) architecture, a three-layer design that strictly separates intent parsing (Reasoner), deterministic data retrieval and aggregation (Executor), and narrative generation (Synthesizer.