Mindset
- Future
- 和 VSCode 核心开发吕鹏聊 AI 编程、Vibe Coding、未来程序员还是否存在
- 写程序~骑马的人,我们是最后一代骑马的人
- DHH: Future of Programming, AI, Ruby on Rails, Productivity & Parenting
- no one knows anything, and you have to then position yourself for the future in such a way that it doesn’t matter. you pick a professional path where if it turns out that you have to retool and re-skill, you’re not gonna regret the path you took.
- 未来会有更多的一次性代码。
- 和 VSCode 核心开发吕鹏聊 AI 编程、Vibe Coding、未来程序员还是否存在
- Vide Coding
- Vibe-coding is not the same as AI-Assisted engineering.
- 想用“凭感觉编程(Vibe coding)”来打造一款真正的产品,是行不通的。但用它来做原型,那简直太棒了。
- AI 杀不死软件工程,反而使软件工程的那些古老规则再次伟大。
- 在 AI 辅助编程的时代,自动化软件测试正变得越来越重要。
- Vibe Coding Is Creating Braindead Coders
Tech
Spec-Driven Development
Advice
- Study with AI
- GenAI policy in Berkeley CS 189 2025 Fall & jyy OS 2025 Spring
- 一些重复性高或模式化的代码,比如数据可视化,可以直接告诉大模型你想要什么样的图,让它帮你生成。但核心的模型实现、算法逻辑,最好还是自己亲手写一遍,这样能大大增进你的理解。【来源】
- (2025.9.19) 使用 GPT-5-high 做较宏观的规划,用 GPT-5-Codex 进行具体技术实现。
- 并行任务使用
git worktree
。 相关命令行工具 xlaude 及其工作流分享。
Prompt
在 Claude Code 中调用 Gemini 的示例:
- Q: “请 gemini-2.5-pro 评论一下各节,主要是要增加内容 “这是怎么实现的呢?在code里调用其他模型?A: 给出示例 gemini -p “深入回答:<要问的问题>” -m gemini-2.5-pro。 CC 能看懂并知道什么叫”请 gemini-2.5-pro”<要问的问题>