find_usage_operation_divergence
Compare usage vs yield percentiles to identify operators with usage-operation divergence, tagging all 50 into classes like LOW_USAGE_HIGH_OPERATION to reveal performance gaps.
Instructions
Find operators with usage-operation divergence. Computes usage percentile from raw token totals and compares to yield percentile. Returns all 50 operators with divergence class (LOW_USAGE_HIGH_OPERATION, HIGH_USAGE_LOW_OPERATION, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| synthetic | Yes | ||
| all_operators | Yes | ||
| divergent_operators | Yes |