PRISM

Architecture mining, training variants, scoring, and operators.

PRISMPRISM

PRISM operator guide

Register PRISM, run workers, assign validators, collect weights, and diagnose failures.

#prism/operator-guide
prismoperatorvalidatortroubleshooting

Operator checklist

Treat PRISM as a normal Platform challenge with additional GPU worker and hidden-data requirements.

  • Register the `prism` challenge with image, version, emission percent, resources, volumes, env, and required capabilities.
  • Activate only after health checks, token mounting, and worker queues are verified.
  • Confirm public proxy paths serve only safe public routes.
  • Confirm `/internal/v1/get_weights` is reachable from the Platform master.
  • Monitor backlog, GPU utilization, failed builds, score deltas, fallback weights, and final UID submission.

Troubleshooting

Most PRISM incidents fall into schema, artifact, runtime, evaluation, or weight-publication failures.

SymptomLikely cause
Submission stuck validatingManifest schema or checksum failure.
Build passes locally but fails on validatorsUndeclared dependency, network assumption, or hardware mismatch.
No leaderboard movementQueue backlog or consensus not reached.
Weights emptyToken failure or no positive hotkey weights.
Public route exposes internal dataProxy/service mount misconfiguration.