Skip to main content

Posts

Showing posts from August, 2026

How I gave a super power to ChatGPT

  I've been using ChatGPT for my everyday work for quite some time now, including some project planning, generating code snippets, documentations, proof reading, and various tasks. One of the features I like is Projects in ChatGPT. By creating a project, you could consolidated your related chat conversations into a single space. You can start multiple threads with multiple topics in the same project.  The issue The issue is the context window and the memory. When you're working on a large project which could drag for several days, and say you wanna generate a document based on the brainstorming or any research you did with ChatGPT. When longer you go through the chat conversations, it tends to forget your previous conversations.  If you're using the built in canvas for the documentations within ChatGPT, it helps to create and edit short documents while conversing. However, if it's a longer project, the chances are when you ask to update it later, it might have messed up...