Resilience patterns that earn their keep in production
A production look at resilience patterns: circuit breakers, bulkheads, retry budgets, and backpressure, plus the flapping and retry storms they cause when misconfigured.
The full Refactix archive. Hands-on writing on AI-driven development, cloud infrastructure, and modern software architecture.
A production look at resilience patterns: circuit breakers, bulkheads, retry budgets, and backpressure, plus the flapping and retry storms they cause when misconfigured.
How Claude MCP tunnels let Managed Agents reach private MCP servers without exposing them publicly. The architecture, the IAM model, and the deployment shape.
Claude Code's /goal command keeps Claude working until a completion condition holds. Agent view puts every background session on one screen. What changed.
Claude Dreaming consolidates agent memory between sessions. How it works, the architecture changes it asks for, and where it actually moves the numbers.
How to package commands, agents, skills, hooks, and MCP servers into a single Claude Code plugin your team or customers install once. Real structure, marketplace.json, and what belongs inside.
How travel companies build rebooking agents that hold up at storm scale. Orchestrator-worker layout, PNR locks, GDS rate limits, and autonomy boundaries that work.
Deep Agents v0.5 async subagents return a task ID instead of blocking the supervisor. The Agent Protocol wiring, mid-task steering, and where the pattern breaks in production.
AWS Lambda Managed Instances pairs EC2 control with serverless ops. The pricing math, multi-concurrency model, and when it beats Provisioned Concurrency.
A production pattern for running parallel Claude Code sessions with --worktree. Syntax, subagent isolation, the shared-state traps worktrees don't solve, and how to clean up.