Temperature in LLMs: What It Is and What Value to Use for Your Case
What temperature is in language models, how it affects responses, and how to choose the right value for your task. Examples with the same prompt.
Library
Technical articles: agents, architecture, tools and design decisions.
What temperature is in language models, how it affects responses, and how to choose the right value for your task. Examples with the same prompt.
What a language model's context window is, how it's measured in tokens, and concrete practices to leverage it from day one.
The 6 architectural decisions for your first production AI agent: precise objective, memory, tools with minimum privilege, and human oversight.
The methodology I use to make Claude Code improve itself through measuring, proposing hypotheses, iterating, and validating results
Skills, hooks, CLAUDE.md: the complete map of Claude Code's 8 tools and when to use each one. A practical guide for beginners.
How to transform text into numerical vectors and build real semantic search. From cosine similarity to RAG, with diagrams, TypeScript code, and interactive exercises.
The 5 prompt engineering patterns: zero-shot, few-shot, CoT, role prompting, and structured output with real TypeScript code.
MCP (Model Context Protocol) standardizes how AI agents connect to external tools. Explanation with line-by-line commented Python examples.
How to build a production RAG with semantic chunking, hybrid search and reranking. The real decisions that determine whether your system retrieves well or fails silently.
La IA genera código en segundos pero no conoce tus dependencias. La estrategia de tests que funciona con agentes de programación.
Technical guide to measuring the real reliability of AI agents in production: task completion rate, deterministic evals, LLM-as-judge, and silent degradation detection.
The language you use affects how your AI reasons. Three concrete mechanisms by which TypeScript improves code generated by agents like Claude Code.