SIMMER: Benchmarking Latent Failures in LLM Executable Planning with a World Model
The paper introduces SIMMER, a kitchen-domain benchmark utilizing a human-curated symbolic world model to reveal that current LLM planners frequently suffer from undetected latent failures causing irreversible harm, while demonstrating that explicit counterfactual state reasoning can significantly mitigate these risks.
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've hired a brilliant but slightly absent-minded robot chef to make you a chicken salad. You give it a simple instruction: "Make a chicken salad." The robot nods, pulls out a knife, slices the raw chicken, fries it, and then—without washing the cutting board—uses that same board to chop fresh lettuce.
To the robot, every single step looks perfect. It grabbed the chicken, it cut it, it cooked it, it grabbed the lettuce, it cut the lettuce. No step was "illegal." The robot didn't try to cut a rock or grab a ghost. But the result? A salad that is now contaminated with raw chicken bacteria. The robot failed, but not because it made a loud, obvious mistake. It failed because it didn't realize that the history of the cutting board mattered.
This is the core problem the paper SIMMER is trying to solve.
The Problem: The "Silent" Mistake
Most tests for AI planners (the brains behind robots) only check for Immediate Failures. These are the loud, obvious errors, like trying to chop a vegetable while holding a knife in the other hand, or trying to open a fridge that is already open. If the AI makes these mistakes, the test stops, and the AI gets a "fail" grade immediately.
But the paper argues that the real danger lies in Latent Failures. These are the silent killers.
- The Analogy: Think of a game of Jenga. An immediate failure is knocking the tower over on your first turn. A latent failure is pulling out a block that seems fine at the moment, but weakens the structure so that the tower collapses three turns later.
- The Reality: In the kitchen, a latent failure is using a dirty sponge on a clean plate. The sponge works fine (it's wet and soapy), and the plate gets wiped. But the bacteria are now on the plate. The AI didn't "break" the rules of the game, but it broke the safety of the outcome. Even worse, some of these failures are Irreversible. Once the bacteria are on the lettuce, you can't "undo" the action. The salad is ruined, and no amount of replanning can fix it.
The Solution: SIMMER (The Super-Strict Kitchen Simulator)
The authors built a new testing ground called SIMMER. Instead of just asking the AI to write a list of steps, they built a Symbolic World Model.
- The World Model: Imagine a massive, hyper-detailed rulebook for a kitchen. It knows there are 77 different actions (chop, fry, wash) and 262 different objects (chicken, knives, cutting boards). It tracks 46,800 possible interactions. It knows that raw meat makes a surface "dirty" and that "dirty" surfaces make other food "dirty."
- The State Machine Executor: This is the referee. It doesn't just read the AI's plan; it runs the plan step-by-step in a simulation. It watches the cutting board get dirty, it watches the bacteria spread, and it flags the plan as a failure even if every single step followed the basic rules.
What They Found: The AI is Good, But Not Safe
The researchers tested six of the smartest AI models available (including top-tier commercial and open-source models) on 100 different cooking tasks. The results were sobering:
- The "Perfect Plan" is Rare: Even the best AI models produced a completely error-free plan less than 17% of the time.
- Silent Failures are Everywhere: About 56% of the plans contained these silent, latent failures.
- The Irreversible Trap: A huge chunk of those silent failures led to irreversible disasters (like the contaminated salad). The AI didn't know it was creating a health hazard because it wasn't tracking the "state" of the world, only the "steps" of the recipe.
Why do they fail?
The paper found that AI models are great at the "what" (chop the chicken) but terrible at the "context" (the chicken is raw, so the board is now dirty). They treat actions like isolated math problems rather than a chain of physical events. They forget that if you hold a bowl, your hands are full, and you can't grab an egg until you put the bowl down.
The Fix: "Time Travel" Thinking
The paper tested a clever trick to fix this. They asked the AI to use Counterfactual Foresight Simulation.
- The Analogy: Instead of just saying "I will do X," the AI is forced to say, "If I do X, the world will look like Y. Is Y safe? If yes, then I will do X."
- The Result: This "Time Travel" thinking (predicting the future state before acting) was a game-changer.
- It reduced silent, latent failures by up to 72%.
- It reduced irreversible disasters by up to 75%.
The Bottom Line
The paper concludes that while AI planners are getting smarter at following instructions, they are still terrible at understanding the consequences of those instructions in a messy, real-world environment. They need to stop just "planning" and start "simulating" the future to catch the silent mistakes before they cause irreversible harm.
SIMMER is the new tool that forces AI to prove it understands the hidden rules of the world, not just the visible ones.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.