-
Notifications
You must be signed in to change notification settings - Fork 0
clarify problem #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clarify problem #163
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -18,15 +18,16 @@ | |||||||||||||
|
|
||||||||||||||
| Markdown vaults like Obsidian are extremely powerful, but: | ||||||||||||||
|
|
||||||||||||||
| 1. **Copying and pasting content** between your AI and your markdowns is so 2025. | ||||||||||||||
| 2. **Editing markdown on mobile is tedious** (moving checkboxes around is the worst) | ||||||||||||||
| 2. The **native AI voice dictation** is 10x better than the built-in dictation on iOS. | ||||||||||||||
| 1. **Copying and pasting content** between your AI and your markdowns is tedious. | ||||||||||||||
| 2. **Don't have a built-in summary and clean/up layer** to take your raw notes and clean them up. | ||||||||||||||
| 2. **Don't provide AI-native voice dictation** and instead rely on the OS level dictation, which often is not as good. | ||||||||||||||
| 3. **Are difficult to edit on mobile** since the smaller screen makes things harder to see and copy/paste. | ||||||||||||||
|
Comment on lines
+22
to
+24
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The edited problem list now keeps two consecutive entries numbered
Suggested change
|
||||||||||||||
|
|
||||||||||||||
| with brain3 you can make AI the new UX for your markdown vault: | ||||||||||||||
| instead you can add AI as a new interface for your markdown vault: | ||||||||||||||
|
|
||||||||||||||
| - **Pull in context directly** from your AI chats into your markdown vault, or vice versa: pull from your markdown files into your chats. | ||||||||||||||
| - Use the AI for **summary and clean-up** to turn your raw thoughts into structured content. | ||||||||||||||
| - Use your AI's **built-in voice dictation** when you'd rather talk than type, and have it summarized or cleaned up however you specify. | ||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This bullet presents summary and clean-up as a Brain3 capability, but the available tool surface only exposes vault operations plus optional audio transcription. A user can install the project and still have no dedicated summary or cleanup tool to call, so this can make the README promise a workflow the product does not provide directly. |
||||||||||||||
| - **Transcribe audio files** directly from your AI chat into a markdown note. | ||||||||||||||
|
|
||||||||||||||
| You don't need to change anything about your markdown vault structure or storage, which stays local and private. | ||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new problem statement says
clean/up, while the matching feature bullet below saysclean-up. Readers can hit both forms in the same short section, making the new cleanup claim harder to parse.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!