Hacker News 中文摘要

RSS订阅

我一直爱用网页版的Claude Code -- I've been loving Claude Code on the web

文章摘要

作者近期频繁使用网页版Claude Code工具,认为这个初代产品虽然简单但非常实用。它能根据提示创建代码分支,支持在线修改或本地继续开发,被作者当作"自动完成待办事项"的工具,可同时处理多个项目任务。该工具在iOS端也能使用,让作者可以随时记录并处理突发灵感。

文章总结

标题:我最近迷上了网页版Claude Code

来源:https://ben.page/claude-code-web

发布时间:2025年10月28日 23:55:01 GMT

最近一周,我一直在狂热地使用网页版Claude Code

这个初代产品虽然简单,但非常实用:输入提示语开启新会话后,系统会为你的智能代理创建一个独立工作区。完成修改后,它会生成一个代码分支,你可以直接为此提交PR(目前这是查看Claude所做修改差异的唯一方式)。如果想继续本地开发,只需复制claude --teleport <uuid>命令,就能将分支同步到本地电脑,并延续之前的对话。

这个早期版本最吸引我的地方在于,它就像一个"能自动完成任务的待办清单"。无论是工作项目、个人项目还是开源项目,只要想到需要调整的小细节,我就随手扔进对话线程。之后随时回来查看Claude的处理结果,有时当天就能完成收尾工作。

iOS版应用同样出色。散步时突然想到需要深入了解的问题(比如"这个改动会影响哪些界面,需要重点测试?"),随时提问就能获得答案。

四个月前Cursor也推出过类似功能,但体验始终不尽如人意。究其原因,主要是产品完成度的差异:Cursor的实现略显粗糙,加载状态不稳定,整体感觉脆弱,字体设置也不够人性化。

相比之下,网页版Claude Code运行稳定可靠,正是这种扎实的产品力让我本周爱不释手。

(注:原文中的图片链接和部分技术细节因与核心体验描述关系不大,已作删减处理)

评论总结

以下是评论内容的总结:

  1. 功能需求与演示

    • 用户希望看到Claude Code的实际演示案例
      • "Any good demos of what claude code can do?" (jaffa2)
      • "Agreed. I can vibe code from an iPad now." (yeutterg)
  2. 技术限制

    • 缺乏对devcontainers的支持和语言限制
      • "Only a closed set of languages are supported" (tonicbbleking)
    • 工作流程速度问题
      • "creating container -> cloning repo... is too slow of a loop" (asadm)
  3. 产品比较

    • 与Codex的比较
      • "Codex handles this much better. You choose when to make a PR" (andybak)
      • "I like the workflow with Codex more. Though I like working with Claude more" (ink)
    • 模型性能差异
      • "Sonnet 4.5 routinely gets stuff wrong... but GPT 5 Codex just one-shots everything" (stavros)
  4. 使用体验问题

    • CLI存在的各种bug
      • "Memory leaks, major cpu usage, tool call errors" (laborcontract)
    • 移动端支持不足
      • "Does the mobile android app have Claude Code support yet" (andybak)
  5. 集成与扩展

    • 希望开放API
      • "I would love for them to open up the API to this" (Void_)
    • 与其他工具的整合
      • "I've been hoping that Claude Code on the Web also works with MCPs" (jngiam1)
  6. 替代方案

    • 用户推荐Replit
      • "For me replit.com is still the GOAT" (phoneafriend)
      • "Time to start your container is ~1 sec to 1 min" (phoneafriend)
  7. 生产力影响

    • AI工具带来的效率提升
      • "I was able to build https://www.standup.net in a few days" (nadermx)
    • 教育价值讨论
      • "Is the 1.5 years that I have left worth it?" (complianceowl)
  8. 行业影响

    • 开发重点的转变
      • "We no longer swoon over IDE features but now Llm correctness" (righthand)
    • 对其他产品的影响
      • "What does this mean for products like Terragon and Sculptor?" (perfmode)