frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Strands Harness

https://strandsagents.com/blog/introducing-strands-harness/
62•zuckerborg0101•1h ago

Comments

tontinton•1h ago
Can you also compare in the charts https://maki.sh?

Should give you some competition.

fxwin•58m ago
why would you include oh-my-pi in the comparison but not vanilla pi?
chaos_emergent•51m ago
Am I wrong in saying that the interfaces presented to the model in OMP versus plain old Pi are identical?
c0rruptbytes•46m ago
OMP has a lot of candy that raises token cost compared to vanilla pi
whattheheckheck•58m ago
Pretty crazy amazon is advertising an open source repo. Not suggesting this is an ad but I've seen ads on reddit for it.

Ive heard from a 25 yoe consultant in a meetup group in person that aws agentcore was THE best way to handle enterprise agentic workflows with all of the proper knobs for governance etc since it comes with the iam integrations and arns etc.

theturtletalks•56m ago
Why is Pi not in the benchmarks? Deepseek beats Strands and its built on Pi so that’s all I needed to know.
techscruggs•45m ago
Deepseek was cheaper, but also less accurate. "Beats" isn't a fair assessment.
theturtletalks•25m ago
That’s fair, but Strands is advertising their harness needing way less tokens which does relate to cost.

In that same vein, Pi is less bloated then Deepseek and Oh My Pi, which are built on top of Pi. Isn’t it dubious to leave it out?

leodavi•24m ago
Deepseek harness is not actually built on Pi harness. It's an independent project.
theturtletalks•11m ago
This is true, but the team said on Twitter that they were heavily inspired by Pi and this whole team used it extensively:

https://x.com/tianyi/status/2088306143772946499

jsw97•20m ago
Came here to say this. They have oh-my-pi in the benchmark but not pi, but those are very different animals. pi is lightweight out of the box so has very little start-time overhead. (And will not spin up agents like crazy.) pi might do worse if those things are actually important for solving the problem, but it certainly has a shot at being most efficient.
llmslave•55m ago
Amazon is so hopelessly behind in AI, nothing they produce aside from cloud infrastructure is actually good

The big threat to AWS is that coding agents dont need all of their complicated infrastructure, which was built for humans. Agents can use low level primitives, i.e. just a raw server

time0ut•49m ago
The sales pressure from them on their agent core stuff has been really shocking over the last six months. Never seen anything like it.
__alexs•47m ago
How are people using custom harnesses cost effectively? Do they avoid Anthropic models so they can use OpenAI subscription pricing and open weights stuff?
agentdev001•46m ago
Yes. Or- use them at work, where management is taking a... hands off approach to ~integrating ai~ into the workplace.
Juvination•41m ago
For what it's worth I've been using Anthropic models on Pi for months now with no issues. It's not recommended since it breaks TOS but you can do it.
everforward•41m ago
I use Pi and mostly open weight models. I pay for the $20/month Ollama plan and use Deepseek and GLM through that. I’ve never hit the limits on it, but I tend to ask for targeted things rather than “implement a whole feature in one prompt”.

I do keep an OpenRouter account topped up for things that Ollama doesn’t have. 99% of my usage there is embeddings, the other 1% is wanting to test some new model Ollama doesn’t have.

behole•31m ago
I'm using Opencode Go in OMP or Hermes. $10 a month and I have only ever hit a limit using qwen3.8MAX on X-High. This is a migration from 20x on Claude.
solarkraft•30m ago
seizethecheese•46m ago
> With Fable 5, Strands harness cost 77% less than Claude Code and scored higher on Terminal Bench 2.1.

Terminal Bench 2.1 is saturated. Many token saving techniques would save money and score basically the same running Fable 5 against Terminal Bench 2.1. (They claim a better score but don’t say how much better. I’d bet my favorite hat that it’s not statistically significant.)

This is at least the fourth time I’ve seen a project hit front page with a “save money with same score on saturated benchmark” claim.

dwoosley•45m ago
I’m sure it was not a coincidence that this was released the day after Kimi 3 was added to bedrock.
hmokiguess•45m ago
Will they block me if I build an agent with this that shops on Amazon?
samusiam•45m ago
> But the moment you build your own agent, you’re on your own. It’s tricky wiring up the right primitives just well enough to match that “it just worked” feeling.

It's wild to me to claim that it's tricky to customize one of these harnesses and for that to be the entire justification for an entirely different harness.

It's really not that hard. If you want to reduce costs then all you need to do is practice delegation: instead of using the strong model, all the time to do everything, instead, you have the stronger model delegate well-defined tasks to a weaker model. Patterns like these are really easy to wire up.

seizethecheese•35m ago
Yes, it’s a wild claim. I built a harness for a random side project without even thinking hard about it. The harness was that from the hardest part of the project.

Is this corporate confabulation?

ChickeNES•44m ago
Does anyone else take these kinds of articles, drop them into ChatGPT, crank it up to Pro, and then have it write issues against your personal harness?
agentdev001•39m ago
"We noticed builders often wished their Claude Code or Codex setup could run in the cloud because locally their agent idea just “worked” with those harnesses.

But the moment you build your own agent, you’re on your own. It’s tricky wiring up the right primitives just well enough to match that “it just worked” feeling."

Im sorry, but who is saying this? If you just throw this statement into agent of your choice- and ask what native integrations exist to cover this use: OAI and Anthropic both have a handful of options here. Claude Agent SDK, Claude managed agents, Codex exec, Codex sdk, Codex app server, openai agents sdk, openai agents api.

agentdev001•30m ago
Beyond that though, I'm certainly interested in the performance side of things. "Keep an eye out for a follow-up paper from our researchers regarding these benchmarks." Yes plz.
johnmlussier•37m ago
I am increasingly hesitant to use non-native harnesses - model providers are now starting to train their agents for use within the harness. An eval like terminal bench can only capture so much data. I don't want to have to assess each harness every model release to make sure it's working as well as it can.
avaer•23m ago
This matters less as models get better and everyone settles on the same overall harness architectures. The model matters more than the harness anyway.

The bigger issue is that the use cases and harnesses for models is infinite, which is hard to compress into benchmark numbers that actually apply to you.

Everyone is benchmaxxing, desperate to sell, and almost nobody except the labs is doing actual science on the results, so harnesses tend to be chosen on voodoo and hunches, like which company made it. There isn't necessarily a good alternative though, bearing the cost of being a harness researcher is probably not many people's goal.

altcognito•15m ago
Agreed, especially since the more frontier models are able to accomplish in a vacuum, the more people will trust them. That being said, tool use is still really important for pulling in the right information.
stogot•17m ago
I’m the opposite. I want one open source harness to rule them all

Cost efficiency is a plus

debarshri•32m ago
This seems to be from AWS team. Is that right?
Oras•31m ago
I remember reading about strands SDK and it looked great in terms how everything is an event that you can extend, so this harness feels quite about right.

However, for this kind of customisation, Pi is actually quite great. One of the most things I love about Pi is ability to ask it to create an extension and it does it quite well as it’s part of their docs. Also ability to customise the system prompt to avoid the clutter that Claude Code add (around 20k system prompt that mostly had nothing to do with the code).

The demo was showing something I have created for my Pi setup, which is asking me in each new session which skills and MCP I would to enable for the session. This works quite well if you have multiple projects where you don’t need all skills but just a small subset

ticulatedspline•30m ago
finally paying up for chatGPT and using the Codex desktop app was my real "I'm sold" moment with AI.

Setting up projects and working with the AI on local files has been great, but only for my personal account. I've been trying to get it set up for work that provides OpenAI models through a 3rd party tool, company hosted models, as local-machine models and the UX is just straight up awful.

there's no GUI for profiles or custom endpoints, the config.toml sucks and the overall experience is primitive.

At this stage I really want a Codex-like harness but I need more fluid control over the models, I want features like pinning a project to a provider, as well as pulling in all the models from that provider, also having all providers available.

So if I need to pop over to one project to consult about product A, then pop to another project to do some code analysis on product B I can do so fluidly and have my tokens billed to the right place for each concern.

or a project that can span all of the resources. like having the OpenAi models orchestrate sub-agents on the local or hosted models.

cobolcomesback•9m ago
Base Pi doesn’t seem like an apt comparison here. Strands comes with MCP servers, subagents, and web fetch tools built in. To get those on Pi, you have to add addons, and then you get into the space of “which addons should be added to make it an apples-to-apples comparison? Which MCP addon do I use, the fastest one, or the most popular one?”. My guess is they chose OMP because it’s the defacto standard for answering those “which addons should be considered out of the box” questions for Pi.
That’s exactly what I do. OpenAI + Opencode Go subs, 0 interest in Claude.
zamalek•28m ago
OpenAI. It avoids Claudish too.
micromacrofoot•25m ago
pi on open weights, I only use frontier models to do a review pass

Fixing the Portobello Police Station Clock

https://pointinthecloud.com/2026-04-11-211700.html
81•avidly•1h ago•20 comments

Strands Harness

https://strandsagents.com/blog/introducing-strands-harness/
64•zuckerborg0101•1h ago•37 comments

Stripe's Knowledge AI Platform

https://stripe.dev/blog/meet-stripes-knowledge-ai-platform
92•ltononro•2h ago•47 comments

GPT-6 Astra has gained the ability to drive a car

https://drivingbench.com/
98•plurby•1h ago•70 comments

Gemini 3.8 text-to-speech says hello

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-8-text-to-speech/
19•swolpers•53m ago•5 comments

Jev in 25 Lines of Python

https://www.nobodywho.ai/posts/jev-in-25-lines/
469•bashbjorn•8h ago•140 comments

Claude Code reads AGENTS.md only when telemetry is on [fixed]

https://blog.szypowi.cz/p/claude-code-reads-agents.md-only-when-telemetry-is-on/
345•pszypowicz•4h ago•187 comments

Radicle: Disclosure of Vulnerability in the Network Protocol

https://radicle.dev/2026/09/23/disclosure-of-vulnerability-in-network-protocol
18•lostmsu•59m ago•4 comments

Woman Arrested, Dragged Away After Speaking About Flock at City Council Meeting

https://www.404media.co/woman-arrested-after-city-council-denies-residents-right-to-speak-on-floc...
74•latexr•36m ago•15 comments

GPT-6 Sol and Luna

https://openai.com/index/introducing-gpt-6-sol-and-luna/
1666•OfficialTurkey•22h ago•800 comments

Z80 REPL (2018)

https://abagames.github.io/z80-repl/index.html
102•adunk•5h ago•12 comments

Jev Can't Be Calibrated

https://www.alexmolas.com/2026/09/23/jev-cant-be-calibrated.html
12•alexmolas•1h ago•18 comments

Tokens Too Cheap to Meter

https://jyn.dev/tokens-too-cheap-to-meter/
106•teoruiz•7h ago•75 comments

I don't want the details

https://michaelheap.com/i-dont-want-the-details/
179•mooreds•3h ago•111 comments

QuestDB (YC S20) Is Hiring a Sales Engineer

https://questdb.com/careers/pre-sales-engineer-north-america/
1•nhourcard•4h ago

Claude Opus 5.5

https://www.anthropic.com/claude-opus-5-5
1688•km144•23h ago•1031 comments

Web-based IBM 1620 emulator and IPL-V from 1963

https://github.com/pkimpel/retro-1620
14•abrax3141•16h ago•3 comments

OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005

https://www.cryptocellar.org/bgac/the-mvueh-break.html
705•sohkamyung•1d ago•413 comments

Transit rewards

https://waymo.com/blog/2026/09/transit-rewards/
215•raybb•13h ago•268 comments

The GitHub wiki is an anti-pattern (2022)

https://michaelheap.com/github-wiki-is-an-antipattern/
107•ibobev•3h ago•66 comments

Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived

https://foxscript.org/
421•boredjohnny•19h ago•232 comments

What California is learning from solar panels built over irrigation canals

https://www.kqed.org/science/2002033/heres-what-california-is-learning-from-solar-panels-built-ov...
299•Jtsummers•1d ago•572 comments

How did AMD Ryzen get 50% faster in two years?

https://lemire.me/blog/2026/09/18/how-did-amd-ryzen-get-50-faster-in-two-years/
427•ibobev•4d ago•174 comments

ReBarUEFI: Resizable BAR for almost any UEFI system

https://github.com/xCuri0/ReBarUEFI
207•nateb2022•2d ago•64 comments

'We hacked the FBI:' Hackers say they have data on all FBI employees

https://www.404media.co/we-hacked-the-fbi-hackers-say-they-have-data-on-all-fbi-employees/
738•spenvo•22h ago•535 comments

SAML: A fractal of bad design

https://blog.trailofbits.com/2026/09/21/saml-a-fractal-of-bad-design/
305•aray07•21h ago•158 comments

Samsung accidentally freezes its smart fridges with a software update

https://www.androidauthority.com/samsung-accidentally-freezes-its-smart-fridges-with-a-software-u...
183•Markoff•3h ago•180 comments

Data-only attacks are easier than you think (2024)

https://www.usenix.org/publications/loginonline/data-only-attacks-are-easier-you-think
85•segfaultbuserr•12h ago•32 comments

WordPress: Unauthenticated path traversal leading to conditional RCE

https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-7hp8-65ch-5whp
219•vntok•23h ago•117 comments

Seattle City Council votes to ban surveillance pricing in sale of groceries

https://advocacy.consumerreports.org/press_release/seattle-city-council-votes-to-ban-surveillance...
35•ortusdux•2h ago•1 comments