A line-by-line PyTorch reimplementation of the Transformer paper as a runnable notebook, where each part of the paper sits next to the code that implements it — turning a dense architecture into something you can read and run end to end.
Hands-on lecture series that teaches neural networks from first principles up to building a GPT: each lecture pairs a YouTube video with Jupyter notebooks and exercises so you code models (micrograd → MLPs → WaveNet-like convs → GPT) while learning training and debugging.
Smart model router for personal AI agents that sends each request to the cheapest model capable of handling it — cutting API costs by up to ~70%. Uses a fast 23-dimension scorer, automatic fallbacks, per-tier controls, and supports local Docker self-hosting or a cloud app; ideal for cost-sensitive personal agents.
Rust-and-Python toolkit that serves open-source LLMs (Llama, Falcon, Mixtral, StarCoder) over HTTP/gRPC with tensor parallelism, continuous batching, Flash/Paged Attention and quantization. Now in maintenance mode, pointing users toward vLLM and SGLang.
Build, run, and monitor LLM agents across one stack: an open framework for chaining models and tools, LangGraph for stateful agent orchestration, and LangSmith for tracing, evaluation, and deployment in production.
Build LLM-powered agents and applications from modular components: provider-agnostic model abstractions, tool integrations, retrievers for RAG, and agent orchestration primitives. Suited for prototyping and production agent workflows; requires developer wiring and dependency management.
Connects LLMs to private and domain-specific data with ingestion, indexing, and retrieval primitives for RAG and agentic apps. Centers on document parsing via LlamaParse for 90+ file formats, schema-based extraction, and composable queries.
Unified Python framework where the same code runs on batch and streaming data, backed by a Rust engine on Differential Dataflow for incremental computation. Aimed at ETL, analytics, and live RAG pipelines over Kafka and 300+ connectors.
Curated, community-maintained collection of ready-to-use prompts — roles like interviewer, translator, and code reviewer — that copy directly into ChatGPT, Claude, Gemini, or local models. Available as CSV, markdown, and a Hugging Face dataset.
Provides a searchable, community-curated library of prompts for chat and LLM models, with a browsable site, CSV/Hugging Face dataset, an interactive prompting guide, and self-hosting options. Focused on prompt examples and community contributions for ChatGPT and other LLMs.
Connect LLMs to major chat platforms so teams can build, deploy, and operate multi-platform AI chatbots and agents. Provides multi-platform adapters, a plugin marketplace, an MCP server and built-in RAG plus production features like access control, rate limiting and monitoring.