🎬 Ingeniería de Contexto: La Habilidad CLAVE para crear AGENTES de IA ahora mismo

Video Details

Channel: Pocho Costa
URL: https://www.youtube.com/watch?v=Tbfc2lQzfAU
Relevance: ⭐⭐⭐⭐


Summary

Spanish tutorial positioning Context Engineering as the most important skill for AI agent builders in 2025. Covers: the hierarchy of context sources (system prompt → retrieved documents → conversation history → tool results), context window budgeting (how to allocate tokens across sources), and the ‘context as architecture’ principle (designing context structure before writing any code).


PUMA Relevance

The ‘context as architecture’ principle is exactly PUMA’s approach: before implementing the triage agent, PUMA designed the context structure (system prompt with PM domain knowledge + 3–6 few-shot examples + current issue + instructions). The context window budgeting section helps PUMA calculate how many few-shot examples fit within Llama 3.2’s 8K context.


MOCs