How AI works
A plain-language intro to language models, agents and generative systems — no math, just links to the tools you can use today.
From data to model
A large language model (LLM) learns statistical patterns from billions of text snippets. It's not a fact database — it's a probabilistic next-token generator.
Prompts, context and hallucinations
Quality depends on your prompt, the context window, and whether the model can call tools (RAG, search). The Guide and Encyclopedia cover the basics.
Agents, RAG and fine-tuning
Advanced topics live in the blog — this page will become the hub that ties Guide lessons, Encyclopedia terms and long-form articles together.