AI Notes ‐ Julia Xu - Sanjel-Energy-Services/eService_WorkItems GitHub Wiki
AI Notes - Julia Xu
Things I use AI for
- Explain repository structure
- Explain code
- Write code using specific instructions
- Write code using reference
- Write code without specific instructions, to see what the AI comes up with
- Fix bugs
- Refactor code
- Clean up code
Tips
- Always use instructions file
- Always attach as much context as possible unless vibe coding
- Always use AI for everything, including making a plan or brainstorming
- Ask AI to use chain of thought method if it isn't already
- Use GitHub Copilot in VS Code instead of Visual Studio
- Ask AI to explain code you don't understand, or fix bugs inline
Notes
- My favorite model: Claude Sonnet latest
- My favorite way to use AI: Agent mode to write code
中文翻译
我使用AI做的事情
- 解释仓库结构
- 解释代码
- 根据具体指令编写代码
- 参考示例编写代码
- 没有具体指令时让AI自由发挥
- 修复bug
- 重构代码
- 清理代码
使用技巧
- 始终使用指令文件
- 除非是即兴编码,否则尽可能提供更多上下文
- 始终使用AI做所有事情,包括制定计划或头脑风暴
- 如果AI还没有使用思维链方法,请要求它使用
- 在VS Code中使用GitHub Copilot而不是Visual Studio
- 让AI解释你不理解的代码,或直接修复bug
个人笔记
- 我最喜欢的模型:Claude Sonnet最新版
- 我最喜欢的使用AI的方式:代理模式编写代码