perplexity-cli
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
Minecraft-style voxel benchmark for comparing AI models (Arena + Sandbox)
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).
Most LLM benchmarks test text and raw accuracy. MineBench instead tests whether a model can 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).
.schem for Blender, 3D printing, and Minecraftdocs/README.mddocs/local-development.mddocs/operations.mddocs/deployment.mddocs/arena-ranking-system.mddocs/arena-ranking-validity-policy-v2.mddocs/build-export-import.mddocs/voxel-exec-raw-output.mdMineBench currently benchmarks models from OpenAI, Anthropic, Google, Moonshot, DeepSeek, MiniMax, xAI, Z.AI, Qwen, Meta, and any model available through OpenRouter.
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/sandboxhttp://localhost:3000/leaderboardFor environment variables, live generation, seeding/import workflows, batch generation, API routes, troubleshooting, and deployment, see the docs:
Contributions are welcome! See CONTRIBUTING.md for how to add new models, submit benchmark prompts, improve the UI, or fix bugs.
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.
Texture pack: Faithful (see assets/texture-pack/LICENSE.txt)
Inspired by MC-Bench and VoxelBench
[Disclaimer: all documentation (including README) and frontend is almost entirely AI-created]
more like this
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
Unity project showcasing A* pathfinding, fully jobified & burst compiled. It also contains examples of RaycastCommand a…
search projects, people, and tags