← Tools

Org X-Ray

Paste connections between people. Find hubs, bottlenecks, and silos. The structure of a team IS the structure of its output.

PASTE CONNECTIONS (one per line: name1,name2)
Loading runtime...
Paste connections and press Run.
Everything is free. If this helped → support GUMP

HOW IT WORKS

Builds an undirected graph. Measures degree (connections per person), density, and identifies bottlenecks — people whose removal disconnects the network. A bottleneck is a single point of failure.

INSTALL

pip install begump
from gump.orgxray import scan

r = scan([('alice','bob'),('bob','carol')])
print(r['bottlenecks'])

Your data stays on your machine.