BuildSubscribers only 13 h ago7Add to bookmarks

Ars Technica states what code agent practitioners were observing: context strategy has become the real lever - not the underlying model.
In plain terms. Ars Technica (20/07/2026) publishes an interview with Vinay Perneti (Augment Code) advocating for moving beyond grep-based search in coding AI harnesses in favor of structured context (semantic indexer, symbolic navigator, local memory). This isn't a tool debate—it's what separates the agent that raps from the agent that delivers code.
Since the 2024-25 boom of coding agents (Cursor, Cline, Aider, Codex, Claude Code), the standard protocol remains primitive: grep -R foo → pass matched files to the model → hope. It works for localized tasks; it breaks when a bug depends on a cross-cutting call flow, a transverse convention, or an inferred type. The most advanced harnesses have since switched to a mix: dedicated sub-agents, semantic recall via embeddings, navigation by typed calls (LSP, tree-sitter).
The harness becomes the strategic unit, not the model. A naked frontier model, without context, underperforms a more modest model in a good harness. This flips the purchase analysis for IT departments: arbitrating on the contextual stack (indexer, semantics, navigator, memory) becomes more impactful than the underlying model. Corollary: portability between models is played at the harness level, not at the API level. KEEL CRUX observation: the latency overhead of such a stack, measured internally on our runs, remains absorbable in IDE usage; it's not the limiting factor.
Three building blocks structure modern context:
All controlled by a router that decides which block to call per task.
Create a free account to access all our content and the weekly review.
Article produced by artificial intelligence, reviewed under human editorial control.
Sign in to join the discussion.
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