返回首页

对比阅读

对比阅读:Local AI on Client Data: Word-Filler Output — 3 Settings You Haven't Touched 与 想用本地 AI 处理客户数据,结果输出像凑字数 — 这三个开关你可能没动

AEN
OllamaLocal AIData Privacy·

Local AI on Client Data: Word-Filler Output — 3 Settings You Haven't Touched

Last week an old client asked me: "Xiaolin, can you run my contract draft through local AI? I don't want my client list uploaded to foreign servers." I said sure. Half an hour later, Ollama spat out something that read like a high schooler padding their word count — I wanted to crawl into a hole on the spot.

What it is + who's using it

Running a large model locally means installing AI on your own machine — data never leaves. Common free tools: Ollama, LM Studio, Jan. Pick one. My friend Chen jie (a therapist in Beijing, started 2024) uses it to process anonymized session notes; A Liang, a designer in Shenzhen, runs light tasks on it while drafting logos for clients.

But if yours feels "dumber than ChatGPT," it's almost always one of these three switches:

  • Quantization level: The more the model file is compressed, the smaller and faster — but also "dumber." Q4 is faster than Q8 but dumber; Q8 is slower than FP16. Most people sit stuck at Q4 and wonder why nothing works.
  • Context window: Default might be 2044 (how many tokens you can feed it). You toss in a 5,000-character contract and it "zones out." Bumping to 4096 or 8192 usually makes it smarter instantly.
  • Prompt format: Every model has its own preferred chat template (Llama 3, Qwen, Mistral all differ). Use the wrong one and it starts babbling nonsense.

Replication cost today

Money: $0 – $420 (0 – 3000 RMB). Mac M1 and up is basically free (Ollama just runs); Windows users want at least an RTX 3060 12GB — about $280 used.

Time: 30 minutes – 2 hours. 10 min installing software, 20 min tuning three switches, 1 hour iterating on results. I got stuck here for an entire afternoon before I figured it out.

Technical barrier: You can install software. No code needed.

First step: Open Ollama or LM Studio → find "Context Length" → change from default 2044 to 4096 → ask the same question again. You'll feel the difference immediately.

Advice by stage

If you're just starting / no clients yet: Don't bother with local yet. Free ChatGPT, Claude, Gemini will carry you six months. Get the business running first, then optimize cost. I spent three months fiddling with local before sheepishly going back to ChatGPT for my main drafts.

If you have 1-2 clients / worried about data: Local AI is worth trying. Run Qwen 2.5 7B (most Chinese-friendly) at 4096 context in Ollama, then toss sensitive files in. That's how I cleaned up that contract draft.

If you're scaling / 5+ people: Just buy ChatGPT/Claude Enterprise (with data isolation guarantees), or deploy on your company intranet server. Local AI fits individuals and small teams — maintenance gets expensive fast with more people.

BZH
Ollama本地AI数据隐私·

想用本地 AI 处理客户数据,结果输出像凑字数 — 这三个开关你可能没动

上周老客户问我:「小林,你帮我做的合同草稿能不能用本地 AI 再过一遍?客户名单我不想上传到国外服务器。」我说行。结果用 Ollama 跑了半小时,输出像高中生凑字数 — 我当场想挖地洞。

这工具是什么 + 谁在用

本地跑大模型,就是把 AI 装到你自己的电脑上,数据不出门。常见的免费工具是 Ollama、LM Studio、Jan,三选一就行。我的心理咨询师朋友陈姐(北京,2024 年开始用)拿它处理来访者的脱敏笔记;设计师阿亮在深圳给甲方出 logo 时,也拿它跑一些轻活。

但你跑起来总感觉「比 ChatGPT 笨」,八成是这三个开关没动:

  • 量化等级:模型文件被压缩得越狠越小越快,但也越「傻」。Q4 比 Q8 快但更笨,Q8 又比 FP16 慢。一般人卡在 Q4 出不来效果。
  • 上下文窗口:默认可能是 2044(你能塞给它的字数),你扔给它一份 5000 字合同,它直接「断片」。拉到 4096 或 8192 通常立刻变聪明。
  • 提示词格式:每个模型有自己偏好的聊天模板(Llama 3、Qwen、Mistral 都不一样),用错格式它就开始胡言乱语。

你今天复刻成本

钱:0 - 3000 元。Mac M1 及以上基本零成本(Ollama 直接跑);Windows 用户建议至少 RTX 3060 12G,二手约 2000 元。

时间:30 分钟 - 2 小时。装软件 10 分钟,调三个开关 20 分钟,反复试效果 1 小时。我也是在这步折腾了一下午才搞明白。

技术门槛:会装软件就行。不需要写代码。

第一步:打开 Ollama 或 LM Studio → 找到「Context Length」或「上下文长度」→ 从默认 2044 改成 4096 → 用同一个问题重新问一遍。立刻会感觉不一样。

分人群建议

如果你刚起步 / 还没客户:先别折腾本地。免费版 ChatGPT、Claude、Gemini 够你用半年。先把业务跑通,再想成本优化。我也是折腾本地三个月后才老实回到 ChatGPT 写主稿。

如果你有 1-2 个客户 / 担心数据:本地 AI 值得试。先用 Ollama 跑 Qwen 2.5 7B(中文最友好)+ 4096 上下文,把敏感文件丢进去试试。我那份合同初稿就是这么过出来的。

如果你在扩规模 / 5 人以上:建议直接买 ChatGPT/Claude 企业版(带数据隔离承诺),或者在公司内网服务器部署。本地 AI 适合个人和小团队,人多了维护成本反而高。