Founder of Baixing.com: My Fourteen Experience Points in Using Claude Code

marsbit發佈於 2026-06-08更新於 2026-06-08

文章摘要

Founder of Baixing.com: My Fourteen Claude Code Usage Experiences The author shares personal insights from using Claude Code. Key recommendations include: focusing deeply on one primary tool; mastering essential shortcuts like Control+G for the editor; utilizing voice input; starting projects with a structured PROJECT.md; defaulting to Claude agents; integrating with GitHub and Cloudflare for infrastructure; clearly separating human-written core files (like CLAUDE.md) from AI-generated content, and interacting with AI output only through queries; dragging various files (audio, video, screenshots) into the interface for clarification. He advises centralizing and version-controlling memory and skill files in git (e.g., ~/.claude/CLAUDE.md) to build a permanent, cumulative knowledge base across projects. Skills should be continuously refined and used to capture learnings. For complex tasks, using ultracode for dynamic workflows is recommended despite cost. Using git documentation as handoff between agents ensures task continuity without relying solely on context. Finally, he suggests treating Claude Code like a horse with its own path-finding abilities—setting goals and boundaries rather than micromanaging—viewing its autonomy as a feature, not a bug.

Author: Wang Jianshuo

Simply record my experience with Claude Code up to this point. This is purely personal exploration and may not be suitable for everyone.

1. Focus on mastering one tool intensely. I use Claude Code. I don't necessarily think it's better than Codex, but the ROI of comparing tools may not be high, even though being able to articulate the differences eloquently gives a false sense of accomplishment.

2. Remember the most important shortcuts. Control+G to open the editor, helpful for writing longer content; shortcuts like Control+A, Control+E, Control+U which are very practical for quickly moving the cursor in the command line. Although not new to the AI era, they are as important as Control+C and Control+V when in use.

3. Use voice input. HoldSpeak is very helpful.

4. For a project, start by writing PROJECT.md, using a structured method to jot down all thoughts at once.

5. Claude agents are the default way to start.

6. Claude Code, github.com, and cloudflare.com are a perfect match. Hand over the build process, release process, and all domain-related operations to the infrastructure.

7. Separate what is written by humans and by machines. Manually maintain the core CLAUDE.md; don't read the .md files or code written by Claude Code. Let machines handle machine things, humans handle human things. Understand AI-written content by asking the AI, don't look at the source code.

8. Drag and drop files into the Claude Code window—audio, video, documents, screenshots—if you can't explain it clearly, use Command+Shift+5 to take a screenshot and drag it over, it's the fastest.

9. Reconstruct the memory system. Center it around ~/.claude/CLAUDE.md, categorically referencing multiple memory files. Require not using the project's memory, and keep all memory files in git, synchronized to github (private). This way, your memory becomes permanent and cumulative, not scattered across each project.

10. Write Skills, and at the end of each work session, ask Claude to "precipitate what was learned into Skills"—it can do this automatically.

11. Whenever possible, use ultracode to trigger dynamic workflows for complex tasks. Although expensive and slow, the results are still guaranteed.

12. Accumulate skills and refactor skills along the way. Skills need to be kept in git.

13. Use git documents as the output of the previous task and the input for the next task. Let agents have clear handover documents, not relying on context for transitions.

14. Treat Claude Code as a horse (or a person), not as a car. A car turns under your command; a horse has its own ideas, we just need to set goals and boundaries. Its autonomous pathfinding feature is a characteristic, not a bug.

Does anyone have anything to add?

相關問答

QAccording to the author, what is the most critical shortcut to remember when using Claude Code?

AThe author considers the Control+G shortcut (to open the editor for writing longer content) and the Control+A, Control+E, Control+U shortcuts (for quickly moving the cursor in the command line) to be the most important, comparable to Control+C and Control+V.

QWhat does the author suggest is the best practice for handling content written by AI versus content written by humans?

AThe author advises to clearly separate human-written and machine-written content. Manually maintain the core CLAUDE.md file and do not read the .md files or code written by Claude Code. To understand AI-generated content, ask the AI directly instead of reading its source code.

QHow does the author recommend managing one's permanent and accumulative memory system with Claude Code?

AThe author recommends refactoring the memory system by centering it around ~/.claude/CLAUDE.md, which categorically references multiple memory files. One should disable project-specific memory, store all memory files in a git repository, and sync them to a private GitHub repository to ensure memory is permanent, accumulative, and not scattered across projects.

QWhat is the author's analogy for how to treat Claude Code, and what characteristic does this highlight?

AThe author suggests treating Claude Code like a horse (or a person) rather than a car. A car turns under direct command, but a horse has its own ideas; you only need to set the goal and boundaries. This highlights its autonomous pathfinding feature as a characteristic, not a bug.

QWhat infrastructure services does the author mention as a perfect match for use with Claude Code?

AThe author states that Claude Code, github.com, and cloudflare.com are a perfect combination. They recommend handing over the build process, release process, and all domain-related operations to this infrastructure.

你可能也喜歡

RWA周刊:十家欧洲金融机构成立代币化资产合作社;Ondo 推出新执行网络 Ondo Network

本期RWA周刊统计周期为2026年7月24日至31日。 数据显示,RWA链上总市值稳定在368亿美元,持有者数量单月净增超42万,创历史新高。但稳定币市场月度转账量连续深度下滑近30%,链上活跃度低迷,呈现“资金沉淀、活性萎缩”的僵持格局。 监管方面,韩国推进稳定币立法并酝酿废除加密税,肯尼亚下调稳定币发行商资本门槛以吸引全球参与者,津巴布韦启动加密监管沙盒,多国框架趋于明朗。 项目进展方面,国际清算银行牵头的Project Agorá成功完成六种货币、100万美元的真实跨境支付测试,平均结算时间约80秒,标志批发代币化走向实操。十家欧洲金融机构联合成立了专注于代币化资产的RL1区块链合作社,共建基础设施。 同时,RWA应用场景向实物资产延伸:韩国浦项国际利用区块链对商业发票进行代币化以加速跨境支付;巴西农户通过将奶牛代币化成功融资近2万美元。 其他重要动态包括:Ondo Finance推出新的执行网络Ondo Network;Tether的合规稳定币USA₮在Celo主网上线;Securitize获得美SEC投资顾问牌照;纽约梅隆银行计划将核心转账代理业务迁移至区块链。 洞察文章指出,当前链上RWA资产规模虽大,但约90%处于休眠状态,面临DeFi利用率困局。竞赛焦点正从“资产发行”转向“应用与渠道分发”。此外,新型稳定币OUSD通过收益共享模式挑战USDC,但面临合规与治理等挑战。

marsbit34 分鐘前

RWA周刊:十家欧洲金融机构成立代币化资产合作社;Ondo 推出新执行网络 Ondo Network

marsbit34 分鐘前

交易

現貨
活动图片