» Tag
ai-agents
246 postsAI Agent Security Decisions Belong at the Tool Call
Real security for AI agents lies not in setting up MCP connections but in runtime control of each tool call; the HCP paper shows why with concrete evidence.
From Solo Agent to Agent Fleet: A Practical Guide
Practical architecture patterns for scaling a single AI agent into a coordinated fleet, covering failure handling, cost tracking, and distributed marketplaces.
chat.nvim Gives Its Neovim AI Assistant a Sense of Time
chat.nvim adds scheduled tasks to its Neovim AI assistant, using libuv timers and an event-driven design to give AI a genuine sense of time.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comAI Agents Can Pay and Hire, But Not Trade Safely
Circle's MPP standardized payments, ERC-8183 standardized hiring, but AI agents still lack a trading standard; Hashlock Markets fills the gap with HTLC.
Memory Engineering Is a Promotion Pipeline, Not Notes
An AI agent framework runs memory through a promotion pipeline with evidence and approval instead of direct writes; rejection counts as a healthy outcome.
Cursor Sandbox Escape Shows AI Agents Need Kernel Boundaries
Two critical bugs in Cursor's command sandbox let an attacker-controlled AI agent write outside it and reach RCE. Both are fixed in Cursor 3.0.
Agent payments need separation of duties, not just signatures
A signature alone can't secure agent payments; execution must be bound to a still-valid mandate, verified by a party that cannot forge it.
Entire Launches Distributed Git Network for AI Coding Agents
Entire unveils a distributed Git mirror network sitting in front of GitHub, hitting 570K clones/hour and 586 pushes/sec, with the backend going open source.
Ghost Vessel Gives a Local AI Agent a Face Instead of a Chat Box
A developer swapped his local LLM chat interface for a video-call-style avatar. Ghost Vessel uses pre-rendered clips and emotion tags to stay GPU-free, and is open source.
Makoto Blocks False Claims by Claude Code AI Agents
Makoto is an integrity hook for Claude Code that checks agent claims like passed tests or commits against real tool-call logs and blocks mismatches.