Improving ChatGPT for Large Projects:
Hi Everyone,
I love using ChatGPT, but I’ve noticed that when working on large projects—especially with programming—ChatGPT often forgets earlier parts of the code during long conversations. This means I have to keep copying and pasting code and re-explaining the project, which is frustrating.
The Problem: ChatGPT struggles with large projects because it can’t hold onto big amounts of information like project structures, multiple files, and lots of code. This is a specific challenge for developers but could help others managing large projects too.
Solution:
- A temporary memory workspace where we can upload project folders, files, and code. ChatGPT could reference these throughout the session, keeping the context intact.
- Memory Issues: In long chats, ChatGPT forgets earlier details. Expanding the context window or using a system like Redis to store and retrieve relevant parts of the conversation could solve this.
This feature could be available in the paid version and would make ChatGPT way more useful for big projects.
what do you guys think ?