#agents
29 items tagged #agents.
29 items tagged #agents.
Antigravity 2.0 and Anthropic's Routines let agents run unattended on a schedule or a webhook. With no human at the trigger, scope, a review gate, a cost cap, and a kill switch are the only controls that still work.
Antigravity 2.0 schedules agents to run in the background, and Anthropic's Routines have done it since April. The supervision model we built for AI coding assumed someone was watching each run. Scheduled agents quietly remove the watcher.
Cursor 3.5's multi-repo automations let one developer run agents across several codebases at once. Each running agent is a separate diff you have to review. Here is how to bound the concurrency, cap the spend, and avoid rubber-stamping.
Cursor 3.5 lets one developer run agents across several repositories at once, and Composer 2.5 makes each call cheaper. Both move the same number in the same direction: how many tokens one person burns in a day.
A concrete checklist for the May 2026 failure modes: pin skills and MCP servers, SBOM the agent's dependencies, require auth on MCP, and review config files as code.
Why 'percent of lines AI wrote' is a vanity metric, what to measure instead, and a lightweight git-based method that counts work which survived contact with review.
Airbnb's CEO said AI writes 60% of the company's new code. The number is real and the conclusion people draw from it is not. This is the gap between the two.
Researchers disclosed a cluster of vulnerabilities in AI coding agents in May 2026: prompt-injection-to-RCE in CrewAI, an unauthenticated Azure SRE Agent endpoint, a poisoned AGENTS.md chain against Codex, and over a thousand malicious skills.
A first session with xAI's Grok Build: install, generate and edit an execution plan before any code is written, review the diff, and run it safely alongside the agent you already use.
Practical habits to keep debugging, architectural judgment, and code-reading sharp while still using agentic tools every day: selective delegation, read-before-accept, and scheduled unaided work.
xAI opened the Grok Build beta on May 14 for SuperGrok Heavy subscribers. The terminal agent runs up to eight workers in parallel, carries a 2M-token context window, and ships with an approve-first plan mode.
Claude Code's Agent View lets you run multiple sessions simultaneously without terminal tab-juggling. Here is how to start background sessions, check their status, and decide when parallel sessions actually help.
Anthropic's May 11 update adds a unified session list to Claude Code, letting you track, background, and switch between multiple concurrent coding sessions from the terminal.
Copilot Workspace, GitHub's task-oriented AI environment, is now generally available. Here's what's in the box, what isn't, and how it stacks up against Cursor's agent features.
Cline now supports the Model Context Protocol natively. Configure an MCP server, and Cline can call it as a tool — connecting the agent to your databases, APIs, and internal services.
When AI agents produce most of a PR's code, what is review actually for? The answer is shifting in important ways.