Learn AI by Building

From your first dataset to production agents โ€” deep-dive series, hands-on notebooks, and experiments you can rerun yourself.

Premium Series

Our Products

Tools we built for developers and job seekers

Starter Kits

View All โ†’

Practice notebooks, interview questions, and project solutions โ€” ready to download.

Browse Starter Kits

Latest Posts

View All โ†’
Why ChatGPT Gives You a Different Answer Every Time -- One Knob, Measured

Why ChatGPT Gives You a Different Answer Every Time -- One Knob, Measured

We measure, on a local model and on GPT-4o-mini, exactly how much answers change with sampling temperature. Temperature doesn't create diversity -- it amplifies what's already there.

- Models & Algorithms
Read More
Breaking the Reversal Curse with Identity Bridges โ€” the ICML 2026 fix that shouldn't work but does

Breaking the Reversal Curse with Identity Bridges โ€” the ICML 2026 fix that shouldn't work but does

LLMs trained on "Alice's husband is Bob" famously fail on "Bob's wife is?" โ€” the reversal curse. A new ICML 2026 paper fixes it by adding one weird kind of self-referential example to the training set. The naive version doesn't work; the right version does.

- AI Research
Read More
Mobile Claude Code: three approaches, and what actually works

Mobile Claude Code: three approaches, and what actually works

Three ways to reach Claude Code from your phone โ€” tmux + SSH, /remote-control, and server-based agents. The real fix isn't "mobile support" but decoupling compute from your device.

- Developer Tools
Read More
Inside Google COSMO โ€” The New Architecture of On-Device AI Agents

Inside Google COSMO โ€” The New Architecture of On-Device AI Agents

Deep-dive into COSMO, Google's next-gen AI assistant accidentally leaked before I/O 2026. Full breakdown of the 3-mode architecture: Gemini Nano + PI server + Hybrid routing.

- AI Tools & Agents
Read More
Self-Evolving AI Agents โ€” The New Paradigm of 2026

Self-Evolving AI Agents โ€” The New Paradigm of 2026

GenericAgent, Evolver, Open Agents โ€” comparing 3 self-evolving agent frameworks that learn, adapt, and grow without human coding.

- AI Tools & Agents
Read More
Build Your Own LLM Knowledge Base โ€” A Karpathy-Style Knowledge SystemPremium

Build Your Own LLM Knowledge Base โ€” A Karpathy-Style Knowledge System

Complete guide to building a permanent personal knowledge system with Obsidian + Claude Code. Wiki + Memory dual-axis architecture.

- AI Tools & Agents
Read More