Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. AI anxiety is sweeping the globe – and cutting across party lines(politico.eu)
    discuss
  2. Linux Implements Dynamic Bash Tab Completion(salivity.github.io)
    discuss
  3. I Couldn't Build Jev at OpenAI – Diogo Almeida, TypeSafe Co-Founder and CEO [video](youtube.com)
    discuss
  4. Performance and safety of a multi-cancer early detection test(nature.com)
    discuss
  5. Ethics of Agent Exploitation(cygankiewicz.com)
    discuss
  6. Build a devtool once. Mount it anywhere(devfra.me)
    discuss
  7. Troubleshooting a weird keyboard on a Pentium III(rubenerd.au)
    discuss
  8. Show HN: a Rust crate to mock concrete type without using trait(github.com/xtsoftwarelabs)
    discuss
  9. Woman Arrested, Dragged Away After Speaking About Flock at City Council Meeting(404media.co)
    1comments
  10. Anthropic made Opus 5.5 cheaper. Then it broke four things your agent depends on(thenewstack.io)
    discuss
  11. I Manage Homebrew from a UI(albertoarena.it)
    discuss
  12. An agent is not an extension of the employee who created it(getlago.com)
    discuss
  13. Agent Communication Protocol(agentcommunicationprotocol.dev)
    discuss
  14. Search is a 2.9 mb browser for the Mac based on WebKit(officecommun.com)
    discuss
  15. Tokonomics–AST context compiler to stop hitting Claude/GPT rate limits in VSCode(visualstudio.com)
    discuss
  16. First Principles Thinking(sunilsadasivan.com)
    discuss
  17. EA Safety(venkateshrao.com)
    discuss
  18. Why 'What's Opera, Doc?' Looks Like That(animationobsessive.substack.com)
    discuss
  19. Why do common Rust packages depend on C code?(langdev.stackexchange.com)
    discuss
  20. Show HN: Photos by Strangers (reviving an old, self-coded project)(serendi.pt)
    discuss
  21. After multiple deaths and injuries, NHTSA is investigating comma.ai(arstechnica.com)
    1comments
  22. I Built AI Clones of My Coworkers. Things Got Weird(wired.com)
    1comments
  23. IonStack: 1-Click Browser to Kernel Full-Chain to Get Root Shell on Android 17(blackhat.com)
    1comments
  24. Energy Sharing and the Grid(netbound.io)
    1comments
  25. Call an API from Every Row in DuckDB, Without the Loop(query.farm)
    discuss
  26. Rails World 2026 Opening Keynote [video](youtube.com)
    1comments
  27. Global DRAM Module Revenue Jumped 59% to $21.2B in 2025(guru3d.com)
    discuss
  28. Ten years of Postgres logical replication(tapoueh.org)
    discuss
  29. You Can See Everything – Official Trailer [video](youtube.com)
    discuss
  30. What to Know About JavaScript in 2026(master.dev)
    discuss

Strands Harness

36 pointsby 45m agostrandsagents.com
21 comments
26m agoHN ↗

why would you include oh-my-pi in the comparison but not vanilla pi?

19m agoHN ↗

Am I wrong in saying that the interfaces presented to the model in OMP versus plain old Pi are identical?

14m agoHN ↗

OMP has a lot of candy that raises token cost compared to vanilla pi

26m agoHN ↗

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.

24m agoHN ↗

Why is Pi not in the benchmarks? Deepseek beats Strands and its built on Pi so that’s all I needed to know.

13m agoHN ↗

Deepseek was cheaper, but also less accurate. "Beats" isn't a fair assessment.

23m agoHN ↗

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

17m agoHN ↗

The sales pressure from them on their agent core stuff has been really shocking over the last six months. Never seen anything like it.

15m agoHN ↗

How are people using custom harnesses cost effectively? Do they avoid Anthropic models so they can use OpenAI subscription pricing and open weights stuff?

14m agoHN ↗

Yes. Or- use them at work, where management is taking a... hands off approach to ~integrating ai~ into the workplace.

9m agoHN ↗

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.

9m agoHN ↗

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.

14m agoHN ↗

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.

14m agoHN ↗

I’m sure it was not a coincidence that this was released the day after Kimi 3 was added to bedrock.

14m agoHN ↗

Will they block me if I build an agent with this that shops on Amazon?

13m agoHN ↗

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.

12m agoHN ↗

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?

8m agoHN ↗

"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.

5m agoHN ↗

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.