Blog

Notes from building production AI systems.

Architecture, evals, observability, retrieval, and operating patterns for teams shipping agents and RAG systems.

How-toJul 10, 20268 min read

How to Get Cited by AI Search in 2026

Learn how to get cited by AI search engines like ChatGPT, Perplexity, and Google AI Overviews. Structure content for answer extraction and earn citations.

Read article
RAG SystemsFeb 18, 20268 min read

Building Reliable RAG Systems

How to move a retrieval system from a promising demo to a production service that answers from the right context.

Read article
ReliabilityFeb 9, 20268 min read

Preventing Hallucinations In AI Systems

Hallucinations are usually a systems problem. Fix the context, the decision boundaries, and the user experience before blaming the model.

Read article
AI AgentsJan 29, 20269 min read

Designing Production-Grade AI Agents

The jump from a chat demo to a reliable agent usually comes down to workflow control, tool design, and visible state.

Read article
EvaluationJan 17, 20269 min read

Evaluation Methods For AI Systems

The right evaluation setup measures retrieval, generation, and business workflow outcomes separately so teams can improve the right layer.

Read article
ArchitectureJan 8, 20268 min read

Retrieval Vs Fine-Tuning

Retrieval and fine-tuning solve different problems. Choosing the right one depends on knowledge freshness, output behavior, and control needs.

Read article
OperationsDec 22, 20258 min read

AI Observability In Production

If you cannot inspect the context, the prompt, the tool calls, and the final output together, you do not really know how the system behaves.

Read article
ArchitectureDec 10, 20259 min read

Architecture Patterns For LLM Systems

Reliable LLM products usually converge on a few core patterns: a request layer, a context layer, an action layer, and a control plane around them.

Read article