PROBLEM
A prompt tuned for one model can drift when moved to another, making the provider change look like a product-policy change.
USE CASE
Preserve behavior identity when applications move between model providers or model versions.
PROBLEM
A prompt tuned for one model can drift when moved to another, making the provider change look like a product-policy change.
OLD WORKFLOW
Teams manually retune instructions and hope the new prompt still represents the same intended behavior.
EXAMPLE
The application can change from one model provider to another while the same behavior revision remains the policy identity being evaluated and released.
VIRA WORKFLOW
Keep the canonical behavior revision independent from the model target.
Compile or project that behavior for the selected model.
Evaluate target-specific execution against the same governed identity.
Bind optimized artifacts to the exact target and composition.
Fall back to canonical execution when optimized identity is stale or mismatched.
WHAT IS GOVERNED
WHAT IS MEASURED
WHAT CAN FAIL