I use Claude only to ask questions (in separate virtual desktop, no chat inside the editor) if I can’t grokk the doc’s or find the answer online. This keeps the LLM input valuable, but not using it as a crutch, and me honest and learning constantly.
1. I don't have AI in my editor in the first place, mostly use web chat with a bit of gemini CLI
2. Good ideas; worth considering
3. I'll pass
4. That is my goal
I think the last time I really tried to code by hand was a temporal clock. I thought it would be simple but I bit off more than I could chew math-wise. The last time I was sucessful (as far as I can remember) was a small PR to a game mod manager.but honest it's better to move forward and learn how to delivery value without hand-written code at all, seems it has more prospects
we never turn back time
- Would you like to do that to encrease quality - build architecture manually and then ask AI to refine and code it, add more automation testing with help of AI.
Tell why you would like to do that, the answers can be different.
One thing that helped me was forcing myself to: - design architecture first - debug manually for a while - read docs before prompting - use AI more like a reviewer than an autopilot
The fun part of programming for me was always the problem-solving loop, and it’s easy to accidentally skip that now.
What's stopping you from programming without AI?