← Latest papers
🤖 AI

In-Context Prompting Obsoletes Agent Orchestration for Procedural Tasks

This paper argues that for procedural multi-turn tasks, simpler in-context prompting where the model self-orchestrates outperforms complex external agent orchestration frameworks, rendering the latter obsolete for frontier models.

Original authors: Simon Dennis, Michael Diamond, Rivaan Patil, Kevin Shabahang, Hao Guo

Published 2026-05-01
📖 4 min read☕ Coffee break read

Original authors: Simon Dennis, Michael Diamond, Rivaan Patil, Kevin Shabahang, Hao Guo

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

Imagine you are trying to get a complex task done, like booking a complicated family vacation, fixing a broken Zoom call, or filing an insurance claim. In the world of Artificial Intelligence (AI), there are two main ways to tell a smart computer how to do this.

This paper argues that the "fancy, complicated" way is actually making things worse, and the "simple, direct" way is much better.

Here is the breakdown using simple analogies:

The Two Approaches

1. The "Manager" Approach (Agent Orchestration)
Think of this like a strict factory floor. You have a very smart worker (the AI), but you also have a Manager standing over their shoulder.

  • The Manager has a flowchart (a map of steps).
  • The Manager tells the worker exactly what to say for Step 1.
  • Once the worker finishes Step 1, the Manager checks the work, decides if they should move to Step 2 or Step 3, and then whispers the instructions for the next step.
  • The worker never sees the whole map; they only see the tiny instruction for right now.
  • The Problem: The Manager is slow, makes mistakes in deciding the next step, and sometimes forgets what the worker said three steps ago because they only focus on the current instruction.

2. The "Self-Guided" Approach (In-Context Prompting)
Think of this like giving the same smart worker a complete instruction manual and a map of the whole journey before they start.

  • The worker reads the whole manual.
  • They know exactly where they are, where they need to go, and what to do next.
  • They don't need a Manager to tell them what to do; they guide themselves.
  • The Benefit: They see the big picture, remember the whole conversation, and flow naturally without stopping to ask for permission at every turn.

What the Researchers Did

The authors tested these two approaches using a very smart AI (called "Claude Sonnet") on three different real-world scenarios:

  1. Travel Booking: Planning a trip for a group with a specific budget and interests.
  2. Tech Support: Fixing a Zoom audio issue.
  3. Insurance Claims: Filing a claim after hitting a deer with a car.

They ran 200 simulations for each scenario using both the "Manager" style and the "Self-Guided" style. Then, they had another AI act as a judge to grade the conversations on things like:

  • Did they finish the task?
  • Was the information accurate?
  • Did the conversation feel natural, or robotic?
  • Did the AI get confused or repeat itself?

The Results: The "Self-Guided" Worker Wins

The results were clear and consistent across all three scenarios:

  • Better Quality: The "Self-Guided" AI (In-Context) scored higher on every single metric. It finished tasks more often, remembered details better, and sounded more like a helpful human.
  • Fewer Mistakes: The "Manager" approach failed much more often.
    • In travel booking, the Manager failed 24% of the time. The Self-Guided AI only failed 11.5%.
    • In tech support, the Manager failed 9% of the time. The Self-Guided AI failed only 0.5% (almost never).
    • In insurance, the Manager failed 17% of the time. The Self-Guided AI failed 5%.
  • Why the Manager Failed: Because the Manager only looked at one step at a time, the AI often forgot important details the user mentioned earlier (like the budget being "per person" instead of "total"). It also got stuck in loops, asking the same question over and over because it lost track of where it was in the process.
  • Speed and Cost: The "Manager" approach actually took more computer power and time because the Manager had to stop and think at every single decision point. The "Self-Guided" approach was faster and smoother, even though it required a slightly longer "manual" to be loaded into the AI's memory at the start.

The Bottom Line

The paper concludes that for tasks that follow a clear set of rules (like booking a trip or filing a claim), we don't need a Manager anymore.

In the past, AI models were "dumber" and needed a Manager to hold their hand through every step. But today's AI models are so smart that if you just give them the whole rulebook at the start, they can figure out the rest on their own. Adding a Manager actually gets in the way, causing confusion and errors.

The simple takeaway: If you have a clear procedure, just put the whole procedure in the AI's instructions and let it do the work. Don't build a complex system to manage 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 →