Opti-Agent-Bench: Benchmarking End-to-End Optimization R&D Agents on Real-World Business Problems
This paper introduces Opti-Agent-Bench, a novel end-to-end benchmark designed to evaluate LLM-based agents on real-world business optimization problems by assessing their ability to translate complex requirements into mathematical models, implement algorithms, and generate reports, thereby revealing critical failure modes that traditional benchmarks miss.
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're trying to teach a super-smart robot how to solve a real-world business puzzle, like figuring out the best way to ship packages or manage a factory. For a while, researchers have been testing these robots on "textbook" puzzles. These are like math problems where the teacher hands you a sheet that says, "Minimize the cost of shipping 50 boxes," and the robot just has to write the code to solve it. It's like playing a video game where the map is already drawn and the rules are printed in big, bold letters.
But in the real world, business problems don't come with a map. They come as a messy, confusing story from a manager: "Hey, our machine breaks down every Tuesday, the quality team can only check 200 items an hour, and if we switch materials, we waste 12 meters of fabric." The robot has to listen to this story, figure out what the actual math problem is, write the code to solve it, and then write a report explaining what happened.
The paper Opti-Agent-Bench is a new, much harder test designed to see if these AI agents can actually handle that messy, real-world chaos. The authors found that while current AI models are great at solving the "textbook" puzzles, they often crash and burn when faced with real business stories.
The "Template Trap"
Here's the big problem the paper uncovered: AI models are like students who memorize the answer key instead of learning the lesson. When they see a problem that looks like a "Cutting Stock Problem" (cutting rolls of material), they immediately grab a pre-made template for that specific problem type and try to force the real-world story into it.
The researchers built a special trap for this. They created tasks where the "obvious" template is actually wrong.
- The Trap: Imagine a task about cutting rolls of material. A standard template would say, "Just cut the rolls to minimize waste." But the real story includes a twist: the machine has a strict time limit, and moving a roll takes 30 minutes. The real solution isn't just about cutting; it's about waiting and batching orders to save time.
- The Result: When the AI tried to use its standard "cutting" template, it ignored the time limits and the waiting strategy. It produced a solution that looked mathematically perfect for a textbook but was a disaster in the real world. The paper shows that models that score 80–95% on easy, structured tests drop to near-zero performance (0–5.5%) on these real-world, industrial-scale tasks because they can't break out of their memorized patterns.
The "End-to-End" Pipeline
The paper argues that you can't just test if the robot's final answer is right. You have to watch the whole process, like a coach watching a player from warm-ups to the final whistle. The researchers broke the process down into four steps:
- Understanding: Did the robot actually get what the manager meant?
- Modeling: Did it translate that understanding into the right math equations?
- Coding: Did it write code that actually matches those equations?
- Reporting: Did it write a report that tells the truth about what it did?
The scary part? The paper found that robots often fail at the connections between these steps.
- A robot might understand the problem correctly but write the wrong math.
- It might write the right math but code it incorrectly (maybe it forgot a rule).
- It might even write a report that sounds great but describes a solution it never actually built. This is like a student writing a perfect essay about a science experiment they never actually did.
The New Test: "Opti-Agent-Bench"
To fix this, the authors created Opti-Agent-Bench, a benchmark (a standardized test) that covers 12 different industrial scenarios, from managing factory schedules to optimizing investment portfolios.
They designed these tasks with "anti-template traps." For example:
- The Portfolio Task: They asked the AI to build an investment portfolio that handles uncertainty. The description used fancy financial words that usually trigger a standard "Markowitz" formula. But the real task required a much more complex, advanced math approach involving "entropic optimal transport." The AI that stuck to the standard formula failed because it didn't listen to the subtle clues in the story.
- The Scale: They tested these models on small, medium, and large versions of the problems. They found that even if a robot solves a small version perfectly, it often collapses when the problem gets bigger, just like a toy car that works on a rug but breaks on a highway.
The Verdict
The paper doesn't say AI is useless. It says that right now, these agents are like students who are great at taking multiple-choice tests but can't solve a real mystery. They rely too much on recognizing patterns they've seen before.
The authors measured this using a new scoring system called ORAC, which checks not just the final answer, but whether the robot's thinking, math, code, and report all match up. Their experiments showed that current models frequently miss hidden constraints, write code that doesn't match their math, and hallucinate reports.
In short, the paper suggests that to make AI truly useful for business, we need to stop testing it on clean, pre-structured math problems and start testing it on the messy, confusing, real-world stories that actually happen in factories and offices. Until then, we have to be careful not to trust the robot just because it looks like it's doing the right thing.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.