first-look.mp4
Sam Altman said that gpt is best used as a brainstorming tool. Let's implement that with an overlay extension on ChatGPT.
This was also something i found cool: https://twitter.com/MindBranches
# contiously compile to .js files
tsc --watch
2 weeks
As someone who uses chatgpt a lot to brainstorm and learn new things, when brainstorming or chatting with chatgpt, it’s hard to find where I want to return to an idea, or where I branched off. CTRL-F doesn’t do it justice because the UI is not great. By creating a tree view I can quickly go and find the information I need and branch off correctly. I also want to save my ideas after each chat session, or have the ability to accumulate how I use chatgpt.
To create a beautiful and easy to understand visual interface of a real-time chatting process to make learning things easier.
- Node creation after user sends a chat
- two tabs: one for sent messages and one for LLM’s responses
- sent contains “EDIT” and “GOTO”, “KEYWORDS”, “SUMM”
- response contains “GOTO”, “KEYWORDS”, “SUMM”
- Has to be animated during each node creation
- Color has to show the current DAG path. Paths that have branched off and are not displaying in the UI must be grayed out
Extension stuff Javascript — and some other nice graph-building frameworks or sth node nextJS headlessUI radixUI tailwind // Docker? For env stuff // Python?