先講定位:四款不是同一類
| 工具 | 入口 | 主強項 |
|---|---|---|
| Cursor | AI 原生 IDE | 即時 diff、多檔 Composer、Agents Window、Canvases |
| Claude Code | Terminal / CLI | Subagents、slash / MCP commands、repo-wide 任務 |
| GitHub Copilot | 編輯器外掛 + GitHub agent | inline 補全、PR review、組織治理 |
| Codex | OpenAI API | 程式化整合、客製 pipeline、token billing |
排名榜對挑工具沒幫助,回到「想在哪個介面跟 AI 互動」這題比較有用。
Cursor:IDE agent 的優點與限制
| 項目 | 內容 |
|---|---|
| 價格 | Free(限 Agent requests)/ Pro $20/月 / Pro+ $60/月 / Ultra $200/月 / Business $40/user/月 |
| 2026 進度 | Cursor 3.5、Shared Canvases、/loop skill、Agents Window Automations、多 repo / 無 repo automations、Cursor in Jira、Composer 2.5(最新項目 2026-05-20) |
優點:
- 多檔 Composer 在 IDE 內可審查、可回退。
- Agents Window 平行 worktree,能同時跑兩三個版本比較。
- Canvases 用來畫 dashboard、diagram 或自訂 UI,適合解釋與 debug。
限制:
- 自動化、CI/CD、多 agent 編排不是強項。
- 多 worktree 平行容易造成 review burden 暴增。
- 團隊 marketplace plugin 開放後要建治理流程。

Claude Code:Terminal agent 的強項
| 項目 | 內容 |
|---|---|
| 形態 | 跑在 Terminal 的 AI agent,subagents 有獨立 context window |
| 機制 | slash commands、MCP commands、hooks |
優點:
- 修改範圍大時不必離開 Terminal。
- 可以把任務拆成 subagent(不同模型 / 不同 context)。
- 與 cron、GitHub Actions、自家 script 串得自然。
限制:
- debug 視覺密集場景需要切回 IDE。
- subagent tool scoping 沒設好,會留下權限風險。
- 學習曲線:第一兩週要習慣「對 AI 講話而不是按按鈕」的工作方式。

GitHub Copilot:GitHub 工作流的入口
| 項目 | 內容 |
|---|---|
| 價格 | Free 50 premium requests/月、Pro $10/月(300)、Pro+ $39/月(1,500)、Business $19/user/月、Enterprise $39/user/月 |
| 2026 動態 | usage-based billing 自 2026-06-01 起;新 Pro / Pro+ / student 自助註冊自 2026-04-20 暫停;supported models 已列各家旗艦模型(Claude、GPT、Gemini) |
優點:
- 把 GitHub 與 IDE 黏起來最完整:PR review、issue → PR、cloud agent 任務。
- Business / Enterprise 提供統一管理與 policy 控制。
- 對「不想換編輯器」的人最低摩擦。
限制:
- 強項在 GitHub 生態內;離開 GitHub 後性價比下降。
- 2026-06-01 billing 變更前後,價格與額度資料需要重新對。

Codex 與 OpenAI coding model 的位置
OpenAI 把 coding 模型放在 Codex / API 層(GPT 系列旗艦模型與對應的 codex 版本),不是 IDE 產品。對「自建 AI coding pipeline」、「想在自家系統裡控管 prompt」、「想搭 ChatGPT 訂閱共用配額」的人是入口。

四種情境怎麼選
| 情境 | 建議入口 |
|---|---|
| 寫前端、要即時預覽 | Cursor 主、Claude Code / Codex 副(自動化任務) |
| Repo-wide refactor / multi-agent | Claude Code 主 |
| GitHub PR-heavy 團隊 + 合規 | Copilot Business / Enterprise |
| 自建 AI coding pipeline | Codex API + 自家編排 |

同類工具
- Windsurf:AI IDE 替代品。
- Replit Agent:雲端 IDE / agent。
- Gemini Code Assist:Google 編輯器助手。
- JetBrains AI Assistant:JetBrains IDE 原生助手。
小企鵝的經驗
主力 Claude Code,每天活在 Terminal。OpenClaw 的多 agent 跟自動化排程都跑在 Claude Code 上面,這條線走了一段時間,工作流慢慢從「邊寫邊提示」變成「設定好讓它自己跑」。
Cursor 屬於 AI IDE 同陣營工具,這篇 Cursor 段落是研究 + 透過類 IDE(Antigravity)的體感整理;GitHub Copilot 沒進日常工作流,研究主要從官方 docs。Codex 是搭配 Claude Code 用的:要做 OpenAI-family 任務時,直接用 Codex(整合 GPT 系列旗艦模型)通常比繞 Copilot 直接。
選工具最後還是回到工作流。每天在 IDE 看畫面寫 code → Cursor 或 Copilot;每天靠 Terminal 跟 cron 跑流水線 → Claude Code 與 Codex;兩種需求並存 → 兩條都裝、按場景切。