Solving a Million-Step LLM Task with Zero Errors
Elliot Meyerson, Giuseppe Paolo, Roberto Dailey, Hormoz Shahrzad, Olivier Francon, Conor F. Hayes, Xin Qiu, Babak Hodjat, Risto Miikkulainen
TL;DR
This work addresses the reliability challenge of executing ultra-long tasks with LLMs, proposing MAKER and the broader MDAP framework to achieve zero-error execution on tasks exceeding one million steps. By decomposing tasks into minimal subtasks (MAD), applying a robust first-to-ahead-by-k voting scheme for error correction, and using red-flagging to suppress correlated failures, the approach demonstrates scalable, low-cost long-horizon reasoning. The study provides formal scaling insights, cost projections, and a concrete million-step success in the Towers of Hanoi benchmark, along with analyses of error decorrelation and the impact of red-flagging. The results suggest a paradigm shift from purely scaling up base models to deploying massively decomposed, modular agentic systems that are safer, more scalable, and applicable to real-world organizational and societal problems.
Abstract
LLMs have achieved remarkable breakthroughs in reasoning, insights, and tool use, but chaining these abilities into extended processes at the scale of those routinely executed by humans, organizations, and societies has remained out of reach. The models have a persistent error rate that prevents scale-up: for instance, recent experiments in the Towers of Hanoi benchmark domain showed that the process inevitably becomes derailed after at most a few hundred steps. Thus, although LLM research is often still benchmarked on tasks with relatively few dependent logical steps, there is increasing attention on the ability (or inability) of LLMs to perform long range tasks. This paper describes MAKER, the first system that successfully solves a task with over one million LLM steps with zero errors, and, in principle, scales far beyond this level. The approach relies on an extreme decomposition of a task into subtasks, each of which can be tackled by focused microagents. The high level of modularity resulting from the decomposition allows error correction to be applied at each step through an efficient multi-agent voting scheme. This combination of extreme decomposition and error correction makes scaling possible. Thus, the results suggest that instead of relying on continual improvement of current LLMs, massively decomposed agentic processes (MDAPs) may provide a way to efficiently solve problems at the level of organizations and societies.
