Interactive AI Learning
Master AI Concepts
Through Experience
Explore artificial intelligence and large language models through beautiful, interactive demonstrations. Learn by doing, not just reading.
LMF Blog
Latest AI news, model analysis, and deep dives
Interactive Demos
Hands-on explorations that make abstract concepts tangible and intuitive.
Visual Learning
Beautiful visualizations that reveal how AI systems actually work under the hood.
Build Intuition
Go beyond memorization—develop deep understanding through experimentation.
Recently Updated
What's New
BFeb 27, 2026
VRAM CalculatorEstimate VRAM requirements and inference speed for running local LLMsIFeb 25, 2026
How Diffusion WorksForward noise, reverse denoising, and why score estimation worksIFeb 25, 2026
Text DiffusionMask-and-predict generation with fixed-length token gridsIFeb 25, 2026
Image DiffusionLatent denoising pipelines behind modern text-to-image systemsIFeb 24, 2026
Training DataWhere AI models get their knowledge: legitimate sources, controversies, and synthetic dataHelp Make This Better
This guide is open source. Got an idea for a new topic? Found a bug? Want to improve an explanation? Every contribution helps.
Explore Topics
Dive into interactive lessons
Artificial Intelligence
AI Agents
Core Concepts
Building Blocks
01
Tool DesignPrinciples for building tools that agents can use reliablyJan 24, 2026
I02
Programmatic Tool CallingLet agents write code that calls tools, reducing latency and tokensFeb 23, 2026
I03
Memory SystemsHow agents remember across conversations and sessionsJan 29, 2026
I04
Agent SkillsReusable capabilities that extend what agents can doJan 29, 2026
I05
MCP (Model Context Protocol)A standard protocol for connecting agents to external toolsJan 29, 2026
IPatterns
Large Language Models
Fundamentals
Behavior
Capabilities
01
RAGAugment LLM answers with retrieved external knowledgeJan 31, 2026
I02
Vision & ImagesHow LLMs process and understand images alongside textJan 24, 2026
B03
Visual ChallengesWhere vision models fail: counting, spatial reasoning, OCRJan 29, 2026
I04
Agentic VisionActive visual investigation through zoom, crop, and code executionJan 29, 2026
E05
MultimodalityProcessing text, images, audio, and video in one modelFeb 1, 2026
BArchitecture
01
Transformer ArchitectureThe foundational architecture behind GPT, BERT, and all modern LLMsFeb 9, 2026
I02
LLM TrainingFrom pretraining on raw text to fine-tuning with human feedbackJan 29, 2026
I03
Training DataWhere AI models get their knowledge: legitimate sources, controversies, and synthetic dataFeb 24, 2026
I04
Mixture of ExpertsRun only a fraction of model parameters per tokenJan 31, 2026
E05
QuantizationShrink model size by reducing numerical precisionJan 31, 2026
E06
Nested LearningLearning algorithms that operate at multiple levelsFeb 8, 2026
E07
DistillationTransfer knowledge from a large model to a smaller oneFeb 5, 2026
I08
Fine-Tuning & LoRAAdapt large models efficiently by training only tiny low-rank matricesFeb 9, 2026
I09
Speculative DecodingSpeed up inference by drafting tokens with a smaller modelFeb 5, 2026
EDiffusion Models
01
KV CacheStore computed keys and values to avoid redundant workFeb 9, 2026
E02
Prompt CachingReuse computed KV caches across API requests to save cost and latencyFeb 19, 2026
I03
Batching & ThroughputProcess multiple requests simultaneously for higher throughputFeb 9, 2026
I04
Running Models LocallyRun LLMs on your own hardware for privacy, speed, and zero API costsFeb 9, 2026
B05
VRAM CalculatorEstimate VRAM requirements and inference speed for running local LLMsFeb 27, 2026
B01
Neural NetworksLayers of connected neurons that learn patterns from dataJan 24, 2026
B02
Gradient DescentThe optimization algorithm that trains neural networksJan 29, 2026
I03
Training ProcessHow models learn from data through forward and backward passesJan 24, 2026
B04
World ModelsInternal simulators that let AI predict and plan in virtual worldsFeb 15, 2026
EPrompting
AI Safety & Ethics
AI Industry
01
AI Made in EuropeThe growing European AI ecosystem and its unique strengthsJan 24, 2026
B02
Open Source AdvantagesWhy open weights matter for innovation and transparencyJan 29, 2026
B03
Logge's Favourite ModelsCurated picks of the best models for different tasksFeb 9, 2026
B04
LLM Tier ListA subjective ranking of current LLM models by quality and use case fitFeb 19, 2026
BPro tip: PressCtrl+Kto search topics