#ChatGPTeam: An experiment in making ChatGPT collaborate with itself
6 messages · Page 1 of 1 (latest)
Anyone think this idea is worth pursuing? I think with a proper back end you could do a lot with this, probably doing it as a plugin can help a lot. Maybe then you could store multiple files of source code in the vector database.
I’m going over the repo. The idea seems promising 🙂
A snippet from after the program was done and tested:
Good idea! The prompts will need work, they are very important. And there is the fundamental question of how they know what to collaborate towards. I think there will need to be many strong base goals/ideals put into the prompts for them to make the right assumptions on what to code, and/or a path for them to ask you (the client), for extra information so that they dont need to make assumptions.
Yeah i agree, but also i wanted to see how far I could get it to assume stuff. My past usage of ChatGPT i found it hard to get it to come up with ideas of its own so I was hoping this method would allow it to work more independantly, and i think to some degree it does do that. Kinda trying to follow the "the client doesn't even know what they want" idea and coming up with the requirements themselves.