Separate learning from proof
Training feedback and promotion evidence have different jobs. Held-out tasks remain frozen so iteration cannot silently tune against the final decision set.
EVALUATION + PROMOTION
Training metrics show that a run changed. Qualification shows whether the resulting skill is correct, robust, and safe enough to promote. g factor binds each decision to a frozen benchmark contract and the exact artifacts being evaluated.
WHY G FACTOR
Training feedback and promotion evidence have different jobs. Held-out tasks remain frozen so iteration cannot silently tune against the final decision set.
Use native task results, reopened artifacts, executable tests, and environment receipts instead of relying only on an LLM judge or presentation quality.
Pin the model, adapter, tokenizer, environment, taskset, reward profile, and benchmark so another run can reconstruct the same comparison.
CAPABILITIES
Define the evaluation contract before inspecting results and preserve it with the run.
Evaluate the base and adapted policies on the same contract so improvements and regressions are attributable.
Keep the decision tied to exact artifacts instead of treating a successful training job as deployment approval.
BEFORE YOU START
Training reward guides optimization on tasks used during learning. Evaluation measures the resulting model on separate held-out tasks. Higher training reward alone does not show that a model generalizes or is ready for production.
Run both against the same frozen benchmark contract, task set, and execution settings. Compare correctness, robustness, cost, and latency, and retain the exact model and adapter identities so improvements and regressions can be reviewed.
The evidence pins the model, adapter, tokenizer, environment, task set, reward profile, and execution settings. Declared metrics and promotion gates remain attached to the artifacts, so a reviewer can reconstruct what was tested and how the decision was made.
PRIVATE BETA
Bring a model, a workflow, or an evaluation problem. We'll map it to a focused post-training and qualification plan.
Request Demo