← heapsort-ai

Context Engineering

8 items

ARTICLEDEV.to AI·4/9/2026

Karpathy called it context engineering > prompt engineering. I built a tool that does it automatically for codebases.

O artigo discute a ênfase de Karpathy em "engenharia de contexto" em vez de "engenharia de prompt" para LLMs, destacando que a performance da IA depende crucialmente do contexto fornecido. Ele aponta o problema de LLMs consumirem muitos tokens repetidamente para entender o contexto de um código, levando o autor a desenvolver uma ferramenta para automatizar esse processo.

28
ARTICLEDEV.to AI·20d ago

Context Kit vs Forge Guardrails: Two Ways to Pull a Small Model Up to Frontier Reliability

The article compares two approaches to improve the reliability of small AI models in agentic workflows: Forge Guardrails, which uses runtime guardrails, and Context Kit, which employs context engineering. Both solutions aim to boost the performance of small models, with Forge reporting a jump from 53% to 99% and the Context Kit raising Gemma 4 from 75% to 92% parity with Claude Opus. The text explores how these different methodologies collide and how a hypothetical combination could work to solve the problem of small models failing in multi-step loops.

27