Curated GenAI Resources

44 resourcesFree

The best of the web, curated by practitioners. No sponsored placements. No affiliate links. Just signal.

44 of 44 resources

Hugging Face Daily Papers

Hugging Face

Free

Community-curated feed of the most impactful AI research papers published daily. Includes summaries, discussions, and links to code. The best way to stay on top of what's actually moving the field forward.

Stay Current

The Batch by DeepLearning.AI

DeepLearning.AI

Free

Andrew Ng's weekly newsletter covering the most important AI news, research, and industry developments. Clear, concise analysis that cuts through the hype. Essential reading for anyone in the AI space.

Stay Current

TLDR AI

TLDR

Free

Daily newsletter delivering the most important AI news in 5 minutes. Covers research, tools, product launches, and industry moves. Great signal-to-noise ratio for busy professionals.

Stay Current

Simon Willison's Weblog

Simon Willison

Free

Thoughtful, practitioner-focused coverage of LLMs, AI tools, and the developer experience. Simon is one of the most respected voices in the AI-for-developers space. Deep dives, not hot takes.

Stay Current

ChatGPT

OpenAI

Free

The AI assistant that started the generative AI revolution. GPT-4o powers the free tier with strong reasoning, code generation, and multi-modal capabilities. The most widely used AI tool in the world.

Tools

Claude

Anthropic

Free

Anthropic's AI assistant, known for nuanced reasoning, long-context understanding (200K tokens), and strong safety properties. Excels at analysis, writing, and code. Free tier available with Claude Sonnet.

Tools

Gemini

Google

Free

Google's multi-modal AI assistant with deep integration into Google Workspace. Strong at research, summarization, and analysis. Free tier includes Gemini Pro with generous daily limits.

Tools

Perplexity AI

Perplexity

Free

AI-powered search engine that combines LLM reasoning with real-time web retrieval. Every answer includes citations. The best tool for research queries that need up-to-date, sourced information.

Tools

NotebookLM

Google

Free

Google's AI research assistant that lets you upload documents and have grounded conversations with your own data. Generates audio summaries (podcasts) from your materials. Free and surprisingly powerful.

Tools

Claude Code

Anthropic

Paid

Anthropic's official CLI for agentic coding with Claude. Understands your entire codebase, executes commands, writes and edits files, and manages git workflows. The most capable AI coding agent available today.

Dev Tools

Cursor

Cursor

Free

AI-first code editor built on VS Code. Integrates multiple LLMs for code completion, chat, and multi-file editing. The 'Composer' feature can make changes across your entire codebase from a single prompt.

Dev Tools

GitHub Copilot

GitHub / Microsoft

Paid

AI pair programmer that suggests code completions inline as you type. Powered by OpenAI Codex and GPT-4. Integrates deeply with VS Code and JetBrains IDEs. The most widely adopted AI coding tool in enterprise.

Dev Tools

Aider

Aider (Open Source)

Free

Open-source AI pair programming tool that works in your terminal. Connects to any LLM API and makes changes directly to your local git repository. Excels at multi-file edits and refactoring.

Dev Tools

Windsurf

Codeium

Free

AI-powered IDE with a 'Flow' paradigm — the AI maintains awareness of your actions and proactively suggests next steps. Competitive free tier with multi-model support and deep codebase understanding.

Dev Tools

LangChain

LangChain

Free

The most popular framework for building LLM-powered applications. Provides abstractions for chains, agents, memory, retrieval, and tool use. Supports all major LLM providers. Large ecosystem of integrations and community examples.

Frameworks

LlamaIndex

LlamaIndex

Free

Framework specialized for building RAG applications and data-augmented LLM systems. Excels at document ingestion, indexing, chunking strategies, and retrieval pipelines. The go-to choice when your primary use case is 'chat with your data'.

Frameworks

Anthropic API

Anthropic

Paid

Direct API access to Claude models. Supports text generation, vision, tool use, and structured outputs. Known for clear documentation, predictable pricing, and strong developer experience. Essential for production AI systems.

Frameworks

Ragas

Ragas (Open Source)

Free

Framework for evaluating RAG pipelines. Provides metrics like faithfulness, answer relevancy, context precision, and context recall. Essential for measuring and improving RAG system quality beyond vibes-based evaluation.

Frameworks

Haystack

deepset

Free

Open-source framework for building production-ready LLM applications with a pipeline-based architecture. Strong focus on RAG, document processing, and enterprise search. Component-based design makes it easy to swap in different models and retrievers.

Frameworks

Pinecone

Pinecone

Free

Fully managed vector database purpose-built for AI applications. Offers serverless and pod-based deployment options. Known for simplicity, speed, and reliability. Free tier includes 100K vectors — enough for most prototypes.

Vector DBs

Weaviate

Weaviate

Free

Open-source vector database with built-in vectorization modules — it can generate embeddings for you using integrated model APIs. Supports hybrid search (vector + keyword), multi-tenancy, and GraphQL queries.

Vector DBs

Chroma

Chroma (Open Source)

Free

The simplest vector database to get started with. Runs in-memory or with persistent storage. Native Python and JavaScript clients. Perfect for prototyping and small-to-medium scale RAG applications.

Vector DBs

pgvector

Open Source

Free

PostgreSQL extension that adds vector similarity search to your existing Postgres database. No new infrastructure needed — if you already use Postgres, pgvector lets you add semantic search alongside your relational data. Production-proven at scale.

Vector DBs

Hugging Face Hub

Hugging Face

Free

The GitHub of machine learning. Hosts 500K+ models, 100K+ datasets, and thousands of Spaces (demos). The central platform for discovering, sharing, and deploying open-source models. Essential for any ML practitioner.

ML & Training

PEFT Library

Hugging Face

Free

Official library for parameter-efficient fine-tuning methods including LoRA, QLoRA, prefix tuning, and adapters. Integrates seamlessly with the Transformers library. The standard tool for fine-tuning LLMs on consumer hardware.

ML & Training

TRL Library

Hugging Face

Free

Transformer Reinforcement Learning library for training LLMs with RLHF, DPO, ORPO, and other alignment techniques. Provides trainers for SFT, reward modeling, and preference optimization. The standard tool for post-training alignment.

ML & Training

Weights & Biases

Weights & Biases

Free

ML experiment tracking, model versioning, and dataset management platform. Track training runs, compare experiments, and collaborate with your team. The industry standard for ML experiment management. Generous free tier for individuals.

ML & Training

Unsloth

Unsloth (Open Source)

Free

Library for 2-5x faster LLM fine-tuning with 80% less memory. Achieves speedups through custom Triton kernels and manual backpropagation. Compatible with Hugging Face Transformers. The fastest way to fine-tune open models.

ML & Training

vLLM

vLLM (Open Source)

Free

High-throughput LLM inference engine using PagedAttention for efficient KV cache management. Achieves 2-4x better throughput than naive serving. Supports continuous batching, tensor parallelism, and speculative decoding. The standard for production LLM serving.

Serving

Text Generation Inference (TGI)

Hugging Face

Free

Hugging Face's production-ready LLM inference server. Optimized for Hugging Face models with features like continuous batching, quantization, speculative decoding, and grammar-constrained generation. Powers Hugging Face Inference Endpoints.

Serving

NVIDIA Triton Inference Server

NVIDIA

Free

Enterprise-grade inference serving platform that supports any ML framework (TensorFlow, PyTorch, TensorRT, ONNX). Features dynamic batching, model ensembles, and GPU utilization optimization. The standard for multi-model serving at scale.

Serving

Ray Serve

Anyscale

Free

Scalable model serving framework built on Ray. Handles autoscaling, batching, multi-model composition, and GPU allocation. Excels at complex inference pipelines where multiple models need to work together. Used in production at OpenAI, Uber, and Spotify.

Serving

Ollama

Ollama (Open Source)

Free

Run open-source LLMs locally on your machine with a single command. Supports LLaMA, Mistral, Gemma, and dozens more. Handles quantization, GPU acceleration, and model management. The easiest way to run LLMs locally for development and testing.

Serving

DeepLearning.AI Short Courses

DeepLearning.AI

Free

Free 1-hour courses taught by Andrew Ng and industry leaders. Topics include prompt engineering, LangChain, RAG, fine-tuning, and AI agents. Incredibly high quality for free content. New courses added weekly.

Learning

Anthropic Academy

Anthropic

Free

Free courses on prompt engineering, tool use, and building with Claude. Covers the Claude API, system prompts, function calling, and best practices. The most authoritative source for learning how to build with Claude effectively.

Learning

Hugging Face NLP Course

Hugging Face

Free

Comprehensive free course covering NLP with Transformers. Starts from tokenization and embeddings, progresses through fine-tuning and evaluation. Hands-on Colab notebooks throughout. The best free resource for understanding Transformers from the ground up.

Learning

fast.ai

fast.ai

Free

Practical deep learning courses taught top-down — you build things first, then learn theory. Jeremy Howard's teaching style is legendary in the ML community. The 'Practical Deep Learning for Coders' course has launched thousands of ML careers.

Learning

LangChain Academy

LangChain

Free

Structured courses on building AI applications with LangChain, LangGraph, and LangSmith. Covers RAG, agents, evaluation, and production deployment. Ideal for developers building LLM-powered applications.

Learning

Stanford CS229 — Machine Learning

Stanford University

Free

Andrew Ng's legendary ML course, available free on YouTube. Covers the mathematical foundations of machine learning: linear regression, SVMs, neural networks, and more. The gold standard for ML theory foundations.

Learning

RunPod

RunPod

Paid

Cloud GPU platform for AI training and inference. Offers on-demand and spot A100/H100 GPUs at competitive prices. Includes serverless GPU endpoints for inference. Popular in the open-source LLM community for fine-tuning.

GPU Compute

Modal

Modal

Free

Serverless cloud platform for running AI workloads. Define your environment in Python, and Modal handles containers, GPU scheduling, and scaling. Free tier includes $30/month in compute credits. Developer experience is exceptional.

GPU Compute

Lambda Labs

Lambda

Paid

Cloud and on-premise GPU infrastructure for AI. Offers H100 and A100 clusters for training and fine-tuning. Known for straightforward pricing and ML-focused tooling. Popular with research labs and startups.

GPU Compute

Vast.ai

Vast.ai

Paid

GPU marketplace that connects renters with providers offering idle GPU capacity. Often 3-5x cheaper than major cloud providers. Best for batch workloads and fine-tuning where spot-like availability is acceptable.

GPU Compute

Google Colab

Google

Free

Free hosted Jupyter notebooks with GPU access (T4). The simplest way to start experimenting with ML and LLMs without any local setup. Pro tier ($10/month) unlocks A100 GPUs and longer runtimes.

GPU Compute

All links verified February 2026. Found a broken link? Let us know.

Official Certifications by Ecosystem

Industry-recognized credentials that validate your GenAI and ML skills. Listed by value-to-effort ratio — free certifications first.

Anthropic Academy Courses

Free

Anthropic

Self-paced courses on prompt engineering, tool use, and building with Claude. Completion certificates available. The best starting point for anyone working with Claude or building LLM applications.

Visit

Google Professional ML Engineer

$200

Google Cloud

Validates ability to design, build, and deploy ML models on Google Cloud. Covers ML pipelines, Vertex AI, model monitoring, and responsible AI. Widely recognized in industry.

Visit

AWS Machine Learning Specialty

$300

Amazon Web Services

Validates expertise in building, training, tuning, and deploying ML models on AWS. Covers SageMaker, data engineering for ML, and model optimization. Highly valued for AWS-heavy organizations.

Visit

NVIDIA Deep Learning Institute (DLI) Certifications

Varies

NVIDIA

Hands-on certifications covering GPU computing, deep learning, and accelerated data science. NVIDIA's DLI certificates are highly regarded for infrastructure and performance roles. Multiple specialization tracks available.

Visit

DeepLearning.AI TensorFlow Developer Certificate

$100

DeepLearning.AI

Validates foundational skills in building neural networks with TensorFlow. Covers CNNs, RNNs, NLP, and time series. Good entry point for ML engineering roles, though increasingly supplemented by LLM-specific skills.

Visit

Certification roadmaps by persona

Each persona landing page includes a tailored certification roadmap showing which certs matter most for your role. Visit your persona page for a prioritized list.

Browse personas

Tools are just the starting point.

Pick your learning path and learn how to use these tools to build production AI systems, ace interviews, and advance your career.