Open post adressing

Agents Addressing Agents

Multi-agent communication is an active design space. Google shipped A2A as a dedicated agent-to-agent protocol. Anthropic has MCP for connecting agents to tools and data. Every serious agent framework has some kind of inter-agent wire format — JSON-RPC, function calls, structured messages with typed payloads. The assumption behind all of them is that agents need...

Open post code review

Human code review is dead

Somewhere in your engineering org right now, there's a pull request that has been open for four days. It has 847 changed lines across 23 files. It was mostly produced by an agent. It has two approvals, both of which took under three minutes — you can tell because the timestamps are right there in...

Open post vercel

Vercel’s Eval Data Suggests Static Context Beats Skill Retrieval for AI Coding Agents

There's a recurring theme in AI engineering that never gets old: the "dumb" approach beating the sophisticated one. This time, Vercel has the receipts. The company  published eval results on January 27, 2026, comparing two approaches for teaching AI coding agents about Next.js 16 APIs — framework features like use cache, connection(), and forbidden() that...

Open post

Programmatic Tool Calling with Claude Code: The Developer’s Guide to Agent-Scale Automation

When Claude Code executes a tool, it typically works like this: call a function, wait for the result, process it, call the next function. Repeat fifty times for fifty tasks. It's effective, but each step requires a full round-trip through the API—and those round-trips add up fast. Programmatic Tool Calling (PTC) inverts this pattern. Instead...

Open post Sandboxing

The Complete Guide to Sandboxing Autonomous Agents: Tools, Frameworks, and Safety Essentials

The pattern shows up in incident reports, forum posts, and whispered Slack conversations with disturbing regularity: an AI coding assistant, given a routine task, interprets it just slightly wrong—and destroys something important. A Cursor user watches their agent wipe a Git repository. An Amazon Q developer extension ships a prompt-stealing worm. A Claude Code session,...

Open post agentic coding

When AI Agents Go Rogue: The Uncomfortable Truth About Agentic Coding Tools

The AI agent was supposed to clear the cache. Instead, it wiped the entire drive. In early December 2025, a developer using Google's Antigravity—the search giant's AI-powered agentic coding tool —discovered that a simple troubleshooting request had turned catastrophic. The AI, tasked with clearing a project cache to restart a server, executed rmdir with the...

Scroll to top