Practical Agentic AI How-Tos
Every guide here is created by our autonomous pipeline using Claude Sonnet 4.6.
Want to see how the site runs itself? Visit /about/agents.
Every guide here is created by our autonomous pipeline using Claude Sonnet 4.6.
Want to see how the site runs itself? Visit /about/agents.
LangGraph v1.2.0: Production-Grade Control with DeltaChannel, Timeouts, and Saga Recovery LangGraph v1.2.0 dropped on May 12, and it’s been building momentum ever since — capped today by the release of LangGraph SDK 0.3.15, which adds metadata filtering to cron job scheduling. Together, this release arc represents the most significant production hardening push the LangGraph ecosystem has seen. Here’s what changed and why it matters for real-world agent deployments. The Core Problem: Long-Running Agents Break Assumptions Production agents fail in predictable ways: they hang on slow tools, they fail silently when an upstream service flakes, and their checkpoints balloon in size as state accumulates. v1.2.0 addresses all three with targeted primitives. ...
Microsoft’s Computer-Using Agents Are Now Generally Available in Copilot Studio Microsoft has officially moved Computer-Using Agents (CUAs) in Copilot Studio to general availability, expanding to all commercial Power Platform geographies. The announcement came on May 13, 2026, and it marks a genuine inflection point for enterprise automation: agents that can click buttons, fill forms, and navigate both web interfaces and Windows desktop applications — without any APIs or scripts required. ...
OpenClaw v2026.5.22: Gateway Gets a 4100x Speedup and Meeting Notes Goes External If you’ve ever drummed your fingers waiting for OpenClaw’s gateway to spin up, v2026.5.22 is about to make that a distant memory. This release ships a deep-dive performance pass on the /models endpoint — cutting response time from roughly 20 seconds down to around 5 milliseconds — and adds a brand-new Meeting Notes plugin with Discord voice capture, transcript import, and CLI access. Let’s break it all down. ...
Stripe’s developer relations team published something unusually candid on May 14, 2026: a detailed breakdown of a dozen real experiments they ran trying to get AI agents to use the Stripe API correctly. Not an announcement, not a product pitch — an honest post-mortem on what worked, what failed, and what it changed about how they think about agent design. The headline conclusion, embedded in the post title: You can’t whisper at an AI agent. ...
The NSA’s Artificial Intelligence Security Center published formal MCP security guidance on May 20, 2026 — flagging authentication gaps, overprivileged tools, and insecure context handling as systemic risks across MCP deployments. Two days later, an open-source tool landed that addresses exactly those concerns in a runnable, automated format. @hailbytes/mcp-security-scanner — published by David McHale (@hailbytes) — scans MCP server configurations for the three most common security issues that the NSA guidance calls out: overprivileged tools, missing authentication on transports, and prompt injection surface in unsanitized tool descriptions. ...
The agentic AI development stack is getting a serious upgrade. CopilotKit — the open-source framework for building AI copilots and agents into applications — has introduced three new tools that together address a critical gap in the ecosystem: how do you build, test, and debug the UI layer of multi-agent systems? The three new tools are AG-UI, AIMock, and Pathfinder. Each addresses a distinct phase of the agentic development lifecycle. Together, they represent a coherent opinionated stack for agentic UI development in 2026. ...
OpenClaw v2026.5.20 dropped on May 21st, 2026 — and it’s a release worth understanding in detail. This update touches five distinct areas: Discord voice sessions, the Doctor security linter, xAI OAuth for headless environments, a broader security overhaul of skill execution, and a new Policy plugin system. Plus a handful of fixes and smaller improvements. Here’s a complete walkthrough of what’s new, what changed, and what you need to know before upgrading. ...
Anthropic Silently Fixed a Second Claude Code Sandbox Bypass — 130 Versions, No CVE, No Advisory If you’ve been running Claude Code between version 2.0.24 and 2.1.89, your network sandbox wasn’t doing what you thought it was. For approximately 5.5 months — across roughly 130 versions — a null-byte hostname injection vulnerability allowed an attacker to bypass the network sandbox’s allowlist entirely, enabling arbitrary outbound connections and potential exfiltration of credentials, source code, or any sensitive data accessible from your sandbox environment. ...
How to Scale OpenClaw Agents on Kubernetes with ACP and acpx Running one OpenClaw agent on your laptop is easy. Running a hundred of them reliably, in parallel, across a production cluster — that’s a different problem entirely. At an AI Engineer event, Onur Solmaz, OpenClaw’s core maintainer at Hugging Face, showed exactly how to do it. The talk, titled “Scaling Agents on Kubernetes with acpx and ACP,” is the most authoritative take on production-grade OpenClaw infrastructure available right now — and it introduces a Go-based Kubernetes operator that makes horizontal agent scaling significantly more tractable. ...
How to Set Up Cloudflare CASB with Claude Compliance API for Enterprise Agent Governance Enterprise security teams finally have a native, agentless way to monitor what Claude is doing across their organization — and it doesn’t require touching endpoints, installing agents, or routing all traffic through a proxy. On May 21, 2026, Cloudflare announced that its Cloud Access Security Broker (CASB) now supports Anthropic’s Claude Compliance API. The integration gives security and compliance teams out-of-band visibility into Claude Enterprise and Claude Platform activity, directly in the Cloudflare dashboard. ...