SkillAgentSearch skills...

Minebench

Minecraft-style voxel benchmark for comparing AI models (Arena + Sandbox)

Install / Use

/learn @Ammaar-Alam/Minebench
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <a href="https://minebench.ai"> <img src=".github/assets/readme/minebench-banner.png" style="height: 10em" alt="MineBench banner"/> </a> </p> <p align="center"> <a href="docs/README.md"><strong>[ Read the Docs ]</strong></a> </p> <p align="center"> <a href="https://minebench.ai"> <img alt="Live" src="https://img.shields.io/badge/Live-minebench.ai-0ea5e9?style=flat&logo=vercel&logoColor=white" /> </a> <a href="LICENSE"> <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-3b82f6?style=flat" /> </a> <a href="https://buymeacoffee.com/ammaaralam"> <img alt="Support" src="https://img.shields.io/badge/Support-Buy%20Me%20a%20Coffee-ffdd00?style=flat&logo=buy-me-a-coffee&logoColor=000000" /> </a> </p>

MineBench

A benchmark for evaluating AI spatial reasoning through Minecraft-style voxel construction.

Models are given a natural-language prompt and must produce raw 3D coordinates as JSON. In tool mode, models call voxel.exec (minimal primitives: block, box, line) to generate large builds beyond token-only JSON limits. MineBench visualizes the output and ranks models via head-to-head voting with a confidence-aware Glicko-style system (public ordering by conservative score).

Try it live

MineBench arena — Opus 4.5 versus Opus 4.6 MineBench default Arena landing page

Why MineBench?

Most LLM benchmarks test text and raw accuracy. MineBench instead tests whether a model reason about 3D space. Given a prompt like "a medieval castle with four towers", the model must mentally construct geometry, pick materials, and output thousands of precise block coordinates. No vision model or diffusion – just math and spatial logic.

As it turns out, this kind of spatial reasoning correlates strongly with a model's raw general intelligence; the MineBench leaderboard tracks, anecdotally, the same hierarchy that most people observe in real-world usage: the smartest reasoning models are clearly visible when asked to produce visual builds.

MineBench, unlike other benchmarks, gives an easy way to visually determine (at least one aspect of) a model's raw intelligence. The ranking system also highlights which models are clearly 'bench-maxed' (i.e. when a model has amazing benchmarks on paper, but clearly lacks in real world usage).

MineBench arena — two AI models building a medieval castle side-by-side

Features

  • Arena — blind head-to-head comparisons of pre-generated builds with confidence-aware ranking
  • Sandbox — compare existing builds or generate new ones live with your own API keys
  • Local Lab — copy the benchmark prompt, run it in any model, paste the JSON back to render
  • Leaderboard — live rankings with win/loss/draw stats across all models

Documentation

MineBench leaderboard showing model rankings

Supported Models

MineBench currently benchmarks models from OpenAI, Anthropic, Google, Moonshot, DeepSeek, MiniMax, xAI, Z.AI, Qwen, Meta, and any model available through OpenRouter.

Quick Start (Local)

This path lets you run the full app and compare existing builds from uploads/ without generating new ones.

Prereqs: Node.js 18+, pnpm, Docker.

pnpm install
cp .env.example .env
pnpm dev:setup

In a second terminal:

pnpm prompt --import

Then open:

  • http://localhost:3000/ (Arena)
  • http://localhost:3000/sandbox
  • http://localhost:3000/leaderboard

For environment variables, live generation, seeding/import workflows, batch generation, API routes, troubleshooting, and deployment, see the docs:

Contributing

Contributions are welcome! See CONTRIBUTING.md for how to add new models, submit benchmark prompts, improve the UI, or fix bugs.

Support MineBench

Running MineBench is expensive: model inference, storage, and hosting costs add up quickly as the benchmark grows.

Support directly via Buy Me a Coffee.

MineBench is also sponsored by 3D-Agent, an AI assistant for Blender and 3D workflows. Use code MINEBENCH10 for 10% off a subscription.

Disclosure: MineBench earns a recurring affiliate commission when this code is used.

License

MIT

Texture pack: Faithful (see assets/texture-pack/LICENSE.txt)

Inspired by MC-Bench (GitHub)

[Disclaimer: all documentation (including README) and frontend is almost entirely AI-created]

Related Skills

View on GitHub
GitHub Stars129
CategoryDevelopment
Updated1d ago
Forks8

Languages

TypeScript

Security Score

100/100

Audited on Apr 4, 2026

No findings