Six months from now half of these abstractions will have been renamed or removed once real users push back on the cognitive overhead. Google has a pattern of releasing infrastructure that's perfectly shaped for Googles problems and awkward for everyone else's
It's super neat! Just like Kubernetes is also super neat at what it can do. It's super neat primarily because consuming it is so <i>easy</i>, provided you already have all the same abstraction layers in place in your infra.<p>You...<i>do</i> have all the same abstraction layers, right? No? Oh. Well, don't worry, Google/Amazon/Microsoft can sell you those if you don't want to pay your IT staff to prop it up for you.<p>---<p>Look, snark aside, yours is the correct take. Google's solutions are <i>amazing</i>, but they're also built for an organization as large and complex as Google. Time will tell if this is an industry-standard abstraction (a la S3 APIs) or just a Google product for Google-like orgs/functions (a la K8s).
Like Kubernetes?
I think most of the legacy companies that can benefit from Kubernetes don't use it, while most of the companies that are using it are startups doing it for the résumé.
Yes, and unironically.
And angular.
kubernetes isnt difficult
100%. Great assessment.
Really interesting to see Google's approach to this.
Recently I shared my approach, Optio, which is also an Agent Orchestration platform: <a href="https://news.ycombinator.com/item?id=47520220">https://news.ycombinator.com/item?id=47520220</a><p>I was much more focused on integrating with ticketing systems (Notion, Github Issues, Jira, Linear), and then having coding agents specifically work towards merging a PR.
Scion's support for long running agents and inter-container communication looks really interesting though. I think I'll have to go plan some features around that. Some of their concepts, make less sense to me, I chose to build on top of k8s whereas they seem to be trying to make something that recreates the control plane. Somewhat skeptical that the recreation and grove/hub are needed, but maybe they'll make more sense once I see them in action the first time.
I'm looking forward to trying this. I've had a positive but high-variance experience with Gastown[1], which is in the same genre. I hope that Scion does better.<p>My main complaints with Gastown are that (1) it's expensive, partly because (2) it refuses to use anything but Claude models, in spite of my configuration attempts, (3) I can't figure out how to back up or add a remote to its beads/dolt bug database, which makes me afraid to touch the installation, and (4) upgrading it often causes yak shaving and lost context. These might all be my own skill issues, but I do RTFM.<p>But wow, Gastown gets results. There's something magic about the dialogue and coordination between the mayor and the polecats that leads to an even better experience than Claude Code alone.<p>1. <a href="https://github.com/gastownhall/gastown/" rel="nofollow">https://github.com/gastownhall/gastown/</a>
They kinda buried the code deep in their docs:<p><a href="https://github.com/GoogleCloudPlatform/scion" rel="nofollow">https://github.com/GoogleCloudPlatform/scion</a>
this is very cool! i recently hacked on something similar <a href="https://github.com/s2-streamstore/parallax" rel="nofollow">https://github.com/s2-streamstore/parallax</a><p>and also wrote about it <a href="https://s2.dev/blog/distributed-ai-agents">https://s2.dev/blog/distributed-ai-agents</a>
This seems to be in the direction of Gas Town but missing some of the core features. Having formulas has been game changing.
> This project is early and experimental. Core concepts are settled, but expect rough edges. Local mode: relatively stable - Hub-based workflows: ~80% verified - Kubernetes runtime: early with known rough edges<p>i guess gastown is a better choice for now? idk i don't feel good about "relatively stable"
Disapointing google of all places uses git worktrees instead of jj workspaces.
Reading this headline, I rather thought of a different SCION:<p>> <a href="https://en.wikipedia.org/wiki/SCION_(Internet_architecture)" rel="nofollow">https://en.wikipedia.org/wiki/SCION_(Internet_architecture)</a>
I swore to not be burned by google ever again after TensorFlow. This looks cool, and I will give this to my Codex to chew on and explain if it fits (or could fit what I am building right now -- the msx.dev) and then move on. I don't trust Google with maintaining the tools I rely on.
I want to experiment more with agents but my employer only pays for Claude Code, and TOS disallows using the subscription API for other purposes. Anyone else in the same boat? Token based pricing also gets expensive fast.
[dead]
[dead]
[dead]
[dead]
[dead]
[dead]
Their agent tooling is shaping up to be the well known issue of product cancellation. They have how many different takes on this now? (gemini-cli, antigravity, AI studio, this, Gemini app)<p>I've not been impressed with any of them. I do use their ADK in my custom agent stack for the core runtime. That one I think is good and has legs for longevity.<p>The main enterprise problem here is getting the various agent frameworks to play nice. How should one have shared runtimes, session clones, sandboxes, memory, etc between the tooling and/or employees?