Back to Discover
B

Benchmark Heaven

StartupLaunched September 2026

Screenshots

The Story

Benchmark Heaven publishes cost and capability comparisons across AI models. Its own description is "The most detailed cost-capability analysis in AI. Every model. Every Benchmark. Actual Costs."

One published comparison, JevBench v1.3.0, states that 52 Jev-class systems were tested on 534 decisions, with a named leader at a specific score. The site presents itself as a benchmark and cost reference rather than a model host: it reports results and prices instead of running inference itself.

FAQ

What is Benchmark Heaven?

Cost-capability analysis across AI models and benchmarks.

Where can I access Benchmark Heaven?

Use the official product link below. It is the destination recorded for this listing.

Where should I check current pricing and availability?

Check the current product page before making a decision. The directory's pricing category is a listing field, not a live price quote or availability guarantee.

What stack is Benchmark Heaven built with?

The CompassPad entry does not list a specific stack for Benchmark Heaven.

Is Benchmark Heaven free, or does it cost money?

The CompassPad listing does not confirm a pricing model for Benchmark Heaven. Check the product page for current details.

Discussion

No comments yet. Be the first.

Join the conversation. Sign up to comment.

Sign up free

Similar But Scrappier

My Bot Farm

Trending

An open market to share your agents.

AI & Machine LearningCCompassPad editorial

My Bot Farm is a marketplace for whole agents and teams rather than a catalogue of individual skills. Its page states that you browse bots and install a copy for GrokBot, Hermes, and OpenClaw. The site draws a deliberate distinction in its own headline: "An Open Market to share your Agents. Not a warehouse of skills." It treats teams as first-class objects alongside single bots, and says new listings appear when they land rather than when someone remembers to check.

Cursor

FeaturedTrending

An AI code editor built as a fork of VS Code.

AI & Machine LearningCCompassPad editorial

Cursor is a code editor that embeds AI assistance directly into the editing surface. It is built as a fork of VS Code, so extensions, themes, and keybindings carry over, but the assistant is a first-class part of the interface rather than a plugin. The core interaction is the inline edit: select code, describe the change in natural language, and review a diff before accepting. Alongside that, a chat panel can read the open files and answer questions about the codebase, and an agent mode can make multi-file changes with a plan the developer approves. The editor indexes the repository so answers reference the project's own code rather than generic patterns. Teams that adopt it typically keep a review step, because the assistant's output still needs the same scrutiny as any other contribution. The company publishes a changelog and documentation, which is what makes the feature set checkable.

Open WebUI

A self-hosted chat interface for local and hosted language models.

AI & Machine LearningCCompassPad editorial

Open WebUI is a chat front end that runs on your own machine or server and connects to local runtimes such as Ollama and to hosted model APIs. It provides the interface a hosted chat product provides, without the conversation leaving your infrastructure. The feature set covers what a team expects from a chat interface: multiple conversations with history, model switching, prompt presets, document upload for retrieval, and web search integration. Multi-user support adds accounts and roles, so a small team can share one deployment with separate conversations and access to different models. It is a front end rather than a model runtime, so it needs something to talk to. The project is open source and self-hostable, and the tradeoff is operational: running it means running a container, a database, and whichever model backend it is pointed at.