ChampagneWiki.
AI

Learn AI

Courses, prompt engineering guides, benchmarks, and AI directories.

Courses, Benchmarks & Directories

Learn AI.

Free courses, prompt engineering guides, benchmark leaderboards, and directories to help you actually understand how these models work.

Pill key: Official / frontier Tool / app Open-source Community Discord Use with caution

These are structured, mostly free courses that take you from zero to functional rather than a single blog post — several come from the model labs themselves, which means the material stays reasonably current with how the tools actually work today.

Hugging Face Courses

Free

Free hands-on courses covering NLP, reinforcement learning, and AI agents, using only open models throughout.

LLM Course (Maxime Labonne)

With Colabs

End-to-end roadmap for getting into large language models, covering pre-training, fine-tuning, RLHF, and quantization with runnable notebooks.

Microsoft 'For Beginners' Series

4 Courses

Four free curricula — Generative AI, Machine Learning, full AI, and Data Science — each 10 to 26 lessons with practical projects.

Anthropic Courses

Official

Anthropic's own educational material on prompting, tool use, and building with Claude, maintained directly by the model maker.

Build-it-yourself book series
  • Build a Large Language Model From Scratch — Sebastian Raschka's guide to implementing an LLM from the ground up
  • Build a Reasoning Model From Scratch — same author, focused on reasoning-model architecture and training
  • Build a DeepSeek Model From Scratch — implementing DeepSeek-style architecture, training, and distillation
  • Build an AI Agent From Scratch — covers tools, memory, planning, and multi-agent systems
  • aman.ai — Stanford-style structured notes spanning AI, deep learning, and transformers

Getting good output from a model is a skill in itself, and these guides move past generic "write clear prompts" advice into documented, tested techniques from the labs and researchers who study this directly.

Prompt Engineering Guide (DAIR.AI)

Comprehensive

The most cited reference for prompting strategies and tactics across model types.

Learn Prompting

Free Course

A free, structured open-source course specifically on communicating effectively with AI.

OpenAI Cookbook

Official

Official examples and guides for using the OpenAI API, including prompting patterns and structured outputs.

Jailbreak & red-team prompts:

Bypassing a chatbot's safety guardrails violates the terms of service of nearly every AI provider. The sources below exist mainly for AI safety research and red-teaming — use at your own risk, and expect account bans or model-side patching on flagged platforms.

L1B3RT4S

Actively Updated

The most prolific and actively maintained jailbreak prompt collection, spanning nearly every major model and updated frequently as providers patch known bypasses.

UltraBr3aks

Actively Updated

A newer, actively maintained jailbreak repository with a focus on current-generation frontier models rather than legacy bypasses.

JB Listing (Rentry)

Community Listing

A frequently updated community-maintained index tracking which jailbreaks currently work against which models, useful for checking what's still live.

r/ClaudeAIJailbreak

Community

Active community specifically focused on various jailbreak techniques (not just Claude), discussion, and real-time reports on what still bypasses current guardrails.


If a tool's marketing claims sound too good to verify, this is where you actually check — these are independently run or crowd-voted rankings rather than vendor self-reporting, covering everything from general chat quality down to chess and Minecraft.

LM Arena

Crowdsourced

Open platform for crowdsourced AI benchmarking hosted by UC Berkeley SkyLab, using blind human voting.

Artificial Analysis

Objective

Independent benchmarks to help choose AI models and hosting providers based on speed, price, and quality.

Epoch AI

Aggregator

Combines multiple AI benchmarks into a broader picture of frontier model capability trends over time.

Specialized benchmarks
  • EQ-Bench — emotional intelligence benchmarks for language models
  • Aider Polyglot / SWE-bench / LiveCodeBench — coding-specific leaderboards for real-world software engineering tasks
  • MathArena / AIME leaderboards — mathematics competition benchmarks
  • SpeechMap.AI — free speech and refusal-rate benchmarks across chatbots
  • VoxelBench — Minecraft-based generation and reasoning benchmark
  • Chess LLM Leaderboards — head-to-head chess performance across models

When you don't know the name of the tool you need yet, these directories help you browse by category rather than searching blind — useful for discovering niche or newer tools that haven't hit mainstream coverage.


For anyone going deeper than "using" AI into understanding how it actually works, these are the canonical curated lists and interactive tools researchers and engineers actually reference.

Interactive visualizations
  • Transformer Explainer — interactive, in-browser visualization of how transformer-based LLMs actually work
  • Neural Network Playground — TensorFlow's classic browser-based neural net visualizer, no setup required
  • MicroGPT / nanoGPT-style walkthroughs — minimal, readable implementations for understanding GPT architecture line by line

On this page