Google research cuts token usage on complex agent tasks
Models & ResearchThe Neuron · 14h ago

Google research cuts token usage on complex agent tasks

Computer science researchers from Google and Purdue University developed a technique called SKILL.state that tracks an agent's current working memory instead of re-sending its full chat history. In testing, the approach reduced token consumption by 94 percent while slightly improving overall task accuracy.

GooglePurdue University

The Blend

A research team from Google and Purdue University introduced a new architecture called SKILL.state, designed to streamline how artificial intelligence agents perform multi-step assignments. Typically, when an AI completes a long sequence of instructions, it resends its entire past conversation history at every step, which consumes massive amounts of computing power. The new system replaces this ever-growing chat log with a simple, updating summary of the current task status, discarding detailed old reasoning as soon as it is no longer needed.

According to the research paper published on arXiv, this approach slashes computational overhead by up to 94 percent while marginally boosting task accuracy. For everyday users, this means future AI assistants could handle complex, hours-long projects, such as planning a multi-city vacation or writing extensive software code, without slowing down or becoming absurdly expensive to run. By preventing models from getting bogged down in their own past thoughts, the technique addresses a major bottleneck in making automated software agents practical.

It remains unclear how well this method will hold up when applied to unpredictable, real-world environments where an AI might need to recall a specific detail from an earlier step that was discarded. If critical context is accidentally thrown away during a state update, the agent could become trapped in an unrecoverable error. The broader question for the tech industry is whether developers will embrace this streamlined memory approach, or if major companies will keep relying on expanding raw context capacity instead.

Written independently by AI News Smoothie from the reporting listed below. Facts belong to the original publishers. Follow the links for their full coverage.

Ingredients

Read the original