Skip to content

shhtheonlyperson/learnmicrogpt

Repository files navigation

MicroGPT Unpacked

An interactive editorial demo inspired by Karpathy's microgpt.py gist and the exploration flow of ccunpacked.dev.

The app turns the gist into a guided single-page experience with:

  • a hero built from real stats observed from the script
  • a clickable learning-loop walkthrough
  • a single-file architecture atlas
  • a compact spec deck and loss chart
  • a generated-name gallery from a quick reference run

Run locally

npm install
npm run dev

Validate

npm run lint
npm run build

Refresh the Evidence Pack

npm run generate:evidence

This fetches the raw microgpt.py gist, runs a deterministic 120-step reference pass, and writes the app's committed evidence artifacts to:

  • src/content/evidence-pack.en.json
  • src/content/evidence-pack.zh-TW.json
  • src/content/forward-pass.en.json
  • src/content/forward-pass.zh-TW.json

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors