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.
Google ADK Python 2.0.0 Goes GA — Multi-Agent Workflow Engine with Graph-Based Execution Google’s Agent Development Kit (ADK) for Python has reached general availability at version 2.0.0, and it’s a substantial architectural leap from the 1.x series. Released on May 19, 2026, ADK 2.0 introduces a Workflow Runtime that replaces the previous hierarchical agent executor with a graph-based execution engine — a shift that opens up significantly more complex and realistic multi-agent patterns. ...
How to Use Claude Code Background Sessions with /resume for Long-Running Agentic Workflows Claude Code 2.1.144 shipped on May 19, 2026 with one of the most-requested quality-of-life improvements for practitioners running long autonomous tasks: /resume now works for background sessions. If you’ve been frustrated by detached runs that disappear from your session picker, this update is for you. What’s New in 2.1.144 The headline changes in this release are directly aimed at making multi-session, long-running agentic workflows more practical: ...
OpenClaw v2026.5.19-beta.2 Released — SDK Cleanup, Node.js 22 Minimum, Docker Build Args OpenClaw shipped v2026.5.19-beta.2 on May 19, 2026, and this pre-release build brings several meaningful infrastructure changes that existing operators will want to review before updating. This is a beta release — not production-stable — so test carefully in a staging environment before deploying to production nodes. The Node.js Floor Moves Up The most impactful change for most users: Node.js 22.19 is now the minimum required version. If you’re running anything older than 22.19, OpenClaw will not start after this update. ...
If you’ve been paying $20 a month for Claude Design and burning through your weekly token allowance in under thirty minutes, there’s now a free, self-hosted alternative that runs the same multi-agent design workflow entirely on your own machine. It’s called Open-Design, it’s Apache 2.0 licensed, and it just crossed 40,000 GitHub stars weeks after launch. What Open-Design Does Claude Design’s core value proposition is multi-agent design automation: feed it a prompt or a reference image, and a coordinated team of AI agents handles research, layout, copy, asset generation, and code — producing design artifacts that would take a human hours. Open-Design replicates that workflow but routes tasks to CLI-based AI agents running locally instead of Anthropic’s proprietary backend. ...
Every AI agent you’ve ever used follows the same basic script: you give it context, it acts. You write the system prompt, attach the documents, describe your preferences — and then the agent tries to help based on what you’ve given it in that session. OpenHuman inverts that script entirely. Instead of waiting for you to provide context, it spends time reading you first — analyzing your existing digital footprint to build a behavioral model — and only then begins acting on your behalf. ...
Multi-agent systems have a hidden cost problem that rarely appears in the demos: every time one agent communicates with another, it has to convert its internal reasoning into text, send it, and wait for the receiving agent to convert that text back into actionable computation. It’s the AI equivalent of printing a document, mailing it, and having someone retype it on arrival. RecursiveMAS proposes a different approach — and has the academic benchmarks to back it up. ...
An AI agent that fails silently is one of the most expensive debugging problems you’ll face. It picks tools, branches, retries, rewrites its own plan — and without visibility into those decisions, you’re flying blind. That’s the premise behind Motus Tracing, and it’s a compelling one. Lithos AI released Motus Tracing in May 2026 as a fully open-source observability layer for AI agents. It’s framework-agnostic, requires zero code changes to your agent, and the entire tracing stack is free to use. Here’s how it works and how to set it up. ...
If you’re building agentic AI systems for a living, there’s now a formal certification for that — and the beta window is open with a significant discount. GitHub and Microsoft launched Exam GH-600: Certified Agentic AI Developer in beta on May 13, 2026, with general availability planned for July 2026. It’s the first role-based certification focused specifically on how developers build, operate, supervise, and integrate AI agents across the software development lifecycle. ...
OpenClaw is moving fast in 2026, and the latest pre-release — 2026.5.16-beta.4 — brings a cluster of improvements that multi-agent pipeline operators have been asking for. The highlights this cycle: smarter subagent handoffs, cron scheduling refinements, Grok OAuth for SuperGrok subscribers, and a Control UI that finally shows you where your quota is going. Here’s a breakdown of what changed, why it matters, and what to check after upgrading. Cleaner Subagent Handoffs (Delegated Completions) The most significant change in beta.4 is how subagent handoffs are labeled and surfaced when they complete. Previously, completions from child agents could arrive in a way that made it unclear which task was being reported — especially in long pipelines with multiple agent depths. ...
Code extracted from Google App v17.20 reveals that Gemini Spark — Google’s forthcoming always-on Android AI agent — is built around two architectural pillars: a modular skill system and a background task scheduler. If you’re building with AI agent frameworks or evaluating the agentic AI landscape ahead of Google I/O 2026 (May 19–20), understanding this architecture will help you contextualize where Google’s platform play fits relative to what already exists. ...