Skip to content

#ai-agents

46 posts
· 7 min read

Cloudflare Agents Week: The Agent Development Lifecycle Every Team Should Understand

Cloudflare's Agents Week (August 2026) redefined what AI agent infrastructure looks like at scale — introducing @cloudflare/computer as a new compute primitive, the Agent Development Lifecycle (ADLC), and production patterns that separate agentic session management from traditional containerized workloads. Here's what it means for engineering teams building agent systems.

· 7 min read

Why Software Factories Fail (and What Actually Works): A Tech Lead's Guide to the HumanLayer Series

Dex Horthy's two-part HumanLayer series lands on the same conclusion from opposite directions: 'lights-off' agentic factories that skip code review don't work, because RL training has no way to reward good architecture — only passing tests. The fix isn't less AI, it's front-loaded structure: research/plan/implement, frequent intentional compaction, and four review checkpoints before code gets written. Here's the synthesis and a rollout plan.

· 6 min read

Inside Claude Code's Multi-Agent Architecture: A Tech Lead's Implementation Guide

Single-agent coding assistants hit a context wall the moment a task spans more than one concern. Claude Code's answer is a Lead Agent coordinating Specialist Agents over a shared task system with hard context isolation — here's how the architecture works, and a concrete rollout plan for applying the same pattern to your team's workflows and your own projects.