Directory

AI tools and resources

Curated and current: the tools worth knowing, and material that goes deeper than the book.

LearningFree

3Blue1Brown: Neural Networks

Grant Sanderson's animated video series explains how neural networks learn, from a single neuron through backpropagation up to how a GPT-style transformer predicts the next word. No coding required; the best visual intuition for beginners.

Details
LearningFreemium

Ahead of AI

Sebastian Raschka's newsletter with technical deep dives into how specific LLM architectures and training techniques work, plus regular research roundups. Most core posts are free.

Details
LearningFree

Andrej Karpathy: Intro to Large Language Models

A one-hour, general-audience talk explaining what LLMs are, how they are trained and where the technology is heading, using analogies rather than code or math. A natural next step right after an introductory LLM book.

Details
LearningFree

Andrej Karpathy: Neural Networks: Zero to Hero

A video series that builds neural networks, a character-level language model and eventually a small GPT from scratch in Python, line by line. Intermediate to advanced, for readers who want to implement what a beginner book only described.

Details
LearningFree

Arena (LLM leaderboard)

A live leaderboard where users compare responses from different AI models head to head and vote, producing rankings based on human preference rather than a fixed test set. A beginner-friendly way to see which models are currently rated best.

Details
LearningFree

Artificial Analysis

An independent benchmarking site comparing over 250 LLMs side by side on intelligence, price, speed and context window, updated continuously as new models ship. Useful for putting numbers behind model claims.

Details
LearningFree

Attention Is All You Need (paper)

The 2017 paper that introduced the Transformer architecture underlying essentially every modern LLM. Dense original research, best read after one of the visual explainers, but worth having as the primary source.

Details
LearningFree

Elements of AI (deutsch)

A free, self-paced German-language introduction to AI from the University of Helsinki, requiring no math or programming background and completed by over 2 million people worldwide. Broader than just LLMs, a well-established starting point.

Details
LearningFree

fast.ai: Practical Deep Learning for Coders

Jeremy Howard's free, code-first deep learning course that has students training real models in the first lesson before circling back to theory. Intermediate level, some Python helpful, eventually covers the building blocks behind language models.

Details
LearningFree

Hugging Face LLM Course

A free, hands-on, 12-chapter course from Hugging Face that teaches how to use and fine-tune real transformer models with their open-source libraries. Requires basic Python, for readers who want to start building.

Details
LearningFree

Hugging Face Trending Papers

A daily-updated feed of the AI research papers gaining the most attention, each linked to its code, discussion and arXiv page. Effectively the successor to the retired Papers with Code.

Details
LearningFree

Import AI

A weekly newsletter by Anthropic co-founder Jack Clark covering AI research papers, policy and where the field is headed. Denser and more research-focused than The Batch, widely read among practitioners.

Details
LearningFree

KI-Campus: Transformer verstehen

A free German-language course (about 10 hours, with an English toggle) explaining the Transformer architecture behind modern LLMs, covering attention conceptually without code or heavy math. One of the few solid LLM explainers written natively in German.

Details
LearningFree

LLM Visualization

Brendan Bycroft's zoomable 3D walkthrough of a working GPT-style network, tracing every matrix multiplication from input tokens to output logits. More granular than Transformer Explainer, suited to intermediate readers.

Details
LearningFree

Simon Willison's blog

A frequently updated blog tracking how LLMs actually behave in practice, through plain-language write-ups of new model releases, prompt injection risks and open tools. Trusted for being hype-free.

Details
LearningFree

The Batch

Andrew Ng's weekly newsletter summarizing that week's AI research and industry news in plain language with a short personal commentary. Beginner-friendly, a good habit for staying current.

Details
LearningFree

The Illustrated Transformer

Jay Alammar's visual walkthrough of the Transformer architecture behind GPT and other LLMs, using diagrams instead of equations to show attention and encoder-decoder layers. The natural first stop after finishing a beginner LLM book.

Details
LearningFree

Transformer Explainer

An interactive, in-browser tool from Georgia Tech that runs a live GPT-2 model on text you type, visualizing tokenization, embeddings, attention heads and next-token prediction as they happen. Built for people with no programming background.

Details