Skip to content

Writing

Blog

Field notes on building and teaching modern AI. Filter by topic; everything is static, no tracking, no comments.

4 min readAgentic AI in Practice

Shipping Agentic RAG to Production

What changes when a RAG system stops being a demo and has to serve real users: retrieval quality, tool use, evaluation, and guardrails.

#rag#agentic-ai#llm#mlops
3 min read

MLOps on a Budget

You do not need a platform team to ship models reliably. A pragmatic MLOps stack for small teams using containers, CI/CD, and managed cloud.

#mlops#ci-cd#docker#cloud