← Back

Writings

Writing on software, AI systems, and APIs.

A growing archive of essays and technical notes on how strong systems are designed: clear contracts, resilient architecture, and AI-enabled software people can rely on in production.

My Daily AI Workflow

How Codex, GPT-5.6 Sol, Herdr, Zed, Git worktrees, and bounded feedback loops fit into my day-to-day engineering workflow.

Why I Am Building Anvia

I am building Anvia because I care about lower-level AI runtime primitives, explicit TypeScript abstractions, and developer experience.

Building My First Home Server

Why I built my first home server, what hardware and software I chose, and what I learned along the way.

Why Nested API Endpoints Cause Problems

Nested API endpoints feel intuitive, but they often introduce ambiguity, authorization complexity, and maintenance problems.

How I Design and Write APIs

Writing APIs takes careful thought about abstraction so the code stays understandable, extensible, and maintainable.

Why SQLite Is Still Underrated

A practical case for SQLite: individual queries get much cheaper when there is no network in the middle.