A founder I coach sent me a message last month that I have now seen a dozen variations of. He was drafting exit terms for a co-founder — the person who had sat at his kitchen table for four years — and he had pasted the whole situation into a cloud chatbot to think it through. Real names. The equity split. The actual, unflattering reason for the split. Halfway through the conversation he stopped and asked me a question I could not answer comfortably: where does this go?

Not "is it encrypted." He knew it was. He was asking the older, more practical question a lawyer would ask: who could be compelled to hand it over, and when. And the honest answer is that a chat log is a business record held by a company, and business records held by companies are discoverable.

That would be an abstract worry if the local-model side of the ledger had not moved so fast this summer. In the last ninety days, running a genuinely capable, tool-using model on the laptop already on your desk went from a hobbyist project to a Tuesday afternoon. So the useful question in August 2026 is not the one everybody argues about — "is local AI as smart as ChatGPT" (it is not) — but a narrower one that actually changes how you work: which slice of your thinking needs a model that cannot be subpoenaed, and is the local option finally good enough for that specific slice? After running both for a couple of months, my answer is yes, for maybe a tenth of my prompts — and it happens to be the tenth I would most regret.

The thing that made me take this seriously

On January 5, 2026, the U.S. District Court for the Southern District of New York upheld two discovery orders requiring OpenAI to produce a sample of 20 million de-identified ChatGPT conversations in the copyright litigation brought by news organizations, affirming an order Magistrate Judge Wang had issued on November 7, 2025. The court's own summary of the record notes that OpenAI retains tens of billions of such logs in the ordinary course of business.

I want to be fair about what this is and is not. The sample was de-identified, it sits under a protective order, and nobody is reading your prompts for sport. This is not a scandal. But it settles a question a lot of founders were answering with vibes: conversations with a hosted model are records, records are retained, and retained records can be ordered produced by a court in a case you are not even a party to. The vendor's intentions are not the variable. The legal status of the data is. Once you accept that, this stops being philosophical and becomes ordinary risk tiering — the same thing you already do with documents and email.

What actually changed in the last ninety days

For two years the local option was a real answer to the wrong question: you could run a small model, it could summarize a paragraph, and everything harder fell apart. Three releases this summer changed the size of what fits on a desk.

On August 10, 2026, Meta Superintelligence Labs released Muse Glimmer, a 30-billion-parameter model under a permissive Apache 2.0 license, explicitly described as "optimized for always-on local agent workflows" and small enough to run on a Mac or PC with a single consumer GPU. What matters for real work is not the parameter count but what it was trained for: precise tool calling across long workflows, multimodal input so it can read a screenshot or a chart, and — the detail I care about most — failure recovery, meaning when a tool call returns something unexpected the model is trained to diagnose and retry rather than stop. Meta shipped integrations for llama.cpp, MLX, and ExecuTorch. I wrote up what Muse Glimmer means for founders running local agents the week it landed.

Four days later Alibaba released Qwen 3.8 27B, also Apache 2 licensed, vision-capable, and — the number that decides whether you can actually use it — a 17GB file in LM Studio's Q4_K_M quantization, with a maximum context window of 262,144 tokens. Twenty-seven billion parameters is the sweet spot for a well-specced laptop, which is why this size keeps producing the most useful local releases. Its bigger sibling, Qwen 3.8 Max, is the one topping agentic leaderboards, and I have written separately about how much of that benchmark result a founder should believe.

And then the release that changed the hardware math entirely: TurboFieldfare, a Swift and Metal runtime that runs Gemma 4 26B-A4B in roughly 2 GB of RAM on any Apple Silicon Mac, including 8 GB machines. It never loads the 14.3 GB model. It keeps a 1.35 GB shared core plus the FP16 KV cache resident and streams only the experts each token needs from SSD. That is a genuinely clever piece of engineering, and I broke down how it compares to Claude and ChatGPT for daily use earlier this month. The practical consequence: "I don't have the hardware" stopped being true for most people reading this.

The Leak Test: three questions before a prompt leaves my laptop

I needed a rule I could apply in two seconds, at the keyboard, without deliberating. Anything slower than that loses to convenience every time — which, incidentally, is the same reason approval prompts fail as a safety mechanism, something I dug into in why human approval fails at overseeing AI agents. So I run three questions, and if any one of them lands, the prompt stays on the machine.

The subpoena question: if this exact transcript were produced in discovery three years from now, in a case I cannot currently imagine, would it damage me or anyone in it? Notice that this is not "have I done something wrong." Candid strategic thinking looks terrible out of context, and that is precisely the material you want to be candid in.

The competitor question: if a direct competitor read this verbatim tomorrow, what would they learn? Unreleased pricing, the roadmap you have not committed to, the acquisition you are sounding out.

The consent question: does this contain another person's private information, shared with me in confidence, that they never agreed to hand to a vendor? This is the one nearly everyone skips, and it is the one that would embarrass me most. My co-founder's health situation, an employee's performance problem, a client's marriage. It was never mine to upload.

Most of my prompts pass all three and go straight to the best cloud model I can afford, because on hard thinking that is still not a close contest. The test is not a policy of suspicion — it is a filter for the few cases where the convenience is worth almost nothing and the exposure is permanent.

What I run where

Here is the actual tiering I use, which is deliberately boring — it looks like an information-classification table because that is exactly what it is.

TierExample workWhere it runsWhy
Public-safeBlog drafts, marketing copy, public docs, open-source code, general researchBest frontier model availableNothing to lose, and the quality gap is real
Commercially sensitivePricing strategy, roadmap, investor updates, unreleased positioningCloud API under business terms whose retention clause I have actually readContractual protection beats consumer-tier goodwill
Person-sensitivePerformance reviews, termination drafts, co-founder conflict, anything about someone's health or familyLocal model only (Muse Glimmer 30B or Qwen 3.8 27B)It is not my consent to give
Legally exposedLegal strategy, cap-table scenarios, incident post-mortems, regulator correspondenceLocal only — or a notebook and a lawyerDiscovery risk outlives the usefulness of the answer

Two-thirds of my week is tier one — that is the honest proportion, and any post telling you to move everything local is selling something. But tiers three and four are where the consequences live, and until this summer I had no good option there except thinking alone.

Where local genuinely wins — beyond privacy

Privacy is the headline, but it is not the only reason a local model earned a permanent slot in my setup.

The weights hold still. This is the benefit nobody markets and I value most. A hosted model updates underneath you. A decision-review sequence I tuned in June behaves measurably differently after a silent model update, and I get no changelog for my own workflow. A local weight file is frozen until I choose to change it. If you are building repeatable thinking routines rather than one-off queries, that stability is worth more than a few benchmark points.

Always-on costs nothing per token. A background agent that watches a folder, drafts a daily summary, or runs a nightly review is economically absurd on frontier API pricing and free on your own silicon. That is precisely what Meta built Muse Glimmer's always-on framing around, and it is where the local option is not a compromise but the correct engineering choice. I compared the cost math for founders in this breakdown of when a cheaper model is the right call.

Where it breaks — the part the enthusiasts skip

The speed problem is worse than the benchmarks suggest. Simon Willison ran Qwen 3.8 27B on a 128GB M5 Max and found it defaults to "xhigh" reasoning effort, which is a hilarious choice for consumer hardware: one SVG drawing took 21 minutes and 22,276 reasoning tokens. The same prompt with reasoning turned off finished in 137 seconds. He also hit LM Studio's default 8,192-token context limit, which the model consumed entirely by thinking about a trivial request. If you install a local model, do exactly two things before judging it: raise the context window and drop the reasoning effort to medium. Otherwise you will conclude local AI is useless when what you actually configured was a very slow philosopher.

The capability gap on hard reasoning is real. Anthropic's Claude Opus 5, released this month, is state of the art on Frontier-Bench and GDPval-AA at half the price of the tier above it. Nothing running on your laptop is in that conversation. For a genuinely difficult strategic problem, the frontier model is better, and pretending otherwise to defend a privacy position is how people end up making worse decisions in the name of safety.

Local is not automatically safe. A 30B model on an unencrypted laptop that travels through airports is a worse threat model than a vendor with a real security program. And it is trivially easy to run the private prompt locally, then paste the output into a cloud doc, a cloud email, and a cloud task manager — at which point you have bought nothing but a feeling. Local AI is one control in a chain; if the rest of the chain leaks, it is theatre. The same discipline applies to what you hand your agents, which I covered in giving an AI agent credentials safely.

There is a maintenance tax. Quantization formats, context settings, model updates, a runtime that breaks after an OS upgrade — call it an hour a month. If you will not pay it, keep using the cloud and simply write less sensitive things into it. My practical starting configuration is in this walkthrough of running a local agent with LM Studio, and the broader cost-benefit sits in whether local AI is worth it for founders who care about privacy.

The half of this that is a coaching problem, not a technical one

Here is what surprised me, and it is the reason I am still running the local setup after the novelty wore off.

In coaching, the confidentiality agreement is not administrative housekeeping. Co-Active Coaching treats the container — the explicit promise that this conversation goes nowhere — as the precondition for anything real being said. Nobody names the actual fear in a meeting that is being minuted. They name it once they are certain the room is sealed. Every coach knows the session begins for real at the first honest sentence, and the honest sentence arrives only after the client believes the container holds.

When I moved my evening decision journaling to a model running on my own machine, my writing changed. Not the model's output — mine. I named the person I was actually angry at. I wrote down the number I was actually afraid of. I described the failure mode I would not have typed into a hosted chat window, not because I feared a concrete leak, but because some part of me had been performing for an audience I could not see — and that performance was quietly degrading my own thinking.

Ethan Mollick's rule in Co-Intelligence is to always invite AI to the table. I still agree. My amendment, after this experiment: invite it, and choose the room. If you use AI for reflection — and I think ambitious people should, which is why I keep a running review of AI journaling tools for founders — then the container is not a privacy feature. It is the thing that determines whether you tell yourself the truth.

The honest verdict

Local AI does not replace ChatGPT, and anyone claiming it does in 2026 is measuring the wrong thing. What it replaces is a small, specific, high-consequence slice of your work: the personnel decision, the legal scenario, the co-founder conflict, the honest journal entry, the always-on background agent that would cost a fortune to run in the cloud. For that slice, the ninety days between Muse Glimmer and Qwen 3.8 27B moved the local option from "not really usable" to "good enough, and permanently yours."

My recommendation is deliberately modest. Install LM Studio or Ollama this week. Pull one 27-to-30B model in Q4 quantization — Muse Glimmer for tool use and agents, Qwen 3.8 27B for reasoning and vision — or TurboFieldfare if you are on an 8 GB Mac. Raise the context window, drop the reasoning effort, then run one week of your tier-three and tier-four work through it and nothing else. That tells you what you actually need to know, which is a better question than the one the internet is arguing about. If you are also handing standing work to agents, my honest guide to AI agents for solopreneurs covers where those break.

The frontier model stays. It is better, and I use it constantly. But there is a category of thinking that should happen in a room only you can enter, and for the first time this summer, that room runs on hardware you already own.

Sources

Meta AI Research — Introducing Muse Glimmer: An Open Agentic Model That Runs on Your Device (August 10, 2026)
Simon Willison — Qwen 3.8 27B is excellent, but it defaults to wildly overthinking things (August 16, 2026)
TurboFieldfare — Gemma 4 26B-A4B inference in about 2 GB of RAM on Apple Silicon
Robinson+Cole — When Chats Become Evidence: Court Affirms Order Requiring OpenAI to Produce 20 Million De-Identified ChatGPT Logs (January 2026)
Anthropic — Introducing Claude Opus 5
Kimsey-House et al., Co-Active Coaching; Ethan Mollick, Co-Intelligence (2024)

Share this post