» Tag
ai-agents
246 postsHow Bun rewrote 535K lines from Zig to Rust with 64 AI agents
Bun's creator used 64 parallel Claude agents to rewrite 535,000 lines of Zig into Rust in two days. Key lessons for engineering teams.
FreeCAD Ported to the Browser: 2.2M Lines of CAD via WASM
Following LibreCAD and OpenSCAD, FreeCAD has been ported to WebAssembly. In four days, the Fable agent used JSPI, a custom Qt build and a WebGL2 shim to fit a massive CAD kernel into the browser.
Open Minis Brings a Self-Improving AI Agent to iOS and iPadOS
Open Minis pairs Apple's native APIs with a sandboxed Linux shell to deliver a self-improving, agentic AI assistant on iOS and iPadOS.
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.com6 MCP Servers, One Agent: What the Token Bill Really Showed
An engineer benchmarked 6 MCP servers on one agent, exposing hidden token, latency, and OAuth costs — and the four fixes that cut spend by 53%.
mcpgrade audit: a third of 36 popular MCP servers score D or F
mcpgrade graded 36 MCP servers on agent usability, not spec compliance — a third scored D/F due to undocumented parameters and naming collisions.
When AI Writes Most of the Code, Peer Review Must Be Redesigned
As AI agents write and review most production code, traditional PR-approval compliance controls no longer reflect reality—here's what should replace them.
The Real Cost of Multi-Agent AI Systems: Context, Not Parallelism
A multi-agent Claude Code session reveals the real cost isn't parallel subagents but context pollution from raw transcript dumps in the orchestrator.
ToolDNS: Using DNS Infrastructure for Scalable AI Tool Discovery
ToolDNS repurposes DNS infrastructure to enable O(log N) semantic discovery across millions of AI tools, cutting search space by over 95%.
Docker Desktop Bypass Lets AI Coding Agents Escape Their Sandboxes
Docker Desktop lets AI coding agents bypass strict sandboxes in Codex, Cursor, and Gemini CLI via a privileged socket and VirtioFS mount.
Review-Loop Engineering: Designing Real Human Oversight for Agent Loops
Why 'human in the loop' isn't real oversight for AI coding agents, and how review-loop engineering designs packets that expose gaps, not just green checks.