I’ve been using this editor throughout whole project. When I using AI to create my website, I realize that sometimes AI write bash command and test/check everything without me. And also AI can understand image we upload. Why can’t we develop self debugging system for AI with selenium or any other testing library?
We can screenshot during the test, we can receive response with bash.
- We decide our purpose of platform, application we are making
- Let AI ask all the necessary questions need to create whole system
Solution for integrating with third-party cloud application (Redis, MongoDB, Supabase)
- This is something we cannot get around. So before AI start the project, we actually provide our .env.local variables needed. Which means we setup cloud system before development start
Solution for debugging itself
- Let AI write testing program that takes all necessary screenshots and analyze them.
- We can use Bash to send request with cURL.
- As long as AI have privilage to terminal, and file creating ability everything is possible to do.
Additional feature
- I want some kind of toggling stuff to set Development mode || Production mode
- Development mode: AI has access to every files including .env. If user enabled development mode, it means user doesn’t mind losing his sensitive information.
- Production mode: AI has not access to sensitive files.