我喜欢网页版的Claude Code。
I've been loving Claude Code on the web

原始链接: https://ben.page/claude-code-web

Claude Code 是一款新的 AI 编码助手,目前处于早期阶段(“v1”),但已被证明出奇有用。它通过持久线程运行,生成代码更改作为准备合并的分支,或可供本地下载使用。作者发现它非常适合处理多个项目中的小型、持续性任务——本质上是一个自我执行的待办事项列表。 一个关键优势是它在 Claude iOS 应用上的可用性,允许快速查询和延迟跟进。虽然 Cursor 具有类似的功能,但作者更喜欢 Claude Code,因为它具有卓越的产品质量;它感觉更稳定、可靠和完善,克服了 Cursor 中体验的挑剔感。这种坚实的基础鼓励了持续使用,并本周对工作流程产生了重大影响。

## Claude Code 与 Codex:Hacker News 总结 最近的 Hacker News 讨论显示,在编码任务方面,用户越来越倾向于 OpenAI 的 Codex(特别是 GPT-5-Codex 模型),而不是 Anthropic 的 Claude Code。虽然用户喜欢 Claude Code 谨慎和协作的方式,但 Codex 因始终能够生成*可运行*的代码而受到称赞,即使对于复杂的项目,错误也很少。一位用户成功地使用 Codex 构建了一个完整的前端应用程序 (pine.town),没有任何先验经验。 主要结论包括: * **Codex 擅长执行:** 用户报告 Codex 可以“一次性”解决问题,提供 Claude 经常难以实现的功能性代码。 * **工作流程差异:** Claude 优先考虑仔细澄清,而 Codex 更渴望生成代码,需要更多的提示工程(例如使用 AGENTS.md 等技术)。 * **工具问题:** Claude Code 的工具集成和性能(CPU 使用率、内存泄漏)受到批评,而 Codex 提供更稳定的体验。 * **成本与访问:** Codex 缺乏中等价位的定价选项是一个痛点。 * **IDE 的未来:** 一些人认为,AI 编码工具正在降低对传统 IDE 功能的需求。 尽管 Claude Code 在“氛围编码”方面具有优势,并且通常提供令人愉悦的用户体验,但 Codex 目前似乎是更强大、更可靠的选择,适用于严肃的编码项目。
相关文章

原文

This week, I’ve been voraciously using Claude Code on the web.

It’s very much a “v1” product. You type a prompt to start a new thread, it launches a little container for your agent to work in, and you can keep talking to it. It produces a branch, which you can open a PR for (that’s the only way to see a diff of the changes Claude Code made, for now). Or if you want to keep working locally, you can copy a claude --teleport <uuid> command that brings the branch down onto your computer and continues the same thread with Claude Code locally.

Something about this early product is really great. I’ve been using it as a “to-do list that does itself” — when I think of something small that I want to tweak, across a variety of projects (work, work-related side project, side project, open source project) I just throw it into a thread. Then I come back, sometimes later in the day and sometimes days later, to see what Claude did and to finish things up.

It’s also available in the Claude iOS app, which has been great. When I’m walking and have a thought for something I want to know more about (for example, “What screens could be impacted by this change that I should test more thoroughly?”), I can just ask and know that the answer will be there for me when I come back.

Cursor built this same thing 4 months ago. I’ve tried their version a few times since, and I’ve never liked this much. Why?

I had trouble nailing down an answer, but I think the answer is actually just product quality. Cursor’s implementation is a bit finicky, loading states a bit jumpy, and things feel fragile. The font’s too small too, in my opinion.

Claude Code on the web feels very solid and dependable. And for some reason, that’s made the difference for me this week.

联系我们 contact @ memedata.com