← statichum.studio

A June 2 HN thread on Uber capping employee AI spending after blowing through its budget in four months surfaced a recurring B2B pain: finance and IT have no consolidated view of what employees spend on AI tools, and what visibility exists is reactive cost-capping after the bill lands. The LLM-gateway tools (LiteLLM, TrueFoundry, Bifrost) only see API traffic you deliberately route through them. They are blind to the way most AI spend actually happens at companies now: individual Cursor, ChatGPT, Claude, Copilot, and v0 seats bought on cards or expensed, each with its own opaque usage-credit burn. The opportunity is a spend-and-policy layer aimed at the CFO and IT admin that pulls these vendor subscriptions and credit systems into one dashboard with per-team attribution and enforceable caps.

builder note

Do not build another LLM gateway. The whole point is the spend that never routes through a gateway. Win on ingestion breadth (vendor billing APIs, card feeds, SSO-based seat discovery) and on giving a CFO a per-team number with an enforceable cap, not on dashboards engineers already have. The buyer is finance and IT, so the product has to make sense to someone who has never heard the word 'token'.

landscape (3 existing solutions)

There are mature tools for routed-API LLM cost control and for generic SaaS subscription inventory, but nothing sits in the middle and gives finance one reconciled, per-team picture of AI tool spend across vendor seats and usage credits with hard caps. The 'track employee AI token usage' framing is now an emerging FinOps category, which signals the demand is real and not yet owned.

LiteLLM Strong unified proxy with spend tracking and budget enforcement, but it only governs API calls that flow through the proxy. An employee paying for a Cursor or ChatGPT seat directly is invisible to it, and that is where the surprise spend lives.
TrueFoundry / Bifrost (AI gateways) Centralized gateways with cost policies and governance, aimed at routed inference for apps you build. They do not reconcile per-seat AI SaaS subscriptions or in-tool credit burn, which is the spend a non-engineering finance team is trying to understand.
SaaS spend management platforms (Zylo, Productiv class) They track that a subscription exists and renews, but not the usage-based AI credit consumption inside each tool, so they show you that you pay for Cursor without showing you the runaway token bill underneath it.
sources (1)
hn https://news.ycombinator.com/item?id=48375544 "I have no idea how much I've spent, it's invisible to me" 2026-06-02
ai-finopsspend-managementgovernanceb2bsaas

A June 2 HN front-page post titled 'Gmail thinks I'm stupid, so I left' drew 600+ comments from people fed up with Gmail's AI feature promotions and Gemini nags they cannot permanently dismiss, with many migrating to Fastmail rather than keep fighting the UI. The existing free extensions hide the persistent Gemini buttons via CSS but openly skip the recurring 'try Gemini for X' popups and break whenever Google reshuffles the DOM. The opportunity is a polished, fast-updating off-switch for the whole Google Workspace surface (Gmail, Docs, Drive, Search) that suppresses the recurring promos and upsell interstitials, not just the static buttons, and that someone non-technical can install once and forget.

builder note

The moat is maintenance cadence, not the initial CSS. Anyone can hide a button once. The win is treating it like an ad-filter list with a public update feed so it survives Google's UI churn, plus catching the recurring promo dialogs the current extensions admit they ignore. Ship the boring update pipeline, not a one-off hack that dies in three weeks.

landscape (3 existing solutions)

The category exists but is stuck at cosmetic button-hiding that misses the actual irritant (the recurring promos) and breaks on Google's frequent UI churn. The unmet need is a maintained product that treats Google's UI changes as an adversary and ships filter updates fast, the way ad-block lists do.

Hide Gemini and Google AI (extension) CSS-only. It hides the persistent Gemini UI across Google apps but explicitly does NOT hide the one-time and recurring promotional popups (the exact 'try Gemini for X' nags people are raging about), and CSS hiding never disables the backend feature.
Hide Google AI - Bye Bye Gemini (extension) Removes Gemini buttons on 190+ Google domains, also cosmetic CSS. Same blind spot on the promo interstitials, and like all selector-based hiders it silently rots every time Google ships a UI change, which is constant.
Gmail / Workspace settings and Admin Console toggles You can disable Smart Compose, Smart Reply, and summaries piecemeal, and Workspace admins can gate Gemini, but there is no single permanent 'leave me alone forever' switch for the upsell nags, and personal Gmail users have no admin console.
sources (1)
hn https://news.ycombinator.com/item?id=48375016 "Gmail thinks I'm stupid, so I left" 2026-06-02
anti-aigmailgoogle-workspaceproductivitybrowser-extension