Skip to content

st analyze

b2o2i edited this page Apr 3, 2026 · 5 revisions

st-analyze — Analyze cross-product data and synthesize a new story

Generates a narrative summary of the cross-product fact-check results — who scored highest, where AIs disagreed, and which claims were consistently disputed.

Run after: st-cross

Examples

st-analyze subject.json                 # analyze and synthesize
st-analyze --ai gemini subject.json     # use a specific provider
st-analyze --plot bar subject.json      # include a bar chart

Options: --ai --plot --post --no-cache -v -q

Related: st-cross · st-heatmap · st-verdict


For developers

Flattens fact[] entries via mmd_data_analysis.get_flattened_fc_data() and passes the structured data to an AI for a prose summary.

Clone this wiki locally