AI Engineering
6 pieces on AI Engineering, including 6 step-by-step guides.
Guides
The Developer's Guide to Running Claude Code for Free: Ollama, OpenRouter, and Local Proxies
Stop paying for Anthropic tokens. Learn the engineering patterns required to redirect Claude Code's CLI to local models via Ollama or high-parameter free models on OpenRouter.

RAG vs. MCP: What Every AI Developer Actually Needs to Know
Retrieval-Augmented Generation (RAG) and Model Context Protocol (MCP) are often discussed as competitors, but they solve entirely different problems. Learn when to reach for memory and when to reach for agency.
What Is Tokenization Drift? A Practical Guide to Finding and Fixing It
Learn why small prompt formatting changes can alter token sequences, reduce reliability, and push LLM inputs away from the format a model was tuned to follow.
AI Risk Management: A Comprehensive Guide to Securing AI Systems
From prompt injection to supply chain attacks, learn how to identify, categorize, and systematically mitigate the real security risks in modern AI systems.
How to Run Local LLMs Securely Using Ollama
A step-by-step tutorial on installing Ollama, pulling models like Llama 3, and running private queries without data leaks.
Getting Started with LangChain in 2026
A comprehensive tutorial on building your first RAG application using the latest LangChain updates.