Cursorの代替としてのDropstone
DropstoneとCursorを比較検討しているなら、違いはエディタそのものよりも、エージェントが保持するものにあります。アカウントごとに1つのメモリが、エディタ、ターミナル、チャット、そしてあなた自身のコードにわたって追従し、さらにチームが必要とする組織管理機能も備えています。
Cursorを使ったことがあり、Dropstoneの方が合うかどうか考えてここにたどり着いた方もいるでしょう。Cursorはエージェントを内蔵したエディタです。Dropstoneは、あなたがすでに作業している場所ならどこでも動作し、学んだことを記憶するエージェントです。どちらが適しているかは、実際に何が不足しているかによって決まります。
何が違うのか
メモリはエディタに紐づいていません。 1つのメモリ。すべての画面で。 エディタで作業中にエージェントがあなたの規約について学んだことは、ターミナル、チャット、そしてSDKを通じてあなた自身のアプリケーションが実行するコードにも反映されます。チャット、CLI、SDKにわたるメモリを参照してください。
作業がある場所で動作します。 質問やドキュメント用のブラウザチャット、リポジトリ用のCLI、独自サービスのためのSDK、コードの横に置きたいときのエディタ拡張機能。これらすべてで1つのアカウントと1つの利用枠を共有します。
コードだけではありません。 ドキュメントやスプレッドシート、あなたに代わって発信する通話、変更を通知するウォッチャー、作業単位で追跡するトラッカー。コードはエージェントが行うことの1つであり、他のすべてをその枠に当てはめる必要はありません。
シートだけではない組織コンソール。 ロール、ポリシー、監査ログ、シングルサインオン、SCIM、コンテンツログ。チームと組織向けのDropstoneを参照してください。
比較される軸で見る、Dropstoneが提供するもの
| 質問 | Dropstone |
|---|---|
| それは何か | エディタではなく、複数の画面で動作するメモリを持つエージェント |
| 対応する画面 | チャット、CLI、SDK、エディタ拡張機能、1つのアカウント |
| 記憶するか | はい。アカウントごとに1つのメモリがあり、サインインしたすべての画面で読み書きされる |
| コード以外 | ドキュメント、スプレッドシート、通話、ウォッチャー、トラッカー |
| 組織向け | ロール、ポリシー、監査ログ、SSO、SCIM、コンテンツログ |
| 費用 | dropstone.io/pricing |
Dropstoneが適さないケース
- 1つのアプリケーションだけで完結させたい場合。 単一のエディタウィンドウがワークフローのすべてなら、エージェントを内蔵したエディタの方が導入しやすいでしょう。
- 独自のモデルやプロバイダーを持ち込みたい場合。 Dropstoneは独自の3つのティアを提供しており、プロバイダーではなくティアを選択します。
始め方
- 実際の作業に取り組み、間違いがあったら一度だけ修正します。
- 別の画面を開いて、修正が反映されていることを確認します。これこそが、エディタ単体ではできない部分です。
Related articles
- Dropstone as an alternative to Claude CodeIf you are weighing Dropstone against Claude Code, the decision usually turns on whether the agent remembers across the tools you use, whether one account covers chat and the terminal, and what the organization controls look like. Here is our side of those, including where Dropstone is the wrong choice.
- 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.
- 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 SDKA typed TypeScript and JavaScript client for the Dropstone agent, with two entry points: one for headless API calls from CI or a serverless function, one that runs the agent locally with the same account memory as the CLI and Chat.
- 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.
- Cross-surface memoryCross-surface memory is one memory attached to your account that every surface reads and writes, so a rule set in the terminal holds in chat and something learned in chat is available to code running through the SDK.