0. Plan the work to be done, don’t just ask to build you an app/feature
1. Carefully review every single line
2. Don’t push code you don’t understand
3. Document how everything works
https://codemanship.wordpress.com/2025/09/30/comprehension-debt-the-ticking-time-bomb-of-llm-generated-code/
Login to reply
Replies (4)
LLMs should default to TDD (test driven dev). Some are doing this.
guess how well claude handles parallelism in rust
Those rules make perfect sense, if you follow them closely, you can simply write the code yourself and maybe even learn something while you're at it 😄
😂 yea, we are past that now