Learn Like Humans: Use Meta-cognitive Reflection for Efficient Self-Improvement
Xinmeng Hou, Peiliang Gong, Bohao Qu, Wuqi Wang, Qing Guo, Yang Liu
TL;DR
The paper addresses the inefficiency of traditional self-improving agents that rely on fixed prompts and costly multi-turn recurrences. It introduces Metacognitive Agent Reflective Self-improvement (MARS), a three-phase, single-cycle framework that blends principle-based (error avoidance) and procedural (step-by-step strategy) reflection, producing optimized prompts via structured failure analysis and weighted synthesis. The approach yields targeted prompt enhancements—concise, reasoning, and their combination—applied through a category-aware hybrid strategy, achieving superior results across six benchmarks with significantly reduced computational overhead compared to recursive baselines. This work demonstrates that human-inspired metacognition can enable efficient, scalable self-improvement for LLM-driven agents, with strong practical implications for deploying capable autonomous systems at lower cost, while leaving room for extending the taxonomy and iterative use in future work.
Abstract
While Large Language Models (LLMs) enable complex autonomous behavior, current agents remain constrained by static, human-designed prompts that limit adaptability. Existing self-improving frameworks attempt to bridge this gap but typically rely on inefficient, multi-turn recursive loops that incur high computational costs. To address this, we propose Metacognitive Agent Reflective Self-improvement (MARS), a framework that achieves efficient self-evolution within a single recurrence cycle. Inspired by educational psychology, MARS mimics human learning by integrating principle-based reflection (abstracting normative rules to avoid errors) and procedural reflection (deriving step-by-step strategies for success). By synthesizing these insights into optimized instructions, MARS allows agents to systematically refine their reasoning logic without continuous online feedback. Extensive experiments on six benchmarks demonstrate that MARS outperforms state-of-the-art self-evolving systems while significantly reducing computational overhead.
