A supervisor fans work out to sub-agents behind a bounded semaphore, collecting into a pre-sized ordered results slice, with per-worker fault isolation so one panic becomes one failed result
Guided views
Explore this system
Step through curated paths without changing the source diagram.
Beat
Next
ReadyChapter 01 / 01
Guided chapter
Diagram guideExplore this system
Inspecting compiled semantics
E ExportT ThemeS Style0 Reset+ Zoom in- Zoom outEsc Close
Find a node
⌕/
No matching nodes
Semantic passport
Verified source
Authored reach
Route probeChoose a start node
Pick two semantic nodes on the diagram
Choose the source, then the destination. Direction matters.
Semantic lensCompare system roles
Choose up to two semantic kinds. One reveals its real traffic; two compare only direct authored relationships.
Choose a kind to inspect its nodes and touching relationships.
Semantic radar
Building overview
Click nodeDrag to pan
Bounded Fan-out
• The supervisor dispatches work to sub-agents
• A semaphore caps concurrency with backpressure
• No unbounded goroutine explosion
Ordered Fan-in
• Each worker writes to a fixed slice index
• The results slice is pre-sized and ordered
• Fan-in fires once every source completes
Fault Isolation
• A worker panic is recovered per worker
• One panic becomes one failed result
• The run finishes with a complete result set
Data-flow diagram • Built with Archify • Create yours ↗ • Hover to trace • R route • Click to focus • +/− zoom • M radar • [/] views • P play story • T theme • E export