Interactive Mind Map Visualizes Claude Tool Ecosystem

A developer has built an interactive mind map to help track the Claude tool ecosystem, addressing confusion about where features live across different interfaces.
Motivation and Purpose
The creator needed to convey information to their company for a Cowork rollout but kept losing track of:
- What features exist in Chat, Cowork, and Code
- Which connectors work in which tool
- What's shared versus unique between tools
- Pricing differences between plans
The creator notes this complexity is unlikely to simplify over time as new features and services are announced.
Technical Implementation
The mind map is implemented as:
- A single HTML file using D3.js
- Standard mind map interaction patterns: click nodes to expand/collapse, hover for details
- Details include pricing, platform availability, and feature specifics
Availability and Notes
The live version is hosted at: https://jeffreyfudge.github.io/claude-ecosystem-mindmap/
Important notes from the creator:
- Built with Claude's assistance but under the creator's direction
- Creator has done their best to QA everything but acknowledges potential inaccuracies
- Not mobile-friendly
- All feedback welcomed
📖 Read the full source: r/ClaudeAI
👀 See Also

Akemon: Publish and Hire AI Coding Agents Directly from Your Laptop
Akemon is a tool that lets developers publish their AI coding agents with one command and hire others' agents with another, working directly from laptops through a relay tunnel without needing servers. It's protocol-agnostic, supporting agents from Claude Code, Codex, Gemini, OpenCode, Cursor, and Windsurf.

Flash-MOE Benchmark on M5 Max: 12.99 tok/s with Qwen3.5-397B
A benchmark of the 397-billion-parameter Qwen3.5 model running locally on a MacBook Pro M5 Max with 128GB RAM achieved 12.99 tokens per second using 4-bit quantization and cache-io-split 4, three times faster than the original 48GB benchmark.

Artificial-life: A 300-line Python reproduction of Computational Life research
A Python implementation reproducing the Computational Life paper, where 240x135 grid of Brainfuck-like programs interact and evolve self-replicating code through random pairing and instruction tape concatenation.

SkillsGate: Open Source Marketplace for AI Coding Agent Skills
SkillsGate is an open source marketplace that indexes 45,000+ skills for AI coding agents like Claude Code, Cursor, and Windsurf. It provides semantic search with vector embeddings and one-command installation via npx.