SDSignal Desk

AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy

Sep 21, 2026, 2:42 PM · MarkTechPost

Image: MarkTechPost

AWS’s Strands team open-sourced a full agent harness claiming 28% lower token cost at similar accuracy — the loop around the model is the product now.

Why it matters

The Strands Agents team at AWS released Strands harness: a packaged, general-purpose agent loop under Apache 2.0 for Python and TypeScript. It targets the familiar failure mode where a prototype works inside Claude Code or Codex, then falls apart when you rebuild the surrounding system yourself.

Harness choice is becoming an economic lever. Same model, wildly different spend. If the team’s benchmarks hold, defaults for caching and context management matter as much as which frontier model you pick.

From the desk

We’re sympathetic to the problem statement. Agents aren’t the weights — they’re the loop, tools, memory, recovery, and how you truncate a 10,000-token tool dump before it lights your bill on fire. Shipping create_harness() with shell, file, and web tools, session resume, a helper agent, and Agent Skills support is useful infrastructure, not vapor.

The headline 28% lower cost across six benchmarks versus rivals — with near-equal accuracy — needs the footnote they included. DeepSeek Harness was cheaper still (~14% under Strands) but scored lower everywhere; including it pulled the savings figure down to 28%. On Terminal-Bench 2.1 with Claude Fable 5, Strands ran $56.29 at 69.7 accuracy versus Claude Code’s $248.05 at 61.8. That’s the chart that will get shared — and the one procurement teams will ask about.

What we like operationally: truncation above ~1,500-token tool results, compaction past 85% context, and in-loop recovery on overflow. That matches the broader HarnessTax finding they cite — harnesses barely move success rates while the same model can cost up to 5x more. Efficiency is a design choice, not a model lottery ticket.

Eyes open: MarkTechPost is amplifying a vendor release with vendor benchmarks on Harbor/EC2. Independent replication will matter. Still, open-sourcing a deployable harness that targets Bedrock, Anthropic, OpenAI, Google, Ollama, and LiteLLM is a pro-useful-AI move. The risk if everyone copies “smart defaults” poorly is silent context loss that looks like accuracy until a production edge case bites.

I’m watching the promised follow-up paper, whether the CLI-to-production export path stays honest, and how Strands compares once third parties re-run the six-benchmark suite.

Context

Covered by MarkTechPost on Sep 21, 2026, summarizing the AWS Strands Agents team release. Benchmarks cited include ALFWorld, ContextBench, GAIA, WebShop, τ²-bench, and Terminal-Bench 2.1.

Who feels it

Agent developers
A batteries-included Apache 2.0 starting point that may cut rebuild tax from coding-agent demos to owned loops.
Platform / FinOps teams
Harness efficiency belongs in cost reviews alongside model choice; same accuracy at lower tokens is real budget.
AWS competitors
Pressure to publish comparable cost-per-task numbers, not only leaderboard accuracy.

What to watch

  1. Third-party replication of the 28% cost claim and Terminal-Bench head-to-heads.
  2. The Strands team’s follow-up research paper on their benchmarks.
  3. How often create_harness() defaults get overridden in production vs left alone.
  4. Deployment stories onto AWS, GCP, Azure, Cloudflare, and Modal via the bundled skills path.

Read the original

Continue at the source.

MarkTechPost

Companies: Anthropic