|
|
|
|
|
by CafeRacer
307 days ago
|
|
Im heavily using claude code right now... because i need something now. But it's a huge pile of technical debt. With every piece of code created i write a doc of what id need to focus on when rewriting chunks. AI has its usage, it makes some things faster... but spitting out more code does not necessarily make it more productive. I ride AI train, but i ride my cb650r same way... sometimes wondering why i am still alive. |
|
For my latest project, I have 20k+ lines of markdown docs to guide it, with great success. Some of them are generic rules, some of them describes how I code, some of them describing the codebase & features. Then I have another 17k+ that are used while coding. Plans, phases, todos, reviews etc.
All of them are written by Claude Code also. I'm calling it "spec-driven development".
Cursor has a much different flow, where you usually pair program with it, which I call "ai-assisted development".