0age
@0age
some tips if you’re letting AI take the wheel on writing code (cursor composer, windsurf, etc): write an overview doc with a checklist first use strongly-typed languages (ts, rust, etc) start with tests, lint, code formatting use git (obviously) & commit often set up pre-commit hooks and CI for all of the above
3 replies
6 recasts
50 reactions
maurelian
@maurelian.eth
Curious if you give this overview doc to the AI?
1 reply
0 recast
11 reactions
0age
@0age
yeah it’s literally the top of the prompt; “review this document to familiarize yourself with the project and select a task based on the remaining checklist items and current state of the codebase” or something
1 reply
0 recast
5 reactions