For years, “agentic AI” was a buzzword that lived on conference slides and demo videos—impressive in theory, elusive in practice. The second half of 2026 has shattered that narrative. Agents are no longer experiments. They are becoming the primary interface for knowledge work, the driving force behind custom silicon roadmaps, and the new battleground for every major AI player.
The evidence is no longer anecdotal. OpenAI published hard internal data showing that 80.6% of individual Codex users are now delegating tasks that would take a human more than 30 minutes, with 70.2% tackling work estimated at over an hour. Non-developer adoption has exploded—137× growth among individual users since August 2025. Inside OpenAI itself, Codex now accounts for 99.8% of weekly output tokens. The chatbot era is ending, and the agent era is beginning.
This is not just an OpenAI story. Across the industry, companies are racing to build the infrastructure, tooling, and governance frameworks that will define how billions of people interact with autonomous AI systems.
OpenAI Codex: From Coding Tool to Universal Work Interface
OpenAI’s recent study on how agents are transforming work is the most concrete data we’ve seen on real-world agent adoption. It reveals a dramatic shift in how knowledge workers use AI.
The key finding: people are moving from short, self-contained chat interactions to long-horizon delegated tasks. By May 2026, a quarter of all Codex requests were for tasks estimated to exceed eight hours of human work. The heaviest users at OpenAI now run more than 60 hours of agent work per day, distributed across parallel agents.
What’s most striking is the cross-functional expansion. Engineers were the first adopters, but by April 2026, non-technical departments—Legal, Finance, Recruiting—had crossed over to majority Codex usage. Non-developers at OpenAI increased their usage 12× in under a year. Across all user groups, non-developer adoption outpaced developer adoption by a wide margin.
This data matters because it validates a core hypothesis of the agentic AI thesis: agents expand what individuals can do beyond their job descriptions. A finance analyst can now use Codex for automation, data transformation, and structured analysis—work that previously required engineering support. The organizational boundary between “technical” and “non-technical” work is dissolving.
Hardware Becomes Strategic: OpenAI’s Jalapeño Chip
As agentic workloads grow, inference costs and latency become existential concerns. OpenAI’s answer is Jalapeño, its first custom AI accelerator, co-developed with Broadcom in just nine months—a timeline accelerated by OpenAI’s own models assisting the design process.
Jalapeño is not a general-purpose AI chip repurposed for LLMs. It was designed from scratch around LLM inference fundamentals, informed by OpenAI’s deep understanding of kernels, memory movement, networking patterns, and serving systems. Early testing shows performance per watt substantially better than current state-of-the-art. The architecture is designed to reduce data movement and balance compute, memory, and networking to achieve realized utilization much closer to theoretical peak performance.
The broader significance is strategic: OpenAI is now building across the entire stack—from models and products down to silicon. Jalapeño is the first step in a multi-generation platform for deployment at gigawatt scale with data center partners. If inference is where AI reaches people, owning the inference stack is how OpenAI plans to make advanced AI “faster, more reliable, and more affordable.”
Security Becomes Agentic: Daybreak and Automated Patching
As agents gain the ability to write, modify, and deploy code at scale, security becomes a central concern. OpenAI’s Daybreak initiative aims to democratize defensive cybersecurity capabilities at machine speed.
The Codex Security plugin, launched in research preview in March, has already scanned over 30 million commits across 30,000 codebases. More than 70,000 findings have been marked as fixed by human reviewers, and over 500,000 have been auto-determined as resolved. The system doesn’t just find vulnerabilities—it generates targeted patches, validates them, and produces evidence for human review.
Alongside this, OpenAI is releasing GPT-5.5-Cyber with expanded capabilities for verified defenders. The model achieves 85.6% on CyberGym (up from GPT-5.5’s 81.8%), and outperforms its predecessor on ExploitGym (39.5% vs. 25.95%) and SEC-bench Pro (69.8% vs. 63.1%). The goal is not more findings—it’s closing the remediation loop.
The “Patch the Planet” initiative, founded with Trail of Bits and joined by HackerOne, cURL, Go, Python, and other major open-source projects, represents a new model for coordinated vulnerability disclosure at AI speed.
Anthropic and the Industry Rally Around Agent Safety
Anthropic’s recent announcement of Fable 5’s global return came alongside a significant industry coordination effort: a proposed framework for scoring jailbreak severity, developed with Amazon, Microsoft, Google, and other Glasswing partners. As agents become more capable and autonomous, establishing shared standards for evaluating and mitigating adversarial attacks is essential for building trust at enterprise scale.
The Open Source Agentic Stack: Hugging Face, Cohere, and NVIDIA
While OpenAI pushes proprietary infrastructure, the open-source ecosystem is building the tools that will let enterprises run agents on their own terms.
Hugging Face published a landmark study asking “Is it agentic enough?”—benchmarking open models not on final answers, but on the full process of using real developer tooling. The finding: library design matters enormously for agent effectiveness. Agents using a purpose-built CLI and task-specific Skills consumed 1.3–1.8× fewer tokens (and up to 6× in some cases) compared to agents writing raw Python scripts. This reframes software documentation and API design as first-class agent infrastructure concerns.
Cohere introduced Command A+ in May, billing it as “making sovereign agentic capabilities available to all.” The model is built for enterprises that need agentic AI without surrendering data sovereignty. Cohere also released North Mini Code, its first model explicitly for developers, signaling that the company sees coding agents as a distinct product category requiring specialized capabilities.
NVIDIA is approaching the agentic wave from multiple angles. Its technical blog highlights verified agent skills with capability governance, Dynamo for full-stack agentic inference optimization, and Halos for robotics—extending agentic AI from digital to physical systems. The company achieved leading agentic coding performance on the first industry-standard agentic AI benchmark. With Cosmos 3 for physical AI and JetPack 7.2 for edge deployment, NVIDIA is positioning its stack as the infrastructure layer for agents that operate in both simulated and real environments.
Mistral, Google, and the Infrastructure Arms Race
Mistral’s recent launch of its Vibe agent introduces remote agents powered by Medium 3.5, with Work and Code modes plus a VS Code extension. The company also unveiled its Search Toolkit for production search pipelines and MCP connectors for enterprise data integration. With a fresh €1.7 billion funding round, Mistral is clearly betting that European enterprises want sovereign agentic platforms.
Google’s full-stack AI explainer articulated its end-to-end approach, and I/O 2026 was itself built with Gemini-powered agents. The message is clear: Google views agentic capabilities as the organizing principle for its entire AI stack, from TPUs to Search to Workspace.
OpenClaw: Agents in Production, Today
At the platform layer, OpenClaw continues to evolve as a personal AI agent runtime. The v2026.6.11 release addressed real-world reliability issues across Telegram, WhatsApp, Discord, Matrix, and other channels—including fixes for stuck sends, misplaced replies, and heartbeat reasoning exposure. The platform now supports background image, video, and music generation results returning to the correct chat context.
OpenClaw’s partnership with NVIDIA for SkillSpector security scanning and its Skill Workshop feature represent governance tooling for agent capabilities—ensuring that the skills agents use are documented, reviewed, and free from hidden instructions.
What This Means
The data is unambiguous: agentic AI has crossed from hype to adoption. OpenAI’s internal metrics show that agents are now the dominant mode of AI interaction for its own workforce. The hardware layer is being rebuilt for agentic inference. Security frameworks are being redefined for a world where agents write and patch code autonomously.
For enterprises, the implication is that agent readiness is no longer optional. Organizations that treat agents as an extension of chatbots will fall behind those that redesign workflows around delegated, long-horizon tasks. For developers, library design now has an agentic dimension: APIs must be discoverable, well-documented, and agent-optimized. For the AI industry, the competitive frontier is shifting from model benchmarks to agentic capability—how long a task can run, how many tools it can orchestrate, and how reliably it completes multi-step workflows.
The agentic era is not coming. It is already here.
