Launch 🚀
Super excited to launch Beanbox.
We have one core idea: Anyone should be able to run code remotely by sending a post request with code in a json blob.
So that's what we built.
People are using LLMs to automate data analysis, run command-line tools, code interpreters and much more. And there's always that question of trust.
- What if the LLM accidentally runs a command that deletes my files?
- Should I always verify the code before running it?
The early solutions to this problem were something in the style of "why not just use aws lambda". But damn it takes a long time to deploy. Especially if you want an interactive loop. It has to be fast. Almost as if you were running the code on your own machine.
So an idea and a vision started to form. It should be fast, simple and secure. An interface to run code remotely, without the need to deploy a server or a container.
Hopefully this is the start of a new era of cloud compute, not only for humans.