Blog
Writing on AI agents, reliable systems, and the engineering behind shipping them. Search the archive or filter by tag.
Loading quote…
Building Reliable AI Agents That Don't Fall Over
Hard-won lessons on tool design, retries, and observability for autonomous agents that run unattended in production.
#agents#llm#reliability#architectureUsing Notion as a Build-Time CMS for a Static Site
How I wire Notion databases into a Next.js static export at build time — with a graceful fallback to bundled samples when credentials are missing.
#nextjs#notion#content#static-siteWhat Trading Systems Taught Me About Software Correctness
Lessons from building automated trading systems where a bug costs real money — idempotency, reconciliation, and trusting nothing.
#trading#correctness#systems#engineering