Remix.run Logo
EGreg 3 hours ago

I wonder what people will say to that.

I personally think neither Go nor Java would be good for "agents". Better to have them sandboxed in WASM.

gf000 2 hours ago | parent | next [-]

Sandboxing is a completely orthogonal issue and WASM is probably not a good direct target for LLMs.

Of course writing a language that compiles to Wasm is certainly a way, but you would have to sandbox also all the other tools that is used during development (e.g. agents can just call grep/find/etc).

r_lee 2 hours ago | parent | prev [-]

WASM isn't a language you'd want to program with. you can't verify outputs nor is there any proper training data aside from examples and such