Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Inconsistent Clean-Up Wording

The new problem statement says clean/up, while the matching feature bullet below says clean-up. Readers can hit both forms in the same short section, making the new cleanup claim harder to parse.

Suggested change
2. **Don't have a built-in summary and clean/up layer** to take your raw notes and clean them up.
2. **Don't have a built-in summary and clean-up layer** to take your raw notes and clean them up.

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!

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Repeated List Numbering

The edited problem list now keeps two consecutive entries numbered 2., so the source reads 1, 2, 2, 3 in the first product pitch. This makes the rendered section look like an editing error and can confuse readers scanning the core problem statement.

Suggested change
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.
2. **Don't have a built-in summary and clean/up layer** to take your raw notes and clean them up.
3. **Don't provide AI-native voice dictation** and instead rely on the OS level dictation, which often is not as good.
4. **Are difficult to edit on mobile** since the smaller screen makes things harder to see and copy/paste.


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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Missing Summary Tool Surface

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.

Expand Down
Loading