Esc
Type to search posts, tags, and more...
Skip to content
whois:// youtube.com

The AI Revolution Is Underhyped

Eric Schmidt (TED)

Former Google CEO makes the case that AI is wildly underhyped. Wide-ranging interview on staggering opportunities, sobering challenges, and urgent risks of non-human intelligence.

whois:// youtube.com

Neural Networks: Zero to Hero

Andrej Karpathy

Build neural networks from scratch, from backpropagation to modern GPT architectures. The gold standard for understanding LLMs at a deep level.

whois:// youtube.com

Deep Dive into LLMs like ChatGPT

Andrej Karpathy

Under-the-hood fundamentals of LLMs explained for a general audience. Covers pretraining, RLHF, and how ChatGPT-like models actually work.

whois:// youtube.com

The AI-Native Software Engineer

Addy Osmani

Practical playbook for AI-assisted software engineering. Why we're coding faster but shipping slower, and how to fix it with disciplined AI workflows.

whois:// youtube.com

Dario Amodei: Claude, AGI & the Future of AI & Humanity

Lex Fridman Podcast #452

Wide-ranging conversation with the Anthropic CEO covering Claude, scaling laws, AI safety, the race to AGI, and the future of humanity. One of the best long-form AI leadership interviews.

whois:// youtube.com

Building Claude Code

Boris Cherny (Pragmatic Engineer)

Deep dive into the origins, architecture, and design philosophy of Claude Code. Covers how it evolved from safety research, multi-layered safety measures, and AI-augmented development workflows.

whois:// github.com

LLM Course

Maxime Labonne

Free, comprehensive community-driven course covering LLM fundamentals, building with LLMs, fine-tuning, RAG, and deployment. Includes notebooks and exercises.

whois:// github.com

Generative AI for Beginners

Microsoft

Free 21-lesson course covering generative AI fundamentals, prompt engineering, building AI apps, and responsible AI. Includes code samples and assignments.

whois:// youtube.com

Dwarkesh Patel Podcast — AI Interviews

Dwarkesh Patel

Long-form, deeply technical interviews with AI leaders including Karpathy, Sutskever, and more. Known for unusually high-signal, probing questions.

whois:// docs.anthropic.com

Claude Code

Anthropic

Agentic coding tool that lives in your terminal. Edits files, runs commands, searches codebases, and manages complex multi-step development tasks.

whois:// cursor.com

Cursor

AI-first code editor built on VS Code. Tab completion, inline editing, and chat interface powered by multiple LLM providers. The breakout AI coding tool of 2024-2025.

whois:// github.com

OpenCode

Open-source AI coding agent in Go. TUI + CLI supporting 75+ models. Features session management, vim-like editor, LSP support, and file change tracking.

whois:// github.com

Codex CLI

OpenAI

Open-source coding agent running locally in your terminal. Connects OpenAI models with local code for writing, editing, debugging, and file management.

whois:// aider.chat

Aider

Paul Gauthier

AI pair programming in your terminal. Works with any LLM. Edits code in your local git repo with automatic commits. Pioneered many patterns now common in AI coding tools.

whois:// agents.md

AGENTS.md

Open standard for configuring AI agent behavior in projects. A "README for AI agents" — tells coding assistants how to work with your specific codebase.

whois:// skills.md

SKILL.md / Agent Skills

Open standard for defining reusable, portable AI agent capabilities. Skills are stored in directories with instructions, scripts, and templates.

whois:// langchain.com

LangChain / LangGraph

Most popular framework for building LLM-powered applications. LangGraph adds graph-based API for complex, stateful agent workflows with durable execution.

whois:// llamaindex.ai

LlamaIndex

Data framework for connecting LLMs with structured and unstructured data. The go-to framework for building RAG pipelines with enterprise-scale support.

whois:// huggingface.co

Hugging Face Transformers

The standard library for working with transformer models. Thousands of pretrained models, tokenizers, and training utilities. Essential open-source AI infrastructure.

whois:// ollama.ai

Ollama

Run large language models locally with a single command. Supports Llama, Mistral, Gemma, Phi, and more. OpenAI-compatible API. Essential for local development.

whois:// vllm.ai

vLLM

High-throughput LLM serving engine with PagedAttention. The standard for self-hosting LLMs in production at scale. Continuous batching and OpenAI-compatible API.

whois:// ai.engineer

AI Engineer

swyx & Alessio Fanelli

The premier technical AI conference and community platform. Runs the largest AI engineering conferences worldwide. Free talk videos on YouTube.

whois:// latent.space

Latent Space

swyx & Alessio Fanelli

Leading AI engineering podcast and newsletter. 170,000+ subscribers. Deep technical interviews with the people behind major AI projects. Active Discord community.

whois:// deeplearning.ai

The Batch

Andrew Ng

Weekly AI newsletter with deep analyses of the most important AI developments, plus commentary from Andrew Ng. Authoritative, balanced, educational.

whois:// magazine.sebastianraschka.com

Ahead of AI

Sebastian Raschka

Deep, accessible newsletter on ML papers and LLM research. By the author of "Build a Large Language Model from Scratch." Best for tracking latest research.

whois:// simonwillison.net

Simon Willison's Weblog

Simon Willison

Django co-creator who writes about practical LLM use and implications in a way that's engaging even for non-engineers. Constantly experiments with the latest models. Year-end reviews are essential reading.

whois:// news.ycombinator.com

Hacker News

Y Combinator's link aggregator. The front page of the tech industry — where AI papers, tools, and launches surface first. Essential daily reading for staying current.

whois:// therundown.ai

The Rundown AI

Daily AI newsletter covering the latest news, tools, and tutorials. Quick-scan format with actionable summaries for busy builders.

whois:// genai-handbook.github.io

GenAI Handbook

Comprehensive open-source handbook covering the full GenAI stack, drawing from the best blogs, YouTube series, textbooks, and courses.