AI models recover a user's intended task only 22 to 32% of the time when instructions are ambiguous, according to a preprint posted to arXiv on July 21 [S1]. Humans in the same study managed 48% [S1]. That gap exposes a problem the AI industry has been quietly working around, and it raises a question every builder and buyer of AI agents now needs answered.
The number behind the agent hype
The paper, "Interactive Task Alignment as a POMDP" (arXiv:2607.16412v1), frames a deceptively simple problem [S1]. When a user gives an AI assistant a vague or incomplete request, the model has to figure out what they really mean. The authors formalise this as a Partially Observable Markov Decision Process, or POMDP, a framework from robotics and planning where an agent must make decisions based on incomplete information about the world [S1].
In a POMDP, the true task is hidden. The model sees only partial, evolving signals from the user. It can act, or it can ask a clarifying question. The right move depends on what it believes the user wants, and that belief updates with every exchange. This is not a new idea: researchers at Harvard framed human-robot task communication as a POMDP back in 2012 [P4]. What is new is applying it to large language models and measuring how badly they perform.
The authors built a user simulator that generates evolving natural-language intent, then tested models across three domains: shopping, coding, and professional work [S1]. The dataset, released on Hugging Face on July 16, gives each task 15 candidate specifications, and the assistant must interact to identify the correct one [P3]. The simulator was validated against a human user study [S1].
The results: models recovered the right task 22 to 32% of the time. Humans hit 48% [S1].
Why "fully specified" benchmarks miss the point
Most AI benchmarks today test models on tasks where the instructions are complete. You give the model a math problem, a coding challenge, or a multiple-choice question, and you check whether the answer is right. The paper notes that current benchmarks "primarily evaluate execution on fully specified tasks" [S1].
Real users do not work that way. They say "make it shorter" without saying what "it" is. They ask for "a report like last time" without specifying which report. They change their mind mid-conversation. The gap between benchmark performance and real-world usefulness is not about raw intelligence. It is about interaction: knowing when to ask, what to ask, and when to stop asking and act.
The paper's diagnosis is blunt. Current models "act prematurely, interact ineffectively, and fail to resolve ambiguous requests" [S1]. They jump to answers before they have enough information, or they ask questions that do not narrow things down.
What it means
The 22 to 32% figure tells you something concrete about the limits of today's AI agents. An agent that guesses your intent wrong two out of every three times is not a reliable delegate. It is a lottery ticket with good prose.
The POMDP framing matters because it names the problem precisely. The issue is not that models lack knowledge or reasoning power. The issue is that they lack the interaction skills to reduce uncertainty: asking the right clarifying question at the right moment, weighing the cost of asking against the cost of getting it wrong, and updating their understanding as the user responds. The authors put it directly: "current models still lack key interaction abilities required for reliable agency" [S1].
There is a glimmer of progress. Post-training with supervised fine-tuning and reinforcement learning improved task alignment [S1]. But even after that training, models still trailed humans at resolving uncertainty through interaction [S1]. The gap narrowed. It did not close.
A related line of work, PAMDP, accepted as a poster at ICLR 2026, tackles a similar problem from the persona-alignment angle, also using a POMDP formulation [P2]. The convergence of multiple research groups on this framing suggests the field is waking up to the fact that execution is the easy part. Figuring out what to execute is the hard part.
What it means for business
For a two-person firm using an AI agent to draft client proposals, this finding has a direct cost. If the agent guesses the client's intent wrong 70% of the time, someone has to review and correct nearly every output. The labour saving shrinks. The agent becomes a drafting tool, not a delegate.
For a suburban real estate agency that wants an AI assistant to handle buyer enquiries, the risk is sharper. A buyer who says "looking for something family-friendly near good schools" has given an ambiguous instruction. An agent that acts prematurely might show three-bedroom apartments when the buyer meant houses with yards. The model's 22 to 32% recovery rate means most of those interactions end in frustration, not a booking.
The practical takeaway: until models improve at interactive clarification, design your workflows around the assumption that the first response is a draft, not a final answer. Build in a confirmation step. Keep a human in the loop for anything customer-facing. And when evaluating an AI agent for your business, test it on vague, evolving instructions as well as clean, fully specified tasks.
What we don't know yet
The paper is a preprint. It has not been peer-reviewed, and the findings should be treated as provisional [S1]. The 22 to 32% and 48% figures are tied to the authors' specific user simulator and three domains (shopping, coding, professional work). Whether the numbers hold across other domains, languages, or user types is an open question.
The abstract does not name which models were evaluated. Without knowing whether the tests covered frontier models from multiple labs or a narrower set, it is hard to judge how broadly the results apply. The full text should clarify this, and the community will need to reproduce the findings independently.
The dataset is public on Hugging Face [P3], which means other researchers can run the benchmarks against their own models. Watch for follow-up papers that test frontier models on this framework over the coming months. The next concrete signal will be whether any lab reports a model that closes the gap with the human 48% baseline, or whether the interaction problem turns out to be as stubborn as hallucination.
If you want reporting like this in your inbox each week, subscribe and we will keep tracking this work as the community responds.
Sources
- [S1] Interactive Task Alignment as a POMDP — arXiv cs.AI new (official RSS) (attributed)
- [P2] PAMDP: Interact to Persona Alignment via a Partially Observable Markov Decision Process | OpenReview — PAMDP: Interact to Persona Alignment via a Partially Observable Markov Decision Process | OpenReview (attributed)
- [P3] daiandy/task-alignment-dataset · Datasets at Hugging Face — daiandy/task-alignment-dataset · Datasets at Hugging Face (attributed)
- [P4] [1204.0280] Framing Human-Robot Task Communication as a POMDP — [1204.0280] Framing Human-Robot Task Communication as a POMDP (attributed)
- [P5] yaacovpariente/POMDPPlanners — yaacovpariente/POMDPPlanners (attributed)
More from Not A Tech Guy
- Systemic AI risk paper reframes harms as externalities
- AlphaFold2 weights hide protein folding landscapes, study finds
- DSWorld cuts AI data science agent training 14x
Generated from an audited evidence pack with primary-source research. Social-media items are discussion signals, not verified facts. Nothing here is financial, legal or medical advice.