Dropstone 作为 Claude Code 的替代方案
如果你正在权衡 Dropstone 与 Claude Code,决定通常取决于代理是否能在你使用的工具之间记住信息、一个账户是否能覆盖聊天和终端,以及组织控制选项如何。以下是我们对这些问题的看法,包括 Dropstone 不适合的场景。
人们来到这里,是因为听说过 Claude Code,想知道 Dropstone 是否更适合。问题通常围绕三件事:代理是否能在你使用的工具之间记住信息、一个账户是否能覆盖聊天和终端,以及管理员能控制什么。本页从我们的角度直截了当地回答这些问题,并说明 Dropstone 不适合的场景。
不同之处
一个记忆,覆盖所有界面。 一个记忆,覆盖所有界面。 在终端中教它一条规则,聊天应用就已经知道了。在聊天中纠正它,你自己的代码通过 SDK 运行时也会遵循。无需针对每个工具重新解释。参见 跨聊天、CLI 和 SDK 的记忆。
一个账户,而非一个工具。 同一个账户覆盖 Dropstone Chat、CLI、SDK 和编辑器扩展。你的套餐、使用额度和记忆在每个界面上都是相同的。
为你选择并每月重新评估的模型。 三个层级:Fast、Pro 和 Heavy。每个月,每个层级可用的最强模型会被重新评估并成为当月的选择,因此名称保持不变,而其背后的能力不断提升。参见 选择模型。
组织控制台,而非仅仅是席位。 成员和团队、角色、模型和连接器的策略、审计日志、单点登录、SCIM 配置以及用于合规的内容日志。参见 面向团队和组织的 Dropstone。
运行位置。 请求在美国的认证提供商处处理,上游零保留,企业和商业数据不用于训练。参见 你的请求在哪里运行。
Dropstone 在人们比较的维度上能提供什么
| 问题 | Dropstone |
|---|---|
| 覆盖哪些界面 | 聊天、CLI、SDK、编辑器扩展,一个账户 |
| 是否记住 | 是,每个账户一个记忆,在每个已登录的界面上读写 |
| 哪些模型 | Fast、Pro 和 Heavy,每月重新评估 |
| 面向组织 | 角色、策略、审计日志、SSO、SCIM、内容日志 |
| 从你自己的代码 | 带有相同记忆的类型化 SDK;无状态 API 按设计为无状态 |
| 运行位置 | 美国,上游零保留 |
| 费用 | dropstone.io/pricing |
Dropstone 不适合的场景
- 你想自带模型或提供商。 Dropstone 提供自己的三个层级,你选择层级而非提供商。如果你的需求是指定代理使用你选择的模型,那这不是你要找的。
- 你希望任何地方都不记住任何内容。 无状态的补全端点比 Dropstone 的定位要小得多。API 是无状态的,但每个已登录的界面并非如此。
如何开始
- 安装 CLI 并运行
dropstone login。它会打开一次浏览器,然后返回终端。 - 从你自己的项目中问它一个真实的问题,然后当它出错时纠正一次。那次纠正就是它从此以后会记住的。
- 打开 chat.dropstone.io 并问它记住了什么。它应该告诉你你刚刚教它的内容,这正是整个理念所在。
Related articles
- Dropstone as an alternative to CursorIf you are weighing Dropstone against Cursor, the difference is less the editor and more what the agent keeps: one memory per account that follows you across the editor, the terminal, chat, and your own code, plus the organization controls a team needs.
- How Dropstone remembers youDropstone keeps a persistent memory that follows your account across chat, the CLI, and the SDK. Correct it once and it should not need correcting again, anywhere you use it.
- Get started with Dropstone ChatDropstone Chat at chat.dropstone.io is a conversational assistant with memory, projects, document upload, artifacts, and skills. Here is the layout and the first things to try.
- Dropstone CLI overviewThe Dropstone CLI is an agent for your terminal that reads your codebase, edits files, runs commands, and shares memory with everything else on your account. Install it in one command. The full reference is at docs.dropstone.io.
- Dropstone for teams and organizationsAn organization gives a company one Dropstone account structure, centralized billing, members and teams, shared memory, and enterprise sign-in. What an organization is, roles, and how to set one up.
- AI agent with a memoryAn AI agent with a memory is one that keeps what it learns about you and your work, attaches it to your account rather than to one app, and applies it wherever you use the agent next.
Ctrl+I