Skip to content

LearnVector by Andrew Ng: How to Prep for AI Tutors

LearnVector, Andrew Ng's new AI tutor company, ships in 2027. Here's how to build a one-to-one learning setup with today's tools before it lands.

6 min readBeginner

Hot take: LearnVector is the most talked-about AI education launch of the week, and you can’t use it. Not today, not next month. The official site says we’re building and will have something to show by early 2027. So every article telling you “how to use LearnVector” is selling something that doesn’t exist yet.

Here’s what does exist: Andrew Ng’s blueprint for what a one-to-one AI tutor should be. That blueprint is public, the underlying tech patterns are already in his free courses, and you can assemble a rough version of it tonight. This tutorial shows you how.

The problem LearnVector is actually solving

Ng’s pitch, straight from the 2026 Coursera announcement: LearnVector wants to transform learning from the traditional one-to-many model to one-to-one. Not a search box or a chatbot that hands you an answer and moves on, but a one-on-one learning experience that adapts to how you learn, practices with you, and stays with you until you’ve mastered the material and can prove it.

Read that again. The keyword isn’t “personalized.” It’s practices and prove it. That’s the actual gap in every current LLM tutor.

Why “just use ChatGPT” isn’t the same thing

The top reaction on the Hacker News thread (around 154 points and 84 comments at time of publication) is basically: any of the big AI companies will do that for you – I have Claude doing this for me for a few learning areas. That’s half-right. A chatbot can explain anything. What it won’t do by default:

  • Track what you already know across sessions
  • Force you to attempt problems before revealing the answer
  • Loop back to a weak spot two weeks later
  • Refuse to move on until you demonstrate mastery

Coursera CEO Greg Hart told Axios the aim is an experience that is longer-lasting than prompting a chatbot to help students learn. That word – longer-lasting – is the whole product. A raw chatbot has amnesia. A tutor has memory and a spine.

Build your own one-to-one tutor tonight

You don’t need to wait until 2027. Here’s a 5-step recipe using any frontier LLM (Claude, ChatGPT, Gemini – pick one with persistent memory or projects).

1. Pick one skill and write a mastery test first

Before you prompt anything, write down what “done” looks like. Not “learn SQL” – instead: solve 10 unseen SQL problems involving JOINs and window functions without help, in under 20 minutes. This is the trick nobody using ChatGPT for learning does, and it’s exactly what LearnVector describes as continuing to work with learners until they demonstrate mastery of a subject or skill.

2. Create a persistent “tutor profile”

In a Projects (Claude) or Custom GPT (ChatGPT) container, paste a system prompt like this:

You are my tutor for [SKILL]. Rules:
- Never give a full answer on the first try. Ask me to attempt first.
- After each attempt, diagnose which sub-skill failed.
- Keep a running log of my weak spots at the top of every reply.
- Every 3rd interaction, quiz me on an OLD weak spot, not the current topic.
- I have mastered a concept only after 3 correct unassisted attempts, spaced across sessions.

That last rule is the mastery loop. It’s what turns a chatbot into a tutor.

3. Feed it a real curriculum, not vibes

Upload a syllabus, a textbook table of contents, or a job description. The LLM needs an endpoint – without one, it drifts sideways indefinitely. Ng’s free Agentic AI course on DeepLearning.AI teaches four design patterns: reflection, tool use, planning, and multi-agent collaboration. In tutor terms: reflection is what grades your work. Planning is what stops the session from wandering off-topic. Both matter here.

4. Force practice, not lectures

Add to your system prompt: “Ratio of your output must be 70% questions to me, 30% explanation.” Most people using AI to learn are basically watching a lecture they typed themselves. That’s the one-to-many model in disguise.

5. Do a weekly mastery check with a fresh session

Every Sunday, open a brand-new chat with no memory. Try to pass your Step 1 test cold. If you can’t, that week’s “learning” didn’t stick – feed the results back to your tutor profile and adjust.

What Ng’s blueprint tells us the product will actually look like

Since we can’t try LearnVector, we can reverse-engineer it. Three signals from what’s public:

Signal Source What it implies
$100M in 2026 for a one-third stake Pulse2 reporting on the Coursera deal Values LearnVector around $300M before shipping a single product – this is a serious enterprise bet
Access to Coursera’s 300M learners and 12,000 enterprise customers (as of the 2026 press release) Coursera press release Distribution first through employers and universities, not a $20/month consumer app
Ng also chairs Kira Learning, adopted state-wide in Tennessee (as of 2025) Business Insider coverage He’s already tested classroom AI agents at scale – LearnVector inherits those lessons

Translation for you: when LearnVector ships, it will most likely land inside Coursera courses and corporate L&D deals first. If you’re an individual learner, the DIY route above may still be your daily driver even after launch.

A brief opinion

The reason LearnVector matters isn’t the technology. Agentic tutors are inevitable – Khan Academy’s Khanmigo, Duolingo Max, and half a dozen startups are already there. What matters is that Ng, who defined agentic AI’s four core design patterns in his own free course, is publicly betting that mastery verification is the missing piece. That’s a strong claim, and if he’s right, most “AI tutoring” tools shipped in 2025 are going to look pretty naive by 2027.

Pro tips from actually running this setup

If your AI tutor keeps caving and giving you the answer when you ask nicely, add this to the system prompt: “When I say ‘just tell me,’ respond with a smaller hint and one guiding question. Never a full solution before three of my attempts.” It works. Chatbots are trained to please – you have to explicitly override that instinct.

Two more that came out of running this for a month:

  1. Turn memory off for tests, on for learning. A fresh chat is the closest thing you have to an exam room.
  2. Log weak spots outside the chat. Session memory can silently truncate. A plain Notion page or a markdown file survives context resets.

FAQ

Can I sign up for LearnVector right now?

No. The company is hiring and building. First products are targeted for early 2027.

Is this basically what Khan Academy and Duolingo already do?

Partly, and that’s the fair criticism the Hacker News crowd raised. Existing platforms use AI for hints and adaptive difficulty, but they’re bolted onto pre-recorded content. Ng’s framing – that a chatbot handing you an answer isn’t teaching – implies LearnVector is going after the mastery-verification loop specifically, not just tutoring on top of static lessons. Whether that’s a real product moat or a slide-deck moat is what the next 18 months will decide.

What should I actually do this week?

Enroll in Ng’s free Agentic AI course on DeepLearning.AI – it’s the closest thing to a technical preview of what LearnVector is building. Then set up the 5-step tutor above using one skill you actually need. That’s your next concrete action: open Claude or ChatGPT, paste the system prompt from Step 2, and pick your first skill before you close this tab.