Learn AI

The story, the roadmap, the key terms, and what is happening right now.

How AI started, and how we got here

The whole history in ten short chapters. Read top to bottom β€” it's a story, and a surprisingly human one.

1950

A simple question: "Can machines think?"

British mathematician Alan Turing asked this in a famous paper. He suggested a test: if you chat with something through text and can't tell whether it's a human or a machine, the machine can be said to "think." This is the Turing Test β€” and it set the goal AI has chased ever since.

1956

AI gets its name

A small summer workshop at Dartmouth College in America brought scientists together to study "thinking machines." They needed a name for the field and chose "Artificial Intelligence." The attendees were very optimistic β€” some believed human-level machine intelligence was 20 years away. They were off by quite a bit.

1960s–1980s

Big dreams, small computers β€” the "AI winters"

Early AI worked by programmers writing rules by hand: "IF the patient has fever AND cough, THEN suggest flu." These expert systems worked for narrow problems but couldn't handle the messiness of the real world, and computers were too weak. Funding dried up twice β€” periods so cold they're called the AI winters.

1997

A machine beats the world chess champion

IBM's Deep Blue defeated Garry Kasparov, the best chess player alive. Headlines said machines had become intelligent β€” but Deep Blue could only play chess. It couldn't even play checkers. Still, it proved computers could beat humans at things thought to need "real" intelligence.

2012

The deep learning breakthrough

Instead of writing rules by hand, a different idea won: build a neural network (software loosely inspired by the brain) and let it learn from examples. In 2012, a neural network called AlexNet crushed a famous image-recognition contest β€” recognizing cats, cars, and dogs far better than anything before. The recipe was simple: lots of data + powerful graphics chips (GPUs) + big networks. Everything since builds on this.

2017

The Transformer β€” the invention behind everything today

Google researchers published a paper called "Attention Is All You Need" introducing the Transformer β€” a neural network design that is extremely good at understanding language, because it can "pay attention" to how every word in a sentence relates to every other word. The T in ChatGPT stands for Transformer. Nearly every modern AI is one.

2018–2021

Language models grow up quietly

Companies trained Transformers on huge chunks of the internet to do something deceptively simple: predict the next word. It turns out that to predict words really well, a model must absorb grammar, facts, reasoning patterns, even coding. GPT-2, then GPT-3 showed each bigger model was strangely, surprisingly smarter. Few people outside tech noticed.

Nov 2022

The ChatGPT moment

OpenAI put a friendly chat interface on their language model and released it free. ChatGPT reached 100 million users in two months β€” the fastest-growing product in history at the time. For the first time, anyone could talk to an AI that could write essays, explain concepts, draft emails, and code. The world changed its mind about AI in a single winter.

2023–2024

The race: multimodal, open, and everywhere

Competition exploded β€” OpenAI (GPT-4), Google (Gemini), Anthropic (Claude), Meta (Llama, released openly for anyone to use). Models became multimodal: they could see images, hear audio, and generate pictures and video. AI moved into search engines, office software, phones, and coding tools.

2024–2025

Models learn to think before answering

Reasoning models arrived β€” AI that works through problems step by step internally before replying, like a student doing rough work before writing the final answer. This made AI dramatically better at maths, science, and complex planning.

2025–today

The agent era β€” AI that does, not just says

The newest shift: from AI that answers questions to AI agents that complete tasks β€” browsing, writing files, running code, sending emails, using your tools β€” working through multi-step jobs on their own. New standards like MCP let any AI safely connect to any app. (Fun fact: this very website β€” its games, news feeds, and login β€” was built by an AI agent working in a terminal.) That's the frontier you're living in right now.

Your AI learning roadmap

You don't need a degree, maths, or even coding to start. Follow these steps in order β€” each one builds on the last, and most people can reach Step 4 in a few weekends.

1 Use AI every day (Week 1)

Nothing teaches you faster than daily use. Pick any assistant β€” ChatGPT, Claude, Gemini β€” and use it for real things: drafting messages, planning a trip, explaining a bill, summarizing an article, meal ideas. Goal: make it a habit, and notice what it's good and bad at.

2 Learn to prompt well (Week 1–2)

A prompt is just what you say to the AI β€” and saying it better gets dramatically better results. Four habits cover 90% of it:

3 Understand the key concepts (Week 2–3)

Read the AI Dictionary tab on this page. When you know what tokens, context windows, and hallucinations are, AI stops feeling like magic β€” you'll understand why it forgets long conversations and why it sometimes confidently makes things up (and how to catch it).

4 Bring AI into your actual work (Week 3–4)

This is where the real value is. Whatever your field, find the repeating tasks and build AI into them: reports, emails, study notes, lesson plans, spreadsheets, code review, translations. Rule of thumb: you stay the editor and decision-maker; AI is the fast first draft.

5 Build something with AI (Month 2)

You can go far without being a programmer β€” AI can write the code while you direct it. Describe an idea ("a page that tracks my expenses") and let an AI coding tool build it with you. If you do code, learn to call an AI model's API β€” it's one HTTPS request β€” and you can add AI to any app.

6 Learn agents and automation (Month 2–3)

The current frontier: AI that performs multi-step tasks using tools. Read the Agents, MCP & More tab, then try an agentic tool β€” a coding agent in a terminal, or an assistant connected to your email/calendar β€” and give it a real job. Understanding how agents plan, use tools, and ask permission is tomorrow's basic literacy.

7 Stay current (ongoing, 20 min/week)

AI changes monthly, but you don't need to chase every headline. Once a week skim an AI newsletter or the Tech feed on this site. Watch for: new model releases, new agent capabilities, and pricing drops β€” those three tell you most of what matters.

AI Dictionary β€” every important word, in plain English

Simple meanings with everyday comparisons. Use the search box to jump to a word.

No matching term β€” try another word.

AI (Artificial Intelligence)

Software that can do things which normally need human intelligence β€” understanding language, recognizing images, making decisions, creating content.

Machine Learning (ML)

The main way AI is built today: instead of programming rules by hand, you show the computer lots of examples and it figures out the patterns itself.

πŸ’‘ Like teaching a child to recognize dogs by showing many dog photos β€” not by describing "four legs, a tail…"

Neural Network

The structure inside modern AI β€” millions of tiny connected number-calculators, loosely inspired by brain neurons. Information flows through, and the connections strengthen or weaken as it learns.

Deep Learning

Machine learning using very large neural networks with many layers ("deep"). This is what made modern AI possible after 2012.

LLM (Large Language Model)

An AI trained on massive amounts of text to understand and generate language. ChatGPT, Claude, and Gemini are all LLMs. At its core it does one thing: predict the next word β€” extremely well.

Token

The small chunks AI reads and writes text in β€” roughly a word or part of a word ("understanding" might be 2–3 tokens). AI pricing and limits are usually counted in tokens.

πŸ’‘ Like syllables for a machine β€” "un-der-stand-ing."

Prompt

Whatever you type (or say) to an AI. The instruction, question, or request. Writing better prompts gets better answers β€” that skill is called prompt engineering.

System Prompt

Hidden instructions the app gives the AI before your conversation starts β€” its role, rules, and personality. "You are a helpful customer support agent for X company…"

Context Window

The AI's short-term memory β€” how much of the conversation (in tokens) it can "see" at once. When a chat gets longer than this, the oldest parts fall out β€” which is why AI can "forget" what you said earlier.

πŸ’‘ Like a desk: only so many papers fit; add more, and the oldest slide off the edge.

Training

The one-time, expensive process of building a model: feeding it enormous amounts of data while it tunes billions of internal numbers until it gets good at predicting. Takes months and huge computer power.

Inference

Using the trained model β€” every time you ask a question and get an answer, that's inference. Fast and cheap compared to training.

Parameters

The internal numbers a model learns during training β€” its "knowledge dials." More parameters generally means a more capable model. Modern models have billions to trillions of them.

Transformer

The neural network design (from 2017) that powers all modern language AI. Its trick β€” "attention" β€” lets it weigh how every word relates to every other word. The T in GPT.

GPT

Generative Pre-trained Transformer: Generative (it creates text), Pre-trained (it learned from huge data beforehand), Transformer (its design). Originally OpenAI's model family; now people use "GPT" loosely for chat AI.

Hallucination

When AI confidently states something false β€” an invented fact, a fake citation, a wrong date. It happens because the AI predicts plausible text, not verified text. Always double-check names, numbers, and sources.

πŸ’‘ Like a confident friend who'd rather guess smoothly than say "I don't know."

Embedding

A way to turn text into a list of numbers that captures its meaning, so a computer can measure that "doctor" is close to "physician" and far from "banana." Powers AI search and recommendations.

RAG (Retrieval-Augmented Generation)

Letting an AI look things up before answering: first fetch relevant documents (your files, a knowledge base), then answer using them. This is how chatbots answer questions about your company's data without retraining.

πŸ’‘ An open-book exam instead of answering from memory.

Fine-tuning

Taking a trained model and giving it extra training on your specific examples so it speaks your style or masters your niche β€” cheaper than training from scratch.

Temperature

A creativity dial. Low temperature = predictable, consistent answers (good for facts and code). High = more varied and creative (good for brainstorming).

Multimodal

AI that handles more than text β€” it can see images, hear audio, watch video, and create them too. "Modes" = types of media.

Reasoning Model

A newer kind of model that "thinks" step by step internally before answering β€” like doing rough work on scrap paper first. Much better at maths, logic, and planning; slightly slower.

Chain of Thought

The step-by-step reasoning an AI writes out (or thinks through) to solve a problem. Asking an AI to "think step by step" often noticeably improves its answers.

Agent

AI that does things, not just says things. It's given tools (browser, files, email, code) and a goal, then plans, acts, checks results, and continues β€” often through many steps β€” until the job is done.

πŸ’‘ A chatbot is a knowledgeable friend on the phone; an agent is an assistant who actually goes and does the task.

Tool Calling (Function Calling)

How an AI uses external tools: instead of replying with text, it outputs a structured request like "call the weather API for Hyderabad," the app runs it, and the result is fed back to the AI. The building block of all agents.

MCP (Model Context Protocol)

An open standard that lets any AI connect to any app or data source in one common way β€” instead of every AI needing custom code for every tool.

πŸ’‘ Like USB-C for AI: one universal port, so anything can plug into anything.

Skills

Reusable instruction packs you give an agent β€” a folder of guidance, examples, and steps for a specific job ("how to review our code," "how we write reports"). The agent loads a skill when the task matches, so it does the job your way every time.

πŸ’‘ A recipe card the assistant pulls out whenever that dish is ordered.

Hooks

Automatic triggers around an agent's actions: "whenever the agent edits a file, run the tests," "before anything is deleted, ask me." Hooks make automation safe and consistent β€” no relying on the AI remembering.

πŸ’‘ House rules that apply automatically β€” the door locks itself whenever it closes.

Connector

A ready-made bridge that plugs an AI assistant into an app you use β€” Gmail, Google Drive, Slack, a database β€” so it can read and act there with your permission. Most connectors today are built on MCP.

Open vs Closed Models

Closed: you use the model through a company's service; the model itself stays private (GPT, Claude, Gemini). Open: the model's files are published so anyone can download and run it themselves (Llama, Mistral, DeepSeek). Open = more control; closed = usually the strongest capability with zero setup.

GPU

The computer chip AI runs on. Designed for video game graphics, it turned out perfect for the mass simple calculations neural networks need. This is why NVIDIA became one of the world's most valuable companies.

AGI (Artificial General Intelligence)

The hypothetical goal: AI as capable as a human at most intellectual work β€” able to learn any new task, not just those it was trained for. Doesn't exist yet; experts disagree on when (or whether) it will.

The modern AI stack β€” agents, MCP, skills, and hooks

This is where AI is heading right now, explained end to end with one running example.

From answering to doing

Classic chatbots answer questions. Agents complete tasks. The difference is tools and a loop:

  1. Goal: you give the agent a job β€” "find me the cheapest flight to Delhi next Friday and hold a seat."
  2. Plan: it breaks the job into steps.
  3. Act: it uses tools β€” searches the web, opens the airline site, fills forms.
  4. Check: it looks at the results. Wrong date? It corrects itself and retries.
  5. Report: it comes back: "Held seat 14A on the 6:10 flight, β‚Ή4,250 β€” confirm?"

That plan–act–check loop, repeated, is all an "agent" really is.

Tools β€” the agent's hands

An AI model by itself can only produce text. Tools give it hands: a web browser, a file system, a code runner, your calendar, a payments API. The model asks to use a tool, the application actually runs it, and the result comes back to the model. Every tool is also a permission decision β€” you choose what it's allowed to touch.

MCP β€” one plug for everything

Before MCP, connecting an AI to Gmail, Slack, or your database each needed custom one-off code β€” for every AI, for every app. MCP (Model Context Protocol) is an open standard that fixes this: an app exposes its abilities once as an "MCP server," and any AI that speaks MCP can plug in.

πŸ’‘ Exactly like USB-C ended the drawer full of different chargers β€” one standard port for all devices, one standard protocol for all AI-to-app connections.

Connectors β€” MCP made consumer-friendly

A connector is a ready-made MCP link you switch on: "Connect Google Drive," and now your assistant can search your documents; "Connect calendar," and it can schedule. You grant access once, and you can revoke it anytime. In the flight example: a connector to your email lets the agent find your traveller details automatically.

Skills β€” teaching an agent your way of working

Agents are capable but generic. A skill is a package of instructions and examples for one specific job, written once and loaded whenever relevant: "booking travel for our family β€” always aisle seats, always morning flights, budget under β‚Ή5,000." The agent follows your playbook instead of guessing your preferences every time.

Hooks β€” automatic guardrails

Hooks are rules that fire automatically at moments in the agent's work β€” before an action, after an action, when it finishes. "Before spending money β†’ always ask me." "After editing code β†’ run the tests." The agent doesn't have to remember the rule, and can't skip it β€” the system enforces it.

Together: MCP/connectors = what the agent can reach Β· skills = how it should do the job Β· hooks = what must always/never happen.

A real example β€” this website

Everything you're using right now β€” the games, the global leaderboards, the news feeds, the video search, the login system β€” was built by an AI agent working in a terminal with tools: it wrote the code, created the cloud database, deployed the functions, tested everything in a real browser, found its own bugs, and fixed them. A human (Abhishek) set the goals, made the decisions, and reviewed the results. That division β€” human directs, agent executes, guardrails protect β€” is the working model of the agent era.

Staying safe with agents