it is also perfect for running untrusted user code safely, if you want to buld a plugin system or your own edge functions this can be really helpful
cool idea of a self-hostable alternative ot CF workers without much overhead, compiling it down to a binary makes local testing way easier.
Yep thats true pre grounding is very much worth it, if you just feed the agent a quick environment brief upront instead of making it spam tool calls to figure out where it is, you save a lot of tokens.
I have built some agent system to analyze the prod env from my and and web project when i had prod issues, so i had a agent in the env asked this thing and it told me the kubectl command with 0.99 confidence, well it…
it is also perfect for running untrusted user code safely, if you want to buld a plugin system or your own edge functions this can be really helpful
cool idea of a self-hostable alternative ot CF workers without much overhead, compiling it down to a binary makes local testing way easier.
Yep thats true pre grounding is very much worth it, if you just feed the agent a quick environment brief upront instead of making it spam tool calls to figure out where it is, you save a lot of tokens.
I have built some agent system to analyze the prod env from my and and web project when i had prod issues, so i had a agent in the env asked this thing and it told me the kubectl command with 0.99 confidence, well it…