patterns
6 articlesRecurring architectures in AI systems.
filter: --all --concepts --tools
DESIGN.md: The Contract Between Design and Code
DESIGN.md documents your design system in text so an AI agent like Claude Code can inherit and implement it without reinventing decisions.
What is the Guardrails Pattern in AI?
Guardrails are validation layers that control what goes in and out of an LLM to prevent harmful, off-topic, or poorly formatted responses.
LLM Evaluation: How to Measure Response Quality
LLM evaluation systematically measures response quality using automated metrics, LLM-as-judge, benchmarks, and human validation.
What is Function Calling in LLMs?
Function calling lets an LLM request the execution of external functions — APIs, databases, computation — and use the result to answer with live, accurate data.
How to Automate Tasks With Make or Zapier Using AI
Make and Zapier now offer LLMs as native building blocks. Learn to build automations that read, classify, and generate content with AI — no code required.
What is RAG (Retrieval-Augmented Generation)?
RAG combines information retrieval with text generation to deliver accurate answers grounded in your own data.