High-throughput inference server for LLMs. PagedAttention memory management. The go-to for serious local or self-hosted serving.
vLLM is the inference server you reach for when llama.cpp is too small and cloud APIs are too expensive. Originally from UC Berkeley, vLLM pioneered PagedAttention (a KV-cache memory layout inspired by OS virtual memory paging) and continuous batching, which together give it throughput that outperforms most alternatives on the same hardware. It supports most modern model architectures, loads Hugging Face weights directly, and exposes an OpenAI-compatible HTTP endpoint. For any team self-hosting a model on an H100 or consumer GPU with serious traffic, vLLM is the production-grade default. It is less consumer-friendly than Ollama but the throughput gap is meaningful at scale.
The easiest way to run LLMs locally. One command to pull and run any model. OpenAI-compatible API. 52M+ monthly downloads. Supports GGUF, Safetensors, and custom Modelfiles.
Open-source OpenAI API replacement. Runs LLMs, vision, voice, image, and video models on any hardware - no GPU required. 35+ backends. Distributed mode for scaling.
C++ inference engine for LLMs. GGUF format, quantization, CPU and Metal/CUDA support. The foundation most local tools build on.
Apple's array framework for machine learning on Apple Silicon. Native Metal support, unified memory, first-class LLM inference.
High-throughput inference server for LLMs. PagedAttention memory management. The go-to for serious local or self-hosted serving.
Try vLLMHonest takes on AI dev tools, frameworks, and infrastructure - delivered to your inbox.
Subscribe FreeThe easiest way to run LLMs locally. One command to pull and run any model. OpenAI-compatible API. 52M+ monthly downloads. Supports GGUF, Safetensors, and custom Modelfiles.
Desktop app for discovering, downloading, and running local LLMs. Clean chat UI, OpenAI-compatible API server, and automatic GPU detection. MLX engine optimized for Apple Silicon.
Open-source ChatGPT alternative that runs 100% offline. Desktop app with local models, cloud API connections, custom assistants, and MCP integration. AGPLv3 licensed.
Configure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsStep-by-step guide to building an MCP server in TypeScript - from project setup to tool definitions, resource handling, testing, and deployment.
AI Agents
ZLUDA 6 adds PhysX support, textures for Blender, and better Windows experience. The catch? Commercial funding ended, so...

Google Trends put CBRS stock on the board after Cerebras' first public-company earnings. The developer takeaway is not a...

Open weights are free to download, but inference is not free to run. Here is the honest break-even math on when self-hos...

Google released DiffusionGemma today, a 26B MoE open model that generates entire 256-token blocks in parallel instead of...

How KV caching speeds up LLM inference - the math, the code, the memory tradeoffs, and when it stops helping. Every dev...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.