Measurement Infrastructure

Log predictions and outcomes for quote cycles with Parquet-backed storage.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/trudumb/hyper_make --skill measurement-infrastructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Measurement Infrastructure
Source: https://github.com/trudumb/hyper_make/tree/main/.claude/skills/foundation/measurement-infrastructure
Command: npx skills add https://github.com/trudumb/hyper_make --skill measurement-infrastructure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build the prediction logging and outcome tracking system that all other model improvements depend on. This infrastructure provides the measurement foundation for diagnosing failures, calibrating models, and auditing behavior.

READ THIS SKILL FIRST before any model work.

Core Features & Use Cases

  • Prediction logging at every quote cycle with granularity for conditioning analysis
  • Async outcome recording and reconciliation with predictions
  • Market state snapshots capturing conditions used for calibration
  • Storage and queries for calibration analysis (Parquet-based)
  • Calibration-analysis workflows and signal auditing integrations

Quick Start

Enable the measurement infrastructure by logging a PredictionRecord for each quote cycle and wiring the OutcomeMatcher to populate asynchronous outcomes.

Frequently Asked Questions about Measurement Infrastructure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log predictions and outcomes for asynchronous quote cycles?

To log predictions and outcomes for asynchronous quote cycles, you log a PredictionRecord for each quote cycle and wire an OutcomeMatcher to populate the asynchronous outcomes as they arrive.

What is prediction logging used for in high-frequency trading model calibration?

Prediction logging in high-frequency trading captures per-prediction granularity and market-state snapshots, providing the measurement foundation required to diagnose model failures and calibrate outcomes.

How does asynchronous outcome reconciliation work with market-state capture?

Asynchronous outcome reconciliation works by matching logged predictions against outcomes that arrive later, capturing the market-state conditions at prediction time to enable accurate calibration and auditing.

Can I use a Parquet storage backend for calibration analysis and signal auditing?

Yes, you can use a Parquet-backed storage backend to store and query prediction and outcome records, enabling efficient calibration-analysis workflows and signal auditing integrations.

What's the best way to set up measurement infrastructure before model development?

The best way to set up measurement infrastructure before model development is to establish prediction logging and outcome tracking first, as all other model improvements depend on this measurement foundation.

When do I need per-prediction granularity in market-data calibration pipelines?

You need per-prediction granularity in market-data calibration pipelines when you must condition analysis on individual quote cycles, enforce auditing, and capture market-state snapshots for accurate model evaluation.