// writing
NOTES & BUILD LOGS.
Things I've learned shipping AI & products to production.
LatestFeb 18, 2026 · 8 min
Cutting LLM inference cost 60% with semantic caching
↗An embedding-keyed Redis cache that skips the model on near-duplicate questions — and how to keep it safe.
CostJan 30, 20266 min
Keyless multi-cloud: AWS → GCP Vertex AI without a single secret
Workload Identity Federation end to end: how an AWS Lambda calls Vertex AI with zero stored credentials.
InfraDec 12, 202510 min
Building an ed-tech company solo: every layer, one person
Marketing site, learning platform, AI chatbot, video studio, data pipelines, and infra — shipped by one person.
ProfSamNov 20, 20257 min
A never-mutate browser agent for enterprise UIs
Code-enforced guards that let an agent read and learn a live enterprise UI without ever mutating data.
AgentsOct 08, 20259 min
NLP-to-SQL across 300+ tables: what actually works
Schema retrieval, few-shot assembly, and validation loops that make natural-language SQL actually reliable.
GenAI