Agentic AI

From Chatbots to Actors: How Agentic AI Models of 2026 Actually Work

The AI landscape shifted dramatically in mid-2026. After years of conversational chatbots and prompt-based interactions, the industry crossed a threshold into what Google CEO Sundar Pichai called the “agentic era.” This is not a subtle evolution — it is a fundamental re-architecture of how AI systems operate, reason, and take action on behalf of users. From Google’s Gemini 3.5 launching proactive agents to DeepSeek’s million-token context windows purpose-built for long-running agentic tasks, the message is clear: AI is no longer just responding to prompts. It is doing things.

The Models Powering the Agentic Shift

At Google I/O 2026, the company made its intentions explicit. Gemini 3.5 was unveiled as a model “built to help you reliably execute complex, multi-step agentic workflows across your apps.” This is not marketing fluff — it represents a deliberate architectural pivot. Where earlier Gemini iterations excelled at reasoning and generation, Gemini 3.5 adds what Google calls “powerful new action-taking capabilities.”

The model family includes Gemini Omni, which extends multimodal creation by allowing users to combine images, audio, video, and text as input to generate high-quality content grounded in real-world knowledge. Together, Gemini 3.5 and Omni form the intelligence layer behind Google’s broader agentic push: the Gemini app acting as a “proactive 24/7 partner” that manages inboxes, schedules appointments, and anticipates daily needs.

Not to be outdone, Anthropic upgraded its Opus model class in late May, with a release specifically targeting “stronger performance across coding, agentic tasks, and professional work.” The emphasis on consistency for “long-running work” signals that even the most cautious frontier labs recognize agentic workloads as the next competitive battlefield.

But perhaps the most technically interesting agentic model launch came from DeepSeek. DeepSeek-V4 arrived with a headline feature that sounds like a spec-sheet number but carries deep architectural significance: a 1 million token context window. More importantly, V4 is designed from the ground up to make that context window usable for agents.

DeepSeek identified a critical failure mode in current agent deployments: models stop mid-task, context budgets blow up, KV caches fill GPUs, and tool-call round trips degrade halfway through long workflows. V4 addresses this through a hybrid attention architecture splitting between Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA). The result? At 1M tokens, V4-Pro uses roughly 2% of the KV cache memory compared to standard grouped query attention, while requiring only 27% of the inference FLOPs of its predecessor.

The agent-specific post-training is equally thoughtful. V4 preserves reasoning content across user message boundaries when tool calls are present — a seemingly small change that prevents agents from losing accumulated state across multi-turn workflows. It also introduces a dedicated XML-based tool-call format with special tokens, reducing the parsing errors that plague JSON-in-string approaches.

Computer Use Agents Break Out of the Browser

While foundation models got smarter, the interfaces agents use to interact with the world expanded dramatically. H Company (formerly Holistic AI) released Holo3.1, a major update to its computer-use model that explicitly targets three production dimensions: environments, agent frameworks, and deployment targets.

Holo3.1 moves beyond browser automation into desktop and mobile environments. On AndroidWorld, the 35B-A3B model improved from 67% to 79.3% task completion, while smaller variants (4B and 9B) jumped from 58% to 72%. The model now supports native function-calling protocols alongside structured JSON outputs, achieving near-parity across different agent harnesses.

Most significantly, Holo3.1 ships quantized checkpoints optimized for local inference — FP8, Q4 GGUF, and NVIDIA’s NVFP4 format. On a DGX Spark, NVFP4 delivers 1.74x the token throughput of BF16, cutting average agent step time from 6.8 seconds to 3.3 seconds. Combined with local execution, this means computer-use agents can now run fully on consumer hardware without data ever leaving the user’s network.

Google’s hardware announcements reinforced this trajectory. The Googlebook — a laptop experience “built from the ground up for Gemini Intelligence” — features a Magic Pointer for contextual suggestions and cross-device AI workflows. Android Halo provides a dedicated space for monitoring agent progress without interrupting user flow. Even Fitbit Air, Google’s smallest tracker yet, acts as a “proactive wellness partner.” Agentic intelligence is becoming ambient.

The Tooling Layer: Building for Agents First

As agent traffic scales, infrastructure tooling is adapting. Hugging Face revealed in early June that it began tracking agent usage of its Hub in April 2026, and the numbers are already significant: Claude Code alone accounts for approximately 40,000 distinct users and nearly 49 million requests.

In response, Hugging Face rebuilt its hf CLI to serve both human and agent users simultaneously. When an agent is detected (via environment variables like CLAUDECODE, CODEX_SANDBOX, or AI_AGENT), the CLI automatically switches output to compact TSV format with full values, no ANSI codes, and no truncation. On complex multi-step tasks, the hf CLI uses up to 6x fewer tokens than agents hand-rolling curl or Python SDK calls.

Behind the scenes, DeepSeek built an equally impressive infrastructure layer for training agentic behavior. DSec (DeepSeek Elastic Compute) is a Rust platform exposing four execution substrates — function calls, containers, microVMs (Firecracker), and full VMs (QEMU) — behind a single Python SDK. A single cluster runs hundreds of thousands of concurrent sandboxes with fast image loading via layered storage and preemption-safe trajectory replay. These are the kinds of systems necessary to train agents through reinforcement learning against real tool environments at scale.

Enterprise Agent Logic: Beyond Raw LLM Power

For enterprises, the agentic transition introduces a different challenge. IBM Research published findings in late May arguing that scalable enterprise AI adoption requires something they call “agent logic” — software primitives like knowledge graphs, algorithms, and program analysis libraries that operate within the agent harness to intentionally steer LLMs.

Their experiments across four mission-critical domains — legacy code understanding (COBOL/PL/I), test generation, incident response, and compliance automation — demonstrate that agent logic can reduce token consumption by up to 30x while maintaining or improving accuracy. In one case, an observability-driven incident investigation agent achieved 4.0x improvement over a standard ReAct agent with GPT-5.1.

The insight is that frontier LLM context windows, while impressive, are not sufficient for enterprise workflows characterized by dynamic APIs, databases, business policies, and regulatory constraints. Agent logic acts as a “GPS” for the LLM, reducing the search space and guiding the model toward the core of the workflow.

Security: The Hidden Frontier

As agents gain the ability to execute code, browse the web, and interact with enterprise systems, security becomes existential. OpenClaw, the open-source personal AI agent project, collaborated with NVIDIA in early June to address what they call “agentic risk” — a category of threats that traditional malware scanners were never designed to catch.

The partnership introduced two innovations: NVIDIA Skill Cards, an open trust-artifact specification documenting what each agent skill claims to do and what verification found; and SkillSpector, an AI-assisted scanner combining static checks with semantic analysis to flag hidden instructions, risky code paths, and mismatches between declared purpose and actual behavior.

OpenClaw’s analysis of 67,453 published skills revealed a sobering pattern: traditional scanners barely overlap. VirusTotal and SkillSpector agree on only 9.4% of flagged issues. Static analysis and VirusTotal agree on merely 6.5%. Just 0.69% of skills are flagged by all three scanners simultaneously. This means the agentic threat surface is fundamentally different from traditional malware — requiring layered, AI-assisted judgment rather than signature-based detection.

What Comes Next

The agentic AI revolution of 2026 is characterized by three converging trends: models architected for long-context agentic workflows, infrastructure tooling rebuilt for agent consumption, and security frameworks adapted for autonomous execution risks. Google’s integration of agentic coding directly into Search, IBM’s agent logic primitives for enterprise workflows, and DeepSeek’s million-token efficient context windows all point to the same destination.

The chatbot era is not ending — it is being subsumed. The most capable AI systems of the next year will not wait for user prompts. They will monitor, plan, execute, and report back. The question for developers and enterprises is no longer “What can I ask an AI?” but rather “What can I trust an AI to do on its own?”

Sources