Klar blog

Your Inbox Should Own Its Intelligence

Everyday AI belongs in software that keeps repeated, private judgment close to the user, with a specialist model for each part of the work.

For the last few years, AI has largely meant sending data to an increasingly powerful model in the cloud. That makes sense when the problem is open-ended and intelligence must be rented on demand. But your inbox is different. Email classification is repetitive, personal and highly sensitive. Every correction also provides a clear signal about what the system should learn. It is exactly the kind of intelligence that should live with the user, not behind someone else’s API.

This is the future of fuzzy software: give the open-ended questions to general models, and give repeated private decisions to specialist models that the product can own.

Fuzzy software starts where exact rules stop

Traditional software is built from decisions we can specify in advance. A password either matches or it does not. A file either exists or it does not. Fuzzy software works in the space between those certainties. It decides whether a message is suspicious, a photograph is sharp enough, or a notification deserves your attention.

Those decisions still need rules, but rules cannot finish the job. “Invoice attached” may be a phishing lure, a bill from a supplier, or the subject line your accountant uses every month. The words are the same. The meaning depends on language, sender, history and the person receiving it.

A frontier model can reason about that ambiguity. It can also write a poem, debug a program and explain quantum mechanics. That breadth is valuable when the question changes every time. It is wasted when the same product asks the same narrow question thousands of times.

The cloud became the default home of AI

Powerful general models made intelligence easy to rent. An application sends a prompt, receives an answer and gains a capability it could not have built alone. That changed software quickly, and for good reason.

Then the implementation pattern became a design assumption. New AI feature meant new API call. More usage meant more tokens, more latency and more user data crossing a network. The model began every request with no durable understanding of the person asking. Applications kept paying it to reconstruct the same context.

That is a good trade for occasional, open-ended work. It is a poor default for a decision that is frequent, narrow, private and easy to verify.

Email is the wrong problem for rented intelligence

An inbox produces a stream of small decisions all day. Keep or junk. Wanted or unwanted. Ordinary mail, marketing, nonsense or fraud. The decision must arrive quickly, and a false positive can hide something important. The raw material may contain contracts, medical appointments, family conversations and password resets.

It is also unusually measurable. When someone moves a message to Junk or restores it to the Inbox, the product receives a clean correction. No committee has to invent a quality score. The user has said where that message belongs.

A cloud model can classify an email. The architectural question is why it should have to read the email, rediscover the product’s definition of spam and bill the application for the privilege every single time.

Spam is personal

A global model can learn the broad shape of spam: fake urgency, impersonation, poisoned links, improbable offers and the same tricks expressed across many languages. That shared knowledge matters. It gives a new installation a strong starting point.

But no global dataset can settle the final boundary. One person wants every airline promotion. Another considers all of them noise. A sales message may be welcome this week and unwanted next month. A sender that looks obscure to the world may be essential to one small business.

The last mile of classification is not more general knowledge. It is personal judgment. The user is the only reliable source for it.

Klar uses a stack, not an oracle

Klar does not ask one giant model to solve every part of the problem. It combines different kinds of intelligence, each with a smaller and more precise job.

  • Hard evidence handles what should not be guessed. Contacts and explicit sender rules can settle a decision immediately. Authentication, sender history and link structure add evidence to the final score.
  • A 550-million-parameter XLM-RoBERTa transformer reads the message’s meaning across more than 100 languages. It provides the broad semantic judgment that keyword rules cannot.
  • With Klar Plus, a fast statistical scorer and a lightweight classifier head learn from corrections. They capture patterns specific to this inbox without retraining the multilingual model from scratch.

The tempting diagram is a funnel where a tiny pre-filter decides the obvious mail and sends only ambiguous messages to the transformer. We tested that shape and rejected it for the current product. Skipping the neural pass threw away the four-way scores used for explanations, learning and later safety checks. Today, every normal message keeps the transformer’s signal, while the cheaper layers can strengthen or adjust the final judgment.

That distinction matters. “Use a small model” is not an architecture. Use the smallest combination that preserves the evidence the product needs. Measure where each layer earns the right to decide.

Privacy is an architectural property

The part of Klar that reads mail has no network access. Classification happens on the Mac. There is no API call, no cloud inference and no telemetry carrying message content away. This is stronger than a retention policy because it removes the transfer rather than placing conditions around it.

Local inference also changes who owns improvement. A correction can update the user’s model on the spot and remain on the same machine as the mail that produced it. Better filtering no longer requires a vendor to observe everyone’s inbox.

Software can get better without taking your data

For years, personalization usually meant surveillance. Products learned by collecting behavior in a central system, building a profile and using that profile to decide what each person should see.

On-device learning offers a cleaner loop. The product makes a decision. The user corrects it. The local model changes. The next similar decision improves. The useful knowledge stays in the product the person owns.

That loop creates a different relationship with software. The product is no longer a thin client for intelligence held somewhere else. It becomes a tool whose judgment develops alongside its user.

The wider lesson for AI products

Frontier models remain the right tool for open-ended reasoning, unfamiliar problems and tasks whose answer cannot be reduced to a stable score. Specialist local models fit a different shape of work.

  • The decision happens often enough that cost and latency compound.
  • The task is narrow enough to measure consistently.
  • The input is private or regulated.
  • Users can correct the result clearly.
  • Personal context matters more than another increment of general knowledge.

Fermisense calls the broader idea intelligence ownership. Its example uses reinforcement learning to train an open model for a business workflow. Klar does not use that mechanism, and we are not claiming its 550-million-parameter model beats frontier models. The shared principle is simpler: specialization, measurable feedback, controlled inference cost and ownership of the resulting judgment.

The future needs a deliberate division of labor among models, local and remote. Rent general intelligence when the question is genuinely new. Own the repeated judgment that makes your product yours.

Your inbox knows the difference. Its intelligence should live there too.

Note, July 2026: this post describes the model in the released app, an XLM-RoBERTa transformer of roughly 550 million parameters. Klar’s next encoder is both smaller and more accurate, at around 270 million. It is still in testing, not released yet. Same family of model, and it still runs on your Mac.

All posts

The on-device option

Free, private, in Apple Mail.

Download on the App Store