Repair
Automatically repair AI system instructions from evaluation findings, with version tracking and regression detection.
How to access it
Repair is available after any completed evaluation that included system instructions — from the evaluation report page or the dedicated Repair list in the sidebar.
report page
Repair list
regression
Key features
repair
lineage
detection
Output modes
rewrite
patches
Repair output
Every Repair run produces two artifacts.
instructions
instruction_changes lists every modification with the source finding, what changed, and why. knowledge_base_recommendations lists issues that can’t be fixed in instructions alone and suggests actions like adding documents or updating retrieval configuration.findings
Version lifecycle
The repair pipeline
evaluation
artifacts
instruction_changes + knowledge_base_recommendations with finding traceability.increment
comparison
Regression detected? If the new score is lower than the previous version, the evaluation is flagged as a regression. A “Fix Regression” button appears on the report page, launching Repair in regression mode with analysis of what the previous repair changed and why it hurt.
Regression repair pipeline
detected
— regression mode
+ repaired instructions
reverted_changes, root_cause, and new_approach alongside the corrected instructions.Regression mode forces the Repair agent to explicitly acknowledge what went wrong. The changelog references the specific changes from the previous repair that caused the decline, explains the root cause, and documents the alternative approach taken.