git404hub

what is llm-academy fr?

amart-builder/llm-academy — explained in plain English

Analysis updated 2026-05-18

0Audience · vibe coderComplexity · 1/5LicenseSetup · easy

tl;dr

LLM Academy is a Claude Code plugin that adaptively teaches how large language models work, using a placement assessment and curated video and code lessons.

vibe map

mindmap
  root((llm-academy))
    What it does
      Adaptive LLM course
      Placement assessment
      Mastery checks
      Spaced review
    Tech stack
      Claude Code plugin
      Markdown lessons
    Use cases
      Learn LLM fundamentals
      Graded code exercises
      Explain ChatGPT end to end
    Audience
      Non coders
      Aspiring builders
      AI learners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Learn how LLMs work from scratch through a placement based, adaptive lesson path.

VIBE 2

Follow along with graded coding exercises based on Karpathy's neural network lectures.

VIBE 3

Prepare for a final exam that requires explaining how ChatGPT works end to end.

what's the stack?

Claude CodeMarkdown

how it stacks up fr

amart-builder/llm-academy00kaku/gallery-slider-block04amanrajj/netwatch
Stars00
LanguageJavaScriptRust
Last pushed2021-05-19
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity1/52/53/5
Audiencevibe codergeneralops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

LLM Academy is a plugin for Claude Code, the command line coding assistant, that teaches people how large language models actually work. Rather than following a single fixed course, it starts with a short assessment that figures out what a learner already knows and builds a path around the gaps, skipping material already mastered. The academy teaches a widely recommended set of resources for learning about AI: 3Blue1Brown's Neural Networks video series for visual intuition, Andrej Karpathy's Neural Networks: Zero to Hero for building things from scratch in code, Dwarkesh Patel's chalkboard lectures on how frontier models are trained and served, and Raghav Dixit's short piece on vectors. Instead of simply pointing to these sources, the academy explains each concept in its own words, gates progress behind requiring the learner to explain ideas back, and links out to the original material for full credit. There are two learning tracks. The explainer track covers understanding without writing any code, aimed at people who have never programmed. The builder track adds all eight of Karpathy's code along lectures, where the learner's own code is actually run and graded. Across both tracks there are 22 units organized into 6 tiers, moving from the basic idea that everything becomes numbers up through attention, transformers, and how a model like GPT stores facts, ending in a final exam that asks the learner to explain how ChatGPT works end to end in their own words. To keep knowledge from fading, the system includes mastery checks that require an 85 percent score to pass, spaced review sessions timed to when a learner would normally start forgetting, plus experience points, ranks, and streaks to track progress. The academy is also designed to grow: when new source material is added, a command slots it into the learner's existing path. Installation happens through Claude Code's plugin system, adding the marketplace and installing the plugin, then restarting and running a start command. The project is licensed under MIT, though the videos and articles it teaches from remain the property of their original authors.

prompts (copy fr)

prompt 1
Walk me through how LLM Academy builds a personalized learning path from its placement assessment.
prompt 2
Explain the difference between the explainer track and the builder track in LLM Academy.
prompt 3
What are the 6 tiers and 22 units LLM Academy uses to teach LLM concepts?
prompt 4
How does LLM Academy use mastery checks and spaced review to keep knowledge from fading?

Frequently asked questions

what is llm-academy fr?

LLM Academy is a Claude Code plugin that adaptively teaches how large language models work, using a placement assessment and curated video and code lessons.

What license does llm-academy use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is llm-academy to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is llm-academy for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.