The AI industry's default direction is up and to the right: more parameters, more training compute, bigger context windows, bigger everything. That race makes sense for a model trying to be generally capable at anything a person might ask. It's the wrong race for a model whose entire job is reading one person's journal and generating one honest observation from it. For that job, MirrorNotes uses Gemma 3 at 1 billion parameters — small enough to run entirely on an iPhone's Neural Engine — and after a year of building around it, I'd make the same call again.

Bigger isn't the right axis for a narrow task

A frontier cloud model is trained to be good at code, math, medical questions, creative writing, a hundred languages, and everything in between. Most of that capability is dead weight for "notice a pattern across these twelve journal entries and phrase it as one honest sentence." The task is narrow. It doesn't need general intelligence — it needs consistent, well-scoped judgment applied to a small amount of text, over and over, every day.

Once you accept the task is narrow, model size stops being the main lever. What actually determines whether the output is useful is:

A 1B model with a well-scoped prompt and the right context beats a 70B model with a sloppy one, for this specific job.

What you get back for accepting a smaller model

$0
Per-request inference cost — no API bill scales with usage, because there's no API
0ms
Network round-trip for inference — no request leaves the device, so there's nothing to wait on but the phone itself

Those aren't small conveniences. They change the shape of the product. A cloud-AI journaling app has a marginal cost every time you write, which creates real pressure to ration AI features, gate them behind higher tiers, or throttle usage. An on-device model has no marginal cost per generation — the constraint becomes battery and thermal budget on your phone, not a bill on my end. That's part of why MirrorNotes can offer a real free tier with unlimited writing forever: the free tier was never subsidizing a per-user API cost, because there isn't one.

It also means the product works with zero network connection. Every AI feature — Daily Nudge, mood detection, Ask, the Weekly Digest — runs in airplane mode, on a train underground, mid-flight. A cloud-dependent app simply can't offer that; there's always a "waiting for connection" state somewhere.

What you give up

Being honest about the trade, because I'd rather say it here than let a product page imply otherwise:

For a general-purpose assistant, I wouldn't make this trade. For something that reads your diary and needs to never leave your phone, the trade is the whole point — not a compromise around it.

MirrorNotes

Private AI journaling for iPhone, powered entirely by a local model — no API costs, no network dependency, no server ever reading your entries.