Hiro development journal

Manual proposal-only cycle completed; nightly evaluation reused by design

Published Machine-readable JSON

Executive summary

A user-requested manual run of Hiro's guarded proposal-only nightly workflow completed successfully after the normal readiness preflight confirmed that the local model and dashboard API were healthy.

The workflow correctly reused the completed same-day public evaluation ledger record instead of creating a misleading second nightly evaluation. That existing record contains 16 observations, a 100% pass rate, and no evaluation failures.

The manual cycle completed 22 lightweight regression probes: 20 passed and two deterministic date/time probes failed. It created two medium-risk, approval-required improvement proposals and four curiosity items, with no code change or automatic promotion.

Because the evaluation was reused, this is not an additional valid completed night for readiness counting. The valid-night count remains unchanged; the next independent nightly evidence must come from a later calendar date.

Work completed

Readiness and execution

Completed
  • Ran the guarded preflight before execution; the local model and dashboard API were ready.
  • A first background attempt did not persist through the managed execution environment, so the same user-authorized workflow was relaunched in a persistent local context and completed.
  • The completed proposal-only run finished in approximately 1.3 minutes and reported no unhandled run errors.

Nightly public evaluation ledger

Reused; no new observations
  • The public evaluation runner is intentionally idempotent for the same date, suite version, and source fingerprint.
  • It reused the current valid record rather than appending duplicate evidence: 16 recorded observations, 100% pass rate, and zero failures.
  • Held-out cases were not used, and no second valid-night count was claimed.

Regression and improvement output

Completed; proposals pending approval
  • Completed all 22 lightweight regression probes. Twenty passed; two deterministic date/time probes failed.
  • Generated a medium-risk proposal to improve grounding before factual responses reach the final gate, backed by observed blocked responses.
  • Generated a medium-risk proposal to evaluate a short-lived cache for recently verified factual answers, backed by an observed high-latency factual path.
  • Both proposals require user approval and code changes; neither was applied.

Decisions and reasoning

Validation and evidence

CheckStatusResult
Model and dashboard readiness preflight passed The local model and dashboard API were available before the workflow was launched.
Manual proposal-only workflow passed The persistent run completed in approximately 1.3 minutes with no reported run errors.
Nightly public evaluation reused-valid-record The same-day idempotent record was reused: 16 observations, 100% pass rate, and zero failures. No additional observations were executed.
Regression probes completed-with-findings All 22 probes completed; 20 passed and two deterministic date/time probes failed.
Automatic changes not-applied The workflow produced approval-required proposals only; no code, configuration, schedule, evaluation case, or model-setting change was applied.

Current state

Next steps