Skip to content

Commit 5226f5b

Browse files
ofershapcursoragent
andcommitted
add cost optimization to README positioning
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2e67254 commit 5226f5b

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

.cursor/rules/project-context.mdc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ Open-source Cursor IDE usage monitoring, anomaly detection, and alerting for ent
99

1010
## Project Goals
1111

12-
This dashboard answers three questions:
12+
This dashboard answers four questions:
1313

1414
1. **Cost monitoring** - Are we spending too much? Who's driving it? Why?
15-
2. **Adoption tracking** - Is everyone using the tool we're paying for?
16-
3. **Usage understanding** - How is each person working with AI?
15+
2. **Cost optimization** - Who's using expensive models when cheaper ones would do? How much would switching save?
16+
3. **Adoption tracking** - Is everyone using the tool we're paying for?
17+
4. **Usage understanding** - How is each person working with AI?
1718

1819
It is NOT a developer performance measurement tool. Cursor metrics cannot tell you if someone shipped a great feature or wrote bad code. The dashboard monitors cost, adoption, and usage patterns.
1920

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h1 align="center">Cursor Usage Tracker</h1>
66

77
<p align="center">
8-
Open-source cost monitoring for Cursor Enterprise teams. Track AI spend per developer, detect anomalies automatically, and get Slack alerts before the invoice surprises you. Self-host with Docker or <a href="https://cursor-usage-tracker.sticklight.app">let us run it for you</a>.
8+
Open-source cost monitoring and optimization for Cursor Enterprise teams. Track AI spend per developer, spot unnecessary expensive model usage, detect anomalies automatically, and get Slack alerts before the invoice surprises you. Self-host with Docker or <a href="https://cursor-usage-tracker.sticklight.app">let us run it for you</a>.
99
</p>
1010

1111
<p align="center">
@@ -41,8 +41,9 @@ I built cursor-usage-tracker to fix that. It sits on top of Cursor's Enterprise
4141
## What This Dashboard Answers
4242

4343
1. **Cost monitoring** - Are we spending too much? Who's driving it? Why?
44-
2. **Adoption tracking** - Is everyone using the tool we're paying for?
45-
3. **Usage understanding** - How is each person working with AI?
44+
2. **Cost optimization** - Who's using expensive models when cheaper ones would do? How much would switching save?
45+
3. **Adoption tracking** - Is everyone using the tool we're paying for?
46+
4. **Usage understanding** - How is each person working with AI?
4647

4748
---
4849

@@ -66,12 +67,13 @@ Developer uses Cursor → API collects data hourly → Engine detects anomaly
6667

6768
### How It Works
6869

69-
| What happens | Example |
70-
| ------------------------------------------ | ----------------------------------------------------------------------------- |
71-
| A developer exceeds the spend limit | `Bob spent $82 this cycle (limit: $50)` → Slack alert |
72-
| Someone's daily spend spikes | `Alice: daily spend spiked to $214 (4.2x her 7-day avg of $51)` → Slack alert |
73-
| A user's cycle spend is far above the team | `Bob: cycle spend $957 is 5.1x the team median ($188)` → Slack alert |
74-
| A user is statistically far from the team | `Bob: daily spend $214 is 3.2σ above team mean ($42)` → Slack alert |
70+
| What happens | Example |
71+
| ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
72+
| A developer exceeds the spend limit | `Bob spent $82 this cycle (limit: $50)` → Slack alert |
73+
| Someone's daily spend spikes | `Alice: daily spend spiked to $214 (4.2x her 7-day avg of $51)` → Slack alert |
74+
| A user's cycle spend is far above the team | `Bob: cycle spend $957 is 5.1x the team median ($188)` → Slack alert |
75+
| A user is statistically far from the team | `Bob: daily spend $214 is 3.2σ above team mean ($42)` → Slack alert |
76+
| A developer uses an expensive model when others don't | `Bob averaged $4.20/req on claude-opus-max (team median: $0.52 on sonnet)` → Model cost comparison table |
7577

7678
Every alert includes who, what model, how much, and a link to their dashboard page so you can investigate immediately.
7779

0 commit comments

Comments
 (0)