How does Cognocient classify AI spend as investment or waste?
Every dollar your company spends on AI is either generating measurable business value or it isn't. Cognocient auto-classifies every feature as 'Investment' or 'Waste' so you can build a defensible business case for every line in your AI budget.
Every AI API call flowing through Cognocient is automatically classified as Investment (generating business value) or Waste (over-engineered, redundant, or inefficient). The split appears live in the Engineering Dashboard and Executive Overview — no configuration required.
| Investment ($8,200/mo) | Waste ($4,200/mo) |
|---|---|
| support-chat — CSAT cost ↓ 34% — $5,100 | internal-playground — no prod users — $2,800 |
| contract-generator — deal velocity ↑ — $3,100 | deprecated-summariser — zero calls 30d — $1,400 |
How auto-classification works
Classification uses a three-tier priority system. Manual overrides always win. When no manual classification exists, the system uses keyword matching and then falls back to a token-count heuristic.
Tier 1 — Manual classification (highest priority) You or your team explicitly classify a feature via the dashboard or API. This classification persists indefinitely and overrides all automatic logic.
Tier 2 — Keyword heuristic Feature names matching known production patterns (e.g., "chat", "search", "summariser", "extractor") are classified as Investment. Names matching waste patterns (e.g., "test", "dev", "playground", "debug") are classified as Waste.
Tier 3 — Token-count heuristic (lowest priority) Features with fewer than 1,000 total tokens in the last 30 days are classified as Waste (zero production impact). Features generating over 10,000 tokens/day are classified as Investment.
Manual classification via API
Classify features programmatically to integrate with your deployment pipelines — for example, auto-classify new features as "Investment" when they pass production readiness review.
Classification audit log
Every manual classification is stored in an immutable audit log with timestamp and author. This makes it easy to answer "who decided this was Investment and when?" during budget reviews.
The classification dashboard
The Cost Intelligence dashboard shows a three-column panel with your classified features ranked by spend within each category.
| Investment | Waste | Unknown |
|---|---|---|
| support-chat · $5,100 | playground · $2,800 | new-feature-a · $900 |
| contract-gen · $3,100 | deprecated-sum · $1,400 | api-v2-beta · $450 |
| search-sum · $2,400 | dev-test · $600 | internal-tool · $180 |
| Total: $10,600 | Total: $4,800 | Total: $1,530 |
Click any feature to reclassify it, view its waste detection flags, and see the AI recommendation for that feature. The classification appears in the FOCUS 1.1 export as a custom tag so your FinOps tool can filter on it.
AI Investment ROI panel
The Engineering Dashboard shows a live AI Investment ROI card below the FinOps Maturity Score. It pulls directly from the waste-classification data and shows three numbers:
| Metric | What it means |
|---|---|
| Investment | Spend classified as productive — features generating value |
| Waste | Spend classified as recoverable — features with model mismatch, low volume, or flagged patterns |
| Efficiency score | 100 − waste_pct — a 0–100 single number you can track over time |
Below the metrics, a Board summary sentence is generated automatically: "$8,200 of AI spend is driving measurable value. $4,200 (34%) is recoverable waste — eliminating it improves AI efficiency by 34 percentage points."
This is the sentence your CFO can read in 10 seconds. No report generation needed.
Integration with Recommendations
Classification data feeds directly into the Recommendations engine. Features classified as "Waste" receive higher-priority recommendations, and the estimated savings on the Recommendations page shows the investment/waste split so you know whether you're cutting waste or trimming value.
Example recommendation card:
| Field | Value |
|---|---|
| Feature | internal-playground (Waste) |
| Recommendation | Disable or set $0 budget |
| Estimated saving | $2,800/month |
Next steps: Waste Detection · AI Advisor · Budget Enforcement
Related articles
Waste Detection
Automatically identify retry waste, model mismatches, and context bloat.
Context Tax Analyser
Identify features paying static prompt overhead on every call — prime caching candidates.
Token Maxing Detector
Detect frontier models used for short outputs — tasks a cheaper model could handle.