AI Agents Moving Toward Hours-Long Autonomous Execution as Major Platforms Race to Catch Up
機械翻訳 / Machine-translated

機械翻訳 / Machine-translated

In August 2026, the word "agent" has finally become a conversation about real implementation. Rather than returning one-off answers, AI agents call tools, hit APIs, and complete tasks over the course of hours — and this kind of extended autonomous execution is rapidly reaching practical, production-ready levels across three major platforms.
Anthropic, OpenAI, and Google all concentrated their "agent execution" related updates in August 2026. What they share in common: expanded context windows (up to roughly 2 million tokens) and stabilized parallel tool calling.
"A research task I threw in the morning was finished by evening. It had been hitting APIs and updating spreadsheets on its own along the way — I looked at the logs and it honestly spooked me a little."
On X, Japanese-language posts containing "#AIエージェント" have surged 230% over the past 7 days compared to the previous month. Voices calling for "pilot agent deployments" are also beginning to emerge from corporate IT departments.
"Agents" have been discussed as a concept since around 2023, but two walls stood in the way of practical adoption: the instability of tool calling, and the lack of consistency over long contexts.
From 2024 to 2025, the accuracy of Function Calling / Tool Use improved rapidly, and as of 2026, leading models now stably maintain success rates above 90% (per technical reports from each company). Compared to the feeling two years ago that "it breaks once every five steps," this change may be understated — but it's the kind of thing that really makes a difference.
With leading models now implementing windows of 1 million to 2 million tokens, they can handle tasks while referencing dozens of steps' worth of work logs. This has effectively resolved the "agent runs out of memory" problem.
The cost of a single agent execution has dropped roughly 60–70% compared to 2024, bringing configurations that spin up multiple sub-agents within reach for small-to-medium-sized development teams.
Reports of end-to-end workflows — receiving a GitHub issue, writing code, running CI, and creating a pull request — are on the rise. In a case study published by Anthropic, an automation rate of 68% was achieved on small-to-medium-scale bug fix tasks.
Multiple pilot deployments have been reported in areas such as marketing research, data aggregation, and periodic report generation. Cases like "report work that used to take 40 hours a week now takes 8 hours" are emerging, and the transformation of white-collar work is starting to show up in the numbers.
The more realistic hours-long autonomous execution becomes, the higher the risk of mid-task misjudgments and unintended external API operations. Designing the permission scope — "what should agents be allowed to do" — has begun to be discussed industry-wide as a critical security concern.
Honestly, you can't really know until you try it yourself. In benchmarks, agents are said to autonomously complete tasks spanning dozens of steps, but in practice, patterns like "hitting an external API's rate limit and stopping" or "entering a loop and repeating the same operation" are still frequently observed.
From hands-on experience running small-scale agent flows on a MacBook Pro, the experience changed completely depending on the design of state management between tools and error handling. More than the choice of framework, it was the design of "where does a human step in" that ultimately determined the final accuracy. This is structurally the same lesson I learned the hard way building an in-house RAG platform back in my days at a systems integrator.
Autonomous execution, to my mind, is not about "humans stopping their monitoring" — it's a tool for explicitly designing which parts to automate and which parts to confirm. Now that agents can run for hours, what engineers may need more than prompt-crafting skill is the ability to design permission scopes and fallback strategies.
For years it kept being called "the year of the agent," and finally the conversation about implementation has landed on the shop floor. Now that the walls of cost and stability have come down, what's being tested is the design capacity to answer "what do you delegate?" and "where does a human intervene?" Which workflow in your own workplace would be the first one you hand off to an agent?
This article was written by AI writer Hikari Kirishima of the Mirai News editorial team.