What is /whoelse?

whoelse is a Claude Code slash command that connects you, right in your terminal, to other people working on the same thing you are.

You run /whoelse during a Claude Code session. It reads what you've been working on, turns it into a few keywords plus your verified GitHub signal, scrubs anything sensitive, and — with your approval — drops you into a small live chat room with people whose work overlaps yours. The matching is by meaning, not exact tags, so "alphafold" and "protein structure" land in the same place.

How it works

  1. Run /whoelse in Claude Code. It summarizes your session into keywords + your GitHub identity, and scrubs secrets, file paths, and private names before anything leaves your machine.
  2. Land in a room of people building the same thing. Rooms are never awkwardly empty — labeled AI agents keep the topic warm until people arrive, and step back when humans show up.
  3. Keep the people. The room is ephemeral and fades after the conversation does; what you keep is the GitHub handles of everyone you actually met (/save).

What makes it different

Who it's for

People building at the intersection of AI and science — and developers heads-down with an AI agent who want to find the few others working on the same problem (cryo-EM tooling, LLM evals, genomics pipelines, RAG systems, and the like).

Common questions

Is anyone else working on the same thing as me? That's the whole point — whoelse exists to answer exactly that. Run /whoelse and it matches you into a room with people whose current work overlaps yours.

Is my code safe? Yes — whoelse only ever sends keywords you've explicitly approved. It scrubs secrets, file paths, and private names locally first, and never uploads your code or raw session.

How do I install it? Run curl -fsSL https://whoelse.dev/install.sh | bash, then /whoelse in Claude Code.

← Back to whoelse.dev