Versioned prompts and schemas
Each AI-adjacent step records prompt names, prompt versions, schema versions, and validation state.
AI diagnostics
This console reframes backend telemetry as a product feature: visible model runs, validation signals, evidence records, and safety decisions in a calm review surface.
Each AI-adjacent step records prompt names, prompt versions, schema versions, and validation state.
Parse, optimize, and truth-guard operations persist status, provider, model, timing, and output metadata.
Rewrite suggestions are classified before display so unsupported resume claims do not slip through silently.
Match reports store requirement-level evidence, similarity signals, and explanation text for review.
AI outputs are stored with validation status, warnings, and repair-ready metadata hooks.
The evaluation harness can compare parser, matching, and truth-guard behavior across datasets.
Execution trail
The system is structured so each AI operation can be inspected, compared, and improved without losing the product story.
Resume and job text become schema-first JSON with parse confidence and warnings.
The scoring engine writes breakdown JSON, ATS coverage, gaps, and evidence rows.
The optimizer proposes targeted resume changes based on the parsed job and match report.
Truth-guard runs classify each rewrite as safe, needs review, or unsupported.