Production Runtime Readiness v0
The data engine room can now run a headless production-runtime rehearsal: resolve representative titles, plan only local synthetic serviceable cases, block held/excluded/unknown cases, and prove evaluator/safety gates without unlocking real production.
The Single Idea
The engine can now be tested like a headless runtime: resolve title, choose a safe action, plan only local synthetic cases, evaluate those plans, and keep real production blocked.
01
Runtime Contract
| Runtime action | Meaning |
|---|---|
| plan_local_synthetic | Generate a local synthetic plan and evaluator receipt. |
| hold_for_review | Do not plan; reviewed hold remains outside runtime. |
| block_not_icp | Do not plan; title is outside the current ICP path. |
| block_unknown_title | Do not plan; title is not in the current beta map. |
02
Metrics
23golden cases
23expectations passed
17local plans
2holds
4blocked
6fallback plans
17evaluator passes
0real production
0duplicate titles
03
Golden Cases
| Case | Title | Category | Function | Beta cohort | Runtime action | Passed | Domain review |
|---|---|---|---|---|---|---|---|
| serve_now_seasonal_sales_associate | seasonal sales associate | strict_serve_now | sales | serve_now | plan_local_synthetic | yes | yes |
| serve_now_support_associate_soma | support associate - soma | strict_serve_now | customer_success | serve_now | plan_local_synthetic | yes | yes |
| serve_now_director_bi | director of business intelligence | strict_serve_now | data_analytics | serve_now | plan_local_synthetic | yes | yes |
| serve_now_retail_sales_associate | part-time retail sales associate | strict_serve_now | sales | serve_now | plan_local_synthetic | yes | yes |
| serve_now_customer_service_assistant | customer service assistant | strict_serve_now | administration | serve_now | plan_local_synthetic | yes | yes |
| serve_now_bilingual_technical_support_specialist | bilingual technical support specialist | strict_serve_now | customer_success | serve_now | plan_local_synthetic | yes | yes |
| serve_now_marketing_operations_manager | marketing operations manager | strict_serve_now | marketing | serve_now | plan_local_synthetic | yes | yes |
| serve_now_operations_project_manager | operations project manager | strict_serve_now | operations | serve_now | plan_local_synthetic | yes | yes |
| serve_now_assistant_product_manager | assistant product manager | strict_serve_now | product | serve_now | plan_local_synthetic | yes | yes |
| serve_now_web_designer | web designer | strict_serve_now | design_creative | serve_now | plan_local_synthetic | yes | yes |
| serve_now_data_analyst_ny | data analyst-ny | strict_serve_now | data_analytics | serve_now | plan_local_synthetic | yes | no |
| fallback_case_manager | case manager | fallback_with_caveat | general_business | serve_with_fallback | plan_local_synthetic | yes | yes |
| fallback_technical_support_assistant_manager | technical support assistant manager | fallback_with_caveat | customer_success | serve_with_fallback | plan_local_synthetic | yes | yes |
| fallback_retail_sales_associate | retail sales associate | fallback_with_caveat | sales | serve_with_fallback | plan_local_synthetic | yes | yes |
| fallback_project_manager | project manager | fallback_with_caveat | operations | serve_with_fallback | plan_local_synthetic | yes | yes |
| fallback_sales_manager | sales manager | fallback_with_caveat | sales | serve_with_fallback | plan_local_synthetic | yes | yes |
| fallback_executive_assistant | executive assistant | fallback_with_caveat | administration | serve_with_fallback | plan_local_synthetic | yes | yes |
| hold_family_law_attorney | family law attorney | reviewed_hold | general_business | reviewed_residual_hold | hold_for_review | yes | yes |
| hold_mental_health_referral_specialist | mental health referral specialist | reviewed_hold | general_business | reviewed_residual_hold | hold_for_review | yes | yes |
| excluded_registered_nurse | registered nurse - 1755724 | excluded_not_icp | general_business | excluded_or_not_icp | block_not_icp | yes | yes |
| excluded_software_support_specialist | software support specialist | excluded_not_icp | customer_success | excluded_or_not_icp | block_not_icp | yes | yes |
| excluded_seasonal_auto_glass_repair_specialist | seasonal auto glass repair specialist 1 | excluded_not_icp | general_business | excluded_or_not_icp | block_not_icp | yes | yes |
| unknown_future_job | totally unknown future job | unknown_title | None | unknown_unmapped_title | block_unknown_title | yes | no |
04
Production Gates
This is not public runtime. Auth/session/tenant context,
real-user data policy, external writes, production telemetry, and deployment
promotion remain blocked until separate integration work exists.
05
Validation Checks
| Check | Result |
|---|---|
| beta_readiness_receipt_valid | PASS |
| golden_cases_present | PASS |
| required_runtime_actions_present | PASS |
| no_duplicate_normalized_titles | PASS |
| all_golden_expectations_met | PASS |
| planned_cases_have_modules | PASS |
| planned_cases_have_exercises | PASS |
| planned_cases_have_rubrics | PASS |
| planned_cases_evaluator_passed | PASS |
| blocked_and_held_cases_do_not_plan | PASS |
| fallback_cases_caveated | PASS |
| planned_cases_keep_real_domains_blocked | PASS |
| source_grounding_visible | PASS |
| domain_review_required_visible | PASS |
| no_real_production_runtime_unlocks | PASS |
| auth_privacy_runtime_gates_declared | PASS |
06
Interpretation
This is production preparation inside the data engine room. The next product milestone is a real-beta allowlist and runtime integration boundary, not more broad title cleanup.
Where to start
Use this receipt to validate the engine before wiring UI, auth, or external services.
Use this receipt to validate the engine before wiring UI, auth, or external services.