Amazon Web Services (AWS) has lifted the lid on Strands Harness, an open-source, general-purpose AI agent intended to give developers a preconfigured foundation for building and running AI agents, either locally or in the cloud.
Strands Harness builds on Strands Agents, an open-source Python SDK for building AI agents that AWS debuted in May 2025. The SDK takes what AWS calls a "model-driven approach": developers provide the model, tools and instructions, while the model determines how to tackle the task and when to call those tools. AWS later brought Strands to TypeScript and in February created Strands Labs as a separate home for more experimental projects.
Marc Brooker, vice president and distinguished engineer at AWS, said Strands Harness sits above the existing Strands SDK, giving developers a preconfigured Strands Agent that bundles the tools and supporting machinery an agent needs to operate over longer-running tasks, with AWS supplying its own defaults for how those pieces work together.
"An SDK like the Strands Harness SDK gives you the building blocks, but you still need to decide how to manage context, persist conversations, integrate tools, and guide the agent's behavior," Brooker explained.
Out of the box, Strands Harness provides a working agent with file, shell and web tools, alongside built-in handling for context, memory, persistent sessions, prompt caching and delegation to other agents. Developers can tailor individual agents for different jobs by changing their instructions, choosing which model they use, controlling which tools are available and deciding whether agents can hand work off to one another.
Most of Strands Harness does not depend on AWS infrastructure. The agent loop, tools, context management, session handling and delegation are all included in the open-source release and run on the machine running the agent by default. The exception is model access, which AWS routes through Amazon Bedrock, its managed service for foundation models — a default Brooker described as the only out-of-the-box tie to AWS infrastructure.
AWS says Strands Harness is 45% cheaper than rival tools such as Claude Code and Codex, positioning the open-source agent as a lower-cost foundation for development teams building on its ecosystem.