{"id":119322,"date":"2026-09-22T02:04:18","date_gmt":"2026-09-22T02:04:18","guid":{"rendered":"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/"},"modified":"2026-09-22T02:04:18","modified_gmt":"2026-09-22T02:04:18","slug":"aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy","status":"publish","type":"post","link":"https:\/\/youzum.net\/fr\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/","title":{"rendered":"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Many developers find that an agent idea works inside <a href=\"https:\/\/docs.claude.com\/en\/docs\/claude-code\/overview\">Claude Code<\/a> or <a href=\"https:\/\/github.com\/openai\/codex\">Codex<\/a>, then struggles once they rebuild it with their own loop. The <strong><a href=\"https:\/\/strandsagents.com\/\">Strands Agents<\/a> team at AWS<\/strong> is targeting that gap with <strong><a href=\"https:\/\/strandsagents.com\/blog\/introducing-strands-harness\/\" target=\"_blank\" rel=\"noreferrer noopener\">Strands harness<\/a><\/strong>, a fully assembled, general-purpose agent harness. It runs locally or deploys to a cloud provider, ships for Python and TypeScript under Apache 2.0, and starts with one line of code. The team reports 28% lower cost than other harnesses running the same Claude or GPT models across 6 benchmarks, with near-equal accuracy.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Is it deployable?<\/strong> Yes. It runs locally, and a bundled skills file helps your coding agent generate deployment config for AWS, GCP, Azure, Cloudflare, and Modal.<\/p>\n<h2 class=\"wp-block-heading\"><strong>What is Strands Harness<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">A harness is the system around the model: the loop, tools, context handling, memory, and recovery. Strands already exposed those building blocks through the <a href=\"https:\/\/github.com\/strands-agents\/harness-sdk\">Strands Harness SDK<\/a>. Strands harness packages them into working defaults. It is built as a general-purpose agent, not a coding agent.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Out of the box, <code>create_harness()<\/code> returns an agent that:<\/strong><\/p>\n<ul class=\"wp-block-list\">\n<li>Runs on a current reasoning model through Amazon Bedrock, Anthropic, OpenAI, Google, <a href=\"https:\/\/ollama.com\/\">Ollama<\/a>, or <a href=\"https:\/\/github.com\/BerriAI\/litellm\">LiteLLM<\/a>.<\/li>\n<li>Ships shell, file (read, write, edit), and web tools, instead of a bespoke tool per task.<\/li>\n<li>Offloads bulky tool results to files and caches reused parts of each request.<\/li>\n<li>Keeps long-term memory across runs and resumes a conversation from a session ID.<\/li>\n<li>Delegates open-ended subtasks to a built-in helper agent and tracks multi-step work with a checklist.<\/li>\n<li>Loads <a href=\"https:\/\/agentskills.io\/\">Agent Skills<\/a> when it finds them.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\"><strong>Benchmark Setup and the 28% Figure<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/strandsagents.com\/\">Strands Agents<\/a> team ran distributed benchmarking on Amazon EC2 with <a href=\"https:\/\/github.com\/laude-institute\/harbor\">Harbor<\/a>, the evaluation framework from the Terminal-Bench creators. The score is the average across 6 benchmarks: <a href=\"https:\/\/github.com\/alfworld\/alfworld\">ALFWorld<\/a>, ContextBench, <a href=\"https:\/\/huggingface.co\/gaia-benchmark\">GAIA<\/a>, <a href=\"https:\/\/github.com\/princeton-nlp\/WebShop\">WebShop<\/a>, <a href=\"https:\/\/github.com\/sierra-research\/tau2-bench\">\u03c4\u00b2-bench<\/a>, and <a href=\"https:\/\/github.com\/harbor-framework\/terminal-bench-2-1\">Terminal-Bench 2.1<\/a>. Cost is the average dollars per task. Rivals on the chart are Claude Code, Codex, oh-my-pi, <a href=\"https:\/\/opencode.ai\/\">OpenCode<\/a>, and DeepSeek Harness.<\/p>\n<p class=\"wp-block-paragraph\">One important thing to note. DeepSeek Harness was the most token-efficient harness overall, running about 14% cheaper than Strands harness. It also scored lower on every benchmark. The chart footnote states that including it brought the overall savings figure down to 28%. The highest-scoring point on the chart is Claude Opus 5 on Strands harness, near 85%.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Terminal-Bench 2.1: Same Model, 5 Harnesses<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">The clearest head-to-head uses Claude Fable 5 on Terminal-Bench 2.1, with 89 trials per harness.<\/p>\n<figure class=\"wp-block-table\">\n<table class=\"has-fixed-layout\">\n<thead>\n<tr>\n<th>Harness<\/th>\n<th>Run cost<\/th>\n<th>Accuracy<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Strands harness<\/td>\n<td>$56.29<\/td>\n<td>69.7<\/td>\n<\/tr>\n<tr>\n<td>Oh-my-pi<\/td>\n<td>$86.83<\/td>\n<td>69.7<\/td>\n<\/tr>\n<tr>\n<td>OpenCode<\/td>\n<td>$73.42<\/td>\n<td>66.3<\/td>\n<\/tr>\n<tr>\n<td>Claude Code<\/td>\n<td>$248.05<\/td>\n<td>61.8<\/td>\n<\/tr>\n<tr>\n<td>DeepSeek Harness<\/td>\n<td>$40.30<\/td>\n<td>59.5<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p class=\"wp-block-paragraph\">Against Claude Code, Strands harness cost 77% less and scored 7.9 points higher. Oh-my-pi matched its 69.7 accuracy at 54% higher cost. DeepSeek Harness was cheaper still, but trailed by 10.2 points. The team also noted that 2 other open-source harnesses performed well on cost and accuracy against Claude Code.<\/p>\n<div>\n<\/div>\n<p class=\"wp-block-paragraph\">\n<h2 class=\"wp-block-heading\"><strong>What Drives the Efficiency<\/strong><\/h2>\n<\/p><p class=\"wp-block-paragraph\">Strands harness ships defaults for prompt caching and context management. The team says context management largely drove both token efficiency and accuracy. <strong>3 rules do the work:<\/strong><\/p>\n<ul class=\"wp-block-list\">\n<li>Tool results over about 1,500 tokens get truncated.<\/li>\n<li>Summarization (compaction) triggers when context usage passes 85%.<\/li>\n<li>Context recovery runs inside the loop if the window overflows.<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">This matches recent independent research. The <a href=\"https:\/\/harnesstax.github.io\/\">HarnessTax study<\/a> compared Claude Code, Codex CLI, and Pi across 7 models. It found harness choice barely moved success rates, while the same model reached similar success at up to 5x the cost. The Strands researchers say a follow-up paper on their benchmarks is coming.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Getting Started<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Install with <code>pip install strands-harness<\/code> or <code>npm install @strands-agents\/harness<\/code>. Pick a model by name, or point the harness at a local Ollama model:<\/p>\n<div class=\"dm-code-snippet dark dm-normal-version default no-background-mobile\">\n<div class=\"control-language\">\n<div class=\"dm-buttons\">\n<div class=\"dm-buttons-left\">\n<div class=\"dm-button-snippet red-button\"><\/div>\n<div class=\"dm-button-snippet orange-button\"><\/div>\n<div class=\"dm-button-snippet green-button\"><\/div>\n<\/div>\n<div class=\"dm-buttons-right\"><a><span class=\"dm-copy-text\">Copy Code<\/span><span class=\"dm-copy-confirmed\">Copied<\/span><span class=\"dm-error-message\">Use a different Browser<\/span><\/a><\/div>\n<\/div>\n<pre class=\"no-line-numbers\"><code class=\"no-wrap language-php\">from strands_harness import create_harness\n\nagent = create_harness(model=\"litellm\/openai\/gpt-5.6-sol\")\nagent(\"Research the top three vector databases and compare their pricing\")<\/code><\/pre>\n<\/div>\n<\/div>\n<p class=\"wp-block-paragraph\">The Strands CLI (<code>npm install @strands-agents\/strands-cli<\/code>) lets you prototype an agent in plain English. In the team\u2019s demo, the agent was asked to add the <a href=\"https:\/\/modelcontextprotocol.io\/\">Playwright MCP<\/a> server and measure video load latency on a blog post. Running <code>\/export<\/code> then produced the harness code, with the Playwright MCP included, as a Python or TypeScript zip.<\/p>\n<p class=\"wp-block-paragraph\">The CLI itself is built on Strands harness. Strands engineer Gautam Sirdeshmukh also used it to build a desktop app that starts Strands harness runs remotely.<\/p>\n<p class=\"wp-block-paragraph\">Customization goes deep. You can override any default, swap models, add tools, or replace components down to the Strands Harness SDK. Because the harness is a library dependency, the agent prototyped on a laptop is the same one embedded in production.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li>Strands harness packages AWS\u2019s Strands primitives into a general-purpose, Apache 2.0 agent.<\/li>\n<li>It reports 28% lower cost than rival harnesses across 6 benchmarks at comparable accuracy.<\/li>\n<li>With Fable 5 on Terminal-Bench 2.1, it cost 77% less than Claude Code and scored higher.<\/li>\n<li>Context defaults drive the gains: 1,500-token truncation, 85% compaction, in-loop recovery.<\/li>\n<li>One <code>create_harness()<\/code> call targets Bedrock, Anthropic, OpenAI, Google, Ollama, or LiteLLM.<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">\n<\/p><p class=\"wp-block-paragraph\">Check out the <strong><a href=\"https:\/\/strandsagents.com\/blog\/introducing-strands-harness\/\">Technical details<\/a><\/strong>, <a href=\"https:\/\/github.com\/strands-agents\/harness-sdk\"><strong>GitHub repo<\/strong><\/a>, <a href=\"https:\/\/pypi.org\/project\/strands-harness\/\"><strong>PyPI package<\/strong><\/a>, and <a href=\"https:\/\/strandsagents.com\/\"><strong>Strands Agents docs<\/strong><\/a>.<\/p>\n<p>The post <a href=\"https:\/\/www.marktechpost.com\/2026\/09\/21\/aws-strands-agents-team-releases-strands-harness\/\">AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy<\/a> appeared first on <a href=\"https:\/\/www.marktechpost.com\/\">MarkTechPost<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Many developers find that an agent idea works inside Claude Code or Codex, then struggles once they rebuild it with their own loop. The Strands Agents team at AWS is targeting that gap with Strands harness, a fully assembled, general-purpose agent harness. It runs locally or deploys to a cloud provider, ships for Python and TypeScript under Apache 2.0, and starts with one line of code. The team reports 28% lower cost than other harnesses running the same Claude or GPT models across 6 benchmarks, with near-equal accuracy. Is it deployable? Yes. It runs locally, and a bundled skills file helps your coding agent generate deployment config for AWS, GCP, Azure, Cloudflare, and Modal. What is Strands Harness A harness is the system around the model: the loop, tools, context handling, memory, and recovery. Strands already exposed those building blocks through the Strands Harness SDK. Strands harness packages them into working defaults. It is built as a general-purpose agent, not a coding agent. Out of the box, create_harness() returns an agent that: Runs on a current reasoning model through Amazon Bedrock, Anthropic, OpenAI, Google, Ollama, or LiteLLM. Ships shell, file (read, write, edit), and web tools, instead of a bespoke tool per task. Offloads bulky tool results to files and caches reused parts of each request. Keeps long-term memory across runs and resumes a conversation from a session ID. Delegates open-ended subtasks to a built-in helper agent and tracks multi-step work with a checklist. Loads Agent Skills when it finds them. Benchmark Setup and the 28% Figure The Strands Agents team ran distributed benchmarking on Amazon EC2 with Harbor, the evaluation framework from the Terminal-Bench creators. The score is the average across 6 benchmarks: ALFWorld, ContextBench, GAIA, WebShop, \u03c4\u00b2-bench, and Terminal-Bench 2.1. Cost is the average dollars per task. Rivals on the chart are Claude Code, Codex, oh-my-pi, OpenCode, and DeepSeek Harness. One important thing to note. DeepSeek Harness was the most token-efficient harness overall, running about 14% cheaper than Strands harness. It also scored lower on every benchmark. The chart footnote states that including it brought the overall savings figure down to 28%. The highest-scoring point on the chart is Claude Opus 5 on Strands harness, near 85%. Terminal-Bench 2.1: Same Model, 5 Harnesses The clearest head-to-head uses Claude Fable 5 on Terminal-Bench 2.1, with 89 trials per harness. Harness Run cost Accuracy Strands harness $56.29 69.7 Oh-my-pi $86.83 69.7 OpenCode $73.42 66.3 Claude Code $248.05 61.8 DeepSeek Harness $40.30 59.5 Against Claude Code, Strands harness cost 77% less and scored 7.9 points higher. Oh-my-pi matched its 69.7 accuracy at 54% higher cost. DeepSeek Harness was cheaper still, but trailed by 10.2 points. The team also noted that 2 other open-source harnesses performed well on cost and accuracy against Claude Code. What Drives the Efficiency Strands harness ships defaults for prompt caching and context management. The team says context management largely drove both token efficiency and accuracy. 3 rules do the work: Tool results over about 1,500 tokens get truncated. Summarization (compaction) triggers when context usage passes 85%. Context recovery runs inside the loop if the window overflows. This matches recent independent research. The HarnessTax study compared Claude Code, Codex CLI, and Pi across 7 models. It found harness choice barely moved success rates, while the same model reached similar success at up to 5x the cost. The Strands researchers say a follow-up paper on their benchmarks is coming. Getting Started Install with pip install strands-harness or npm install @strands-agents\/harness. Pick a model by name, or point the harness at a local Ollama model: Copy CodeCopiedUse a different Browser from strands_harness import create_harness agent = create_harness(model=&#8221;litellm\/openai\/gpt-5.6-sol&#8221;) agent(&#8220;Research the top three vector databases and compare their pricing&#8221;) The Strands CLI (npm install @strands-agents\/strands-cli) lets you prototype an agent in plain English. In the team\u2019s demo, the agent was asked to add the Playwright MCP server and measure video load latency on a blog post. Running \/export then produced the harness code, with the Playwright MCP included, as a Python or TypeScript zip. The CLI itself is built on Strands harness. Strands engineer Gautam Sirdeshmukh also used it to build a desktop app that starts Strands harness runs remotely. Customization goes deep. You can override any default, swap models, add tools, or replace components down to the Strands Harness SDK. Because the harness is a library dependency, the agent prototyped on a laptop is the same one embedded in production. Key Takeaways Strands harness packages AWS\u2019s Strands primitives into a general-purpose, Apache 2.0 agent. It reports 28% lower cost than rival harnesses across 6 benchmarks at comparable accuracy. With Fable 5 on Terminal-Bench 2.1, it cost 77% less than Claude Code and scored higher. Context defaults drive the gains: 1,500-token truncation, 85% compaction, in-loop recovery. One create_harness() call targets Bedrock, Anthropic, OpenAI, Google, Ollama, or LiteLLM. Check out the Technical details, GitHub repo, PyPI package, and Strands Agents docs. The post AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy appeared first on MarkTechPost.<\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_pvb_checkbox_block_on_post":false,"footnotes":""},"categories":[52,5,7,1],"tags":[],"class_list":["post-119322","post","type-post","status-publish","format-standard","hentry","category-ai-club","category-committee","category-news","category-uncategorized","pmpro-has-access"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy - YouZum<\/title>\n<meta name=\"description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/youzum.net\/fr\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy - YouZum\" \/>\n<meta property=\"og:description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta property=\"og:url\" content=\"https:\/\/youzum.net\/fr\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/\" \/>\n<meta property=\"og:site_name\" content=\"YouZum\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DroneAssociationTH\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-22T02:04:18+00:00\" \/>\n<meta name=\"author\" content=\"admin NU\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin NU\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/\"},\"author\":{\"name\":\"admin NU\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\"},\"headline\":\"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy\",\"datePublished\":\"2026-09-22T02:04:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/\"},\"wordCount\":793,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"articleSection\":[\"AI\",\"Committee\",\"News\",\"Uncategorized\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/\",\"url\":\"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/\",\"name\":\"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy - YouZum\",\"isPartOf\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#website\"},\"datePublished\":\"2026-09-22T02:04:18+00:00\",\"description\":\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\",\"breadcrumb\":{\"@id\":\"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/youzum.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/yousum.gpucore.co\/#website\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"name\":\"YouSum\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/yousum.gpucore.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\",\"name\":\"Drone Association Thailand\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"width\":300,\"height\":300,\"caption\":\"Drone Association Thailand\"},\"image\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/DroneAssociationTH\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\",\"name\":\"admin NU\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"caption\":\"admin NU\"},\"url\":\"https:\/\/youzum.net\/fr\/members\/adminnu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy - YouZum","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/youzum.net\/fr\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/","og_locale":"fr_FR","og_type":"article","og_title":"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy - YouZum","og_description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","og_url":"https:\/\/youzum.net\/fr\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/","og_site_name":"YouZum","article_publisher":"https:\/\/www.facebook.com\/DroneAssociationTH\/","article_published_time":"2026-09-22T02:04:18+00:00","author":"admin NU","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"admin NU","Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/#article","isPartOf":{"@id":"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/"},"author":{"name":"admin NU","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c"},"headline":"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy","datePublished":"2026-09-22T02:04:18+00:00","mainEntityOfPage":{"@id":"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/"},"wordCount":793,"commentCount":0,"publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"articleSection":["AI","Committee","News","Uncategorized"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/","url":"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/","name":"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy - YouZum","isPartOf":{"@id":"https:\/\/yousum.gpucore.co\/#website"},"datePublished":"2026-09-22T02:04:18+00:00","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","breadcrumb":{"@id":"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/youzum.net\/aws-strands-agents-team-releases-strands-harness-an-open-source-agent-harness-with-28-lower-token-cost-at-comparable-accuracy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/youzum.net\/"},{"@type":"ListItem","position":2,"name":"AWS Strands Agents Team Releases Strands Harness: An Open-Source Agent Harness With 28% Lower Token Cost at Comparable Accuracy"}]},{"@type":"WebSite","@id":"https:\/\/yousum.gpucore.co\/#website","url":"https:\/\/yousum.gpucore.co\/","name":"YouSum","description":"","publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yousum.gpucore.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/yousum.gpucore.co\/#organization","name":"Drone Association Thailand","url":"https:\/\/yousum.gpucore.co\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","width":300,"height":300,"caption":"Drone Association Thailand"},"image":{"@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DroneAssociationTH\/"]},{"@type":"Person","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c","name":"admin NU","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","caption":"admin NU"},"url":"https:\/\/youzum.net\/fr\/members\/adminnu\/"}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"admin NU","author_link":"https:\/\/youzum.net\/fr\/members\/adminnu\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/youzum.net\/fr\/category\/ai-club\/\" rel=\"category tag\">AI<\/a> <a href=\"https:\/\/youzum.net\/fr\/category\/committee\/\" rel=\"category tag\">Committee<\/a> <a href=\"https:\/\/youzum.net\/fr\/category\/news\/\" rel=\"category tag\">News<\/a> <a href=\"https:\/\/youzum.net\/fr\/category\/uncategorized\/\" rel=\"category tag\">Uncategorized<\/a>","rttpg_excerpt":"Many developers find that an agent idea works inside Claude Code or Codex, then struggles once they rebuild it with their own loop. The Strands Agents team at AWS is targeting that gap with Strands harness, a fully assembled, general-purpose agent harness. It runs locally or deploys to a cloud provider, ships for Python and\u2026","_links":{"self":[{"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/posts\/119322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/comments?post=119322"}],"version-history":[{"count":0,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/posts\/119322\/revisions"}],"wp:attachment":[{"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/media?parent=119322"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/categories?post=119322"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/youzum.net\/fr\/wp-json\/wp\/v2\/tags?post=119322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}