I'm interested in learning how to code by myself without relying on AI to write the actual code for me. I'm looking for a way to have AI guide me through the process, ideally with a tool that can observe my IDE and codebase. Are there any desktop agents or specific tools like Claude Code or Cursor that you'd recommend for this purpose? Thanks for any suggestions!
3 Answers
If you want to learn coding without AI writing the code for you, it’s essential to engage with the material yourself. One approach is to provide the AI with your learning resources, such as chapters from a programming book, and ask it to create quizzes based on that content to test your knowledge. You could also ask the AI to suggest projects of varying difficulty that you can attempt on your own. This way, you'll actually be coding while getting guidance.
A tip I’d add is when the AI gives you a solution, don’t just copy-paste it into your project. Spend time understanding what each part of the code does, read the documentation, and maybe even try to reimplement it in your own way. This exploration leads to deeper learning! I usually just stick with Google for information and then cross-check with coding forums for clarifications.
Great advice! Debugging and tweaking code yourself is one of the best ways to learn.
AI can definitely assist in your learning journey. Try telling it, 'I want to build a multi-user tic-tac-toe game in XYZ language. Don't write any code for me, just guide me on how to start.' This way, you get the necessary steps without having the code done for you. It’s a great way to learn!
Exactly! It can offer a roadmap while you do the coding, which helps solidify your understanding.

That's a solid strategy! Plus, using tools like linters can help you improve your code quality without relying too heavily on AI.