Google open-sources experimental agent orchestration testbed Scion
41–50 of 78 posts
Re: Google open-sources experimental agent orchestration testbed Scion
#42Isolation over constraints sounds like the right philosophy. Containers give you a boundary but not vis into what ran inside them. Curious how much execution context Scion surfaces, w/o that you're still in a position similar to the LiteLLM attack where something can run and cause damage before you know it happened.
Re: Google open-sources experimental agent orchestration testbed Scion
#43[flagged]
Re: Google open-sources experimental agent orchestration testbed Scion
#44This seems to be in the direction of Gas Town but missing some of the core features. Having formulas has been game changing.
If you look at this orchestration example
https://github.com/ptone/scion-athenaeum
its just markdown - Scion is the game engine
(a port of gastown to run on scion is in progress)
Re: Google open-sources experimental agent orchestration testbed Scion
#45I 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.
Re: Google open-sources experimental agent orchestration testbed Scion
#46Their 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) 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. The main enterprise problem here is getting the various agent framewor…
It's all just system prompts under the hood and nothing more.
Re: Google open-sources experimental agent orchestration testbed Scion
#47Re: Google open-sources experimental agent orchestration testbed Scion
#48 When agents process EU user data (names, emails, IBANs) and
route it to US model providers, that's a GDPR violation.
I open sourced a routing layer that detects PII in prompts and
forces EU-only inference when personal data is found:
https://github.com/mahadillahm4di-cyber/mh-gdpr-ai.euRe: Google open-sources experimental agent orchestration testbed Scion
#49Re: Google open-sources experimental agent orchestration testbed Scion
#50[flagged]