Skip to main content
Deep Agents v0.7 update: code snippet showing base input tokens and performance validation metrics.

Editorial illustration for Deep Agents v0.7 Updates Base Input Tokens, Performance Validated

Deep Agents v0.7 Cuts Input Tokens 65% Without Loss

Deep Agents v0.7 Updates Base Input Tokens, Performance Validated

4 min read

LangChain shipped Deep Agents v0.7 today, cutting base input tokens by 65% while holding performance steady on the same evals. The change lands on a simple premise: a model is only as good as the context it's given, and that context lives in the prompt. Building the prompt well is the harness's job, not the model's, which means every unnecessary token in the base system prompt is a tax on cost and speed with no upside.

The timing isn't an accident. Anthropic just published its own update to context engineering guidance for newer models, alongside numbers showing it stripped more than 80% out of Claude Code's system prompt for models like Opus 5 and Fable 5, without losing ground on coding benchmarks. OpenAI and Google have gone through similar rewrites as their models got more capable. Harnesses that don't keep up end up dragging around prompting instructions the model has already outgrown, spending tokens to compensate for weaknesses that no longer exist.

Deep Agents v0.7 is LangChain's attempt to catch up to where the models actually are: a smaller, more configurable base harness built by stripping out exactly that kind of dead weight.

Anthropic just published an updated guide on context engineering for modern models, alongside a report that they cut over 80% of Claude Code's system prompt for models like Opus 5 and Fable 5, with no measurable drop in coding evals.

Why this matters

For anyone building on top of agent frameworks, a 65% cut in base input tokens is real money and real latency, not a marketing number. If you're running agents at scale, base harness overhead compounds fast across thousands of calls, so trimming it while holding performance steady is the kind of change that shows up directly in your API bill. The three-category eval suite (autonomous, and presumably the two categories the summary cut off) also matters more than the headline stat: it's a signal that the LangChain team is trying to make harness claims falsifiable rather than vibes-based, which the rest of the industry's prompting guidance largely isn't.

Worth watching whether other agent frameworks adopt similar public eval suites, or whether "trust us, it's faster" remains the norm. For founders evaluating which agent stack to build on, this is also a reminder that the harness, not just the underlying model, is where a lot of the real engineering and cost differentiation is happening right now.

Common Questions Answered

How much did LangChain reduce base input tokens in Deep Agents v0.7?

LangChain cut base input tokens by 65% in Deep Agents v0.7 while maintaining the same performance levels on their evaluation suite. This reduction represents a significant optimization that directly impacts both cost and latency for users running agents at scale.

What is the philosophy behind LangChain's token reduction strategy in Deep Agents v0.7?

LangChain's approach is based on the premise that a model is only as good as the context provided to it, and that context lives in the prompt. The company believes that building the prompt well is the harness's responsibility, not the model's, meaning every unnecessary token in the base system prompt represents a tax on cost and speed with no benefit.

How does Anthropic's Claude Code optimization compare to LangChain's Deep Agents v0.7 update?

Anthropic recently cut over 80% of Claude Code's system prompt for models like Opus 5 and Fable 5 with no measurable drop in coding evaluations. This aligns with LangChain's 65% token reduction in Deep Agents v0.7, demonstrating an industry-wide trend toward context engineering optimization.

Why does the 65% base input token reduction matter for developers running agents at scale?

For developers building on agent frameworks, a 65% cut in base input tokens translates to real cost savings and reduced latency, not just a marketing metric. Since base harness overhead compounds quickly across thousands of API calls, trimming it while maintaining performance directly reduces API bills and improves response times at scale.

Further Reading

LIVE00:41OpenAI Slashes GPT-5.6 Luna AI Model Price by 80%