Skip to content

st cross

b2o2i edited this page Apr 3, 2026 · 13 revisions

st-cross — Run all AI providers and cross-check results

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


For developers

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.

Clone this wiki locally