I'm a pre-final year university student who has completed some projects, but I don't feel confident in my ability to recreate them from scratch. I've depended too much on AI tools, which has helped me understand code, but I worry I won't be able to write code independently. I want to structure my future learning so I can genuinely claim these projects as my own creations. Any advice on how to improve my coding skills without using AI as a crutch? For reference, here's my latest project: https://github.com/hemang1404/rapid-test-analyzer
4 Answers
Forget copying and pasting code. Instead, focus on understanding what you need first, then write out your own code based on that understanding. It’s okay to reference examples, but you should always strive to put it in your own words.
Using only your knowledge and an IDE to code is a powerful way to learn. A quick tip: write out what you want to do in plain text comments first. Then, as you code, create checkpoints to track your logic flow. If you get stuck, use AI for very specific questions rather than as a main resource.
You really just need to dive in and write code without AI help for a while. When I was in college, my personal projects helped me learn a ton. Try working on something that requires you to dig into API documentation; you'll get better at figuring things out on your own. Staying motivated is key, so pick a project you genuinely care about.
Start a simple project and do all the coding yourself. It’s the best way to learn the entire process! Don’t worry if it's not perfect—just focus on solving new problems as they come up. That's where the experience really counts.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically