# Evaluating vendor AI claims in RFPs and demos
A network analytics vendor tells your CTO: "Our AI reduces network downtime by 47% using deep learning anomaly detection." The demo looks slick. The RFP (request for proposal, the document a telecom issues to solicit vendor bids) has a page of similar claims. Nobody in the room can tell which sentence is a validated result and which is a marketing paraphrase of "we collect metrics." This lesson teaches you to tell the difference.
Telecom operators are flooded with AI pitches for network operations, customer care, fraud detection and RAN (radio access network) optimization. Budgets are finite. A wrong vendor bet costs 12 to 18 months of integration time, not just license fees. Procurement teams increasingly need AI-literate reviewers, not just technical evaluators, because the claims are written to survive a skim, not an audit.
Real-style RFP excerpt, paraphrased from patterns common across network analytics vendors:
> "Our platform uses machine learning to predict network faults before they occur, reducing MTTR (mean time to repair) by up to 40% and enabling proactive maintenance across the RAN."
Break this into testable parts:
1. "Uses machine learning": Vague. Which technique? A gradient-boosted tree flagging threshold breaches is "machine learning." So is a random forest. So is a simple regression relabeled for the sales deck.
2. "Predict faults before they occur": Prediction requires a labeled historical dataset of faults and a defined prediction horizon (predicting 5 minutes ahead is very different from 48 hours ahead). Ask: predicted how far in advance, with what precision and recall?
3. "Up to 40%": "Up to" is the tell. It describes a best case, possibly from one pilot site, one quarter, cherry-picked. Ask for the distribution, not the ceiling.
4. "Across the RAN": Was this validated on 4G, 5G, both? Urban macro cells, rural, indoor small cells? A model trained on dense urban RAN traffic patterns often degrades on rural cells with different noise profiles.
"40% reduction in MTTR" versus what? Manual triage? A legacy rules-based system? Ask for the specific comparator and the time period measured.
Ask directly: how many cell sites, how many months, which vendor's equipment (Ericsson, Nokia, Huawei RAN hardware behaves differently), and was the test set from a different time period than the training set (out-of-time validation) to rule out overfitting.
For fault prediction or anomaly detection, accuracy is often meaningless because faults are rare events. If only 1% of time windows contain a real fault, a model predicting "no fault" always scores 99% accuracy while being useless. Insist on precision (of flagged faults, how many were real) and recall (of real faults, how many were caught).
Independent validation, a customer reference willing to speak, or a published case study with methodology, carries more weight than an internal white paper. Ask for the analogous public resource: TM Forum publishes vendor-neutral maturity frameworks for AI in telecom operations, useful as an outside benchmark.
Demos run on curated data. Ask: can we run this on our own held-out data before signing? A vendor confident in its claims should agree to a proof of concept (PoC) with your data, your KPIs, and a pre-agreed success threshold.
| Layer | Question | Red flag |
|---|---|---|
| Definition | What exact metric, over what window? | "Improves efficiency" with no metric |
| Baseline | Compared to what prior state? | No comparator mentioned |
| Evidence | Internal, customer-cited, or peer-reviewed? | Only "internal studies show" |
| Transferability | Tested on data like ours? | Single pilot, different market/geography |
If a claim fails two or more layers, treat it as marketing, not a technical result, and price the deal accordingly (shorter contract, PoC gate, penalty clauses tied to real KPIs).
A vendor claims their AI-based predictive maintenance cuts unplanned outages by 30%, saving an estimated $2M annually (vendor's estimate, unverified) for a mid-size operator with 10,000 cell sites.
Sanity-check the arithmetic yourself:
Assume: 10,000 sites, average 0.5 unplanned outages/site/year
= 5,000 outages/year
Assume: average cost per outage (truck roll, SLA penalty, churn risk)
≈ $1,500 (illustrative estimate, verify with your own ops data)
Baseline annual outage cost ≈ 5,000 × $1,500 = $7,500,000
Vendor claims 30% reduction:
Savings ≈ 0.30 × $7,500,000 = $2,250,000This roughly matches the vendor's $2M figure, which is a good sign the claim is internally consistent. But consistency is not proof. You still need your own outage rate and cost-per-outage numbers, not the vendor's assumed ones, and a PoC to test whether 30% holds on your network.
🎬 [VIDEO: "How to Read an AI Vendor's Whitepaper Critically" - youtube.com - search for talks from MLOpsMLOpsMachine Learning Operations: combining ML and DevOps practices to industrialise, deploy, monitor, and retrain models reliably in production.Voir la définition complète → or applied ML conferences on evaluating vendor ML claims; look for ones that walk through precision/recall traps and baseline comparisons in enterprise AI sales material]
Vérification des acquis
1. A vendor claims their AI reduces MTTR by 'up to 40%.' What is the main problem with evaluating this phrase as-is?
2. Why does the specific prediction horizon (e.g., 5 minutes vs. 48 hours ahead) matter when evaluating a vendor's fault-prediction claim?
3. A vendor's demo shows strong results validated only on urban 5G macro cells. What is the key evaluation question this raises?
4. Select ALL correct answers about why the phrase 'uses machine learning' is insufficient as an evaluation criterion in an RFP claim.
Sélectionnez toutes les réponses correctes.
5. Select ALL correct answers about what makes an AI claim in an RFP or demo more evaluable (testable) rather than just persuasive marketing language.
Sélectionnez toutes les réponses correctes.
Vendors who volunteer limitations are, counterintuitively, more credible. Overclaiming with no caveats is itself a signal.