
Apps on VibeLeaderboard
Andrej Karpathy's project analyzing decade-old Hacker News discussions in hindsight using LLMs to score predictions and ideas.
Andrej Karpathy's experiment: AI agents that autonomously run research on single-GPU nanochat training, proposing hyperparameter tweaks and summarizing findings.
Andrej Karpathy's experiment: an ensemble of LLMs debating your hardest questions and arriving at a synthesized answer.
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.
Articles
Andrej Karpathy's video lecture + code: build nanoGPT from scratch step by step, training a small GPT on Shakespeare and then OpenWebText.
Andrej Karpathy's free video course building neural networks and language models from scratch in Python — from micrograd through nanoGPT.