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

OpenClaw Plugin Connects AI Agents to Meshtastic Radio Mesh for Off-Grid Operation
A new open-source plugin bridges the OpenClaw framework with Meshtastic's LoRa radio mesh network, enabling AI conversations, API queries, and device control without internet or cellular connectivity.

Claude Code Routines: Automated Cloud Tasks for AI Development Workflows
Claude Code Routines allow developers to save Claude Code configurations as automated tasks that run on Anthropic-managed cloud infrastructure. Routines support scheduled, API, and GitHub triggers for unattended execution of prompts against repositories.

Code Decisions: Open Source Claude Plugin Captures Technical Decisions
Code Decisions is an open source Claude Code plugin that captures technical decisions from conversations and surfaces them when affected files are edited. It writes decisions as markdown files to .claude/decisions/ with an affects field pointing to governed files.

Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps
A developer built claude-switch, a 250-line bash CLI tool that saves and restores Claude Code credentials from macOS Keychain to switch between accounts when one hits usage limits. The tool eliminates browser re-authentication and maintains workflow continuity.