Skip to content

st bang

b2o2i edited this page Apr 3, 2026 · 4 revisions

st-bang — Run all AI providers in parallel and merge results

Generates stories from all AI providers simultaneously, then merges them into one container. Much faster than running st-gen once per provider.

Run after: st-new · Run before: st-cross · st-merge

Examples

st-bang subject.prompt                  # run all providers in parallel
st-bang --ai all subject.prompt         # explicit: all providers
st-bang --no-cache subject.prompt       # bypass API cache

Options: --ai --no-cache --merge -v -q

Related: st-gen · st-merge · st-cross


For developers

Launches one st-gen --bang N subprocess per AI. Each writes to tmp/<story>_N.json and creates a .block file. st-bang polls every second until all block files are removed, then merges the tmp files into the main container.

Clone this wiki locally