Skip to content

Writing

The honest version of production AI

Field notes on agentic AI, RAG, and shipping LLM systems that survive real customers. How the systems actually work, and how they fail.

Teo Deleanu7 min read

The narrow-loop playbook, step by step

The narrow loop works when the steps run in order. Seven of them, each anchored to real dates from the doc-intel demo: 29 days, 74 commits, $20 a month.

Production AIAI EngineeringAgentic AIPlaybooks

Latest articles

Teo Deleanu5 min read

It runs itself: the first week of a real AI pipeline

Live on June 27. Within four days the model was retired upstream, the UI failed silently, and the timeout budget was wrong. The week-one incident log.

Agentic AIProduction AIAI Engineering
Teo Deleanu5 min read

Surviving a model migration under live traffic

Google retired our model snapshot three days after deploy. The fix was one config line, decided months earlier by three structural choices.

Production AIAI EngineeringLLM Ops
Teo Deleanu7 min read

Silent failures: the observability stack that catches them

The scariest failure returned HTTP 200 on every request. Five silent-failure classes from production and the open-source stack that catches each one.

Production AIAI EngineeringObservability
Teo Deleanu6 min read

Shipping production code with coding agents: the actual workflow

The agentic coding workflow behind 74 commits in 29 days: spec first, a fresh agent per task, TDD, two review passes, and an eval gate in CI.

AI EngineeringAgentsProduction AI
Teo Deleanu7 min read

How a one-person AI consultancy ships in 4 weeks

Spec on May 29, live on Fly.io June 27, 74 commits, one engineer plus coding agents. The setup that makes review bandwidth the only constraint left.

Production AIAI EngineeringAgentic AI
Teo Deleanu7 min read

Solving almost every problem with AI: the honest version

The friction from idea to working software collapsed. The friction from working software to a system you can trust in production did not.

Agentic AIAI StrategyProduction AI
Teo Deleanu8 min read

The captain's agentic engineering workflow, annotated from an operator's seat

An ex-Meta L8 walked through his full agentic engineering workflow. My notes after 15+ years shipping: where we converge, and where my pager disagrees.

AI EngineeringAgentsProduction AI
Teo Deleanu5 min read

Why most AI agents fail in production

AI agents rarely fail because the model is weak. Six failure modes from systems we run, and every one of them lives in the layers around the model.

Production AIAI EngineeringAgents
Teo Deleanu6 min read

The job market looks stuck. AI engineering is where it isn't.

The generalist software lane is crowded and slow. From a hiring seat, demand for engineers who operate models in production is loud and supply is thin.

AI EngineeringCareerProduction AI
Teo Deleanu5 min read

Becoming an AI engineer: the production-first path

Most AI-engineer roadmaps list technologies. This one lists the six places production actually broke for us, because that is what the job defends against.

AI EngineeringProduction AICareer
Teo Deleanu5 min read

Case study: agent-driven analytics for a Series-B DeFi platform

One production platform, end to end: agents, an MCP toolchain, a queue that survived 429 storms, and the numbers: 99.9% availability, p95 under 300ms.

Production AIAI EngineeringCase Study
Teo Deleanu6 min read

Speech-to-text pipelines that survive real audio

Pavleur streams live meeting audio through Deepgram and ElevenLabs. Transcription turned out to be the easy part. The pipeline is mostly failure handling.

Production AIAI EngineeringSpeech-to-text
Teo Deleanu5 min read

Evals as CI: the merge gate that catches model regressions

How to write LLM evals that run as CI: a golden set scored by recorded judge cassettes on every PR, deterministic and free, blocking merges on regressions.

Production AIAI EngineeringEvals
Teo Deleanu6 min read

RAG vs agentic RAG vs a bigger context window

Long context vs RAG vs agentic retrieval: one cost curve, three meters. The bill sits per query, in the index, or per model call. Corpus size picks.

Production AIRAGAgents
Teo Deleanu6 min read

MCP vs RAG vs agents: three acronyms, one system

MCP, RAG, and agents answer three different questions: knowledge in, actions out, control flow. A map of how production systems compose them, with receipts.

Production AIAI EngineeringArchitecture
Teo Deleanu6 min read

Context engineering: how we cut 200 tool definitions to a 9k-token catalog

Context engineering for LLM-based agents, from production: 200+ tool definitions cut to a 9k-token catalog, with the reclaimed budget spent on skills.

Production AIAI EngineeringAgents
Teo Deleanu5 min read

The anatomy of a production multi-agent platform

A production-ready multi-agent architecture: a cheap router up front, expensive specialists behind it, safety in code, and a bypass for the common case.

Production AIAI EngineeringAgents
Teo Deleanu5 min read

How AI agents remember: checkpoints, skills, and work memory

The three types of AI agent memory in production: run-scale checkpoints, versioned skills, and source-hashed work memory. The context window is a cache.

Production AIAI EngineeringAgents
Teo Deleanu5 min read

Inside an MCP tool server: what 850 tools teach you

MCP server architecture, explained from production: at 850 tools the real work is selection, auth scoping, caching, and loading skills before tools.

Production AIAI EngineeringMCP
Teo Deleanu5 min read

How RAG actually works in production

The RAG pipeline steps that decide quality, from a live system: parse, chunk, embed, index, retrieve, generate, with a measured number and CI gate at each.

Production AIAI EngineeringRAG
Teo Deleanu4 min read

"Free because open source": reading the three meters on every AI system

The weights are free. Running them is not. Every AI system carries three meters: being ready, per call, and touching the world. Ours, with numbers.

Production AIAI StrategyAI Engineering

    We use cookies for analytics and ads measurement (incl. the Meta Pixel). Privacy policy.

    The honest version of production AI — AIESCU Blog