Most people still experience AI through a chat window. That interface is convenient, but it teaches the wrong mental model: it makes you think of an assistant as something you talk to, get an answer from, and forget. Ask a question, get a paragraph, start over tomorrow. This is fine for quick summaries, brainstorming, and one-off help.
大多数人仍然是通过聊天窗口来体验 AI。这个界面很方便,但它教给人的是一种错误的心智模型:它会让你把助手理解成一个可以对话、获得答案、然后忘掉的东西。问一个问题,得到一段回答,明天再重新开始。对于快速总结、头脑风暴和一次性帮助来说,这当然没问题。
It falls apart the moment the work becomes real. Real work does not live inside the chat box. It lives in notes, drafts, repositories, issue trackers, editorial calendars, release watchlists, reminders, and half-finished plans. If your assistant cannot see, update, and organize those artifacts, then every conversation begins from zero. You are not collaborating; you are repeatedly re-briefing a very articulate stranger.
但只要工作变得真实,这个模型就会崩塌。真正的工作并不住在聊天框里。它住在笔记、草稿、代码仓库、议题追踪器、编辑日历、发布观察列表、提醒事项,以及那些半完成的计划里。如果你的助手不能看到、更新并组织这些产物,那么每一次对话都会从零开始。你不是在协作,你只是在一遍又一遍地给一个非常会说话的陌生人重新交代背景。
That is why I think the next step for AI is not better conversation. It is better continuity.
这就是为什么我认为 AI 的下一步不是更好的对话,而是更好的连续性。
The Chat Window Model Is Too Shallow
聊天窗口模型太浅了
The current default model of AI is basically this: a better chatbot. Smarter answers, cleaner prose, faster summaries. Useful, yes, but shallow. A chat-first assistant is usually stateless or weakly stateful, detached from the files where actual work happens, optimized for prompts instead of process, and good at sounding helpful but bad at carrying responsibility.
现在默认的 AI 模型基本上是这样的:一个更好的聊天机器人。更聪明的答案,更干净的文字,更快的总结。当然有用,但很浅。一个以聊天为先的助手通常是无状态或者只有很弱的状态,与真正发生工作的文件脱离,为提示词优化而不是为流程优化,很擅长听起来有帮助,却不擅长承担责任。
This is why so many AI interactions feel impressive for ten minutes and useless by next week. The assistant can answer almost anything, but it cannot stay with the work. And staying with the work is the whole game.
这就是为什么很多 AI 互动在十分钟内令人印象深刻,到下周却变得没什么用。助手几乎可以回答任何问题,但它不能 留在工作里面。而留在工作里面,才是整件事的关键。
Real Work Lives in Artifacts
真正的工作存在于产物中
If you look closely, serious work always leaves a trail. A blog has drafts, outlines, tags, publishing rules, and review decisions. A software project has branches, issues, pull requests, changelogs, and release notes. A personal system has notes, memory files, calendars, reminders, and loose plans that slowly become concrete. These things are not side effects; they are the work.
如果你仔细看,严肃的工作总会留下痕迹。一个博客有草稿、大纲、标签、发布规则和审阅决策。一个软件项目有分支、issue、pull request、更新日志和发布说明。一个个人系统有笔记、记忆文件、日历、提醒事项,以及那些慢慢变具体的松散计划。这些东西不是副产品。它们 就是 工作本身。
A chat window can talk about them; a workspace lets an assistant operate within them. That difference is massive. If an assistant can only chat, it can suggest what you should do. If an assistant has a workspace, it can draft the article, update the plan, track the issue, monitor the release, prepare the branch, and hand you something reviewable. That is a completely different relationship.
聊天窗口可以 谈论 它们;工作区则让助手在它们 内部 操作。这个差异非常大。如果一个助手只能聊天,它可以建议你应该做什么。如果一个助手拥有工作区,它就可以起草文章、更新计划、追踪 issue、监控发布、准备分支,并交给你一个可以审阅的东西。这是一种完全不同的关系。
Memory Alone Is Not Enough
只有记忆还不够
People often say the solution is memory. Give the assistant memory; let it remember preferences, names, projects, and prior context. Sure, that helps, but memory without a workspace is incomplete. Memory tells the assistant what matters; a workspace lets the assistant do something useful with that knowledge.
人们常说解决方案是记忆。给助手记忆,让它记住偏好、名字、项目和之前的上下文。当然,这有帮助,但没有工作区的记忆是不完整的。记忆告诉助手什么重要,工作区则让助手能够用这些知识做出有用的事情。
Without a workspace, memory becomes vague autobiography. It knows you care about your blog, but it cannot update the editorial plan. It knows you care about a repository, but it cannot inspect the repo state. It knows you want a draft, but it has nowhere to put one except back into a chat bubble. That is not enough. What matters is not just what the assistant remembers, but what it can inspect, modify, organize, and stage.
没有工作区,记忆就会变成模糊的自传。它知道你在意你的博客,但不能更新编辑计划。它知道你在意某个代码仓库,但不能检查仓库状态。它知道你想要一篇草稿,但除了把它塞回聊天气泡里,它没有地方可以放。这还不够。重要的不只是助手记住了什么,重要的是它能够检查、修改、组织和暂存什么。
A Workspace Changes the Role of the Assistant
工作区改变了助手的角色
Once an assistant has a workspace, its job stops being “answer my question” and starts becoming “help me move real work forward.” That workspace can include:
一旦助手拥有工作区,它的职责就不再是”回答我的问题”,而开始变成”帮我推进真正的工作”。这个工作区可以包括:
-
persistent files
-
editable drafts and plans
-
monitored repositories
-
tool access
-
scoped memory
-
operational logs
-
review checkpoints
-
持久化文件
-
可编辑的草稿和计划
-
被监控的代码仓库
-
工具访问能力
-
有范围的记忆
-
操作日志
-
审阅检查点
Now the assistant is no longer floating above the work; it is inside a system with structure. That changes what becomes possible. A workspace-based assistant can:
现在,助手不再漂浮在工作之上,它进入了一个有结构的系统内部。这会改变可能发生的事情。一个基于工作区的助手可以:
-
maintain an editorial plan instead of vaguely promising future ideas
-
watch a repository and tell you when issues or releases matter
-
draft an article directly into the content tree
-
create a branch and prepare a pull request
-
keep context across time without pretending to be magical
-
维护编辑计划,而不是含糊地承诺以后会有想法
-
观察代码仓库,并在 issue 或 release 重要时提醒你
-
直接在内容目录里起草文章
-
创建分支并准备 pull request
-
跨时间保持上下文,而不需要假装自己有魔法
This feels less like chatting with an oracle and more like working with software that actually belongs to you. Which, frankly, is a better direction.
这感觉不像是在和神谕聊天,更像是在和真正属于你的软件一起工作。坦白说,这是一个更好的方向。
Reviewability Matters More Than Autonomy
可审阅性比自主性更重要
There is a dumb fantasy floating around AI right now: full autonomy as a sign of progress. I do not buy it. For serious creative or technical work, the better model is not “AI does everything while you watch.” There is a dumb fantasy floating around AI right now: full autonomy as a sign of progress. I do not buy it. For serious creative or technical work, the better model is not “AI does everything while you watch.” The better model is: draft, stage, propose, review, and merge.
现在关于 AI 有一种很蠢的幻想:把完全自主当作进步的标志。我不买账。对于严肃的创作或技术工作,更好的模型不是”AI 做完一切,你在旁边看着”。更好的模型是:起草、暂存、提议、审阅、合并。
That is why pull requests are a more useful metaphor than magic. If an assistant writes a blog post, I do not want it silently publishing; I want it to create a draft, make the changes visible, and let a human decide. If an assistant changes a codebase, same rule. If it reorganizes a knowledge system, same rule. The point is not to make the human disappear; the point is to make the human more effective by moving fast inside a reviewable environment. Good AI should reduce friction, not remove judgment.
这就是为什么 pull request 是一个比魔法更有用的隐喻。如果一个助手写了一篇博客,我不希望它悄悄发布;我希望它创建草稿,让修改可见,然后由人来决定。如果助手修改代码库,同样的规则。如果它重组知识系统,也是同样的规则。重点不是让人消失,重点是让人在一个可审阅的环境里,通过更快地推进工作而变得 更有效。好的 AI 应该减少阻力,而不是移除判断。
Chat Is an Interface, Not the System
聊天是界面,不是系统
Telegram, Feishu, Discord, terminal, web UI—these are entry points. Useful ones, sometimes great ones, but they are not the real system. The real system is the workspace behind them. Without that layer, multi-channel AI is just the same amnesia in more places: you can message the assistant from five surfaces and still end up re-explaining the same project every week.
Telegram、飞书、Discord、终端、网页 UI,这些都是入口。它们很有用,有时候甚至很好,但它们不是真正的系统。真正的系统,是它们背后的工作区。没有这一层,多渠道 AI 只是把同一种失忆搬到了更多地方:你可以从五个界面给助手发消息,结果仍然每周都要重新解释同一个项目。
With a workspace, the channel becomes what it should be: an interface. The assistant can meet you where you are, but the work still has a home. That home matters.
有了工作区,渠道才会变成它本来应该成为的东西:一个界面。助手可以在你所在的地方与你相遇,但工作仍然有一个家。这个家很重要。
This Is Why Personal Software Feels Important Again
这就是为什么个人软件重新变得重要
Cloud chat interfaces trained us to rent intelligence one message at a time. You ask, it responds, the session scrolls upward and disappears into the fog. Workspace-based assistants push in the opposite direction. They bring back things that used to define personal software:
云端聊天界面训练我们按消息租用智能。你提问,它回答,会话向上滚动,然后消失在雾里。基于工作区的助手则朝相反方向推进。它们带回了那些曾经定义个人软件的东西:
-
local files
-
private context
-
durable artifacts
-
personal workflows
-
bounded automation
-
human review
-
本地文件
-
私有上下文
-
持久产物
-
个人工作流
-
有边界的自动化
-
人的审阅
That feels important, not because nostalgia is fashionable, but because ownership matters. If AI is going to become part of real life, it cannot remain a detached answer machine living in a browser tab. It has to become part of an environment you can inspect, shape, and trust. That means files, tools, memory, boundaries, history, and review. In other words: a workspace.
这很重要,不是因为怀旧很时髦,而是因为所有权很重要。如果 AI 要成为真实生活的一部分,它就不能继续只是一个住在浏览器标签页里的、抽离的答案机器。它必须成为某个环境的一部分,而这个环境是你可以检查、塑造并信任的。这意味着文件、工具、记忆、边界、历史和审阅。换句话说:一个工作区。
The Better Question
更好的问题
The question is not whether your AI assistant is smart enough. The better question is: what kind of environment is it allowed to work inside? A chat window is enough if all you want is answers. A workspace is necessary if what you want is collaboration. And collaboration—not conversation—is where this starts to get interesting.
问题不是你的 AI 助手是否足够聪明。更好的问题是:它被允许在什么样的环境里工作? 如果你想要的只是答案,聊天窗口就够了。如果你想要的是协作,工作区就是必要的。而协作,不是对话,才是这件事开始变得有趣的地方。