Can brain structure guide how we design intelligent agents?
Does mapping agent capabilities onto human brain functions provide a useful organizing framework for understanding and comparing different agent architectures? This matters because agents need a shared vocabulary to advance beyond one-off designs.
As agents proliferate, their design, evaluation, and improvement become multifaceted enough to need an organizing frame. This survey proposes one: situate intelligent agents within a modular, brain-inspired architecture that integrates cognitive science, neuroscience, and computation. It systematically maps an agent's cognitive, perceptual, and operational modules onto analogous human brain functionalities — elucidating core components like memory, world modeling, reward processing, and emotion-like systems — and then treats self-enhancement and adaptive evolution (AutoML, LLM-driven optimization) as the dynamic layer on top.
The value of the brain-inspired decomposition is analytical: each module fails and improves through different levers, and a shared vocabulary lets the field compare architectures rather than re-derive them per system. It is a framing contribution, not an empirical result — its strongest claim is that human cognitive architecture is a productive template for organizing agent capabilities, and that LLMs can serve simultaneously as reasoning entities and as autonomous optimizers of their own modules.
This is the macro-frame above the vault's specific agent-architecture notes. It complements How do model capabilities differ from harness infrastructure in agents? (a control-layer decomposition) with a cognitive-layer decomposition, and it shares the convergent intuition behind Can brain memory systems explain how LLMs should store knowledge? that brain structure is a useful map for agent memory.
A second survey converges on the same decomposition ("Fundamentals of Building Autonomous LLM Agents", https://arxiv.org/abs/2510.09244). Independently, this review settles on a four-system decomposition that maps onto the same cognitive frame: a perception system (turn environmental percepts into representations), a reasoning system (plan, adapt to feedback, evaluate actions via CoT/ToT), a memory system (short- and long-term), and an execution system (translate decisions into actions) — "software bots that mimic human cognitive processes." The convergence of two independent surveys on a perception/reasoning/memory/execution decomposition strengthens the claim that it is the field's de facto reference architecture. It also names where the architecture still fails: agents lack environment-specific experience (and teaching it via fine-tuning is costly, worse for closed models), struggle to emit precise actions in the real world or GUIs, and have visual perception that is "not yet as robust as required" — the same execution/grounding and perception gaps the GUI-agent cluster documents.
Inquiring lines that use this note as a source 1
This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.
Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
How do model capabilities differ from harness infrastructure in agents?
What distinct layers make up an agentic system, and how do failures in each layer differ? Understanding this decomposition helps pinpoint whether problems stem from the model, the infrastructure, or the agent's own code.
a control-layer decomposition; this is the cognitive-layer counterpart
-
Can brain memory systems explain how LLMs should store knowledge?
This explores whether the brain's three-tier memory architecture—neocortex, hippocampus, and prefrontal cortex—maps onto transformer weights, external knowledge stores, and agentic state. Understanding this mapping could reveal which AI memory problems each tier solves and which it cannot.
shares the brain-as-template approach for one module (memory)
-
Has memory architecture replaced parameter count as the scaling frontier?
Late-2025 research suggests the field's next major efficiency gains come from restructuring how models store and use experience rather than simply making them larger. Three convergent signals point to this shift.
sibling survey-level taxonomy of the memory module
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Advances and Challenges in Foundation Agents: From Brain-Inspired Intelligence to Evolutionary, Collaborative, and Safe Systems
- Eliciting Reasoning in Language Models with Cognitive Tools
- Virtuous Machines: Towards Artificial General Science
- The AI Hippocampus: How Far are We From Human Memory?
- Medical Reasoning in the Era of LLMs: A Systematic Review of Enhancement Techniques and Applications
- Rethinking Memory as Continuously Evolving Connectivity
- Building Cooperative Embodied Agents Modularly with Large Language Models
- AI Agents vs. Agentic AI: A Conceptual Taxonomy, Applications and Challenges
Original note title
a brain-inspired modular decomposition is the unifying architecture proposed for foundation agents — mapping memory world-model reward and emotion onto brain functions