#Open-source IDE powered by AI agents

15 messages · Page 1 of 1 (latest)

spiral plinth
#

Here's the repo https://github.com/e2b-dev/e2b

Hello everyone! We're building a new kind of development environment powered by AI.

The main idea is that developers have access to AI agents that can use tools. The developer writes a short documentation or a technical spec in plain English and then lets the AI agent do the actual work. The AI agents have access to tools like writing to a file, running code, running commands, installing dependencies, deploying, etc. Agents operate in a secure sandboxed cloud environment that's powered by Firecracker (https://github.com/firecracker-microvm/firecracker). This way, you for example describe what a server route should do and the agent codes it for you. Check out an example of an AI agent coding Stripe customer checkout - https://twitter.com/mlejva/status/1641072535163875330

GitHub

e2b (english2bits) is an IDE powered by AI agents. Developers describe what they want to build by writing documentation. Then let AI agents with access to tools do the coding work. - GitHub - e2b-d...

Programming is about to get pretty crazy 😅

I just "programmed" a @stripe customer checkout by providing a spec of of what it should do (left side). Then let our agent use tools and figure out the rest up to the deployment

Took like 90 seconds or so? 😅

Likes

110

▶ Play video
#

Open-source IDE that works for you thanks to AI agents

#

Open-source IDE powered by AI agents

viscid dock
#

This is amazing.

#

Installing it now. Is there any way I can host this on 443/80 instead of 3000? @spiral plinth

spiral plinth
#

Not right now. 3000 is a dev server. You could theoretically try to build and run a server infront of it as a proxy. it but I can’t promise you won’t run to any problems

viscid dock
viscid dock
#

Seems like the playground doesn't startup sometimes, it's started up now but getting failed to fetch when trying to run local dev environment, I also tried on docker and have the same issues, always fail to fetch but the services start fine

spiral plinth
spiral plinth
low plume
#

Only can run with docker?

#

Would love to try but I'm in windows and docker here is not worth it

viscid dock
#

@spiral plinth It's working now after the recent changes to master, but does this only support ide-based development for routes for API software?