Kraftverk

Docs / Kraft Index

Kraft Index

The Kraft Index is a weighted composite of category scores derived from KraftBench measurements. It exists so experiments can be compared with one explainable number — without erasing the category breakdown underneath.

Definition

  1. Each measurement contributes a higher-is-better score
  2. Within a category, scores are combined with a geometric mean (limits one microbench dominating)
  3. Categories are blended with documented weights
  4. Missing categories (e.g. GPU weight 0, or failed storage) cause renormalization over present weights
  5. A baseline run’s mean raw composite maps to 10,000
  6. Later runs: index = (raw / baseline_raw) × 10000

Default weights (M1)

CategoryWeightRationale
CPU0.40Dominant for general systems work
Memory0.20Bandwidth / latency sensitivity
Storage0.15Local I/O capability
System0.10Scheduler / threading proxies
Realtime0.15Pipeline / parse / parallel stand-ins
GPU0.00Reserved until a real backend exists

Weights sum to 1.0. GPU is zero so the index is not diluted with placeholders.

CPU
0.40
Memory
0.20
Storage
0.15
Realtime
0.15
System
0.10
GPU
0.00

Illustrative visualization of documented weights — not a live measurement.

What gets stored

Every experiment stores the composite Kraft Index, category scores, per-benchmark components, and raw sample measurement sets. Inspect with:

kraftverk explain <id>
kraftverk history
kraftverk lineage <id>

Related

KraftBench · Statistics