CoolFace
Apppublic

Rasif78/branching-thoughts-arborist

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
6 commits on main
97d9f1a11mo ago

Absolutely — here’s a **clear step-by-step workflow** of how the **branching chat system** functions, from the user’s first message to the growth of the conversation tree.

Rasif78
5d0e70e11mo ago

no input field to start the chat

Rasif78
ad722ae11mo ago

no input field to start the chat

Rasif78
915c03311mo ago

not working

Rasif78
808083a11mo ago

This project is a branching chat interface — a new way to interact with AI that lets conversations grow like a tree instead of a flat list. The idea starts simple: a user asks a question, the AI responds, and a conversation begins. But unlike a normal chat, where each new message just stacks vertically, here each message becomes a “node” on a visual map — a bubble connected to the one before it — and users can create multiple follow-up questions branching out from the same AI response. This means a single AI answer can lead to several new directions, each forming its own thread or branch of the conversation.

Rasif78
b7433ae11mo ago

initial commit

Rasif78