WeSearch

We tracked 200K AI requests. Here's where the money actually goes

·2 min read · 0 reactions · 0 comments · 15 views
#ai#productivity#devtools#openai#cost optimization#CostLens#OpenAI#Joao Romao#Claude Code#Kiro#Cursor
We tracked 200K AI requests. Here's where the money actually goes
⚡ TL;DR · AI summary

CostLens, a tool initially designed to track OpenAI spending, has evolved into a platform that attributes AI costs by feature and developer, routes requests to cost-efficient models, and measures productivity through coding activity. After analyzing 200,000 AI requests, the team found significant overspending on simple tasks and reduced costs by 30-40% using smart model routing. The tool integrates easily with existing workflows and includes a Slack-based kill switch to prevent runaway AI expenses.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 303292) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Joao Romao Posted on May 16 We tracked 200K AI requests. Here's where the money actually goes #ai #productivity #devtools #openai Six months ago I posted here about CostLens — a tool to reduce OpenAI costs. Since then, we've completely rebuilt it based on one question a VP asked our team: "How much faster are we delivering with AI? What's the number?" Nobody could answer. We had cost dashboards, but no way to connect spend to output. So we built that.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)