Back to home

Compare

Comparing: Fed Client Contracts to Cloud AI — Lost Sleep That Night & 客户合同拖进云端 AI 那晚,我失眠了 — 本地跑模型没那么玄乎

AEN
local-aiOllamafreelancer·

Fed Client Contracts to Cloud AI — Lost Sleep That Night

My first real panic was the day I pasted client contracts into ChatGPT.

I got stuck here too: the moment client data leaves your hands

This isn't an "if" problem — it's a "when" problem.

I run Xiaohongshu consulting and pick up legal contract review on the side. Contracts are full of names, ID numbers, bank cards, case details. Before, I'd paste them straight into ChatGPT without thinking and ask, "how risky is this clause?"

Then last month I had drinks with Lao Zhou. He's a divorce lawyer, takes cases solo. Around 11pm he said he'd pasted a divorce agreement involving a publicly listed company's equity into some AI assistant a few days earlier. Next morning, the opposing counsel called to "chat." I didn't verify if it was true — but from that night on, I pulled every client contract out of cloud AI.

What we side-hustlers fear most isn't AI getting the answer wrong. It's "you don't know where your data went."

What is local AI? I figured it out at Lao Zhou's office

Short version: install AI on your own computer. Data stays home, works offline too.

I read a foreigner's article (titled "AI At Home: A Box Of Scraps") who cobbled together a "home AI box" from old hardware to run big models. Sounds like geek toy territory, but the logic fits us solo operators—

Who's already using it?

  • Lao Zhou, the divorce lawyer: drops agreements and contracts into local AI, data never leaves his office
  • Sister Lin, freelance translator: client source files are confidential, local AI helps her polish them
  • Ajie, Xiaohongshu coach: brainstorms topics and drafts copy without burning cloud tokens (those small pay-per-word units)

None of these folks are coders. They just spent one weekend learning it.

Cost to replicate: money, time, barrier, first step

Money: 0 - 3000 yuan

  • Bare bones: install a free tool called Ollama on your computer, download the qwen2.5 Chinese model — 0 yuan
  • Step up: spend 1500-2000 yuan on a second-hand NVIDIA graphics card for smoother runs
  • Full build: assemble a dedicated mini AI machine, 1000-3000 yuan total

Time: 2-4 hours first time, zero after that
My first attempt took about 3 hours, mostly waiting an hour for the model to download. Second time, half an hour.

Barrier: install software, read English error messages — that's it

  • No coding needed
  • English errors confusing? Install a translation plugin, hover and translate
  • Mistake I made: my download cut halfway and I thought it was broken — redownloaded twice. Just wait it out.

First step (the most important one):

  1. Open ollama.com in your browser and download the installer (Mac users get Mac version, Windows users get Windows version)
  2. Find your "terminal": on Mac hit Command+Space and type Terminal; on Windows search PowerShell in the Start menu
  3. Paste ollama run qwen2.5 and hit Enter
  4. Wait for the download (about 3-5 GB, ~10 minutes), then start using it right away

Three types of peers, three different plays

If you're just starting out (no clients yet / under 5000 yuan/month): I'd hold off. Spend that money on getting clients instead. Totally fine to wait — try it once your first contract lands.

If you have 1-2 steady clients: I'd install Ollama today and grab a Chinese model. Just for that one reason: client contracts never touch a third party. Zero cost, half a day — and when clients ask about privacy, you can answer with confidence.

If you're scaling up (3+ people on the team, 10+ clients): I'd run the numbers. Monthly AI subscription × team size × 12 months. If it crosses 5000 yuan/year, buy a second-hand GPU machine — pays for itself in six months. When clients ask "how do you handle data security," you've got a real answer. That's competitive edge.

Last thing: running AI locally isn't a magic fix. It won't teach you to write copy or close clients. It just lets you sleep at night while you use AI.

BZH
本地AIOllama自由职业·

客户合同拖进云端 AI 那晚,我失眠了 — 本地跑模型没那么玄乎

我第一次慌,是把客户合同喂进 ChatGPT 那天。

我也卡过:客户数据上传那一刻,我才意识到问题

这种问题,不是“会不会”,是“什么时候”。

我做小红书咨询,副业会接法律合同审核。合同里经常有姓名、身份证号、银行卡、案件细节——之前我毫不犹豫就贴给 ChatGPT 问“这个条款风险大不大”。

直到上个月和老周喝酒。他是离婚律师,自己接单。晚上 11 点他说,前几天把一份涉及上市公司股权的离婚协议喂给某 AI 助手,第二天对方律师就打电话来“聊聊”。真假没核实,但从那天起,我把所有客户合同都从云端 AI 里撤了出来。

咱们做副业最怕的,不是 AI 答错,是“你不知道数据去了哪儿”。

本地跑 AI 是啥?我在老周的办公室搞明白了

简单说:把 AI 装在你自己的电脑上,数据不出门,断网也能用。

我看到一个老外写的文章(标题 “AI At Home: A Box Of Scraps”),用一堆旧硬件攒了一台能跑大模型的“家庭 AI 盒子”。听着像极客玩具,思路其实很适合咱们——

谁已经在用?

  • 离婚律师老周:协议、合同丢进本地 AI,数据不出办公室
  • 自由翻译林姐:客户原稿涉密,本地 AI 帮她润色
  • 小红书陪跑阿杰:跑选题、生成文案,不烧云端 token(按字数收费的小单位)

这几个人不是码农,但愿意花一个周末学一学。

复刻成本:钱、时间、门槛、第一步

钱:0 - 3000 元

  • 极简:电脑装一个叫 Ollama 的免费小工具,下载 qwen2.5 中文模型,0 元
  • 进阶:花 1500-2000 元买张英伟达(NVIDIA)二手显卡,跑得更流畅
  • 玩家:攒一台专门跑 AI 的小电脑,1000-3000 元搞定

时间:首次 2-4 小时,之后 0
我第一次折腾大概 3 小时,主要是下载模型等了 1 小时。第二次就半小时。

门槛:会装软件、能看懂英文报错就行

  • 不需要懂代码
  • 英文报错看不懂?装个翻译插件,鼠标一划就翻
  • 我之前犯过这错:模型下到一半断网,以为坏了,重下两遍——其实等就行

第一步(最关键):

  1. 浏览器打开 ollama.com 下载安装(苹果装 Mac 版,Windows 装 Win 版)
  2. 找“终端”:苹果按 Command+空格输入 Terminal,Windows 开始菜单搜 PowerShell
  3. ollama run qwen2.5 粘进去回车
  4. 等下载(约 3-5 GB,10 分钟左右),完事直接能用

三类同行,玩法不一样

如果你刚起步(没客户 / 月入 5000 以下):我会建议你先别折腾。钱花在客户身上更划算。现在不试也没事,等你第一个合同来了再考虑。

如果你有 1-2 个稳定客户:我会建议你现在就装个 Ollama,下个中文模型,就为“客户合同不上第三方”这一件事。零成本半天搞定,客户问到隐私能拍胸脯。

如果你在扩规模(团队 3 人+、客户 10+):我会建议你算账:每月 AI 订阅 × 人数 × 12 月。如果超 5000 元/年,可以买台二手显卡机器,半年回本。客户问“数据安全”时你能拿方案——这是竞争力。

最后一句:本地跑 AI 不是万能解药,它解决不了你不会写文案、不会谈客户的问题。它只是让你用 AI 的时候,能睡个安稳觉。