How to Learn AI in 2026: A Mentor-Backed Roadmap

Something changed in the applications we see at MentorCruise. A few years ago, people came asking how to learn AI. Now they come saying they've been learning AI for six months and still can't point to anything meaningful they've built with it.
Dominic Monn
Dominic is the founder and CEO of MentorCruise. As part of the team, he shares crucial career insights in regular blog posts.
Get matched with a mentor

TL;DR

Learning AI in 2026 starts with one decision: which of three tracks applies to your job. Power User, Builder, or Practitioner. Each track has a 90-day plan with verifiable exit criteria. Most people skip the decision and spend months tutorial-hopping. That's the trap this roadmap is designed to break.

  • The 3-question role audit below routes you to one track in two minutes. Your current job context determines the track - not your ambition, not your preferred learning style.
  • 90 days on one committed track produces more than 12 months of unfocused exploration. This is not a motivational claim - it's what we keep seeing at MentorCruise in applications from people who've tried both.
  • Employers including Meta now tie AI adoption to quarterly performance reviews and bonus multipliers, according to HR Grapevine (February 2026). Most people learning AI have a performance-review deadline they haven't named yet.
  • The most common failure is completing courses without deploying anything. Competence is output-measured, not completion-measured.
  • The 3-question audit is the gating step. Two minutes now saves months later.

The three AI learning tracks

There are three distinct AI learning tracks for employed professionals. Power User: deploy AI tools in your existing role without writing code. Builder: build AI features into products or workflows you're responsible for. Practitioner: pursue AI engineering as your primary technical discipline. The differences aren't about ambition - they're about your current job context. Picking the wrong track is the second-most-common reason people stall.

Track Who it's for 90-day outcome Primary failure mode
Power User PMs, marketers, domain experts, ops managers whose employers are adopting AI tools One AI-assisted workflow deployed and accepted by a colleague or manager Consuming AI content without deploying anything in their actual job
Builder Engineers, PMs, and technical founders building AI-powered products or features One AI feature shipped to production with documented evaluation "It works in a notebook" stalling before production deployment
Practitioner Engineers pursuing AI as their primary technical discipline (ML engineer, AI engineer) A shareable project with a full pipeline, evaluation results, and a technical review Paper credentials (certificates, completions) without portfolio evidence

Where do you start? The 3-question role audit

Three questions route you to the right AI learning track. First: do you write code as part of your primary job? Second: is your employer tracking AI adoption in performance reviews? Third: are you building a product with AI as a feature? Your answers to these three questions determine your track. The routing below takes 2 minutes. Most people who do it stop second-guessing and start building.

  1. Do you write code as part of your primary job, or can you get your job done without writing code?
  2. Is your employer tracking AI adoption in performance reviews or team KPIs?
  3. Are you building a product that includes AI as a feature, or planning to within the next 12 months?

Routing key:

  • No, Yes, No → Power User track. Start at Phase 1.
  • No, No, No → Power User track. Start at Phase 1. (Even without employer pressure, the Power User path applies if you don't write code.)
  • Yes, any, Yes → Builder track. Start at Phase 2.
  • Yes, any, No (but AI as primary discipline is the goal) → Practitioner track. Start at Phase 3.
  • Yes, any, No (no interest in AI as primary discipline) → Power User or Builder depending on your team's AI use. Start at Phase 1 or 2.

Phase 1: Power User - AI tools in your existing workflow

The Power User track is about deploying AI tools in your actual job, not completing courses. In 90 days, the goal is one workflow deployed in your actual job - a deliverable a colleague sees, not a prototype you run alone. The failure mode I see most often: people subscribe to an AI news digest, watch tutorials, and never open the tool in a meeting or a deliverable.

What we keep seeing at MentorCruise is a specific consumption loop. Someone hears about AI, signs up for a tool, completes the onboarding, and then returns to their existing workflow without changing anything. They're "learning AI" in the sense that they're aware of it. They're not deploying it in the sense that anything at work looks different. The awareness-without-deployment pattern is what keeps Power User track candidates stuck for months.

The progression that actually works has three stages. First three days: build one prompt workflow for a task you do every week. Second two weeks: put AI output into a real deliverable - a draft, a summary, a spec - and send it to someone. Sixth week: document one efficiency gain your manager can see. Each stage forces you out of awareness and into the job. If you're at a company like Meta, where HR Grapevine reported in February 2026 that AI adoption is now tied to quarterly reviews and bonus multipliers, that sixth-week employer-visibility step isn't optional - it's a performance question.

Dimension Before track After 90 days
Output generation Manual drafts, no AI assist in workflow AI-assisted first drafts, consistent prompt protocol
Review and editing Not evaluating AI output systematically Can name what the AI gets wrong and has a correction step
Decision integration AI used occasionally for curiosity AI consulted at specific decision points with documented results
Employer visibility No demonstrable AI adoption Manager or colleague has seen and accepted AI-assisted output

Before you move beyond the Power User track, you need:

  • One AI-assisted workflow deployed in your actual job (not a side project or a demo)
  • You can articulate what the AI gets wrong and have a correction protocol for those failure modes
  • You've shown the output to someone at work - a manager or peer - and they accepted it as part of your work product
  • You know the real cost: time saved vs. time spent prompting, reviewing, and correcting

If you're at the deployment stage and want someone to audit your prompt workflow before you scale it, an AI mentor can run that review in a single session rather than leaving you to discover the gaps through failed deliverables.

Phase 2: Builder - AI features in products and systems

The Builder track ends when you've shipped one AI feature to production with a documented evaluation. The requirement is a feature running in a real environment against real inputs, not a prototype that passed in isolation. The evaluation requirement is the gate most people skip - and it's why I see engineers with "built AI features" on their resume who can't explain where their model fails.

The notebook-to-production gap is where most Builder track candidates get stuck. What we keep seeing at MentorCruise is engineers who've built technically impressive demos and hit a wall when production constraints appear: latency, cost, error handling, real user inputs that don't match the test set. They can ship a prototype but can't articulate the failure modes to a teammate or a product lead.

The 90-day plan that works is narrow: one problem, daily implementation, evaluation before scaling. Zen van Riel ran a version of this — a single-track, no-branching 90-day AI engineering commitment — and came out the other side with a Senior AI Engineer title at 24. The principle is the same whether you're making a career pivot or adding AI to your existing engineering role: pick one problem, stay on it, evaluate your outputs before shipping.

The evaluation requirement isn't optional. Every Builder track candidate who skips it runs into the same review session: a technical peer or a machine learning mentor who asks "what are the failure modes?" and gets a shrug. Passing that review requires 20+ documented test cases, not confidence.

Dimension Before track After 90 days
Model integration API calls in isolation, no evaluation Full integration with test suite and guard rails
Evaluation rigor "It worked in my tests" 20+ documented test cases, pass/fail logged
Production readiness Notebook or local demo Running in a real environment with real inputs
Stakeholder communication "I built an AI feature" Can explain failure modes to a non-technical reviewer

Before you consider your Builder track complete, you need:

  • One AI feature shipped to production (not a prototype or demo)
  • An evaluation suite you ran before deploying - at least 20 test cases with documented pass/fail
  • You can explain where the model fails and what guard rails you added to handle those failures
  • A teammate, mentor, or reviewer can read your implementation and explain the failure modes without your help

Phase 3: Practitioner - AI as primary technical discipline

The Practitioner track is for engineers who want AI as their primary discipline - not as a tool they use, but as the thing they build. In 90 days, the goal is a public or shareable project that demonstrates a full ML or LLM pipeline, including what you tried that didn't work. Course completions and certifications are not the gate. Evaluated, reviewable output is.

Paper credentials are the Practitioner track's version of the consumption loop. What we keep seeing at MentorCruise is candidates who've completed Andrew Ng courses, earned Hugging Face badges, and built nothing they can show that isn't a tutorial walkthrough. The credential accumulation pattern feels like progress from inside it. But no one can review a certificate for technical depth. A machine learning mentor can review a pipeline.

The human checkpoint pattern is what breaks the loop. The mechanism isn't the mentor's knowledge - it's the external review forcing you to build something reviewable, and the mentor's feedback pointing you at the gaps. One MentorCruise mentee came from a small Italian university, worked through algorithms, system design, and application materials with a mentor, and landed a Tesla internship. The 90-day Practitioner plan follows the same logic: one narrow problem domain, daily implementation, human review at each milestone gate.

Dimension Before track After 90 days
Model training vs. fine-tuning Knows the concepts, hasn't implemented Has fine-tuned or trained a model on a specific task with documented results
Evaluation depth Uses default metrics Custom evaluation suite for the specific task, including adversarial cases
Portfolio evidence Course completions and certificates Public or shareable project with full pipeline and failure documentation
Technical review Self-assessed Reviewed by a mentor, colleague, or open-source community member

Before you apply for AI engineer roles or claim Practitioner-level competence, you need:

  • A public or shareable project that implements a full ML or LLM pipeline (not just inference)
  • Documentation of what you tried that didn't work and why you changed approach
  • A technical review from someone more senior - mentor, colleague, or open-source community
  • Benchmark scores or evaluation results you can explain without jargon to a hiring manager
  • You can articulate the failure modes of your implementation under adversarial or edge-case inputs

Common roadblocks

The five most common AI learning roadblocks are: completing tutorials without deploying anything in a real job; switching tracks before hitting the 90-day gate; building only in notebooks and skipping production friction; consuming AI news instead of using AI tools; and waiting for the 'right' foundation before starting. Each one has a specific mechanism. Naming them is step one - they all look like progress from the inside.

Roadblock Why it happens What actually unlocks it
Tutorial completion without deployment Conflating knowledge with capability - finishing a course feels like progress Commit to shipping one thing to a real audience before taking the next course
Track-switching before the 90-day gate Treating the discomfort of depth as a signal to change direction Name the discomfort out loud to someone else - a mentor or peer - before switching
Building only in notebooks Production friction is invisible until it's a deadline problem Add a "run in production" checkpoint to every project's definition of done
Consuming AI news instead of using AI Staying in the "aware but not competent" zone feels like preparation Block one hour a week for building. Don't let it be zero.
Waiting for the right foundation Using prerequisite anxiety to delay commitment Pick a track, start it, identify the gap when you hit it - the gap is usually smaller than the anxiety

Tools and resources

Resources by track: Power User - fast.ai Practical AI and Google's Prompting Essentials, both no-code and immediately deployable. Builder - DeepLearning.AI's short courses (LangChain, RAG) and the Hugging Face documentation. Practitioner - fast.ai's full deep learning course (from scratch, not the practical version), Papers With Code, and Andrej Karpathy's Neural Networks: Zero to Hero on YouTube. The rule: only pick resources that apply to your track.

Power User track

  • fast.ai Practical AI for non-coders
  • Google's Prompting Essentials (free, directly applicable)

Builder track

  • DeepLearning.AI short courses: LangChain for LLM Application Development, Building Systems with the ChatGPT API
  • Hugging Face open-source pipeline documentation (free)
  • Papers With Code for understanding evaluation benchmarks

Practitioner track

  • fast.ai full deep learning from scratch course (Jeremy Howard)
  • Andrej Karpathy's Neural Networks: Zero to Hero (YouTube, free)
  • Papers With Code for benchmarks and reproducible baselines

For additional curation, MentorCruise's curated AI course list covers the current landscape by track.

If you've done the 3-question audit and know your track, the next step is finding a mentor who can run your first milestone review - not assign you more courses. The milestone gates above work best with a human in the loop. Find an AI mentor on MentorCruise and start with a 7-day free trial. We accept under 5% of mentor applicants, so whoever you work with has been through a real vetting process.

FAQs

Four questions come up consistently when people start the 3-question audit. They cover timeline expectations, prerequisite knowledge, the difference between the two non-coding tracks, and whether existing courses are a prerequisite or a delay. Short answers below - each is a direct answer, not a hedge.

How long does it take to go from beginner to employable in AI?

On the Power User track, 90 days gets you one demonstrable deployed workflow - enough for employer-facing evidence. On the Builder track, 90 days produces one production-shipped feature and its evaluation documentation. The Practitioner track is longer: 90 days puts you at the portfolio stage, not the job-search stage. Employable for an AI engineer role realistically takes 6-12 months from zero, depending on your engineering background.

Do I need a maths or statistics background to learn AI?

For Power User and Builder tracks: no. You can deploy AI tools and build AI-powered features without calculus or statistics. The evaluation skills you need are practical - understanding why a model fails on specific inputs, not deriving gradients. For the Practitioner track: you'll eventually need linear algebra and probability basics, but the fast.ai curriculum deliberately defers maths until you've built enough to see what the maths describes. Start without it.

What's the difference between the Power User and Builder tracks?

A Power User uses AI tools to do their existing job better - prompting a writing assistant, using an AI notetaker in meetings, running an AI-assisted analysis in a spreadsheet. A Builder writes code to make AI part of a product or system - building a retrieval pipeline, integrating an LLM API, shipping an AI feature to a production app. The day-to-day is completely different - confusing the two means your 90-day plan targets the wrong exit criteria.

Should I take Andrew Ng's courses or go straight to building?

Andrew Ng's courses are a solid conceptual foundation, but they're not a prerequisite. The engineers who get stuck use them as a prerequisite - they finish one specialization, take another to feel more ready, and build nothing. My recommendation: start your first project and take one course in parallel. The project makes the material stick. The course alone won't get you to the milestone gate.

Ready to find the right
mentor for your goals?

Find out if MentorCruise is a good fit for you – fast, free, and no pressure.

Tell us about your goals

See how mentorship compares to other options

Preview your first month