问HN:你是如何使用AI编程工具的?
我目前将Claude Code作为我的日常编码助手,负责计划和编码。<p>但我常常听到有人在使用它时做得更多:<p>* 多个工作树<p>* 并行功能开发<p>* 从手机/网页管理多个Claude Code实例等等<p>你是如何使用它的?你是如何在脑海中管理这些上下文的?<p>对我来说,我只专注于单一任务,并进行多次迭代来重写我的计划,审查输出,撤销更改,然后重新开始新的计划等等。我无法想象如何将这个过程并行化。
查看原文
I am currently using Claude Code as my daily driver for coding as an assistant where I plan and it codes.<p>But oftentimes, I am hearing people are doing much more with it:<p>* Multiple worktrees<p>* Parallel feature development<p>* Managing multiple Claude Code instances from mobile phone/web and so on<p>What are the ways you are using it and how are you managing the context in your brain?<p>For me, I am focusing only on a single task and doing multiple iterations to rewrite my plan, review the output, revert the changes and start over with a new plan and so on. Can't imagine how can I parallelize this process