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

✍️ OpenClawRadar📅 Published: March 8, 2026🔗 Source
LLM Matrix: Community-Voted Model Comparisons Built with Claude Code
Ad

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

Ad

👀 See Also

AgentHandover: Mac menu bar app that creates agent skills by watching your screen
Tools

AgentHandover: Mac menu bar app that creates agent skills by watching your screen

AgentHandover is an open-source Mac menu bar app that uses Gemma 4 running locally via Ollama to watch your screen and turn repeated workflows into structured Skill files that any agent can follow. It offers both Focus Record for specific tasks and Passive Discovery that picks up patterns from background observation.

OpenClawRadar
MCP Server for TypeScript Projects Replaces Claude Code's Grep Pattern with Indexed Symbol Lookups
Tools

MCP Server for TypeScript Projects Replaces Claude Code's Grep Pattern with Indexed Symbol Lookups

A developer built an MCP server that replaces Claude Code's grep-and-guess pattern with indexed symbol lookups for TypeScript projects. The tool maintains a live SQLite index of symbols, call sites, imports, and class hierarchy, reducing token usage by 63-79% in tests.

OpenClawRadar
Context Mode: An MCP Server That Compresses Tool Outputs for Claude Code
Tools

Context Mode: An MCP Server That Compresses Tool Outputs for Claude Code

Context Mode is an MCP server that sits between Claude Code and tool outputs, processing them in sandboxes and returning only summaries. It reduces 315 KB of MCP output to 5.4 KB, extending session time before slowdown from ~30 minutes to ~3 hours.

OpenClawRadar
TigrimOS v1.1.0 and Tiger CoWork v0.5.0 released with remote agent swarms and configurable governance
Tools

TigrimOS v1.1.0 and Tiger CoWork v0.5.0 released with remote agent swarms and configurable governance

TigrimOS v1.1.0 and Tiger CoWork v0.5.0 released today add swarm-to-swarm communication between remote instances and five configurable governance protocols. Both are self-hosted, free, and open source.

OpenClawRadar