Published onSeptember 8, 2026How We Use the Claude Agent SDK in Our Investment Research Platform — Part 1claude-agent-sdkai-agentsdistributed-systemsarchitecturepostgresreliabilityHow we introduced the Claude Agent SDK into our investment research platform as a durable agent runtime, covering routing, admission, session ownership, leases, heartbeats, persistence, and recovery.Read more →
Published onMay 30, 2026Scheduled Tasks, From First Principlesdistributed-systemsarchitecturepostgresreliabilityschedulingai-agentsHow to keep a perfectly reliable promise on top of machines that fail all the time, a backend design you can re-derive yourself.Read more →
Published onSeptember 17, 2024Difference in Minutes Between Two Timestamps in PostgreSQLpostgresHow to calculate the difference in minutes between two timestamps in PostgreSQL using the `EXTRACT` and the `EPOCH` function.Read more →