ZeroEntropy

A six-person team building task-specific embedding and reranking models that run 4 to 8 times faster than comparable offerings from OpenAI or Anthropic, with 500K downloads on HuggingFace. Source: X/@garrytan, 2026-05-23

The thesis

ZeroEntropy bets on narrow, task-specific models rather than general frontier models. Garry Tan framed it as "no hype, just better engineering winning on the merits" and as "what make something people want looks like in the model layer." The speed advantage (4 to 8x) and HuggingFace adoption (500K downloads) come from optimizing for one job, retrieval scoring, instead of broad capability. Source: X/@garrytan, 2026-05-23

Retrieval quality signal

In Garry Tan's own thread, ZeroEntropy is described as SOTA on GBrain embedding and reranking, tying its rerankers directly to the retrieval quality of a real personal-knowledge brain. Source: X/@garrytan thread, 2026-05-23

The product

ZeroEntropy trains specialized rerankers, embeddings, and custom models for search and RAG pipelines, marketed as "blazing fast and accurate where generalist models aren't." The lineup: zembed-1 (embeddings that outperform leading models at lower dimensionality), zerank-2 (a state-of-the-art reranker invoked in one line of code), and fine-tuned custom models (query rewriting, context compression, bespoke production-agent models). It cites a p90 latency drop from ~500 ms to ~80 ms versus generalist alternatives. Source: ZeroEntropy, https://www.zeroentropy.dev/, 2026-06-13

Models are open-weight and reachable through a single latency-optimized API (Python and TypeScript SDKs) or partner providers, with a ZeroEntropy VPC deployment on AWS Marketplace and Azure. It is SOC 2 Type II, HIPAA, GDPR, and CCPA compliant. Production users include Vera Health (retrieval across millions of medical papers, plus Deep Research via ZeroEntropy's MCP server) and Assembled, which reported a 2.8x cost reduction after switching. Source: ZeroEntropy, https://www.zeroentropy.dev/, 2026-06-13

Current source snapshot

As of 2026-07-03, the docs list zembed-1 as the default embedding model for zsearch, callable through models/embed, Python, Node, Hugging Face weights, and AWS Marketplace/SageMaker. Its configurable dimensions are 2560 (default), 1280, 640, 320, 160, 80, and 40, with query/document input types and fast/slow latency modes. The docs list zerank-2 as the flagship reranker, alongside zerank-1 and zerank-1-small, callable through models/rerank. Source: ZeroEntropy models docs, 2026-07-03

SDK/package snapshot: npm zeroentropy latest is 0.1.0-alpha.10; PyPI zeroentropy latest is 0.1.0a11 under Apache-2.0. The quickstart exposes US and EU API endpoints, dashboard-created API keys, Python/TypeScript SDK install paths, and interactive OpenAPI/Swagger surfaces. Source: npm registry, 2026-07-03; Source: PyPI, 2026-07-03; Source: ZeroEntropy quickstart, 2026-07-03

Hugging Face public model snapshot: zeroentropy/zembed-1-embedding is at SHA 10378878bba40172305a1a979db64a413ab7da7b and zeroentropy/zerank-2-reranker is at SHA 52fc9244cd4deb83a7cbae6c4b920d8f2da62c45. Those public-model counters are current API snapshots, not a replacement for Garry Tan's broader historical "500K downloads" claim. Source: Hugging Face API, 2026-07-03

Relevance to Kevin

Reranking and embedding are the retrieval half of Retrieval-Augmented Agents and the read path of Agent Memory Patterns. Kevin's wiki runs on qmd hybrid search with reranking; a fast, task-specific reranker like ZeroEntropy is exactly the kind of component that sharpens brain-first lookup without the cost of a frontier model. It also mirrors the broader pattern of owning a small, fast, specialized model over renting a general one. Source: compiled from wiki, 2026-06-01

Concretely: zerank-2 is a one-line drop-in over an existing candidate set, so it could sit in front of qmd's reranking stage without re-architecting the brain. Open-weight models mean a VPC or local deployment is possible (no hard dependency on a hosted API), and ZeroEntropy's own MCP server is the same shape as Kevin's Remote MCP Server pattern — exposing retrieval to any MCP client. The ~80 ms p90 latency is well within an interactive agent loop's budget. Source: ZeroEntropy, https://www.zeroentropy.dev/, 2026-06-13


Timeline

  • 2026-05-23 | Garry Tan highlighted ZeroEntropy, a six-person team shipping task-specific models 4 to 8x faster than OpenAI or Anthropic with 500K HuggingFace downloads (2,800 likes, 3,704 bookmarks). His thread named it SOTA on GBrain embedding and reranking. Source: X/@garrytan, 2026-05-23
  • 2026-06-13 | Quality remediation: added primary-source product facts from zeroentropy.dev — zembed-1 / zerank-2 / custom models, ~500 ms→~80 ms p90 latency, open-weight models + Python/TS SDKs + VPC (AWS/Azure), SOC 2/HIPAA/GDPR/CCPA, and customers (Vera Health via MCP, Assembled 2.8x cost cut). Source: ZeroEntropy, https://www.zeroentropy.dev/, 2026-06-13
  • 2026-07-03 | Source-reviewed the Garry/GBrain bookmark and refreshed the current source snapshot: docs expose zembed-1, zerank-2, Python/Node SDKs, US/EU API endpoints, npm 0.1.0-alpha.10, PyPI 0.1.0a11, and Hugging Face SHA snapshots for public embedding/reranker repos. Source: ZeroEntropy docs, npm, PyPI, Hugging Face, 2026-07-03