AI Coding Tools Record
Tools I Have Used
I have mainly used these AI coding tools:
- Claude Code
- Codex
- Cursor
- ChatGPT
Each tool has a different workflow and fits different situations.
Claude Code
Claude Code is useful for continuous work inside a local project.
I use it for project analysis, implementation, debugging, and build verification. It works well when the task needs file reading, file editing, and command execution over time.
Codex
Codex is useful as a coding collaborator that can inspect a project, run commands, edit files, and verify changes.
It feels natural for turning a PRD into a runnable project, filling missing structure, and checking the result.
Cursor
Cursor is more like an editor with AI support.
It is useful when I am already editing a project and want quick help with a local piece of code.
ChatGPT
ChatGPT is useful for thinking, planning, and drafting.
Before coding, I often use it to organize requirements, compare technical options, and write PRDs or notes.
Current Feeling
AI coding tools reduce the development barrier, but I still need to judge the direction.
If the requirement is unclear, AI may build something that looks complete but does not fit the real situation. A better way for me is to keep the goal small and verify step by step.