From the course: Beyond Vibe Coding with Google Gemini: Become a Deliberate Developer
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
AI-powered code learning vs. code generation - Gemini Tutorial
From the course: Beyond Vibe Coding with Google Gemini: Become a Deliberate Developer
AI-powered code learning vs. code generation
- [Instructor] So far we've used Gemini to understand specific code and to jump from its snippet to an entire programming concept. But now let's address the most important philosophical shift in this new era of AI development and that's choosing to use these tools for learning rather than just for generation. It's the difference between having a calculator for your brain and having a personal trainer for your brain. One gives you answers, the other builds your strength. Let's look at a very common scenario. The temptation is to give Gemini a broad prompt like this. Write me a Python script that scrapes the titles for a news website and saves them to a CSV file. I'll run it and there you have it. It's a perfectly functional script, the task is done. This is the ultimate in vibe coding. You have the output, but what did you really learn? If this breaks or the website structure change, how can you confidently fix it? This is what I like to call the illusion of progress, but now let's…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.