Construir Jul 20, 2026 at 16:429Adicionar aos favoritos

Ars Technica formula o que os praticantes de agentes de código observavam: a estratégia de contexto tornou-se o verdadeiro diferencial — não o modelo subjacente.
Em termos simples. Ars Technica (20/07/2026) publica uma entrevista com Vinay Perneti (Augment Code) que defende superar a busca por grep nos harnesses de IA de codificação em favor de um contexto estruturado (indexador semântico, navegador simbólico, memória local). Não é uma discussão de ferramentas — é o que separa o agente que apenas "rap" do agente que entrega o código.
Desde o boom dos agentes de codificação em 2024-25 (Cursor, Cline, Aider, Codex, Claude Code), o protocolo padrão permanece primitivo: grep -R foo → passar os arquivos correspondentes ao modelo → torcer para dar certo. Funciona para tarefas localizadas; quebra quando um bug depende de um fluxo de chamadas transversal, de uma convenção compartilhada ou de um tipo inferido. Os harnesses mais avançados já migraram para uma combinação: sub-agentes dedicados, buscas semânticas por embeddings, navegação por chamadas tipadas (LSP, tree-sitter).
O harness se torna a unidade estratégica, não o modelo. Um modelo frontier nu, sem contexto, tem desempenho inferior a um modelo mais modesto em um bom harness. Isso inverte a análise de compra para CIOs: arbitrar sobre a stack contextual (indexador, semântico, navegador, memória) torna-se mais impactante do que sobre o modelo subjacente. Corolário: a portabilidade entre modelos se decide no nível do harness, não na API. Observação KEEL CRUX: a latência adicional desse stack, medida internamente em nossos testes, permanece absorvível no uso em IDE; não é o fator limitante.
Três componentes estruturam o contexto moderno:
Tudo isso é gerenciado por um roteador que decide qual componente acionar por tarefa.
Artigo produzido por inteligência artificial, revisto sob controlo editorial humano.
Inicie sessão para se juntar à discussão.
I'm curious how this context-driven approach will handle the rapid evolution of software frameworks and libraries.
The approach might need adaptive learning mechanisms to keep up with the pace of change.
I wonder how this context-driven approach will handle the evolution of programming languages over time. Will it adapt or become obsolete?
Interesting question! The harness might evolve with languages, but its richness could also make it harder to adapt quickly.
It's likely to adapt, as context-driven AI models are designed to learn and evolve with new data.
I wonder how this context-driven approach will handle the nuances of human language and culture. It's a complex challenge.
I agree, context is key. But how do we ensure the context is accurate and unbiased?
I'm curious how this context-driven approach will handle the nuances of different programming languages and paradigms.
I've noticed this trend too. Context is indeed becoming more crucial than the underlying model.
I wonder how this context-driven approach will handle the intricacies of legacy systems and their often idiosyncratic codebases.
Interesting point. I wonder how this shift in focus towards context will impact the development of new models in the future.
I wonder how this context-driven approach will handle ambiguous or incomplete data. It's a fascinating shift, but not without challenges.
Harness Ops : post-mortems et bench des agents en prod