Skip to content

v0.26.0 — Personal Agent Cost-Efficiency Curve

Choose a tag to compare

@Siddhant-K-code Siddhant-K-code released this 19 Apr 11:42

Personal Agent Cost-Efficiency Curve

agent-strace curve analyses your stored session history and tells you which task types are worth delegating to an agent — and which ones cost more than they save.

agent-strace curve
agent-strace curve --min-sessions 10 --export csv

Sessions are classified into 10 task types (unit tests, debugging, refactoring, architecture, etc.) by keyword matching on agent name and command. Each type is compared against a community sweet-spot benchmark to produce a per-type verdict: efficient / over sweet spot / do this yourself.

Potential monthly savings are calculated for task types running above 1.5× their sweet spot. --export csv outputs raw data for external analysis.