Deep dives on AI agents, Bun/TypeScript architecture, and building for scale.
Also on Substack
I publish weekly deep dives on AI systems, SaaS architecture, and production engineering.
How I turned Obsidian into a structured context layer for AI systems using MCP, and why context architecture matters more than model scale.
Stop rebuilding auth and jobs. Wasp-lang defines architecture declaratively. My evaluation: Speed, AI-readiness, and the DSL trade-off.
Demos are easy. Production is hard. Lessons from Anaqio: Prompt-as-code, Generative Error Handling, and Boring State Machines.
Vector search is a bottleneck. I moved to Context-Augmented Generation (CAG). Large windows + Prompt Caching = Superior Reasoning.
RAG is a search bar. Agents need navigation. 3 patterns: Tool-first design, Schema-aware retrieval, and Stateful reflection.
I built Anaqio on Bun Workspaces. No config tax. Next.js 16 + 11 shared packages. Faster iteration, harder types, zero fluff.