I’ve been using Claude frequently these days because it’s better at generating web designs than GPT. Claude saves tokens efficiently by treating chunks of code as files. When modifications are needed, it doesn’t rewrite the entire code but instead updates the relevant parts within the stored file. This approach prevents token waste even after multiple exchanges. If GPT adopted this method, it would not only save tokens but also make the code easier to read. Do you have any plans to implement this? Also, the Artifacts feature, which allows users to view the implemented code version immediately, seems quite useful.