Live data from Hacker News

Show HN: Chat-tree: a chat UI organized as a tree

chat-tree-inky.vercel.app

1–4 of 4 posts

Show HN: Chat-tree: a chat UI organized as a tree

#1
The problem with current chat interfaces is that they restrict the conversation to only a single thread.

chat-tree is a tool that allows you to ask multiple independent follow-up questions without polluting the context or scrolling up and down through the chat history.

Show HN: Chat-tree: a chat UI organized as a tree
chat-tree-inky.vercel.app

Re: Show HN: Chat-tree: a chat UI organized as a tree

#2
Interesting approach to branching dialogue - reminds me of old hypertext systems but applied to modern LLM conversations. The tree structure makes more sense than linear chat when you want to explore multiple paths from a single response. Could be really useful for technical debugging or research workflows.

Re: Show HN: Chat-tree: a chat UI organized as a tree

#3
Great idea. I've been thinking of something similar. Beyond branching, it might be useful to be able to manually edit/delete/add to the context window (both user prompts and LLM responses.) This way, when the LLM returns and almost correct response, you can fix the typo or error, and move on with the conversation without polluting the context window with petty requests.