Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Recommendations

The Recommendations page shows actionable suggestions generated from your usage data.

Suggests cheaper models for tasks where expensive models are overkill.

Example: “42% of your Opus sessions produce <500 tokens. Switching these to Sonnet would save ~$18/month.”

Identifies recurring prompt weaknesses with specific fixes.

Example: “Your prompts in apps/dashboard/ rarely include file paths. Adding paths would improve PQ by ~2.0 and reduce correction turns by 30%.“

Suggests when to use /compact or /clear based on your session patterns.

Example: “You average 35 turns before compacting. Compacting at 20 turns would save ~15% on token costs.”

Recommends workflow changes based on efficiency analysis.

Example: “Using plan mode for tasks with 5+ file changes would reduce iteration by ~40%.“

Suggests better tool selection based on your patterns.

Example: “You use Bash grep 12x/week when the Grep tool would be faster and more reviewable.”

Recommends budget settings based on your spending patterns.

Example: “Your 95th percentile daily spend is $4.20. Setting a soft cap at $5 would alert you on unusual days.”

For team leads — identifies team-wide patterns and training opportunities.

Example: “3 developers average PQ <4.0. A 30-minute prompt writing workshop could save the team ~$200/month.”

Each recommendation has a status:

StatusMeaning
NewJust generated, not yet reviewed
AcknowledgedYou’ve seen it and plan to act
ResolvedYou’ve implemented the suggestion
DismissedNot applicable or not interested

Update status from the dashboard or via the API:

POST /v1/intelligence/recommendations/:id/status
{ "status": "resolved" }

Each recommendation includes an estimated monthly savings in tokens and dollars, calculated from your actual usage data.