Discover the Best AI Resources
Curated essentials, no noise — just what matters
Curates 80+ hands-on LLM-powered examples, tutorials and recipes for building agents, RAG systems, voice assistants, and agentic workflows. Includes starter templates, course playlists, and reference apps for rapid prototyping and learning.
Provides high-throughput, low-latency GPU communication kernels for Mixture-of-Experts (MoE) and expert-parallel workloads, with NVLink↔RDMA-aware forwarding, FP8/BF16 support, and low-latency RDMA hooks for inference decoding.
An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.
Performs fast static type checking and provides a language server with code navigation, semantic highlighting, and completions for Python. Processes ~1.85M lines/sec and completes IDE rechecks typically under 10ms — intended for responsive editor workflows and large codebases.
A benchmark dataset for evaluating MLLM-driven interactive webpage code generation: provides prototyping screenshots, action.json interaction metadata, and example generation scripts across 127 webpages and 374 interactions to test dynamic UI-to-code capabilities.
Optimized MLA (Multi-head Latent Attention) decoding kernels powering DeepSeek-V3/V3.2 inference on Hopper and Blackwell GPUs. Dense decoding reaches ~3000 GB/s and 660 TFLOPS on H800; the sparse path stores the KV cache in FP8.
Distributes one post across 14+ platforms (Douyin, Xiaohongshu, TikTok, X), automates likes and replies via a browser plugin, and matches creators to paid brand tasks settled by sales, views, or engagement. Drivable from Claude/Cursor via MCP.
Trains LLM reasoning and agentic models with fully asynchronous reinforcement learning, decoupling rollout generation from policy updates for a 2.77x speedup over synchronous RL. Covers GRPO, PPO and DAPO across Megatron, FSDP, vLLM and SGLang backends.
Curated collection of production-oriented AI projects that implement OCR, RAG, multi-agent systems, and multimodal pipelines. Each entry provides runnable code, setup notes, and engineering patterns to help developers move prototypes toward production.
Scaffolds production-ready GenAI agents on Google Cloud from one CLI command, wrapping your agent logic in Terraform, CI/CD, observability, and evaluation. Ships ADK, LangGraph, and multimodal RAG templates for Cloud Run or Vertex AI Agent Engine.
Walks through real LLM workflows across chat, search, deep research, file analysis, coding, voice, images, and generated podcasts. It is most useful as a field guide to the messy AI app layer.