Data privacy

How to use AI without sending company data to the cloud

The short answer

There are three real ways to use AI without handing your data to a cloud provider: run the model on hardware you own so nothing leaves the building, strip what you send down to only what the task needs, or put your own software between your business and the cloud model so you control exactly what crosses the line. Most companies should use a mix. And read the fine print on "we don't train on your data," because that promise says nothing about storage.

The fear is valid. I've said so on camera.

When a business owner tells me they won't paste bookkeeping data into a chatbot, I don't talk them out of it. I agree with them. I've said "100% agree" on camera, because sending financial records to a cloud model is a real risk, and pretending otherwise is how consultants lose the room in the first five minutes.

But here's what happens next in most companies: the owner bans AI, and the employees use it anyway, on personal accounts, with company data, where nobody can see it. A blanket ban doesn't keep your data out of the cloud. It keeps your data flowing to the cloud without rules.

So the useful question isn't "cloud or no cloud." It's "what data, through what door, under whose control." There are five doors, and I'll walk through each one.

The five doors, from wide open to welded shut

Every AI setup in every business is one of these five, whether anyone chose it or not.

Door 1: Public tools on personal accounts. An employee's free ChatGPT login, no rules, no visibility. Enough said.

Door 2: Business-tier cloud accounts. ChatGPT Business, Claude Team, Microsoft Copilot. The vendor promises your data won't train their models, and you get admin controls and retention settings. Real improvement over door 1, and where most companies actually are once someone in charge starts paying attention. Still a cloud round trip for everything, though, and that matters more than the sales page lets on.

Door 3: A controlled gateway. Your own software sits between your team and the cloud model. It strips names, account numbers, and anything you've flagged before the request goes out, logs what left, and enforces who can send what. The cloud model does the hard thinking. It never sees the parts that matter. This is what we build on our cloud AI projects.

Door 4: Hybrid. A local machine handles the confidential work. The secret stuff stays home, and the boring stuff goes out to the big cloud models, which are still better at the hardest thinking. You don't pick a side. You pick per job.

Door 5: Fully local. The model runs on hardware you own, inside your building. Nothing leaves. If the internet went down, the AI would still answer. This is private AI, and we wrote a whole guide on what it costs and who it fits.

Nobody needs to be told door 1 is risky. What surprises people is that door 2, the one their IT person probably recommended, still isn't "my data doesn't go to the cloud." It's "my data goes to the cloud with a contract attached." Sometimes that's fine. You should know which one you're buying.

What "we don't train on your data" actually means

Every major vendor now makes a no-training promise for business customers, and as far as anyone can verify, they keep it. OpenAI's business-data page says they don't train models on your organization's data by default. Anthropic doesn't train on commercial data unless you opt in. Microsoft says Copilot prompts and responses aren't used to train foundation models. Google says Workspace Gemini interactions stay within your organization.

Here's what none of those sentences say: that your data isn't stored.

"No training" means your contracts don't get baked into the next model. It does not mean your contracts never sat on the vendor's servers. Anthropic's own retention policy is a good example of what the fine print actually looks like: API inputs and outputs are deleted within 30 days by default, with exceptions for safety and legal holds. That's a reasonable policy. It is also thirty days of your data sitting on someone else's infrastructure, which is a very different thing from "nothing left the building."

Two more traps in the fine print. Microsoft handles Copilot's web-search queries separately through Bing, outside some of its enterprise data commitments, so the same tool can play by two different sets of privacy rules depending on what a user asks. And every vendor's promise has a scope: it covers the product you signed up for, not the personal account an employee logs into from the same desk.

None of this makes the vendors villains. Their policies are real and mostly good. But when a client, an auditor, or a lawyer asks "where does this data go," the honest door-2 answer is "to the vendor, under a contract, for up to thirty days, sometimes longer." If the honest answer needs to be "nowhere," you're shopping for door 4 or 5.

Send less: the two-CSV story

Before I owned any AI hardware, I reconciled books with a cloud model, and the way I did it is still the single most useful habit for anyone using door 2 or 3.

I downloaded two CSVs, bank transactions and bookkeeping-software transactions. Then I deleted columns. Account numbers? Gone. The AI doesn't need them to match transactions. Names, gone. Everything except dates and amounts, gone. Then I asked the model to find what was missing from each side. It did the job perfectly, because the job never required the sensitive parts.

That's data minimization, and it beats any policy document your company will ever write, because it works even when the vendor screws up.

Data that never left can't leak.

Same move works everywhere. Drafting a reply to a customer dispute? The model needs the timeline and the terms, not the customer's name and account number. Summarizing a contract? It usually needs the clauses, not the party names. Strip first, send second.

And some things never go into a cloud model at all, on any account, with any contract: passwords, API keys, full account numbers, and anything under HIPAA, legal privilege, or an NDA that says data stays in-house. That list isn't my opinion. The NDA one is literally a contract your company already signed.

The catch, and it's a real one: minimization depends on every employee doing it right, every time, forever. One tired person pasting a full spreadsheet at 4:55 on a Friday beats a year of training. That's why we build the stripping into software at door 3, and why companies with genuinely dangerous data end up at door 5, where the discipline doesn't have to be perfect because there's nothing to be disciplined about.

Three ways to wire AI into your data, ranked by blast radius

Whatever door you pick, at some point you connect the AI to real company systems. There are three patterns, and I've used all three.

First, manual redacted exports. The two-CSV method. Slow, but the blast radius is one file you already scrubbed. The right starting point for every company, full stop.

Second, an API connection with permissions. The AI reaches into a live system, but through an account you scoped on purpose. When I first connected an AI to email, I didn't agonize over an access policy. I just gave it a Gmail account I was comfortable exposing, and kept it far away from the account tied to my bank logins and critical services. That one decision did more for my security than any setting in any dashboard. Same principle for any system: the AI gets a key to one room, not the master key, and if something goes wrong you revoke one credential and go back to work.

Third, a selected-data database, which is what we run at Adapt for anything ongoing. Copy just the fields the AI needs into a separate database and point the AI at that. The bookkeeping version holds dates, amounts, and categories. The AI that reads it couldn't expose an account number if it tried, because the database doesn't contain one.

Notice what all three have in common: the AI sees a subset you chose, not the system itself. The moment someone proposes "just give it access to everything, it'll be easier," you've left engineering and entered gambling.

When nothing should leave: the local option

If your data can't cross the line at all, run the model on your side of the line. This stopped being an enterprise-only move a couple of years ago.

The open models you can legally download and run are now genuinely good at document work, drafting, and search. OpenAI's own gpt-oss-20b runs in 16GB of memory, which is a single consumer graphics card. A complete workstation that runs a capable open model for a small team sells for roughly $4,500 to $10,000 as I write this in August 2026, and NVIDIA sells the DGX Spark, a small machine built for exactly this, at $4,699. Full numbers, tiers, and who should skip it are in the private AI guide.

One honesty note, because I'd rather lose a sale than publish a fantasy: local doesn't mean risk-free. It means the risk moves to your side of the line. A private AI box with a weak admin password, no patching, and no backup plan is worse than a well-run cloud account. You've traded a vendor's professional security team for whatever your company actually does about access control and patching. For plenty of companies that trade is exactly right. Make it with your eyes open.

Start with an account you can afford to lose

The last piece is how to actually adopt this without betting the company on day one, and it's how I did it myself.

Connect AI to something whose exposure you could survive. For me that was a spare Gmail account, and pointedly not the one tied to my bank and critical services. Use the AI daily on small, low-stakes work until you understand how it behaves and where it fails. Then, and only then, widen the access one system at a time, using the patterns above.

Companies that do it in that order build real judgment about what the AI needs to see. Companies that connect everything in week one because a demo looked good are the ones that end up in my inbox asking how to un-ring the bell.

Questions owners actually ask

Can I use ChatGPT without my data going to the cloud? No. ChatGPT is a cloud service. Every prompt makes the round trip. Business tiers add a no-training promise and admin controls, which is meaningfully better, but the data still travels and is still stored, temporarily, on OpenAI's side. If "never leaves" is the requirement, you need a local model.

Is a business ChatGPT or Claude account safe enough for confidential files? For many companies, yes, combined with minimization: strip what the task doesn't need before it goes in. For data under HIPAA, legal privilege, or an NDA requiring in-house handling, no account tier fixes that. Route that work to a local machine.

What does "zero data retention" mean? Some vendors offer qualifying API customers a mode where inputs and outputs aren't stored at all after processing. It's real and worth asking for, but it applies to specific products by arrangement, not to the chat apps your employees use by default.

What's the cheapest way to keep company data out of AI entirely? Don't send it. The redacted-export method costs nothing: download, delete the sensitive columns, then upload. It's slow and manual, and it's how I'd start any company that's nervous, because it builds the right habits before any money gets spent.

Does on-premise AI mean my data is completely safe? It means your data doesn't leave. Safety then depends on how you run the machine: access control, patching, backups, and who has the password. Local removes the vendor from the risk picture and puts you in it.

Who wrote this

Chuck runs Adapt AI Systems, the AI division of Adapt Digital Solutions in Coeur d'Alene, Idaho. He has been teaching business owners how to use AI on his YouTube channel since 2023, and the systems described here are the ones his own company runs on.

Want the data boundary drawn for your company?

We'll map what you have, what's actually sensitive, and which door each workflow belongs behind. Free discovery call, or a paid working session that ends with a written plan.