#AI agents

20 articles tagged with "AI agents"

news 5 min read

Nvidia Nemotron 3 Ultra: 550B Parameter Model Goes Live in 2026

Nvidia released Nemotron 3 Ultra, a 550-billion-parameter open-weight model optimized for long-running agents. While it's the fastest among U.S. open-weight models and promises 30% cost savings, it still lags behind Chinese competitors and GPT-5.5 on core benchmarks.

Alex Chen
analysis 8 min read

Why the AI Agent Revolution Is Actually a CPU Story

Everyone's focused on GPUs for AI, but the shift to autonomous agents is quietly turning compute on its head. The bottleneck isn't model inference anymore—it's orchestration, sandboxing, and tool execution. All CPU workloads.

Maya Patel
analysis 9 min read

Why Enterprise AI Agents Don't Need a Platform Rip-and-Replace in 2026

The enterprise software consensus on AI agents stops at one point: context matters. Hyland's CEO Jitesh Ghai makes the contrarian bet that you get that context by preserving existing systems, not tearing them down—a direct challenge to the vendor playbook pushing cloud migration and process redesign.

Maya Patel
news 5 min read

Google I/O 2026 Dialogues: AI Agents, Quantum Computing, and the Future of Creativity

Google I/O 2026's Dialogues stage brought together CEO Sundar Pichai, DeepMind's Demis Hassabis, and quantum computing experts to discuss proactive AI agents, quantum-AI convergence, and AI's expanding role in science and creativity. The sessions signal Google's push beyond chatbots into autonomous agents and quantum-accelerated AI research.

Alex Chen
tutorial 18 min read

How to Build a ReAct Agent with Claude and Tool Use in 2026

Learn to build a ReAct (Reasoning + Acting) agent that thinks through problems step-by-step using Claude's tool calling capabilities. This tutorial walks you through creating an agent that can use web search, perform calculations, and read files to answer complex questions.

Dev Nakamura