Learn AI
The Loud Way.

From neurons and tokens to autonomous agents — a no-fluff, no-jargon guide to modern AI, large language models, and the frameworks shaping the next decade.

{ AI }
◢◤

Why this site?

AI is moving fast and most explanations are either dry textbooks or marketing fluff. This is neither. Just clear ideas, real diagrams, and the stuff you actually need to know.

5Topics
50+Concepts
9Frameworks
0Fluff

Pick Your Path

Five rabbit holes. Read in order, or jump wherever your brain wants to go.

01

Foundations

What AI actually is. Neural networks, training, the difference between AI / ML / DL — explained without the math wall.

Read it →
02

LLMs

Large Language Models like GPT, Claude, and Gemini. Tokens, embeddings, attention, context windows. With an interactive tokenizer.

Read it →
03

Agents

Models that think, plan, use tools, and act on your behalf. The ReAct loop, memory, multi-agent systems.

Read it →
04

Frameworks

LangChain, LlamaIndex, Claude Agent SDK, CrewAI, AutoGen, and more. What each is good at — and when to skip it.

Read it →
05

Glossary

Every weird acronym defined in plain English. RAG, MoE, RLHF, MCP — searchable, no scrolling required.

Read it →
!

Built Loud

This site is hand-coded, no trackers, no ads, no fluff. Just HTML, CSS, and a tiny bit of JavaScript.

About →

Try It Yourself

This site has interactive bits. Don't just read — click around.

A Mini History of AI

The 70-year version. From Turing's question to autonomous agents.

1950

The Turing Test

Alan Turing asks "Can machines think?" and proposes the imitation game — the original AI benchmark.

1956

"Artificial Intelligence" is Born

The Dartmouth workshop gives the field its name. Optimism is sky-high. (It will not last.)

1986

Backpropagation

Rumelhart, Hinton & Williams revive neural networks with a way to actually train them efficiently.

2012

AlexNet & Deep Learning

A deep convolutional net crushes the ImageNet challenge. The deep learning era begins for real.

2017

"Attention Is All You Need"

Google publishes the Transformer paper. Every modern LLM — GPT, Claude, Gemini, Llama — descends from it.

2022

ChatGPT

OpenAI ships a chatbot. It hits 100M users in two months. AI becomes a household word.

2024

The Year of Agents

Tool-using, multi-step AI agents go mainstream. Claude, GPT, and open models all gain agentic abilities.

NOW

You Are Here

You're learning AI in the most exciting moment in its history. Pick a topic above and dive in.

Quick Answers

What is AI?

Artificial Intelligence is the field of building systems that can do things normally requiring human thought — recognizing images, understanding language, making decisions, learning from experience.

Modern AI is powered by machine learning: instead of writing rules by hand, we let the system learn patterns from huge amounts of data.

What is an LLM?

A Large Language Model is a neural network trained on a massive pile of text. It learns to predict the next word — and from that simple objective, it picks up grammar, facts, reasoning patterns, and more.

Examples: GPT-4, Claude, Gemini, Llama, Mistral.

What is an Agent?

An AI agent is an LLM hooked up to tools and a loop. It can decide what to do, take an action (like searching the web, running code, or sending an email), see the result, and decide what to do next.

Think of it as the LLM with hands.

Why does this matter?

For the first time in history, we have machines that can read, write, reason, and take actions in the digital world. The difference between someone who understands this and someone who doesn't will get bigger every year.

Better to learn it loud than miss it quiet.