VIBE
← Back to Vibers
karpathy

karpathy

Builder
github.com/karpathy

Rank #12

15 apps2 articles

Apps on VibeLeaderboard

Calorie(https://github.com/karpathy/calorie)

Super simple calorie counter web app — a vibe-coded daily tool from Andrej Karpathy.

Health & FitnessOpen SourceFitness15315d ago
rustbpe(https://github.com/karpathy/rustbpe)

Fast BPE tokenizer training in Rust by Andrej Karpathy. The missing tiktoken training code.

AI ToolsOpen SourceLLM Infrastructure476MIT15d ago
HN Time Capsule(https://github.com/karpathy/hn-time-capsule)

Andrej Karpathy's project analyzing decade-old Hacker News discussions in hindsight using LLMs to score predictions and ideas.

AI ToolsOpen SourceLLM Infrastructure64315d ago
rendergit(https://github.com/karpathy/rendergit)

Andrej Karpathy's tool that renders any git repo into a single static HTML page — perfect for human reading or feeding the whole codebase to an LLM.

Developer ToolsOpen SourceCLI Tools2.3k19d ago
reader3(https://github.com/karpathy/reader3)

Andrej Karpathy's quick illustration of reading books together with LLMs — annotate, ask questions, discuss as you go.

EducationOpen SourceCoding Education3.7k19d ago
makemore(https://github.com/karpathy/makemore)

Andrej Karpathy's autoregressive character-level language model for generating more things — names, words, anything — from a small training set.

EducationOpen SourceCoding Education4.0kMIT19d ago
minbpe(https://github.com/karpathy/minbpe)

Andrej Karpathy's minimal, clean implementation of Byte Pair Encoding (BPE) — the tokenization algorithm used by GPT and most modern LLMs.

AI ToolsOpen SourceLLM Infrastructure10.6kMIT19d ago
micrograd(https://github.com/karpathy/micrograd)

Andrej Karpathy's tiny scalar-valued autograd engine and neural net library on top — PyTorch-style API in ~100 lines for teaching backprop.

EducationOpen SourceCoding Education16.2kMIT19d ago
autoresearch(https://github.com/karpathy/autoresearch)

Andrej Karpathy's experiment: AI agents that autonomously run research on single-GPU nanochat training, proposing hyperparameter tweaks and summarizing findings.

AI AgentsOpen SourceResearch Agents85.9k19d ago
nanochat(https://github.com/karpathy/nanochat)

Andrej Karpathy's full-stack ChatGPT-style training and inference recipe you can run end-to-end for $100 on a single 8xH100 node.

AI ToolsOpen SourceLLM Infrastructure54.8kMIT19d ago
LLM Council(https://github.com/karpathy/llm-council)

Andrej Karpathy's experiment: an ensemble of LLMs debating your hardest questions and arriving at a synthesized answer.

AI AgentsOpen SourceOrchestration20.5k19d ago
minGPT(https://github.com/karpathy/mingpt)

Andrej Karpathy's minimal PyTorch re-implementation of GPT — ~300 lines of clean training code for understanding transformer language models.

AI ToolsOpen SourceLLM Infrastructure24.5kMIT19d ago
llm.c(https://github.com/karpathy/llm.c)

Andrej Karpathy's LLM training implementation in pure C/CUDA — small, readable, performant reference for understanding GPT training from the metal up.

AI ToolsOpen SourceLLM Infrastructure30.2kMIT19d ago
llama2.c(https://github.com/karpathy/llama2.c)

Andrej Karpathy's Llama 2 inference in one file of pure C — minimalist reference for understanding LLM inference end-to-end.

AI ToolsOpen SourceLLM Infrastructure19.6kMIT19d ago
nanoGPT(github.com/karpathy/nanogpt)

A minimal, fast implementation for training and fine-tuning medium-sized GPT models from scratch. Features clean, readable code with just ~300 lines each for the training loop and model definition, making it easy to customize and experiment with.

AI ToolsOpen SourceLLM Infrastructure59.4kMIT1mo ago

Articles

Build nanoGPT(https://github.com/karpathy/build-nanogpt)

Andrej Karpathy's video lecture + code: build nanoGPT from scratch step by step, training a small GPT on Shakespeare and then OpenWebText.

EducationOpen SourceCoding Education5.3k19d ago
Neural Networks: Zero to Hero(https://github.com/karpathy/nn-zero-to-hero)

Andrej Karpathy's free video course building neural networks and language models from scratch in Python — from micrograd through nanoGPT.

EducationOpen SourceCoding Education23.1kMIT19d ago