← Latest papers
🤖 AI

OR-Space: A Full-Lifecycle Workspace Benchmark for Industrial Optimization Agents

The paper introduces OR-Space, a full-lifecycle workspace benchmark designed to evaluate industrial optimization agents on realistic, multi-stage tasks involving model construction, revision, and grounded explanation within persistent, multi-artifact environments, moving beyond traditional one-shot problem formulation assessments.

Original authors: Chenyu Zhou, Xinyun Lu, Jiangyue Zhao, Jianghao Lin, Dongdong Ge, Yinyu Ye

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

Original authors: Chenyu Zhou, Xinyun Lu, Jiangyue Zhao, Jianghao Lin, Dongdong Ge, Yinyu Ye

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 hiring a brilliant new assistant to help run a factory. You want to see if they can actually do the job, not just talk about it.

For a long time, the way we tested these AI assistants (called "LLM agents") was like giving them a perfectly written recipe card. The card said: "Here is the problem, here are the ingredients, here is the math formula. Now, write the code to solve it."

If the AI wrote the code correctly, we gave it a gold star. But in the real world, factory managers don't get perfect recipe cards. They get a messy desk with sticky notes, spreadsheets, old code from last year, and emails from the boss saying, "Oh, by the way, we need to change the rules for next month."

OR-Space is a new, much harder test designed to see if AI can handle that messy, real-world desk.

The Three Ways We Test the AI

The paper introduces a benchmark called OR-Space (Operations Research Space). Instead of a single question, it gives the AI a whole "workspace" (a digital folder with files) and asks it to do three different types of jobs that happen in a real factory:

  1. Build (The Architect):

    • The Scenario: You hand the AI a folder with a business memo, a spreadsheet of numbers, and an empty code file.
    • The Task: The AI has to read the memo, figure out what the numbers mean, and write a brand-new computer program to solve the factory's problem from scratch.
    • The Catch: The memo might be vague, and the spreadsheet might have messy columns. The AI has to connect the dots between the text and the data without a perfect guide.
  2. Revise (The Fixer):

    • The Scenario: The factory just changed its mind. Maybe they have more trucks now, or a new rule about safety. The AI is given the old program and the new rules.
    • The Task: The AI must update the old code to fit the new rules without breaking the parts that were already working.
    • The Catch: This is like trying to renovate a house while people are still living in it. If the AI copies a variable name from the old code that doesn't make sense anymore, the whole thing crashes. The paper found that some AIs get confused by the old code and try to copy its mistakes, while smarter AIs know what to keep and what to throw away.
  3. Explain (The Translator):

    • The Scenario: The computer has solved the problem, but the factory manager (who isn't a math expert) asks, "Why did you decide to send 5 trucks to the north warehouse instead of the south?"
    • The Task: The AI has to look at the solution, the code, and the data logs to give a truthful answer.
    • The Catch: The AI can't just make up a story. It has to point to the specific line in the spreadsheet or the specific rule in the code that forced that decision. If it guesses, it loses points.

Why This Test is Different (The "Workspace" vs. The "Prompt")

The authors argue that previous tests were like flashcards. You show the AI a clean, isolated problem, and it answers.

OR-Space is like a real office.

  • The Files are Separate: The requirements are in a Word doc, the numbers are in a CSV file, and the code is in a Python file. The AI has to open them all, read them, and realize how they fit together.
  • The "Grounding" Problem: In a flashcard test, the AI might guess the right answer because it recognizes the words. In OR-Space, if the AI doesn't correctly link the word "capacity" in the memo to the column "max_load" in the spreadsheet, it fails. The paper calls this "grounding"—tying the words to the actual data.

What They Found (The Results)

The researchers tested 20 different AI models (the "smartest" ones available) on this new test. Here is what happened:

  • It's Harder Than It Looks: Even the best AIs struggled. While some could solve the "flashcard" version of the problem, they often failed when they had to navigate the messy folder of files.
  • Old Code is a Double-Edged Sword: When the AI was given old code to help it revise the model, the smartest AIs got better because they used the old code as a helpful hint. But the weaker AIs got worse because they blindly copied the old code's mistakes (like trying to use a variable that no longer existed).
  • The "Explain" Gap: Some AIs were great at writing the code but terrible at explaining it. They could solve the math but couldn't tell you why they made that choice based on the files they had.
  • The "File System" Penalty: The paper found that when AIs had to actually navigate folders and read files (the "Filesystem" mode), they performed worse than when the same information was just pasted into one giant block of text. This proves that finding and organizing information is a skill in itself, not just a formatting issue.

The Bottom Line

The paper concludes that we can't just test AI on how well it writes code from a perfect prompt. To be useful in real industries (like logistics, manufacturing, or finance), AI needs to be tested on its ability to:

  1. Find the right information in a messy pile of documents.
  2. Update old systems without breaking them.
  3. Explain its decisions using evidence from the actual files, not just made-up stories.

OR-Space is the new "driving test" for these AI agents, moving them from the parking lot (perfect prompts) to the busy city streets (real workspaces).

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 →