The 13 Levels From AI Newbie to AI Pro

Here’s something I bumped into this week that made me stop scrolling. Most of us treat AI like one single tool. You open ChatGPT, you ask it to write an email, and you call yourself “an AI person.” I used to think the same way. Then I read this post from an AI professional who lays out a much bigger picture, and honestly, it reframed how I see the whole thing.

The original poster makes one simple point that stuck with me: AI isn’t a tool. It’s a career track. And the gap between someone who uses a chatbot for emails and someone who builds real, working AI systems is roughly 13 levels of actual skill.

The author admits they wasted months bouncing between tools, tutorials, and half-finished courses because nobody handed them a map. Not “here are 50 tools.” Not “AI is the future, get on board.” An actual roadmap, level 1 through elite.

What I love about this is how beginner-friendly it is once you see it laid out. So let me walk you through the full arc this creator shared, and I’ll explain the scary-sounding terms in plain language as we go. No jargon left behind.

The full path from total beginner to AI specialist

Think of these as floors in a building. You start at the bottom and climb. Each floor teaches you something the next one needs.

  • Level 1: AI Foundations. Understand what’s actually happening under the hood. Things like LLMs (large language models, the tech behind chatbots), context windows (how much the AI can “remember” at once), hallucinations (when AI confidently makes stuff up), and AI agents (AI that can take actions, not just chat).
  • Level 2: Prompt Engineering. Learn to consistently get the output you actually want. The creator mentions few-shot prompting (giving the AI a couple of examples first), structured outputs (asking for answers in a tidy format), and context management.
  • Level 3: AI Productivity. Use AI to research, write, learn, analyze, and present. This is the stage where you claw back hours every single week.
  • Level 4: AI Automation. Build workflows with tools like n8n, Make, Zapier, and Airtable. In plain terms, you connect apps so repetitive tasks run themselves and you stop doing them by hand.
  • Level 5: AI Content Creation. Text, images, video, and audio using MidJourney, Flux, Veo, and ElevenLabs. You produce faster and at higher quality.
  • Level 6: Programming Fundamentals. Python basics. Variables, loops, APIs, and JSON. The expert says once you can code even a little, everything changes. I believe it.
  • Level 7: Machine Learning. Teaching computers to spot patterns from data. Linear regression, decision trees, XGBoost. At this point you can train models that make predictions.
  • Level 8: Deep Learning. Neural networks (software loosely inspired by the brain), plus CNNs, RNNs, and transformers. The frameworks here are PyTorch and TensorFlow.
  • Level 9: Generative AI. Transformer architecture, attention, and fine-tuning. This is where you truly understand how modern chatbots work instead of just using them.
  • Level 10: RAG Systems. RAG means “retrieval-augmented generation.” In simple words, it’s AI that can look things up in real knowledge bases using vector databases and semantic search, so it answers with real facts, not guesses.
  • Level 11: AI Agents. Tool calling, planning systems, and multi-agent setups with LangGraph, LangChain, and AutoGen. You build AI that can actually do tasks, not just talk.
  • Level 12: AI Engineering. FastAPI, Docker, cloud deployment. This is the stage where you ship production-ready apps that real people use.
  • Level 13: Specialisation. Pick your lane. Automation, agent engineering, computer vision, AI research, or NLP (natural language processing). Then go deep.

The honest moment that hooked me

The part that made this post feel real was the author’s confession. While building, they were doing level 3 work and calling themselves an AI person. Their words: “I wasn’t.”

There’s a huge difference between using AI and being able to build with it. The founders who moved fastest all shared one trait: they knew exactly which level they were standing on, and what came next.

That’s the whole insight. Progress isn’t about being smarter. It’s about knowing your spot on the map so you stop wandering.

How to actually use this if you’re starting out

The creator gives two pieces of advice that I think are gold for beginners:

  1. If you’re a complete beginner, start at level 1 and stop skipping ahead. Skipping floors is why so many people feel lost.
  2. If you’re somewhere in the middle, find the first level that genuinely challenges you, and stay there until it stops being hard. Then climb.

I was blown away by how calming this framing is. You don’t need to learn everything at once. You just need to know your next step. The post mentions an infographic that breaks down all 13 levels with the exact skills, tools, and outcomes at each stage, which is a handy visual if you want to see the whole climb in one glance.

If someone on your team is staring at AI wondering where on earth to begin, this map is the thing to hand them. Go check out the full LinkedIn post from the original creator for the complete breakdown, and figure out which level you’re really on.

Scroll to Top