--- license: other license_name: all-rights-reserved pretty_name: "lucio-ai-playbook - Real-world AI usage playbook: what actually works, from daily hands-on" language: - zh - en tags: - ai - ai-tips - chinese - knowledge-base - playbook - ai-agents - claude-code task_categories: - text-generation size_categories: - n<1K viewer: false --- > **lucio-ai-playbook** - Real-world AI usage playbook: what actually works, from daily hands-on use. lucio 的 AI 实战手记(中文)。 > > **Mirrored in three places, same version everywhere:** > [Hugging Face](https://huggingface.co/datasets/LucioLiu/lucio-ai-playbook) (you are here) · [GitLab](https://gitlab.com/LucioLiu/lucio-ai-playbook) · [GitHub](https://github.com/LucioLiu/lucio-ai-playbook) > > **Get the files** - GitLab is the most reliable plain-git route: > > ```bash > git clone https://gitlab.com/LucioLiu/lucio-ai-playbook.git > > # or from this page > hf download LucioLiu/lucio-ai-playbook --repo-type dataset --local-dir ./lucio-ai-playbook > ``` > > *Note: links to github.com inside the text below point to the GitHub mirror; if one does not resolve, use the GitLab mirror above - it carries the same content.* > > **Licence: All rights reserved (no LICENSE file yet)** --- # lucio 的 AI 实战手记 · lucio-ai-playbook > 我(lucio)在真实工作和生活里怎么用 AI 的经验集——每一条都是自己踩过、用顺了才写下来的,不是转载合集。 > 给两种人:**想查漏补缺的自己**,和**想从零开始用 AI 的朋友**——如果你是后者,从 [01 建一支自己的 AI 数字员工团队](01_从零建一支AI数字员工团队/README.md) 开始读。 > 客户端说明:涉及具体操作步骤的内容默认基于 **Claude for Windows**(桌面客户端);用网页版/Mac/手机端的话,操作路径可能不完全一样,对不上时以此为准做参照。 ## 这本手记怎么组织 每篇都是同一个骨架:**场景痛点 → 我试过什么 → 目前的最优解 → 记录时间**。带时间是因为 AI 世界三个月就是一代,你看到的方案有保鲜期,过期的我会更新或标注。 ## 目录 | 章节 | 内容 | 状态 | |---|---|---| | [01 从零建一支 AI 数字员工团队](01_从零建一支AI数字员工团队/README.md) | 把 AI 从"聊天工具"变成"一支各有专长、互相协作的数字员工团队",跑在你自己的电脑上 | ✅ 可读 | | 02 输入与交互效率 | 打字慢/中文识别差怎么办:跨屏语音输入等 | 🚧 筹备中 | | 03 移动与远程控制 | 不在电脑前怎么继续干活:手机控制 Claude Code、远程控制电脑 | 🚧 筹备中 | | 04 工作流与自动化 | 让 AI 员工自己跑起来的各种管线 | 🚧 筹备中 | | [05 踩坑与修复](05_踩坑与修复/README.md) | 实战翻车记录与修法 | ✅ 持续更新 | ## 相关项目 - **[Nomad](https://github.com/LucioLiu/nomad)** — 把"一个文件夹"变成可迁移的多 AI 工具团队工作台(01 章那套团队的通用化开源版):纯文本零依赖,新建/迁移存量/挂载新工具三条路径,Claude Code、Codex、OpenCode、Copilot、Cursor 五端实测。中英双语。 - **[Relic](https://github.com/LucioLiu/relic)** — 单个 AI 的"灵魂芯片":人格与记忆存纯文本,跨工具通用(Nomad 的思想前身,个体级)。 ## 关于本库 - 持续更新(这是个活文档,不是写完就完的书)。想第一时间收到新内容:点右上角 **Watch → Custom → Releases and Discussions**,或直接 Watch all activity。 - 官方地址:https://github.com/LucioLiu/lucio-ai-playbook —— 转载注明出处即可。 - 有问题/想让我写某个主题:提 [Issue](https://github.com/LucioLiu/lucio-ai-playbook/issues)。