I believe people should understand the products and technologies they work with in order to use AI effectively and build good solutions. For a new project, I'm trying to learn several technologies and problem-solving approaches at once. Compared with a few years ago, learning feels harder because AI can produce solutions so quickly that I often feel overwhelmed trying to understand them. I end up circling back to verify whether the solution is correct, which can leave me even more confused. How are you balancing AI-assisted productivity with actually learning the underlying concepts?
3 Answers
Reading and asking focused questions still works. Use AI to break a difficult topic into smaller explanations, clarify specific gaps, or quiz you, but don’t outsource the entire learning process. The important distinction is whether you’re using it to understand a concept or merely to avoid doing the thinking yourself. Learn new technology when it serves a real project or goal, so the knowledge has somewhere practical to stick.
Use AI as a tutor and study-plan generator rather than an end-to-end solution machine. Give it your current knowledge level and ask for a tailored sequence of lessons, labs, and evaluations. Have it explain every unfamiliar command or configuration, then ask questions whenever something is unclear. At the end, take a quiz, tear down the lab, and rebuild it from memory. That repetition exposes what you actually understand.
A good approach is to make AI explain the reasoning before showing the implementation. For example, when learning a protocol, build a small broker or client step by step in a language you already know. After each change, ask which part of the protocol was added and why. The same method works for things like container runtimes: implement a tiny piece, test it, break it deliberately, and investigate the failure instead of asking for the whole finished system.

The rebuild-from-memory step is a great addition. I’ve mostly been building once and moving on, which probably explains why the knowledge doesn’t stick.