Part 1 of 5 — Why AI Agents Fail
A fluent answer is not necessarily a finished job.
Demos reward the wrong signal. The model narrates a plan, names tools, and sounds sure. Viewers infer: if it can reason like that, it can run my workflow. That leap is the illusion of intelligence — mistaking local coherence for end-to-end reliability.
AI Right Now Part 8 already warned that the most dangerous answer sounds perfect. Agents raise the stakes: the perfect-sounding step can become a tool call.
Short horizons flatter agents
Many public wins are simple and short: one bug fix, one question, one happy path. OSWorld 2.0 was built for the opposite — long-horizon computer-use workflows where humans spend on the order of 1.6 hours median active time, with hundreds of tool calls. The project page and paper describe agents that still lose track of constraints, miss information that arrives mid-task, guess rather than ask, and skip verification when success hinges on hidden state.
When fluency meets the legal system
In Mata v. Avianca, attorneys filed a brief that relied on ChatGPT-invented case citations. The writing looked professional. The authorities did not exist. Courts sanctioned counsel. The failure was not a missing adjective — it was fluent invention plus humans who treated fluency as evidence.
Agents inherit the same temptation at scale: a confident tool argument looks like progress until the world refuses to cooperate.
What the illusion costs
Teams ship a demo. Reviewers ask “can it reason?” instead of “can it finish under changing state, with verification gates, without inventing the missing file?” The hub asked what happens when something often-right acts many times. Part 1’s answer starts here: expectations calibrated on chat will treat long jobs as easier than they are.
Takeaway: Treat impressive reasoning as a necessary audition, not a production certificate — especially when the job is hours long, not one reply.
Sources
- OSWorld 2.0 — project page
- Yuan et al. — OSWorld 2.0 (arXiv:2606.29537)
- Mata v. Avianca, Inc. (overview)
Part 2: The seven ways agents fail
Hub: Why AI Agents Fail