← Latest papers
💬 NLP

TodoEvolve: Learning to Architect Agent Planning Systems

TodoEvolve introduces a meta-planning paradigm that uses a modular design space called PlanFactory and a novel reinforcement learning objective (IGPO) to autonomously synthesize and dynamically refine task-specific planning architectures that outperform hand-crafted systems.

Original authors: Jiaxi Liu, Yanzuo Jiang, Guibin Zhang, Zihan Zhang, Heng Chang, Zhenfei Yin, Qibing Ren, Junchi Yan

Published 2026-02-10
📖 3 min read☕ Coffee break read

Original authors: Jiaxi Liu, Yanzuo Jiang, Guibin Zhang, Zihan Zhang, Heng Chang, Zhenfei Yin, Qibing Ren, Junchi Yan

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Problem: The "One-Size-Fits-All" Suit Dilemma

Imagine you are hiring a personal assistant to help you with your life.

Most current AI "agents" are like assistants who only know how to follow one specific type of instruction manual. If you ask them to organize a simple grocery list, they use a linear manual (Step 1, Step 2, Step 3). If you ask them to plan a massive, multi-city wedding, they try to use that same grocery list manual. They get overwhelmed, lose track of details, or try to do everything in a straight line when they should be multitasking.

In the AI world, we call these "fixed planning structures." They are rigid. They don't change whether the task is as simple as "check the weather" or as complex as "write a software program."

The Solution: TodoEvolve (The "Master Architect" Assistant)

The researchers created TodoEvolve. Instead of just giving the AI a manual, they gave the AI the ability to design its own manual every time you give it a new task.

Think of TodoEvolve not as the assistant, but as the Master Architect who sits behind the assistant. Before the assistant starts working, the Architect looks at your request and says: "Wait, this isn't a simple task. For this, we don't need a checklist; we need a complex web of interconnected teams working in parallel."

How It Works: The Four Pillars of Design

To build these custom "manuals," TodoEvolve uses four specific design tools (which they call the PlanFactory):

  1. Topology (The Blueprint): Should the plan be a straight line (like a recipe), a tree (like a family tree), or a complex web (like a spiderweb)?
  2. Initialization (The Setup): How do we write the first draft of this plan?
  3. Adaptation (The Pivot): If something goes wrong (e.g., a website is down), how does the plan change on the fly?
  4. Navigation (The Steering): How does the assistant actually move from one step to the next?

The Secret Sauce: IGPO (The "Efficiency Coach")

How did they teach the AI to be such a good architect? They used a training method called IGPO (Impedance-Guided Preference Optimization).

Imagine you are training a chef. You don't just tell them, "Make a good meal." You tell them, "Make a meal that tastes amazing, but don't waste any ingredients, don't use ten pans if one will do, and don't take three hours if you can do it in thirty minutes."

The researchers rewarded the AI not just for getting the right answer, but for getting it efficiently. They penalized "Cognitive Impedance"—which is a fancy way of saying "wasted brainpower and wasted time." This taught the AI to avoid being "too bureaucratic" (making a plan so complex it becomes a headache) or "too lazy" (making a plan so simple it fails).

Why This Matters (The Results)

When they tested this "Master Architect" approach, the results were huge:

  • It’s Smarter: It significantly outperformed existing AI assistants on difficult real-world tests.
  • It’s Versatile: It works whether the "worker" is a small, cheap AI or a massive, expensive one (like GPT-5). It’s like a manager who can lead a group of interns just as effectively as a group of CEOs.
  • It’s Efficient: It doesn't just get the job done; it finds the "sweet spot" between being thorough and being fast.

Summary in a Nutshell

Old AI: An assistant with one rigid instruction manual for every job.
TodoEvolve: An architect who builds a custom, perfect workflow for every specific problem you throw at it.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →