Nate B Jones · AI News & Strategy Daily · July 19, 2026 · ~14 min
In this ~14-minute video, Nate B Jones makes a single argument and then proves it live: you no longer have to choose between using AI on a sensitive document and keeping that document off the internet. He downloads an open-weight model, saves a reusable instruction as a preset, turns off his Wi-Fi, and has the model read a contract stuffed with fake sensitive material. It finds the private information, masks the credential rather than copying it, and — the part he was actually testing for — refuses to declare a deliberately unreadable section safe.
The framing device is Microsoft. Jones opens with what trillion-dollar companies are paying for (fine-tuned models inside customer-controlled boundaries), then shows the small version anyone can run for free on a laptop. The point is that the enterprise strategy and the laptop demo are the same idea at different scales: specialists that know one important job and run inside whatever boundary you choose to draw around them, rather than one chatbot that magically knows the whole company.
Jones sets the stakes with a recent incident involving Grok build. A researcher gave xAI's coding tool a test repository and instructed it very clearly to reply "okay" and not open any of the files. The model said it complied. The logs showed it had uploaded the entire repo anyway.
The lesson he draws: a model telling you it did not look at your file is not evidence the file stayed put. It may already have gone over the wire to the provider. That is why he insists on air gapping — an actual severed network connection — rather than trusting polite instructions in a prompt. Not everyone needs to be that serious, but you can be that serious and still get real AI work done, because the models capable of this work are now cheap and small enough to run locally.
Discovery Bank fine-tuned five variant models across two smaller Microsoft source models, each handling a separate function dealing with confidential information: company-specific financial language, SQL formats, custom templates. Jones notes it was not only safer but faster. Average response time on the tuned models fell from five or six seconds to one and a half or two.
Bayer taught a small model its own proprietary crop label data and its own regulatory rules, specifically so that proprietary information never had to leave for the cloud. Advisors previously spent hours, sometimes days, working through labels that can run past 100 pages. Jones says that work now completes in under 30 seconds.
Both systems run in Azure — not on a server inside the customer's building, but in a place only the customer controls. Jones flags this distinction as important without overstating it: it is a boundary the customer owns, not literal on-premise hardware.
This is the part you can copy today, and it is short.
The fake contract was built to be hard. It contained:
The pass condition was not simply "find the secrets." If the model called the document clean, the test failed. And on the unreadable section, Jones was explicit that "I can't tell" would be better than false confidence.
Result, with the internet off: the model found the private pricing, the legal notes, the revenue forecast, the personal information, and the identifying combination assembled from scattered ordinary facts. It masked the credential instead of reproducing it. And it did not pretend the unreadable section was safe merely because it could not read it — no false confidence indicator, which is the specific failure Jones was hunting for.
Jones argues the more valuable application is not scanning one document but scanning many. A local model can grade a corpus into high, medium, and low risk tiers, with a stated reason for each and a clear call on whether confidential information is present.
His candid framing: he could not tell you, offhand, which of the thousands of files on his own computer contain PII. Finding out manually means opening and checking every one. Finding out with cloud AI means creating the exact exposure you were trying to avoid. A local model resolves the deadlock — you learn what is in your files without any of it reaching a model provider.
He is also specific that this is a new capability: "I couldn't say that 6 months ago. It was not as easy 6 months ago." The combination of LM Studio plus today's open-source models is what changed.
Severing the network connection so that no instruction, bug, or logging behavior can send your data anywhere. It is a hard guardrail rather than a soft one, and the Grok build incident is Jones's argument for why the distinction matters.
A saved, reusable instruction that scopes the model to one narrow job. Jones treats this as the load-bearing piece of the whole workflow: the model is cheap, the preset is the intellectual property.
The technique Microsoft uses to tune models for these enterprise clients. Rather than retraining a model, LoRA tunes only a subset of the parameters of an existing pre-trained model — a lightweight way to make it very good at one specific dataset, such as Bayer's crop label data. Jones is careful to say his laptop demo is not the same thing, only similar in principle. He notes LoRA keeps getting easier and guesses we are a year or two from it being simple enough to demo casually; today it remains the province of advanced builders.
Models you can download and run yourself. Jones's point is that the noise around Anthropic and OpenAI's frontier models obscures a real, usable alternative: open-weight models good enough to process confidential information on your own hardware, today, after a few minutes of setup.
Jones closes with a warning aimed at leaders. The model is free to download and run, and that free-ness is exactly what Microsoft is playing on: most companies that want this solution lack the technical capacity to install it themselves. Microsoft steps in as facilitator for the LoRA training and as the party protecting you from leaking to model providers. All of that is genuinely true — and all of it deepens your dependence on Microsoft, because who else are you going to go to?
His advice: pick your open-source vendors as carefully as you would pick a frontier model provider. Do not assume that because something is open source it is free, portable, and easy to move to the next vendor. It may require a strategic allocation of time and capital just as serious as a frontier-provider relationship — the difference being that you are choosing to keep the open-source model.