Mochi

Mochi is a web-based Markdown-centric Note-writing system with an integrated Spaced repetition memory system.

At least in a limited sense, Mochi attempts to deliver on the ideas described in The mnemonic medium can be extended to one’s personal notes: while the primary interaction is card-writing, there’s functionality meant to support writing prose notes with prompts embedded. These behaviors are curiously de-emphasized; I suspect that’s because the application seems to be designed primarily for the use case of language learning.

It’s nicely polished visually, and it’s increasingly complete as a product. The project began in February 2019 and was under vigorous development with regular releases as of May 2021.

Writing cards inline with notes

In earlier versions of Mochi, “notes” and “decks” were treated as separate objects, but it appears that they’ve recently been unified. Now they’re the same thing—it’s just the view mode which distinguishes them.

So a given “deck” can be displayed as a list like this:

… or as a “notebook”, which flattens the cards into a continuous view:

It doesn’t behave quite as a continuous text editor: each paragraph is a “block,” and you can’t move your cursor between them. But there’s a pretty nice typing interaction:

  1. Create a new paragraph.
  2. Type a line or two.
  3. Type ---.
  4. Type some more text.
  5. Hit return twice.
  6. Now you’ve made a card!

Screen Recording 2021-05-11 at 11.04.17 AM 2.mov

In terms of prose editing, the interaction model is pretty awkward: everything works paragraph-by-paragraph; you need to “click in” to open a paragraph and make it editable; then its contents jump around, making it hard to “target.” You can’t move between paragraphs using the cursor or operate on multiple paragraphs at once. But this is a highly tractable model, implementation-wise, so it’s neat to see.

Another key issue with the “personal mnemonic medium” angle in Mochi right now is that if you write a long prose note with a few embedded cloze deletions or multi-sided prompts, the paragraphs are all added as tasks to be reviewed (i.e. as prompts without backs). This strikes me as quite an odd choice!

SRS implementation

Uses a modified SM-2: easing is not dynamically adjusted (though it can be manually set per-deck), and forgetting a card halves the interval instead of resetting it.

There’s a “learning” phase for new cards, like in Anki. “New cards” are treated distinctly from “Due today” in the UI. First, you must answer a new card correctly, then it’s added to your pile due the next day.

Directly-embedded cards

On 2019/11/18, added a feature which permits embedding SRS card UI directly into notes. They have to already exist separately in a deck; the syntax is quite awkward. It’s roughly a transclusion operation.

Business model

The product is free to use as a desktop app. Syncing and API access costs $5/mo. A tough business model: he’d need 1700 active users to hit $100K ARR.

The author is {Matthew Steedman}. New York-based, mostly in agencies (including Code and Theory). Partial BFA in advertising / graphic design.

The mnemonic medium can be extended to one’s personal notes

In using a Spaced repetition memory system, you’ll fill it with notes on what you’re learning, observing, and thinking. Unfortunately, Existing spaced repetition systems discourage evergreen notes. A memory system will help you retain and continuously engage with what you write, but it won’t much help you build on those ideas over time. An Evergreen notes system will help you build on your ideas over time, but it won’t help you retain and continuously engage with those notes (outside of Evergreen note maintenance approximates spaced repetition). So you’re stuck either duplicating your efforts messily in two separate systems, or giving up one system’s benefits.

The Mnemonic medium solved a similar problem for published prose: The mnemonic medium gives structure to normally-atomized spaced repetition memory prompts. One can use the same approach to give structure to one’s personal spaced repetition prompts, within one’s personal notes. We can call this a {personal mnemonic medium}.

For example, one could imagine creating a {cloze deletion} prompt within one’s personal notes by {wrapping it in curly braces}.

And one might create a traditional two-sided prompt like this:
Q. If one only took notes in Anki, what key limitations might one experience?
A. (e.g. no serendipitous note-finding when note-writing, no way to easily evolve notes over time, limited connections between notes, difficult to “read through” one’s notes on a subject, etc)

Implementations

There are a few other implementations of something like this idea:


References

Nielsen, M. (2018). Augmenting Long-term Memory. http://augmentingcognition.com/ltm.html

I start to identify open problems, questions that I’d personally like answered, but which don’t yet seem to have been answered. I identify tricks, observations that seem pregnant with possibility, but whose import I don’t yet know. And, sometimes, I identify what seem to me to be field-wide blind spots. I add questions about all these to Anki as well. In this way, Anki is a medium supporting my creative research. It has some shortcomings as such a medium, since it’s not designed with supporting creative work in mind – it’s not, for instance, equipped for lengthy, free-form exploration inside a scratch space.