Tip #55: Is coding extinct in 2025? 🦖


Hi Reader,

Last week, I launched a brand new course: Build an AI chatbot with Python. 120+ people enrolled, and a few have already completed the course! 👏


👉 Tip #55: Should you still learn to code in 2025?

You’ve probably heard that Large Language Models (LLMs) are excellent at writing code:

  • They are competitive with the best human coders.
  • They can create a full web application from a single prompt.
  • LLM-powered tools like Cursor and Copilot can autocomplete or even rewrite your code.

And, they are only getting better!


So, is it still worth your time to learn how to code?

My answer is an emphatic YES!

Here are my top 8 reasons why learning to code is still beneficial in 2025:

(1) You'll be able to spot whether LLM-generated code is correct.

(2) If the code executes but you run into a problem, you'll know how to fix it.

(3) Even if the code appears to execute properly, you'll know how to examine it for less obvious bugs.

(4) If the code executes but it’s too slow, you'll know how to optimize it.

(5) If the code executes but it’s not what you had in mind, you'll know how to customize it.

(6) You can be more specific in your requests to the LLM, which will lead to better results.

(7) You'll be more highly prized by employers than those who only know how to use LLMs.

(8) You'll gain knowledge and skills that will translate to other careers.


8 more great reasons (written by LLMs)

I shared the list above with Claude 3.5, GPT-4o, and Gemini 2.0 Flash Experimental, and asked them to contribute to my list. Here were their best additions:

(9) You can better evaluate which coding tasks are appropriate for LLMs versus which require human expertise.

(10) You'll be able to create novel and innovative solutions that LLMs might not suggest.

(11) You'll better understand the architectural decisions needed for large projects, which LLMs often struggle with.

(12) You'll be able to integrate LLM-generated code with existing systems and codebases more effectively.

(13) You'll understand the security implications of the code you’re using, rather than blindly trusting LLM-generated solutions.

(14) You can more effectively collaborate with other developers, as you’ll speak the same technical language.

(15) You'll be better equipped to learn new programming languages and adapt to evolving technologies.

(16) You'll develop a greater sense of confidence and self-reliance by understanding how to build things.

What do you think? Agree/disagree? Are there items you would add to this list?

Reply and let me know!


đź‘‹ See you next Tuesday!

If you enjoyed this newsletter, please share it with a friend! 🙏

- Kevin

P.S. ChatGPT writes for the New Yorker​

Did someone AWESOME forward you this email? Sign up here to receive weekly Artificial Intelligence tips!

Learn Artificial Intelligence from Data School 🤖

Join 25,000+ intelligent readers and receive AI tips every Tuesday!

Read more from Learn Artificial Intelligence from Data School 🤖

Hi Reader, Most of us access Large Language Models (LLMs) through a web interface, like ChatGPT or Claude. It’s highly convenient, though there are two potential drawbacks: Cost: Some amount of usage is free, but heavy usage (or access to premium models) costs money. Privacy: Depending on the service, your chats may be used to train future models. (Or at the very least, your chats may be accessed if ordered by a court.) One solution is to run an LLM locally, which has gotten much easier with...

Hi Reader, Here are your top AI stories for the week: AI-driven education in 2 hours per day Add yourself to an AI-generated TV show AI models send "subliminal messages" to one another Read more below! 👇 Sponsored by: Superhuman AI Find out why 1M+ professionals read Superhuman AI daily. AI won't take over the world. People who know how to use AI will. Here's how to stay ahead with AI: Sign up for Superhuman AI. The AI newsletter read by 1M+ pros. Master AI tools, tutorials, and news in just...

Hi Reader, In this week’s tip, I’ll be breaking down some highly practical advice for taking full advantage of the capabilities of today’s AI models. Check it out below! 👇 Today’s tip is based on Ethan Mollick’s excellent article, Using AI Right Now: A Quick Guide. I recommend reading the whole thing if you have time, but if not, I’ve pulled out some important quotes from the article and added my own commentary: For most people who want to use AI seriously, you should pick one of three...