VOOZH about

URL: https://thenewstack.io/context-is-ai-codings-real-bottleneck-in-2026/

⇱ Context is AI coding's real bottleneck in 2026 - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2026-01-23 07:00:53
Context is AI coding's real bottleneck in 2026
contributed,
AI Agents / AI Engineering

Context is AI coding’s real bottleneck in 2026

The context gap is what actually determines how much of AI's potential productivity gain your team captures this year.
Jan 23rd, 2026 7:00am by Greg Foster
👁 Featued image for: Context is AI coding’s real bottleneck in 2026

Walk into any engineering leadership meeting today, and someone will question whether AI-generated code is secure or whether agents can be trusted in production. These are valid concerns, but they don’t determine whether your team ships faster. The bottleneck is context: the gap between what engineers carry in their heads and what AI can understand or communicate.

Companies that solve the context problem will move faster. Their tools will make fewer mistakes that require human correction, while teams that ignore it accumulate technical debt in the form of code that developers can’t fully explain. Security and quality matter, but they’re largely addressable at the technical layer; the real constraint is transferring engineers’ tacit knowledge into systems.

Code quality tools are ready, but context isn’t

By 2025, AI code review had truly arrived, and static application security testing (SAST) tools were already catching the obvious issues. Today, most companies run one or more AI reviewers on every change, and false positives are low enough that these tools have earned their keep. The mechanics just work. Claude Code and similar tools showed in 2025 that AI can write substantial, multifile changes that compile and run.

What doesn’t work is the handoff. An engineer spends weeks absorbing not just the technical architecture but also the unwritten rules that govern a codebase: when to prioritize performance over readability, which abstractions the team actually maintains, and how defensive to be about edge cases. When an AI agent writes or reviews code, it operates without that accumulated knowledge. You can feed it documentation, but documentation is always incomplete; it records what someone thought to write down, not the dozens of micro-decisions that shaped the current system.

The two-way problem

Getting context into AI tools requires deliberate effort that most teams haven’t systematized. Engineers need to translate their implicit knowledge into something an agent can parse. Some companies are experimenting with detailed architecture documents that live in the repo specifically for AI consumption, while others are building specialized prompts that encode stylistic preferences. But these are stopgaps. The UX for context handoff remains clunky, and the tooling barely exists.

Extracting understanding back out of AI is just as thorny. When AI generates a code change, engineers still need to build a mental model of what happened so they can maintain the system later. Reading AI-generated code takes different cognitive work than reading human-written code: You’re reverse-engineering intent from output rather than following a colleague’s reasoning process. Skip that step, and you end up with a codebase that nobody fully understands.

What changes in 2026, and which teams will ship faster

This year, new tools will emerge to solve context transfer. Not just better prompts or fancier retrieval-augmented generation (RAG) implementations, but interfaces for capturing and conveying the implicit knowledge that currently lives only in engineers’ heads. Think of it as infrastructure for the handoff itself.

Far from replacing engineers, this is about getting precise about which parts of their job require human judgment and which parts can be automated once the context problem is solved. Right now, engineers run Cursor and Claude and Aider simultaneously because the marginal gains outweigh the monthly budget per engineer. We’re still in the phase where every tool helps a little, and nothing costs enough to justify consolidation.

In 2026, that will continue; the real change will be in workflows. AI judges will assess pull request (PR) risk with enough accuracy to route changes intelligently: Some go to immediate human review, others to AI-only review, and some to post-merge review within 24 hours. Background agents that spin up in the cloud, clone your repo, execute changes, and return PRs will become more common for scoped outer-loop work like fixing CI, adding unit tests, or breaking up large PRs. These aren’t suited for big greenfield projects, but they’re efficient for the small, repetitive changes that currently require context-switching overhead.

Security and code quality still matter, but they’re largely solved at the technical level. The context gap is what actually determines how much of AI’s potential productivity gain your team captures this year. Teams that get these tools working well won’t just move faster; they’ll start hitting a rhythm where humans handle the judgment calls and creative work, and AI takes care of repetitive tasks, so changes are easier to make and maintain.

TRENDING STORIES
Greg Foster is the CTO and cofounder of Graphite, the AI code review platform helping teams like Snowflake, Figma, and Shopify ship faster and scale AI-generated code with confidence. Prior to Graphite, Greg was a dev tools engineer at Airbnb....
Read more from Greg Foster
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.