LLM Matrix: Community-Voted Model Comparisons Built with Claude Code

A developer has created LLM Matrix, a website that allows users to browse and vote on large language models across multiple dimensions. The tool addresses concerns about centralized benchmark sites by implementing community-driven rankings.
What LLM Matrix Does
- Browse LLM scores across 2 to N dimensions simultaneously
- Users vote on models, and those votes shape the rankings
- Initial data seeded with only 20 votes per model based on aggregated scores from public internet sources
- Remaining votes and rankings determined by community input
Development Details
The entire project was built using Claude Code. The developer specifically mentioned two plugins that were essential to the development:
- production-grade plugin:
https://github.com/nagisanzenin/claude-code-production-grade-plugin - claude-mem plugin:
https://github.com/thedotmack/claude-mem
The site is currently hosted at llm-matrix.vercel.app and represents an alternative approach to LLM evaluation that prioritizes community consensus over potentially biased centralized metrics.
📖 Read the full source: r/ClaudeAI
👀 See Also

GoStaff: Go Rewrite of OpenClaw with 100x Memory Reduction
GoStaff is a Go rewrite of OpenClaw that uses approximately 100x less memory (~17MB) while maintaining OpenClaw plugin compatibility through a JavaScript shim. It features a three-tier skill system, unified Postgres persistence, and multi-provider ReAct loops.

Lobster Cage: Dockerized Security Environment for Self-Hosting OpenClaw on Raspberry Pi
A developer built Lobster Cage, a Docker Compose environment with restricted outbound access and proxy-based routing to run OpenClaw securely on a Raspberry Pi for experimentation.

MCP Server Enables AI Agents to Make Real Purchases with Ephemeral Virtual Cards
A developer has built an MCP server that allows AI agents to complete real purchases using ephemeral virtual Visa cards issued just-in-time. The system requires user approval via MFA and issues cards locked to specific merchants with 15-minute TTLs.

DocMason: Local Agent Knowledge Base for Complex Office Files
DocMason is a repo-native agent app that builds local knowledge bases from complex office documents like PPTX, DOCX, Excel, and PDFs. It runs entirely within Codex or Claude Code, maintaining document structure and providing traceable answers with provenance.