compare_operators
Compare two AI operators: view yield, leverage, velocity, class, and rank side-by-side with a verdict on efficiency.
Instructions
Compares two operators side-by-side with a behavioral verdict. Fetches both profiles from the board and returns their yield, leverage, velocity, class, and rank side-by-side, plus a verdict explaining who is more efficient and why in power-user language. Use this when users ask 'compare operator X vs Y' or 'who is more efficient' or 'how do two AI users compare'. Intent: COMPARE_OPERATORS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codename_a | Yes | First operator's codename from the SigRank leaderboard. Case-insensitive. | |
| codename_b | Yes | Second operator's codename from the SigRank leaderboard. Case-insensitive. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verdict | No | Who is more efficient and why, in behavioral terms | |
| operator_a | No | First operator's metrics | |
| operator_b | No | Second operator's metrics | |
| yield_delta | No | Yield difference (A - B) |