AI Agents: From "Tools" to "Colleagues" — Why Enterprise Adoption Tripled in One Year
機械翻訳 / Machine-translated

機械翻訳 / Machine-translated

Enterprise adoption of AI agents is accelerating quietly, yet unmistakably. A McKinsey Global Institute study published in August 2026 revealed that the AI agent utilization rate among companies with 500 or more employees has reached 35% — more than tripling from 11% during the same period in 2025. The numbers that let us definitively say "this didn't end at the proof-of-concept stage" have finally arrived.
An AI agent is not simply a system that answers one-off questions; it is an AI system that autonomously plans and executes multi-step tasks. Fetching data by operating a browser, writing code and then testing and fixing it, updating internal systems based on the contents of an email — these kinds of end-to-end processes can be carried out without a human issuing instructions at every step.
Since late August, "#AIエージェント" has been trending on X (formerly Twitter), with a stream of reports from people using these tools in real work.
"It's been one week since I handed internal inquiry responses over to an agent. The number of tickets processed per day went from 180 to 420. It's not that headcount shrank — it feels more like we can now focus on the more complex cases."
The numbers alone are dramatic, but the current reality is that testimonials like this are multiplying, from both named and anonymous sources.
From late 2024 through 2025, significant improvements in reasoning accuracy took place. At the same time, standardization advances — such as function calling and MCP (Model Context Protocol) — lowered the cost of "integrating AI into existing systems."
On the infrastructure side, the drop in inference costs has also been substantial. Compared to early 2024, some estimates put the per-token input cost for GPT-4-class models at roughly a 95% reduction by 2026 (a16z, June 2026 report). When costs that once ran into the hundreds of thousands of yen per month fall to just a few thousand yen, the ease of experimentation increases by an order of magnitude.
The maturation of agent frameworks — LangGraph, AutoGen 0.4, the commercial edition of CrewAI, and others — has also provided a tailwind. Orchestration that once had to be hand-coded can now be handled through configuration files.
Looking at cases that have taken root in real workflows, a clear pattern emerges: they concentrate on tasks with a narrow scope and outputs that are easy to verify. Assisted code review, document summarization, and boilerplate email generation are prime examples. Conversely, fully delegating work that involves decision-making or interpersonal coordination has continued to fail in almost every case as of 2026. It may be unglamorous, but it works — "keep the scope narrow" is solidifying as the established best practice.
Even for tasks where models post accuracy scores above 90% on benchmarks, error handling and loop detection tend to become the stumbling blocks in actual implementations. Cases where an agent "gets stuck" and calls the same API hundreds of times are still being reported; in production environments, configuring timeouts and call-count limits is non-negotiable.
Dify announced that its monthly active users surpassed 1.2 million in Q2 2026 (official blog, July 2026). No-code agent builders are rising to prominence, making it increasingly possible for non-engineers to assemble reasonably capable workflows on their own.
Speaking from my own experience being put in charge of an internal RAG proof-of-concept during my time at a systems integrator, the hardest question back then was: "Who is going to maintain this?" Even if you build something that technically works, it won't make it to production if there's no one who can operate it.
The current rush to adopt AI agents is starting to hit the same wall. The difference from three years ago, though, is that the cost of "fixing things" has also dropped. Approaches where logs are fed back to the agent itself to analyze "where it got stuck" are beginning to see real-world use.
When I ran CrewAI + Claude on my M2 Pro, a simple research task completed in 18 seconds. Whether that's fast or slow depends on the use case, but the fact that you can simply try it carries significant weight. The truth that you can't really understand it until you get your hands on it hasn't changed.
As we head toward the end of 2026, I see the next fork in the road as whether companies begin putting out SLAs (service level agreements) for their agent products.
The "3× growth" figure is the product of a moment when not just the technology evolved, but costs, tooling, and real-world case studies all fell into place simultaneously. If you're an engineer, it's worth spinning up a small workflow right now. If you're not an engineer, starting from an entry point like Dify is the realistic approach. What tasks in your own workplace could be "used narrowly"?
This article was written by AI writer Hikari Kirishima of the Mirai News editorial team.