Posted inAI Day 57: Coding Agents That Only Emit Intents Coding agents emit typed intents; an AST/codemod apply layer patches files so LLMs never own raw bytes.
Posted inAI System Design Day 98: Capstone Spec: Pick One Production Problem Capstone spec template: users, SLO, tools, eval, rollback — pick one production problem and freeze scope.
Posted inAI AWS Day 97: Build vs Buy the Agent Runtime Build vs buy the agent runtime: Bedrock Agents vs custom loop vs IDE hooks — decide with constraints, not hype.
Posted inAI AWS Day 56: Supervisor Patterns on Bedrock Agents Bedrock supervisor agents with action groups that typecheck against handlers — fail CI on OpenAPI drift.
Posted inAI System Design Day 55: Swarm Failure Modes Detect split-brain plans and duplicated PRs with single-active-plan locks, implementer leases, and PR fingerprints.
Posted inAI Day 96: Hiring and Team Topology for AI Platform Hire and topology for AI platform: platform vs embedded ownership, and who owns eval.
Posted inAI System Design Day 95: Incident Response When the Agent Goes Wrong When the agent goes wrong: kill switches, replayable traces, and customer-safe comms.
Posted inAI AWS Day 54: Specialist Tools per Agent Least privilege per role: Critic cannot shell; Implementer cannot touch prod IAM — enforce with tool matrices and IAM roles.
Posted inAI System Design Day 53: Avoiding Agent Ping-Pong Cap rounds, tokens, and wall-clock; detect oscillation; escalate to a human after N critic failures instead of overnight ping-pong.
Posted inAI AWS Day 94: Change Management for Prompts Prompt change management means versioned Prompt Management — no hot-edits in production.