-
Notifications
You must be signed in to change notification settings - Fork 0
st cross
b2o2i edited this page Apr 3, 2026
·
13 revisions
Runs the full research pipeline in one command: generates a story from every AI, then has every AI fact-check every story. The result is an N×N score matrix saved into the container.
Run after: st-new · Run before: st-merge · st-heatmap · st-verdict · st-analyze
Related: st-bang · st-fact · st-heatmap · st-verdict
Step 1 runs st-gen --prep per AI in parallel threads. Step 2 fact-checks all N×N pairs — each column (fact-checker AI) is a separate thread, serializing writes per story to avoid JSON corruption. The live ANSI display is updated every second. Ctrl+C preserves results collected so far.