← Latest papers
🤖 AI

Workspace Optimization: How to Train Your Agent

This paper introduces "workspace optimization," a training paradigm that evolves an agent's structured external substrate instead of its weights, and demonstrates its effectiveness through DreamTeam, a multi-agent system that achieves a new state-of-the-art score of 38.4% on the ARC-AGI-3 benchmark while using fewer actions.

Original authors: Elad Sarafian, Gal Kaplun, Ron Banner, Daniel Soudry, Boris Ginsburg

Published 2026-05-12
📖 5 min read🧠 Deep dive

Original authors: Elad Sarafian, Gal Kaplun, Ron Banner, Daniel Soudry, Boris Ginsburg

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 Big Problem: The "Frozen Brain"

Imagine you drop a person into a brand-new video game. They have no instructions, no map, and no idea what the buttons do.

  • The Catch: This person has a "frozen brain." You cannot teach them new things by rewiring their neurons (which is how standard AI training works). They can't learn by changing their internal code.
  • The Challenge: They still need to win the game. They have to figure out the rules, the goals, and the strategy just by playing.

Most AI agents try to "learn" by changing their internal weights (like a student memorizing a textbook). But if the AI is locked behind an API (like a chatbot) or if we can't touch its code, we can't change its brain. So, how does it learn?

The Solution: The "Workbench" (Workspace Optimization)

The authors argue that instead of changing the agent's brain, we should change its workbench.

Think of the agent as a master carpenter with a frozen set of skills (the brain).

  • Standard Training: You try to rewire the carpenter's hands to hold the hammer differently. (Impossible here).
  • Workspace Optimization: You give the carpenter a workbench where they can write notes, draw diagrams, build prototypes, and leave sticky notes for their future self.

The agent doesn't change who it is; it changes what it has written down. It reads its notes, tries a move, sees what happens, and then edits the notes to reflect the new reality.

How It Works: The "Dream Team"

To test this, the researchers built a multi-agent system called DREAMTEAM. Imagine a construction crew working on a single project, each with a specific job and a specific notebook:

  1. The Observer (The Eyes): Looks at the game screen and writes down what they see in a structured format (e.g., "There is a red block at coordinates 5,5").
  2. The Simulator (The Brain's Prediction Engine): Takes the Observer's notes and predicts what will happen next. "If I move left, the red block will move left."
  3. The Explorers (The Testers):
    • Inductive Explorer: Tries to find reusable strategies (e.g., "Always avoid red blocks").
    • Transductive Explorer: Runs specific experiments to learn unknown rules (e.g., "Let's touch the blue tile just to see what happens").
  4. The Critic (The Quality Control): Checks everyone's work. "Wait, the Simulator predicted the block would move, but it didn't. Who wrote that wrong rule?"
  5. The Team Leader (The Boss): Decides the final move based on all the notes and predictions.

The Learning Loop: "Commit, Act, Compare, Repair"

Here is the cycle the team goes through, step-by-step:

  1. Commit: The Team Leader makes a move based on the current notes.
  2. Act: The move happens in the game.
  3. Compare: The team looks at the result. Did the Simulator's prediction match reality?
    • If yes: Great! The notes are confirmed.
    • If no: This is a counterexample. The prediction was wrong.
  4. Repair: The Critic identifies who wrote the wrong note.
    • If the Observer misidentified the object, the Observer edits their notes.
    • If the Simulator predicted the wrong physics, the Simulator rewrites its rule.
  5. Regression Test (The Safety Net): Before the new note is accepted, the team runs a quick check against past moves. "If we change this rule now, does it break the logic we used 10 steps ago?" If it breaks old logic, the team knows they need to be more careful.

The Analogy: The Detective's Case File

Imagine a detective solving a mystery where the rules of the crime change every day.

  • The Detective (The AI Model): Has a fixed personality and knowledge base. They can't suddenly become a different person.
  • The Case File (The Workspace): A folder of whiteboards, sticky notes, and diagrams.
  • The Process:
    • The detective makes a theory: "The butler did it."
    • They test it. It fails.
    • Instead of changing their personality, they go to the Case File. They cross out "The butler" and write "The gardener, but only on Tuesdays."
    • They check the file to make sure this new theory doesn't contradict the alibi they wrote down yesterday.
    • The file is now smarter, even though the detective is the same person.

The Results

The researchers tested this on ARC-AGI-3, a very hard benchmark of abstract reasoning games where the rules are hidden.

  • The Score: Their "Workbench" approach improved the score from 36% to 38.4% compared to the previous best method.
  • Efficiency: They didn't just get a higher score; they did it using 31% fewer moves. This means the agent was less "clumsy" and didn't waste time guessing randomly. It learned faster by organizing its notes better.

Why This Matters

This paper proves that you don't need to retrain a giant AI model to make it smarter in a specific situation. You just need to give it a better structured workspace to store its learnings, test its theories, and fix its mistakes in real-time.

It turns the "frozen" AI into a dynamic learner by treating its notes and code as the thing that gets trained, rather than its brain.

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 →