Tag · Infrastructure
Infrastructure
3 posts tagged “Infrastructure”.
Hardware · 2026-05-01
AI agents on a Mac mini vs cloud: the numbers
An M4 Mac mini at $599 looks like a free agent runtime. Add power, downtime, no remote access, no passkey gate, and two years of opportunity cost, and the math gets less clean. A worked TCO comparison and a take on when each one wins.
Agentic · 2026-05-01
Building multi-agent systems: what works in 2026
Three architectural patterns for multi-agent systems (pipeline, supervisor, peer) and where each one falls apart in production. A practical builder's view of orchestration, handoff, and the runtime properties you need under any of them.
Deploy · 2026-05-01
Preview deployments for AI agents: live per-branch URLs
When an agent is the one shipping, humans review at the URL, not the diff. Three approaches to preview deployments (Vercel-style ephemeral, Cloudflare Workers, persistent-runtime) and where each one fits.