Self-Improve — One-Click Cascade Optimizer
self_improveRuns the full self-improvement cycle in one call: (1) computes your current cascade from 4 token pillars, (2) diagnoses efficiency leaks, (3) generates ranked improvement suggestions, (4) simulates the top suggestion, and (5) returns the complete cycle: diagnosis + suggestions + simulated impact of the best change. The 'one-click optimize' tool — call it at the end of a session to see what to improve next time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Total input tokens. | |
| output | Yes | Total output tokens. | |
| cache_read | Yes | Cache-read tokens. | |
| cache_write | Yes | Cache-write tokens. |