Explainers
aaaa.fyi · 2026-07-02 · 5 min read
A single agent with a good prompt handles most tasks. Workflows exist for the rest: work that needs structure, repetition or more than one pair of hands.
Pipeline: each item flows through fixed stages (find → transform → verify). Fan-out/fan-in: split work across parallel agents, merge results. Generator + critic: one agent produces, another tries to break the output before it ships.
The Workflows section indexes runnable workflow repos — most are a config file plus instructions, installable in minutes. As with everything on the site, ranking is by real GitHub activity, not editorial choice.