The reading order
-
1.
Elixir's Concurrency Model Is the One You Actually Want
The foundation: processes, supervision, and why the concurrency model other stacks fake with queues and retries is the default here.
-
2.
Elixir's BEAM Is the Runtime AI Agents Want
Agents are long-running, stateful, failure-prone processes — exactly the workload the BEAM was designed for four decades ago.
-
3.
Why Every AI Agent Framework Is Written in Go (And What That Costs You)
The steelman: why every agent framework picked Go, and the supervision, hot-code, and state-recovery costs hiding in that choice.
-
4.
Elixir Is the Language AI Codes Best
Pattern matching, immutability, and a small surface area — why LLMs generate better Elixir than Python or TypeScript.
-
5.
Ruby Isn't Dead, It Got Boring — And Boring Is Why It Ships
The counterweight: boring is a feature. If the team knows Rails, the right AI stack might be the one that ships this quarter.
Other topic guides
- AI engineering What production AI engineering actually looks like in 2026 — the autonomy ladder for agents, the workflow shift, telemetry, and team sizing.
- Security for startups A guided reading order for startup security — what to read first on SOC 2 as a revenue tool, vCISO hiring, and securing AI-native products.
- Engineering leadership Engineering leadership at startup scale — hiring from one engineer to fifteen, rituals that work at small teams, the staff-engineer interview loop.