@garrytan: My newest gbrain-evals just dropped - this is how gbrain does vs other options. http://ZeroEntropy.dev is SOTA for rera…
Summary
Garry Tan released new gbrain-evals benchmarks showing ZeroEntropy.dev achieves state-of-the-art performance in reranking and embedding cost, speed, and retrieval success, beating MemPalace and Vector RAG.
View Cached Full Text
Cached at: 05/24/26, 10:20 AM
My newest gbrain-evals just dropped - this is how gbrain does vs other options. http://ZeroEntropy.dev is SOTA for reranking and embedding cost, speed, and retrieval success. GBrain beats MemPalace by 1% on LongMemEval and beats Vector RAG by 38% https://github.com/garrytan/gbrain-evals/blob/main/docs/benchmarks/2026-05-23-v0.40.6.0-snapshot.md…
ZeroEntropy — Specialized AI Models for Every System
Source: https://zeroentropy.dev/ Ship Models That Work
Integrate ZeroEntropy models in minutes. Production-ready, latency-optimized, available everywhere.
Partner Providers
Access all models through a single, latency-optimized API, or through our partner providers.
# Create an API Key at https://dashboard.zeroentropy.dev
from zeroentropy import ZeroEntropy
zclient = ZeroEntropy()
response = zclient.models.rerank(
model="zerank-2",
query="What is Retrieval Augmented Generation?",
documents=[
"RAG combines retrieval with generation...",
],
)
for doc in response.results:
print(doc)
https://docs.zeroentropy.dev/ ZeroEntropy API
Start building in minutes with Python and TypeScript SDKs.
https://aws.amazon.com/marketplace/seller-profile?id=seller-nurj4uavxb4z2 ZeroEntropy VPC
Deploy in your own cloud with dedicated infrastructure. Available on AWS Marketplace and Azure.
https://cal.com/ghita-houir-alami-ekgjti/30min Enterprise and Model Licensing
Custom deployments, dedicated capacity, model licensing, model fine-tuning, and SLAs. Talk to us.
Similar Articles
@garrytan: I just made some new GBrain evals that help prove that my retrieval-for-AI-agent open source layer is SOTA for reading …
Garry Tan has released new evaluations for gbrain, an open-source retrieval layer for AI agents, showcasing state-of-the-art performance in memory reading and writing without LLM-in-loop retrieval.
@garrytan: GBrain now ships with ZeroEntropy as the recommended default embedding and re-ranking option over OpenAI and Voyage AI.
GBrain now recommends ZeroEntropy as the default embedding and re-ranking option, replacing OpenAI and Voyage AI.
@garrytan: GBrain beats MemPalace on LongMemEval And I published the benchmarks and open source eval repo to prove it
The author claims GBrain outperforms MemPalace on the LongMemEval benchmark and has released the evaluation repository as open source to validate the results.
@garrytan: GBrain SkillOpt now has 4 E2E evals that verify it working https://github.com/garrytan/gbrain-evals/blob/main/docs/benc…
Garry Tan's gbrain-evals is an open-source test suite for gbrain, an AI agent's long-term memory, with 4 end-to-end evaluations verifying SkillOpt functionality, achieving high recall and precision on multiple benchmarks.
@garrytan: GBrain v0.36.1 just landed on main. It ships something that was an idea from a hackathon team on Saturday: a team creat…
GBrain v0.36.1 adds full evals inspired by a hackathon team's Hindsight concept for tracking predictions over time.