Hey everyone,
I’m looking for a setup/tool similar to Google Antigravity or generally an “AI agent IDE” that has controlled access to my system.
What I’m trying to achieve is something like:
- I write a prompt or script inside an IDE
- The AI can:
- access the browser (open pages, click, scrape, test things)
- use the terminal
- install dependencies/packages on its own
- run the code and debug it until it works
Basically an environment where the AI doesn’t just generate code, but can actually execute, test, fix, and set everything up end-to-end. Tried VS Code, Claude Code, but Antigravity is the only one that does these things for me thus far. Thanks!