# Trigger a new iteration (one run per task × environment pair)
tpc sim experiment run exp_789
# Follow progress — --watch polls every 5 seconds until the iteration finishes
tpc sim experiment run status exp_789 --watch
# Read iteration results: summary, task scores, failure clusters, suggestions
tpc sim experiment results exp_789
# Compare against an earlier iteration, or drill into one failure cluster
tpc sim experiment results exp_789 --iteration 2
tpc sim experiment results exp_789 --error-category "Auth failures"
# Signal values, aggregated and per run
tpc sim experiment signals exp_789