|
|
|
Cache loop and memory loss in GPT – a user-side fix (tested with GPT itself)
(github.com)
|
|
15 points
by sks38317
429 days ago
|
|
I’m a Korean high school student currently preparing for the CSAT (college entrance exam), and I happened to notice some persistent cache-loop behavior while using GPT in document-heavy tasks. Repeated PDF failures seemed to create token overload and session slowdowns. So I tried manually analyzing the session, tracking token counts, and testing some user-side “optimizations”—like auto-removing failed outputs and cleaning redundant versions. I used GPT itself to help write the report and interpret the data. It was a mix of curiosity, frustration, and… maybe procrastination. But it turned into a fun experiment. I’ve only been exploring GitHub and ChatGPT for less than a month, so there are still many things I’m unfamiliar with. So if there’s anything I’ve overlooked or could improve, I’d really appreciate your feedback. |
|
ChatGPT is a nice interface/UI to the GPT models, but the models themselves are available via. an API and industry users will be using it via. the API.
Your report is very light on details. Your methodology is so short I do not know what you actually did.
This is probably sufficient for high school but a ML/AI report or paper would have a short introduction, maybe a review of existing research, a detailed methodology and a conclusion. It should also include references to external research. Ideally it would have an appendix that includes or references and links to the data (in the release?)
When doing research create a notebook documenting everything you did and the results. The notebook could just be a Google Doc.
You mentioned that you used ChatGPT to write the report. It is better to learn to write it yourself with assistance (grammar etc.) from ChatGPT.
I think the reply you got from OpenAI support was also generated by ChatGPT.
I want to commend you on taking the initiative to run experiments that allowed you to have some insight into what ChatGPT was doing on the backend. I have graded university students with far less initiative than you.
Keep experimenting and have fun… but if you have school exams coming up focus on studying for them rather than optimising your study using ChatGPT.