The abode of AI
for every student
24 landmark AI papers, explained like a brilliant older sibling — over chai, in plain language, with real math and working code. Free forever.
The story of AI — 24 papers
Every major idea that led to ChatGPT, Claude, and Gemini — explained from the ground up. Read in order, or jump to any paper.
View full timeline →Learning paths
Not sure where to start? Follow a curated path.
From perceptron to ChatGPT in 12 papers. The complete story.
Backpropagation, gradient descent, and the math behind it all.
From word embeddings to transformers. Everything text.
Practical path. Build, run, understand. Google Colab friendly.
For students who want to write their first research paper.
Dictionary of AI
50 concepts, each with a plain-language definition and an Indian-life analogy.
Browse all 50 terms →A way to process all words in a sentence at the same time, rather than one by one.
IntermediateTurning a word into a list of numbers so computers can measure meaning.
BeginnerFinding the best answer by always taking small steps downhill in a landscape of errors.
IntermediateTraining AI to be helpful by asking humans to compare two answers and pick the better one.
AdvancedWhen an AI confidently states something false, like a student guessing an exam answer.
BeginnerTaking a pre-trained model and teaching it a specific skill — like teaching a general doctor to be a surgeon.
Intermediate