Reasoner-Executor-Synthesizer: Scalable Agentic Architecture with Static O(1) Context Window
arXiv cs.AI / 3/25/2026
💬 OpinionDeveloper Stack & InfrastructureIdeas & Deep AnalysisModels & Research
Key Points
- The paper introduces the Reasoner-Executor-Synthesizer (RES) architecture to improve LLM agent deployments that traditionally rely on RAG and therefore suffer from hallucination risk and linear token costs as datasets grow.
- RES separates the workflow into three layers: a Reasoner for intent parsing, an Executor that performs deterministic retrieval/aggregation using zero LLM tokens, and a Synthesizer that generates narrative output from fixed-size statistical summaries.
- The authors claim and formally prove RES achieves O(1) token complexity with respect to dataset size by ensuring the LLM context remains fixed-size and never receives raw records.
- Experiments on ScholarSearch (backed by the Crossref API with 130M+ articles) show mean token cost stays constant (1,574 tokens) across benchmarks even when dataset size varies dramatically.
- By construction, the approach aims to eliminate data hallucinations because the LLM is prevented from seeing unprocessed raw metadata and only receives aggregated summaries.
Related Articles
Build a WhatsApp AI Assistant Using Laravel, Twilio and OpenAI
Dev.to
Santa Augmentcode Intent Ep.6
Dev.to

Your Agent Hired Another Agent. The Output Was Garbage. The Money's Gone.
Dev.to
Anthropic shut down the Claude OAuth workaround. Here's the cheapest alternative in 2026.
Dev.to
ClawRouter vs TeamoRouter: one requires a crypto wallet, one doesn't
Dev.to