[!] TOPIC ARCHIVE // #DEVELOPER TOOLS
#Developer Tools
All 12 guides, operator dossiers, and signals tagged with #Developer Tools.
Who gets to control the agent?
Three tools make agent work more inspectable: an orchestration layer, a sidecar for instructions, and a deck that checks its claims against the code.
the price meter came back
Cursor briefly removed self-serve cost visibility from its Usage page and CSV exports, then restored it after users objected.
agent custody moved downstack
Reasoning traces picked up an order-bias audit; Frona put personal agents behind policy sandboxes; MDA made instruction files compiled and signed.
agents crossed into expensive rollback zones
Google supplied the silicon-grade proof. Mozilla and HiddenLayer supplied security evidence from both directions. The workflow repos had the boring answer: rails, logs, and stop conditions before the agent writes.
agents got three bills
Anthropic turned Claude Code limits into a compute receipt, CAISI formalized pre-release model custody, and Reflex put a price on browser-driving agents.
why the next programming language will be designed for AI agents, not developers
armin ronacher's thesis on agent-first languages is the most important programming language design argument since Go. here's why he's right.
Ralv.ai — Starcraft for AI Agents
A 3D spatial interface for orchestrating swarms of AI agents. RTS-style drag-select, deploy, and zoom controls for managing 50+ agents without terminal chaos.
AI Agent Skills Catalogs
Comparison of skills catalogs and plugins for AI coding agents: OpenAI Skills, Awesome Claude Skills, Compound Engineering Plugin. The emerging app store for agents.
markdown files are the new API layer for AI agents
AGENTS.md, Backlog.md, and SKILLS.md are turning plain text into the protocol layer between humans and AI. here's why .md files are becoming infrastructure.
.md files are becoming the protocol layer for AI agents
Backlog.md, OpenAI/skills, tweakcc, and the AGENTS.md ecosystem signal a shift: markdown files are no longer documentation. they're infrastructure.
Ty Dunn's Context Engineering for AI Coding
How the Continue.dev founder makes AI assistants productive through systematic context delivery and developer data collection
Mario Zechner strips coding agents down to the wires
Mario Zechner's pi-coding-agent pattern is minimal and inspectable: few tools, visible sessions, explicit context, and less hidden agent machinery.