Resources

A curated library I maintain for myself and anyone else who finds it useful. Heavy on AI, LLMs, crypto, security, and the places where software meets finance.

206 resources

Category
Type

Attention Is All You Need

Vaswani et al., 2017. The Transformer paper. Everything since builds on this.

AI & LLMs paper

BERT: Pre-training of Deep Bidirectional Transformers

Devlin et al., 2018. Bidirectional pre-training; set the template for fine-tuning that lasted years.

AI & LLMs paper

Language Models are Few-Shot Learners (GPT-3)

Brown et al., 2020. Showed that scale alone gets you surprisingly far without fine-tuning.

AI & LLMs paper

Scaling Laws for Neural Language Models

Kaplan et al., 2020. Loss scales predictably with model size, data, and compute.

AI & LLMs paper

Training Compute-Optimal Large Language Models (Chinchilla)

Hoffmann et al., 2022. Most models were undertrained for their compute budget.

AI & LLMs paper

Training Language Models to Follow Instructions (RLHF)

Ouyang et al., 2022. A 1.3B InstructGPT beat the 175B GPT-3 on human preference.

AI & LLMs paper

Constitutional AI: Harmlessness from AI Feedback

Bai et al., 2022. Anthropic's approach to alignment using AI feedback guided by a written constitution.

AI & LLMs paper

Chain-of-Thought Prompting Elicits Reasoning

Wei et al., 2022. Asking the model to show its work actually makes it better at hard problems.

AI & LLMs paper

Retrieval-Augmented Generation (RAG)

Lewis et al., 2020. The original RAG paper. Combines what the model knows with what it can look up.

AI & LLMs paper

GPT-4 Technical Report

OpenAI, 2023. Capabilities, safety evals, multimodal inputs.

AI & LLMs paper

LLaMA: Open and Efficient Foundation Language Models

Touvron et al., 2023. Meta's open-weight model that launched the open-source LLM wave.

AI & LLMs paper

Mixture of Experts (Switch Transformers)

Fedus et al., 2022. Sparse MoE scaling to trillion-parameter models.

AI & LLMs paper

LoRA: Low-Rank Adaptation of Large Language Models

Hu et al., 2021. Efficient fine-tuning by injecting trainable rank-decomposition matrices.

AI & LLMs paper

Direct Preference Optimization (DPO)

Rafailov et al., 2023. Simpler alternative to RLHF that skips the reward model.

AI & LLMs paper

Mamba: Linear-Time Sequence Modeling

Gu & Dao, 2023. State-space model that matches Transformer quality with linear scaling.

AI & LLMs paper

Tree of Thoughts: Deliberate Problem Solving with LLMs

Yao et al., 2023. Extends chain-of-thought with branching and backtracking for complex reasoning.

AI & LLMs paper

Textbooks Are All You Need (Phi-1)

Gunasekar et al., 2023. High-quality data matters more than quantity for training small models.

AI & LLMs paper

DeepSeek-V3 Technical Report

DeepSeek, 2024. MoE model trained on 14.8T tokens with multi-token prediction.

AI & LLMs paper

The Llama 3 Herd of Models

Meta, 2024. Open-weight models up to 405B with multilingual and multimodal capabilities.

AI & LLMs paper

Claude Code

Terminal-native agentic coding. Understands full codebases, runs commands, manages git.

AI & LLMs tool

Cursor

AI-first code editor forked from VS Code. 200K context window, codebase-aware completions.

AI & LLMs tool

Windsurf

Agentic IDE with auto-context discovery. Good for monorepos.

AI & LLMs tool

GitHub Copilot

AI pair programmer in VS Code, JetBrains, etc. Now includes autonomous agent mode.

AI & LLMs tool

Hugging Face

Where open-source models live. Transformers library, model hub, LLM course.

AI & LLMs tool

Weights & Biases

Experiment tracking and model registry. The standard for fine-tuning and production ML.

AI & LLMs tool

Ollama

Run open-source LLMs locally. Simple CLI, supports GGUF models, GPU acceleration.

AI & LLMs tool

vLLM

High-throughput LLM inference engine. PagedAttention for efficient memory management.

AI & LLMs tool

LiteLLM

Unified API to call 100+ LLM providers. Drop-in OpenAI SDK replacement.

AI & LLMs tool

OpenRouter

Single API for all major LLM providers. Good for comparing models and managing costs.

AI & LLMs tool

Anthropic API

Official docs for Claude models. Tool use, streaming, vision, prompt caching.

AI & LLMs reference

OpenAI API Reference

GPT-4, DALL-E, Whisper, embeddings. The most widely integrated LLM API.

AI & LLMs reference

Simon Willison's Blog

Covers practical LLM usage and AI tooling with more depth and honesty than anyone else.

AI & LLMs blog

Lilian Weng's Blog

Long-form technical posts on architectures, agents, and RLHF from an OpenAI researcher.

AI & LLMs blog

Chip Huyen's Blog

ML systems design, AI engineering, MLOps. Author of 'AI Engineering' (O'Reilly, 2025).

AI & LLMs blog

The Batch — Andrew Ng

Weekly AI newsletter. Good signal-to-noise ratio on what matters.

AI & LLMs blog

Andrej Karpathy — Zero to Hero

Builds neural networks from scratch, ending with a GPT. Nobody explains this stuff better.

AI & LLMs course

Anthropic Research

Papers, model cards, and the Responsible Scaling Policy from the Claude team.

AI & LLMs blog

Jay Alammar's Blog

Visual explanations of Transformers, BERT, GPT. The Illustrated Transformer is a classic.

AI & LLMs blog

Sebastian Raschka's Blog

Deep dives on LLM training, fine-tuning, and evaluation. Author of 'Build an LLM from Scratch'.

AI & LLMs blog

fast.ai Course

Practical deep learning for coders. Top-down teaching approach that gets you building fast.

AI & LLMs course

Stanford CS229 — Machine Learning

Andrew Ng's foundational ML course. Lectures, notes, and problem sets freely available.

AI & LLMs course

Stanford CS224N — NLP with Deep Learning

Chris Manning's NLP course. Covers attention, transformers, pretraining, and modern NLP.

AI & LLMs course

LangChain

The most widely used agent framework. Composable chains, tools, and retrieval.

AI Agents tool

LangGraph

Graph-based approach for stateful, multi-step agent workflows.

AI Agents tool

CrewAI

Multi-agent orchestration where agents have defined roles and collaborate.

AI Agents tool

Microsoft AutoGen

Conversation-based multi-agent framework from Microsoft Research.

AI Agents tool

OpenAI Agents SDK

Lightweight Python framework for tool use, handoffs, and guardrails.

AI Agents tool

LlamaIndex

Best for document ingestion, RAG pipelines, and agentic workflows over your own data.

AI Agents tool

Model Context Protocol (MCP)

Anthropic's open standard for connecting LLMs to external tools and data sources.

AI Agents reference

DSPy

Stanford's framework for programming—not prompting—language models. Optimizes pipelines automatically.

AI Agents tool

Letta (formerly MemGPT)

Stateful agents with self-editing persistent memory. Research project turned production framework.

AI Agents tool

Qdrant

Open-source vector database. Fast, good filtering, free tier.

AI Agents tool

Pinecone

Managed vector database. Minimal ops if you don't want to run your own.

AI Agents tool

Weaviate

Open-source with built-in hybrid search (vector + BM25).

AI Agents tool

Milvus

Built for billion-scale vector search. Production-grade.

AI Agents tool

Chroma

Embedded-first vector DB. Good for local prototyping and small RAG pipelines.

AI Agents tool

Semantic Kernel

Microsoft's SDK for integrating LLMs into apps. Supports .NET, Python, Java.

AI Agents tool

Haystack

End-to-end NLP framework for building RAG and search pipelines.

AI Agents tool

AutoGPT

Autonomous AI agent that chains LLM calls. Early pioneer in the agent space.

AI Agents tool

Instructor

Structured output extraction from LLMs using Pydantic models. Works with any provider.

AI Agents tool

LLM Powered Autonomous Agents — Lilian Weng

Canonical reference post on agent architectures, planning, memory, and tool use.

AI Agents blog

Voyager: LLM-Powered Lifelong Learning Agent

Wang et al., 2023. GPT-4 agent that explores Minecraft, writes code, and learns skills.

AI Agents paper

Toolformer: Language Models Can Teach Themselves to Use Tools

Schick et al., 2023. Models learn when and how to call external APIs during generation.

AI Agents paper

ReAct: Synergizing Reasoning and Acting

Yao et al., 2022. Interleaving reasoning traces with actions for grounded problem-solving.

AI Agents paper

From Deep Learning to LLMs: AI in Quantitative Investment

March 2025 survey covering the full pipeline from predictive modeling to agent-based automation.

AI & Finance paper

FinGPT: Open-Source Financial LLMs

Lightweight, open alternative to BloombergGPT for financial NLP.

AI & Finance paper

FinRL: Deep RL for Automated Stock Trading

The paper behind the FinRL framework. DQN, DDPG, PPO, SAC across multiple markets.

AI & Finance paper

ACM ICAIF Proceedings

The main academic venue for AI in finance. LLM market regime forecasting, adversarial RL.

AI & Finance paper

FinRL Framework

Deep RL framework for stock trading. Supports PPO, DDPG, SAC, and others.

AI & Finance tool

FinGPT

Open-source financial LLMs. Sentiment analysis, news summarization, return forecasting.

AI & Finance tool

QuantConnect / LEAN

Open-source algo trading engine. Python and C#, cloud or local.

AI & Finance tool

Backtrader

Event-driven backtesting in Python. Supports live trading through IB and Oanda.

AI & Finance tool

Freqtrade

Crypto trading bot with backtesting and ML strategy optimization.

AI & Finance tool

Zipline

Backtesting library that powered Quantopian. Still widely used for strategy research.

AI & Finance tool

QuantLib

Standard C++ library for derivatives pricing and risk management. Python bindings available.

AI & Finance tool

Awesome Quant

Curated list of quant finance libraries across Python, R, Julia, and more.

AI & Finance reference

Alpha Vantage

Free tier (25 calls/day), extensive indicators, NASDAQ vendor. Good for research.

AI & Finance tool

Twelve Data

Real-time WebSocket ticks, multi-asset. Clean APIs.

AI & Finance tool

Polygon.io

Low-latency production data. Preferred for execution systems.

AI & Finance tool

yfinance

Python wrapper for Yahoo Finance. Free historical data. Research only, not production.

AI & Finance tool

Financial Modeling Prep

Fundamentals, DCF, earnings calendars. Generous free tier.

AI & Finance tool

FRED — Federal Reserve Economic Data

Macro and economic time series from the St. Louis Fed.

AI & Finance reference

Advances in Financial Machine Learning

Marcos Lopez de Prado. The practitioner textbook for ML in finance.

AI & Finance book

Machine Learning for Asset Managers

Lopez de Prado. Clustering, feature importance, and portfolio construction.

AI & Finance book

Python for Algorithmic Trading

Yves Hilpisch. End-to-end strategy development, backtesting, and deployment.

AI & Finance book

Lopez de Prado's Lecture Notes

Free slides from his Cornell course. Good alternative to the books.

AI & Finance course

Quantocracy

Aggregator of the best quant trading blog posts. Fastest way to see what the community reads.

AI & Finance community

QuantStart

Educational articles on algo trading, ML, and backtesting in Python.

AI & Finance blog

AI4Finance Foundation

The org behind FinRL and FinGPT. Worth watching on GitHub.

AI & Finance community

Ernie Chan's Blog

Practitioner blog from the author of 'Algorithmic Trading.' AI and corrective ML for forex.

AI & Finance blog

Algorithmic Trading — Ernie Chan

Practical mean reversion and momentum strategies. Accessible even without heavy math.

AI & Finance book

Options, Futures, and Other Derivatives

John Hull. The standard derivatives textbook used globally.

AI & Finance book

Designing Data-Intensive Applications

Martin Kleppmann. The best single book on distributed systems, storage, and data processing.

Software Engineering book

System Design Interview — Alex Xu

Practical system design with diagrams. Good for interviews and real architecture.

Software Engineering book

The Pragmatic Programmer

Hunt & Thomas. Timeless advice on craft, from DRY to tracer bullets.

Software Engineering book

Clean Code — Robert C. Martin

Principles for writing readable, maintainable code. Opinionated but influential.

Software Engineering book

Go by Example

Annotated example programs in Go. The fastest way to learn Go syntax.

Software Engineering reference

Go Language Spec

The official Go specification. Concise and readable.

Software Engineering reference

The Hitchhiker's Guide to Python

Opinionated guide to Python best practices, project structure, and tooling.

Software Engineering reference

Stack Overflow Blog

Engineering culture pieces and developer surveys.

Software Engineering blog

Coding Horror — Jeff Atwood

Software engineering, culture, and the human side of building things.

Software Engineering blog

Martin Fowler's Blog

Patterns, refactoring, agile, and architecture. Decades of influential writing.

Software Engineering blog

The Architecture of Open Source Applications

Free book. How real projects (nginx, Git, LLVM) are architected by their creators.

Software Engineering book

Refactoring — Martin Fowler

Systematic approach to improving code structure without changing behavior.

Software Engineering book

A Philosophy of Software Design

John Ousterhout. Short, opinionated take on complexity and module design.

Software Engineering book

The Twelve-Factor App

Methodology for building modern, portable, scalable SaaS applications.

Software Engineering reference

Rust Book

The official Rust programming language book. Free, comprehensive, well-written.

Software Engineering reference

Learn You a Haskell

Fun, illustrated introduction to Haskell and functional programming concepts.

Software Engineering reference

Structure and Interpretation of Computer Programs

Abelson & Sussman. The MIT classic on computation and abstraction. Free online.

Software Engineering book

Kubernetes Documentation

Official k8s docs. Concepts, tutorials, and API reference.

DevOps reference

Docker Documentation

Official Docker guides. From getting started to multi-stage builds and Compose.

DevOps reference

Terraform Documentation

Infrastructure as code. Provider docs, modules, state management.

DevOps reference

Prometheus

Open-source monitoring and alerting. Pull-based metrics, PromQL queries.

DevOps tool

Grafana

Visualization and dashboarding for metrics, logs, and traces.

DevOps tool

The Site Reliability Workbook

Google's practical companion to the SRE book. Free online.

DevOps book

Site Reliability Engineering — Google

The original Google SRE book. Free online. Defines the discipline.

DevOps book

ArgoCD

Declarative GitOps continuous delivery for Kubernetes.

DevOps tool

Ansible Documentation

Agentless automation. Playbooks, roles, and collections for configuration management.

DevOps reference

Nginx Documentation

Web server, reverse proxy, load balancer. Configuration reference and guides.

DevOps reference

GitHub Actions Documentation

CI/CD workflows. Marketplace actions, reusable workflows, matrix builds.

DevOps reference

Kelsey Hightower — Kubernetes the Hard Way

Bootstrap k8s from scratch. The best way to understand what's actually happening.

DevOps course

The Phoenix Project

Novel about DevOps transformation. Makes the case for flow, feedback, and learning.

DevOps book

PostgreSQL Documentation

The best database documentation. Comprehensive, accurate, well-organized.

Databases reference

Redis Documentation

In-memory data store. Data structures, caching patterns, pub/sub.

Databases reference

DuckDB

Embedded analytical database. Fast OLAP queries, zero dependencies, great for local analysis.

Databases tool

Use The Index, Luke

SQL indexing and tuning explained clearly. Database-agnostic, free online.

Databases course

CMU Database Course (Andy Pavlo)

The best database systems course. Lectures, projects, and notes freely available.

Databases course

SQLite Documentation

The most deployed database engine. Architecture docs are a masterclass in simplicity.

Databases reference

MongoDB University

Free courses on MongoDB. Aggregation, indexing, data modeling.

Databases course

ClickHouse

Column-oriented OLAP database. Blazing fast for analytical queries at scale.

Databases tool

CockroachDB Architecture

Distributed SQL database. Good architecture docs for understanding consensus and transactions.

Databases reference

Supabase

Open-source Firebase alternative built on Postgres. Auth, storage, realtime, edge functions.

Databases tool

Database Internals — Alex Petrov

How databases work under the hood. B-trees, LSM-trees, consensus, distributed storage.

Databases book

React Documentation

Official React docs. Hooks, Server Components, and the new mental model.

Frontend reference

TypeScript Handbook

Official TypeScript docs. From basics to advanced type manipulation.

Frontend reference

Next.js Documentation

Full-stack React framework. App Router, Server Actions, ISR.

Frontend reference

MDN Web Docs

The definitive web platform reference. HTML, CSS, JavaScript, Web APIs.

Frontend reference

CSS-Tricks

Practical CSS guides and techniques. Flexbox and Grid guides are canonical.

Frontend blog

web.dev — Chrome DevRel

Performance, Core Web Vitals, accessibility, and modern web patterns from Google.

Frontend reference

Patterns.dev

Design patterns and component patterns for modern web apps. Free online book.

Frontend reference

Tailwind CSS

Utility-first CSS framework. The docs are also a great CSS reference.

Frontend reference

Svelte Documentation

Compile-time framework. Less boilerplate, great DX, small bundles.

Frontend reference

Josh Comeau's Blog

Interactive CSS and React tutorials. Best-in-class visual explanations.

Frontend blog

Kent C. Dodds' Blog

Testing, React patterns, and web development best practices.

Frontend blog

Frontend Masters

Premium video courses from industry experts. TypeScript, React, performance, Node.

Frontend course

OWASP Top Ten 2025

The baseline web application security risk list.

Security reference

OWASP Top 10 for LLM Applications 2025

AI-specific attack surfaces: prompt injection, training data poisoning, and more.

Security reference

PortSwigger Web Security Academy

Free, hands-on web security training with interactive labs.

Security course

PortSwigger Research Blog

Where new vulnerability classes get published first. HTTP smuggling, cache poisoning.

Security blog

Hack The Box

Competitive hacking platform. Active machines, CTFs, career-path labs.

Security tool

TryHackMe

Structured, beginner-friendly security training with guided paths.

Security course

CTFtime

Directory for CTF competitions worldwide. Past challenges, upcoming events, writeups.

Security community

Schneier on Security

Bruce Schneier on security, privacy, and policy. Decades of trusted writing.

Security blog

Krebs on Security

Brian Krebs. Investigative journalism on cybercrime and breaches.

Security blog

Daniel Miessler

Security, technology, and AI. Creator of the Fabric AI framework.

Security blog

Cryptography I — Dan Boneh (Stanford)

Stream ciphers, block ciphers, MACs, public-key, digital signatures. The best intro.

Security course

A Graduate Course in Applied Cryptography

Boneh and Shoup. Free textbook. Graduate-level with formal proofs.

Security book

New Directions in Cryptography

Diffie and Hellman, 1976. The paper that started public-key cryptography.

Security paper

NIST Post-Quantum Cryptography Standards

ML-KEM, ML-DSA, and SLH-DSA standards finalized August 2024.

Security reference

The Illustrated TLS 1.3

Interactive byte-level walkthrough of a TLS 1.3 handshake.

Security reference

Cypherpunk Manifesto

Eric Hughes, 1993. Why privacy matters and code is speech.

Security reference

Cyphernomicon — Timothy C. May

FAQ and manifesto from the cypherpunks mailing list.

Security reference

Cypherpunk Research — Tom Busby

Collection of primary source cypherpunk documents and papers.

Security reference

Trail of Bits Blog

Top security auditors. Smart contract exploits, fuzzing, program analysis.

Security blog

CyberChef

GCHQ's web-based tool for encoding, decoding, encryption, and data analysis.

Security tool

The Manager's Path — Camille Fournier

Tech lead to CTO. The definitive guide for engineering management growth.

Career book

An Elegant Puzzle — Will Larson

Systems thinking for engineering management. Org design, hiring, technical strategy.

Career book

Staff Engineer — Will Larson

What staff+ engineers actually do. Archetypes, operating at scale, getting promoted.

Career book

StaffEng.com

Stories and guides from staff+ engineers at various companies.

Career blog

Irrational Exuberance — Will Larson

Blog on engineering leadership, strategy, and organizational design.

Career blog

The CTO Craft Blog

Community and resources for CTOs and VP Engineering.

Career blog

Charity Majors' Blog

Observability, engineering culture, and management from the Honeycomb co-founder.

Career blog

High Output Management — Andy Grove

Intel CEO on leverage, meetings, and OKRs. Still the best management book.

Career book

The Engineering Executive's Primer

Will Larson on the VP/CTO role. Strategy, managing managers, working with execs.

Career book

Rands in Repose

Michael Lopp on engineering management, leadership, and organizational dynamics.

Career blog

LeadDev

Articles, talks, and events for engineering leaders at every level.

Career community

Accelerate — Forsgren, Humble, Kim

DORA metrics research on what makes high-performing tech organizations.

Career book

Thinking, Fast and Slow — Daniel Kahneman

System 1 vs System 2 thinking. Changed how we understand decision-making.

Books & Podcasts book

Sapiens — Yuval Noah Harari

Brief history of humankind. Cognitive revolution, agriculture, empire, science.

Books & Podcasts book

The Black Swan — Nassim Nicholas Taleb

On rare events, uncertainty, and why we're bad at predicting the future.

Books & Podcasts book

Zero to One — Peter Thiel

Contrarian thinking about startups, monopolies, and building the future.

Books & Podcasts book

Lex Fridman Podcast

Long-form conversations with researchers, engineers, and thinkers in AI and beyond.

Books & Podcasts podcast

Acquired Podcast

Deep-dive company histories. NVIDIA, Costco, Berkshire episodes are standouts.

Books & Podcasts podcast

The Changelog

Conversations about open source, software development, and the developer ecosystem.

Books & Podcasts podcast

Latent Space Podcast

AI engineering podcast. Technical depth on agents, RAG, and LLM infrastructure.

Books & Podcasts podcast

3Blue1Brown

Grant Sanderson's math visualizations. Neural networks, linear algebra, calculus series.

Books & Podcasts video

Computerphile

University of Nottingham CS videos. Accessible explanations of hard topics.

Books & Podcasts video

Antifragile — Nassim Nicholas Taleb

Things that gain from disorder. Applies to systems, careers, and investing.

Books & Podcasts book

The Almanack of Naval Ravikant

Wealth creation and happiness from Naval's tweets and podcasts. Free online.

Books & Podcasts book

Hardcore History — Dan Carlin

Epic multi-hour history episodes. Blueprint for Armageddon on WWI is essential.

Books & Podcasts podcast

Two Minute Papers

Quick visual summaries of AI research papers. Good for staying current.

Books & Podcasts video

Bitcoin Whitepaper

Satoshi Nakamoto's 9 pages. Still the clearest explanation of how and why.

Blockchain paper

Ethereum Whitepaper

Buterin's 2014 vision for a programmable blockchain, with annotations on what changed.

Blockchain paper

Mastering Bitcoin

Antonopoulos. 3rd edition (2023) free under Creative Commons. The technical deep-dive.

Blockchain book

Mastering Ethereum

Antonopoulos and Wood. Free, comprehensive, still the best single-volume reference.

Blockchain book

Ethereum Developer Docs

Official reference for EVM, gas, accounts, consensus, and smart contract standards.

Blockchain reference

DeFi Specialization — Duke University

Campbell Harvey's Coursera specialization. The most rigorous DeFi education available.

Blockchain course

Uniswap Protocol Docs

Primary source for understanding how AMMs and DeFi liquidity actually work.

Blockchain reference

The Complete Satoshi

All of Satoshi Nakamoto's known writings, emails, and forum posts.

Blockchain reference

Jameson Lopp's Bitcoin Resources

Comprehensive and regularly updated collection of Bitcoin resources.

Blockchain reference

Solidity Documentation

Official Solidity language docs. The standard for Ethereum smart contracts.

Blockchain reference

Foundry

Blazing fast Ethereum development toolkit. Forge, Cast, Anvil, Chisel.

Blockchain tool

CryptoZombies

Interactive Solidity tutorial. Build a zombie game while learning smart contracts.

Blockchain course

Chainlink Documentation

Decentralized oracle network. Price feeds, VRF, automation for smart contracts.

Blockchain reference

DeFi Llama

DeFi analytics dashboard. TVL, yields, protocol comparisons across all chains.

Blockchain tool

Ethereum Improvement Proposals (EIPs)

Standards and proposals shaping Ethereum. ERC-20, ERC-721, EIP-4844, and more.

Blockchain reference

Explore

Notes Resources Now Uses Ask AI News