Skip to content

#llm

46 posts
· 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.