IMPP

Scale & Cost Targets

Performance targets, latency budgets, and cost expectations for the IMPP registry and verification pipeline.

Scale & Cost Targets

This page documents the performance and cost targets for IMPP's core operations. These are design goals for the current protocol version (0.5).

Verification Pipeline

OperationTarget LatencyNotes
Schema validationunder 1sLocal, no network
Steganography detectionunder 30sStatistical analysis on artifact content
Overfit probeunder 60sRequires held-out test set evaluation
Negative transfer probeunder 120sAttaches to baseline agent and benchmarks
Freshness checkunder 1sTimestamp comparison
Full pipeline (all probes)under 5 minEnd-to-end, including queue time
Certificate issuanceunder 2sEd25519 signing after probes pass

Registry Operations

OperationTarget LatencyNotes
impp install (single artifact)under 10sDownload + local cache
impp searchunder 500msFull-text search across registry
impp verify --offlineunder 100msLocal Ed25519 signature check
impp publish (upload)under 5sArtifact upload before pipeline starts

Artifact Size Limits

ConstraintLimitRationale
Max artifact content1 MBKeeps verification fast, fits in model context
Max token count128K tokensUpper bound for largest model contexts
Max sections per artifact256Practical limit for retrieval indexing
Min content length100 tokensBelow this, the artifact has no meaningful knowledge

Cost Model

IMPP aims to keep verification costs low enough that publishing is accessible:

TierMonthly LimitVerification Cost
Free50 artifacts$0
PublisherUnlimitedPer-artifact fee (TBD)
EnterpriseCustomVolume pricing

The free tier covers individual researchers and small teams. Verification cost is dominated by the negative transfer probe (requires model inference).

Self-Hosting

Organizations can run a private IMPP registry with their own verification infrastructure. Self-hosted registries have no artifact limits but require:

  • Compute for adversarial probes (GPU recommended for negative transfer)
  • Storage for artifact content and certificates
  • An Ed25519 key pair for certificate signing