You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,17 +161,21 @@ With ever more powerful, local, multi-modal models on the horizon and deeper int
161
161
162
162

163
163
164
-
### 💬 Conversational Co-Pilot (TBD)
164
+
### 💬 Conversational Co-Pilot
165
165
166
-
Through realtime transcription of free flowing conversations (video call or in-person) combined with the existing semantic search functionality, the system will constantly filter for the most relevant DreamNodes, making them readily available for reference and sharing during the dialogue - all without interrupting the flow! Say goodbye to awkward interruptions due to not finding a reference!
167
-
And the best part: referencing a DreamNode (implicitly or explicitly) automatically offers your peer to clone it. Which means sharing an idea and collaborating on it is the same thing in this system.
166
+
An AI-powered conversation mode where you can invoke DreamNodes by name during natural dialogue. Type a message, and the copilot responds with context from your knowledge graph. Mention a DreamNode by name (e.g., "tell me about MyIdea") and it gets pulled into the conversation context.
167
+
168
+
The foundation for a future realtime transcription system that will filter relevant DreamNodes during live conversations - making knowledge readily available without interrupting the flow.
168
169
169
170

170
171
171
-
### 🎵 Songlines (TBD)
172
+
### 🎵 Songlines (Future)
173
+
174
+
A vision for the future: every time an idea is shared during a conversation, the relevant audio clip is automatically added to the DreamNode. Each DreamNode remembers the path it travels in a unique set of conversation clips - its Songline.
175
+
176
+
Songlines would provide an organic, decentralized replacement for static definitions - community-generated data representing knowledge in the most effortless yet high-bandwidth way. With local multi-modal LLMs and infinite context windows, Songlines could become a game changer for leveraging collective wisdom.
172
177
173
-
Everytime an idea is shared during a conversation, and thus the corresponding DreamNode is cloned, the relevant clip of the conversation is automatically added to the DreamNode as yet another way of expressing the idea. This way every DreamNode remembers the path it travels in a unique set of conversation clips - its Songline!
174
-
Not only do Songlines allow for an organic, decentralized and emergent replacement for static textbook definitions, they also constitute an invaluable source of community-generated and -owned data for representing knowledge in the most effortless yet high bandwidth way. In anticipation of local, multi-modal LLMs with effectively infinite context windows these Songlines may turn out to be a game changer in terms of leveraging collective knowledge and wisdom into actionable projects.
178
+
*Foundation exists via realtime-transcription feature; full Songline capture is future work.*
175
179
176
180

177
181
@@ -181,6 +185,12 @@ Easily open any given DreamNode in your favorite git client of your choice.
181
185
182
186

183
187
188
+
### 🌐 GitHub Publishing
189
+
190
+
Share your DreamNodes with the world via GitHub Pages. With one action, publish a DreamNode to GitHub - the system creates a repository, generates an interactive viewer bundle, and deploys it to GitHub Pages. Recipients can view the DreamTalk and DreamSong in their browser, and easily clone it into their own InterBrain.
191
+
192
+
*Complements the peer-to-peer Radicle sharing for cases where you want public, web-accessible sharing.*
193
+
184
194
### 📊 Organic Content Visualization
185
195
186
196
The content within a DreamNode is visually accessible on the backside using the beautiful circle packing algorithm of D3. Instantly access files and folders directly from the InterBrain.
@@ -281,10 +291,9 @@ InterBrain addresses the echo chamber problem through a unique **holographic app
281
291
282
292
Interested in contributing or understanding the technical architecture?
283
293
284
-
-**Architecture Overview**: See [docs/architecture-details.md](docs/architecture-details.md)
285
-
-**Radicle Integration**: See [docs/radicle-architecture.md](docs/radicle-architecture.md)
286
-
-**Development Guide**: See [docs/development/](docs/development/)
287
-
-**Technical Patterns**: See [docs/technical-patterns.md](docs/technical-patterns.md)
294
+
-**AI Development Guide**: See [CLAUDE.md](CLAUDE.md) for AI-first development patterns
295
+
-**Core Architecture**: See [src/core/README.md](src/core/README.md) for infrastructure and services
296
+
-**Feature Catalog**: See [src/features/README.md](src/features/README.md) for vertical slice architecture
288
297
-**Contributing**: See [CONTRIBUTING.md](CONTRIBUTING.md)
0 commit comments