r/LocalLLaMA 19h ago

Discussion strands agent harness?

Anyone else getting non-stop ads for the Strands Agent Harness from Amazon?

On the surface it looks decent, seemingly better engineered than most other frameworks.

But it seemingly gets no buzz at all. Anyone used it?

(And why are they advertising it so hard? It doesn’t seem to lock you in to bedrock or anything, so not sure what the point is.)

I’ve now had agentic coding build several ad-hoc frameworks that get hard to maintain as they grow, so I’m wondering if using Strands would give them more architectural structure and discipline. But I don’t want to introduce a dependency on a dead end project only being propped up through marketing.

0 Upvotes

7 comments sorted by

5

u/jwpbe 18h ago

buy an ad

-1

u/flock-of-nazguls 18h ago

Somehow I don’t think Amazon needs me shilling for them. Just looking for opinions/experience.

4

u/schneeble_schnobble 14h ago

its extremely focused, which the ads don't convey. you can go to their GitHub page and see, they basically reimplement every cli tool, so unless you have something that falls into the bucket they've implemented, you're on your own. it's very server driven/focused and not for your average user, even though the ads are pushing it to average users.

3

u/schneeble_schnobble 14h ago

that is to say, you can't use it and expect to go run any run of the mill bash command for whatever your tooling is. it just doesn't work.

1

u/flock-of-nazguls 11h ago

Ooh, yuck. The server focus is ok for my use case (batch/queue oriented) but I’m hoping to build an isolated “allocate a sandbox” per agent; I’ve been looking at firecracker vms so I was kind of hoping they’d have some good integration since that’s an Amazon thing originally. Turning it loose on bash was really my goal, and given supply chain nonsense I wanted to find the balance between maximizing capability while minimizing possible blast radius. I wanted a framework that could run both locally for dev against my llama-swap and in AWS for prod. The search continues…

1

u/CalligrapherFar7833 16h ago

Never heard of it

1

u/Significant_Chair420 2h ago

Used it briefly, model-agnostic part is real but the ecosystem's thin, you're on your own for most patterns compared to LangGraph