Managing AI Vendor Performance
Learning Objectives
After completing this lecture, federal program managers and contracting officer representatives will be able to: (1) translate mission requirements into a tiered KPI scorecard that passes OMB M-24-10 rights-impacting review and maps to the NIST AI RMF MANAGE function; (2) stand up an independent performance monitoring program that does not rely on vendor self-reporting, combining FedRAMP continuous monitoring telemetry with agency-owned fairness audits; (3) diagnose whether a missed SLA is a data-drift problem, an infrastructure problem, or a vendor-commitment problem, and choose the correct remediation tier; (4) execute a formal Performance Improvement Plan that cites the specific Federal Acquisition Regulation Part 46 remedies available to the government, including cure notices, show cause letters, and termination for default; and (5) brief your Chief AI Officer, as designated under Executive Order 14110 and OMB M-24-10, on vendor performance trends in a format that supports the annual AI use case inventory update and any GAO or Inspector General inquiries. This lesson assumes you have completed the earlier lectures in chapter 3.3 covering FAR/DFARS, vendor evaluation methodology, and AI-specific requirements language in RFPs and SOWs.
Key Topics Covered
The workshop covers eight interlocking topics. First, KPI design for government AI contracts, including mission-critical, operational, governance, and equity KPIs, with worked examples from GSA, VA, IRS, and CBP deployments. Second, the independent monitoring stack, covering application performance monitoring, infrastructure telemetry, data pipeline health, and disaggregated fairness monitoring, with discussion of how FedRAMP continuous monitoring artifacts feed into agency oversight. Third, escalation tiers from routine support tickets through contracting officer cure notices, including the specific language a COR should use when raising a concern to the vendor program manager. Fourth, remediation workflows that trace detection, confirmation, isolation, root cause analysis, fix, test, deployment, and post-incident monitoring, anchored to the NIST AI RMF MEASURE and MANAGE functions. Fifth, rollback governance, including who has authority to revert a model version without vendor consent and how this maps to FISMA configuration management controls. Sixth, Performance Improvement Plans with teeth, including the relationship between a PIP and a FAR Part 49 termination for default. Seventh, strategic vendor relationship management at operational, management, and executive tiers. Eighth, anti-patterns drawn from Inspector General and GAO reports on failed federal AI acquisitions.
Why This Matters for Government
Post-deployment vendor management is where federal AI acquisition strategy collides with operational reality, and it is the phase where most agencies fail. Signing a contract under FAR Part 39 or a DFARS-governed task order only starts the accountability clock; the multi-year period of performance that follows is when your agency either delivers the public benefit promised in the acquisition plan or watches a well-funded system degrade into a liability. Under OMB M-24-10, agencies must maintain ongoing monitoring for any AI use case deemed rights-impacting or safety-impacting, which means your agency is on the hook even when the vendor operates the model day-to-day. The Chief AI Officer named under Executive Order 14110 cannot sign the annual inventory update in good faith unless you, the CO or COR, can produce independent telemetry showing the system is meeting its committed performance levels. If your only performance data comes from vendor self-reports, you have failed the independence test that NIST AI RMF MEASURE-2.7 requires.
Government vendor management also has a fairness dimension that most commercial clients do not share. When a vendor's fraud detection model at IRS starts disproportionately flagging returns from a particular zip code, that is not a commercial preference problem, it is a potential civil rights exposure that could trigger a Department of Justice referral. When CBP's facial comparison vendor has degraded performance at a border crossing affecting travelers from specific national origin groups, that is a finding that will end up in a DHS Office of Inspector General report. When a VA benefits adjudication vendor begins hallucinating eligibility denials, that failure directly harms veterans who have statutory due-process rights. This is why OMB M-24-10 requires disaggregated performance monitoring for rights-impacting uses and why the EU AI Act, increasingly influential on federal procurement through the FedRAMP high marketplace, treats ongoing post-market monitoring as a mandatory obligation for high-risk systems.
Finally, vendor underperformance compounds. A 2% accuracy drop in month one is a conversation with the vendor program manager. The same drop ignored for six months becomes a GAO audit finding, a congressional inquiry, and possibly a class action. Your job as the government steward is to establish monitoring that catches early signals, escalation paths that move fast, and contractual remedies you are willing to use. Agencies that excel at this, such as the GSA Federal Acquisition Service program offices that manage Multi-Award Schedule AI vendors, have institutionalized monthly performance reviews, quarterly fairness audits, and a culture where cure notices are treated as a professional management tool rather than a relationship-ending nuclear option.
KPI Architecture for Federal AI Contracts
A defensible KPI architecture for a federal AI acquisition has four layers, and each layer must be written into the contract as measurable acceptance criteria with named test methods and named consequences of miss. Layer one is mission-critical KPIs, which capture whether the system actually delivers the public benefit that justified the acquisition. For a VA benefits triage model, the mission-critical KPI is accuracy against adjudicator review on a statistically representative sample, measured monthly by an independent evaluator, with a floor of the performance committed in the vendor proposal. For an IRS fraud detection model, it is the precision and recall on a held-out test set refreshed quarterly, plus the disparity ratio across protected classes. For a CISA threat detection model, it is true-positive rate at a fixed false-positive budget measured against a red-team generated corpus. Mission-critical KPIs should carry roughly 50% of the scorecard weight and a miss should trigger an immediate root cause analysis request, a cure notice if uncorrected within the agreed window, and a service credit if the contract so provides.
Layer two is operational KPIs, which capture whether the vendor is running the system competently within your infrastructure. Latency at the 95th percentile, uptime measured by independent probes rather than vendor self-report, data pipeline success rate, and integration health with the agency's authoritative data sources all fall here. These KPIs carry roughly 25% of the weight. Layer three is governance KPIs, which capture whether the vendor is meeting the transparency, documentation, and audit-support obligations that let you discharge your OMB M-24-10 and FISMA duties. This includes timely delivery of model cards updated to reflect drift, FedRAMP continuous monitoring artifacts, quarterly fairness audit reports, incident disclosure within the 72-hour window many agency contracts now specify, and responsiveness to IG document requests. Governance KPIs typically carry 15% of the weight but a miss has outsized consequences because it impairs your ability to oversee everything else.
Layer four is equity and safety KPIs, carrying the remaining 10% but deserving ruthless attention because these are the KPIs most likely to trigger external scrutiny. Disaggregated accuracy by demographic group, calibration parity, appeal sustain rate when a human adjudicator reviews a model decision, and safety-critical failure mode rate all live here. For a rights-impacting use under OMB M-24-10, equity KPIs are not optional; they are a precondition for continued operation. ISO/IEC 42001 clause 8.3 and the EU AI Act Article 9 both require that these metrics be tracked throughout the operational life of the system, not just at acceptance testing.
The Independent Monitoring Stack
The central failure mode of federal AI vendor management is reliance on vendor self-reporting. A vendor tuning and reporting its own performance metrics will, predictably, report favorable numbers. Your agency needs an independent monitoring stack that collects telemetry the vendor cannot filter, aggregate, or sanitize before you see it. Build it around five layers. The first is application performance monitoring, which captures request-level latency, error rates, and throughput. Agencies have standardized on tools such as Datadog FedRAMP High, Splunk, and the cloud-native monitoring services inside the GSA-approved FedRAMP marketplace. The monitoring agent must run inside your agency boundary, not inside the vendor's reporting environment. The second layer is infrastructure monitoring for uptime and resource utilization, typically consumed from the FedRAMP continuous monitoring feed but verified by your own synthetic probes that exercise the system at known intervals from agency-controlled endpoints.
The third layer is data pipeline monitoring. AI systems fail silently when their input data changes, so you need automated checks that the feature distributions at inference time match the distributions at training time, with alerts when drift exceeds an agreed threshold. Tools such as Great Expectations, Evidently AI, and custom statistical tests can run inside the agency data lake and alert your team before vendor-side quality degrades visibly. The fourth layer is fairness monitoring, which is separate from and in addition to pipeline monitoring because fairness drift can occur even when aggregate performance looks stable. A fraud detection model can keep 94% overall accuracy while its false positive rate on one demographic group doubles. Tools like IBM AI Fairness 360, Fairlearn, and agency-built dashboards should produce disaggregated metrics at least quarterly for rights-impacting uses, with a standing review by the agency's AI Governance Board.
The fifth layer is incident and change management telemetry. Every model version, every configuration change, every deployment, and every incident must generate an immutable audit record accessible to your team without vendor gatekeeping. This is a FISMA configuration management requirement and a NIST 800-53 control family that many agencies under-enforce for AI systems. Route alerts through PagerDuty, Slack for FedRAMP, or the agency's security operations center so that on-call staff can respond within the SLA. The acceptance criterion for your monitoring stack is that you could discover any serious issue within 24 hours regardless of whether the vendor chose to tell you.
Escalation Tiers and Remediation Workflow
A federal AI contract needs a pre-negotiated escalation ladder with explicit thresholds, response times, and authorities. Tier one is routine support, handled by the COR and the vendor's account team through the ticketing channel specified in the SOW. A Tier one issue is a minor performance deviation or a discrete bug; the vendor is expected to acknowledge within one business day and resolve or provide a workaround within five. If Tier one does not resolve within the committed window, the COR promotes to Tier two, which brings the vendor's program manager into the loop, triggers a formal root cause analysis deliverable within 48 hours, and begins accumulating facts for a potential cure notice. Tier two issues include sustained SLA misses, fairness anomalies above the agreed threshold, or repeated integration failures. At this tier, the contracting officer is informed in writing even if no contractual action is taken.
Tier three is the contracting officer's tier. At this level, the CO issues a formal cure notice under FAR 49.402-3 or the equivalent commercial item remedy, specifying the deficiency, the corrective action required, and the period in which the vendor must cure. A cure notice is not a termination; it is a statutorily defined tool that preserves the government's remedies and puts the vendor's legal team on notice. If the vendor does not cure, the CO may issue a show cause letter, demanding the vendor explain why the contract should not be terminated for default. Tier four is the decision point: termination for default, termination for convenience with documented cause, or transition to a Performance Improvement Plan with a firm deadline. Each tier must have a named authority, a time budget, and a documented artifact.
The remediation workflow inside any tier follows ten steps. Detect via monitoring or user report. Confirm that the signal is real, not a sensor artifact. Isolate the scope, identifying which users, use cases, or demographic groups are affected. Escalate to the correct tier. Instruct the vendor to perform root cause analysis with a specified deliverable format. Review the vendor's proposed fix for contract compliance. Witness or run acceptance testing in a non-production environment. Approve deployment with a rollback plan. Monitor the fix in production for a defined burn-in period. Document the full sequence in the contract file, which will be evidence in any future IG or GAO review. Never skip the documentation step; missing contract file entries are the single most common finding in federal AI acquisition audits.
Performance Improvement Plans with Teeth
A Performance Improvement Plan is the structured, time-boxed process a CO uses when vendor performance has slipped below committed levels but the government has not yet decided to terminate. In federal practice, a PIP typically runs 60 to 90 days and contains four elements: specific measurable targets tied to contract KPIs, a named executive sponsor on the vendor side who attends weekly check-ins, committed additional resources from the vendor such as dedicated senior engineers or a named technical account manager, and clear consequences if milestones are missed. The consequence language is what separates a real PIP from a polite letter. It must state that failure to meet milestones will result in termination for default under FAR Part 49, activation of any withholding provisions in the payment schedule, and a negative past performance report in the Contractor Performance Assessment Reporting System that will follow the vendor to every future federal competition.
A common PIP scenario in chapter 3.3 case studies involves an image classification vendor whose accuracy on a CBP secondary screening model has drifted from 93% at acceptance to 87% eight months into operation. A well-structured PIP would read: within 30 days, vendor delivers a root cause analysis identifying whether the drift is due to distributional shift in input imagery, infrastructure changes, or a model update. Within 60 days, vendor delivers a remediated model that has passed agency-run evaluation on a fresh test set at 91% or above, with disaggregated metrics within committed tolerance. Within 90 days, the model has been in production for 30 days at 92% accuracy or above with no new fairness anomalies. Weekly check-ins include the vendor's VP of Engineering and the agency's CO, COR, and AI Governance Board liaison. Missed milestones trigger, in sequence, a withholding of 10% of invoiced amounts, a cure notice, and a show cause letter.
Two tactical notes on PIPs. First, do not negotiate the PIP into ambiguity. If the vendor wants 'substantial progress' instead of a numeric target, the PIP has already failed. Second, loop in your agency's small business advocate and competition advocate early, because if the PIP fails the agency needs a transition plan that likely involves a recompete or an expedited bridge contract. Agencies that treat PIPs as the beginning of a transition, not just an attempt to rescue the incumbent, protect mission continuity when the incumbent cannot be saved.
Anti-Patterns and Case Studies
Five anti-patterns appear repeatedly in GAO and Inspector General reports on failed federal AI vendor management. The first is trust-based monitoring, where the agency relies entirely on vendor-provided dashboards. A 2024 DHS OIG report on a border technology vendor found that actual availability was 91% against a reported 99.7%; the agency had no independent uptime probes. The remediation is the independent monitoring stack described earlier; never accept a vendor metric you cannot reproduce.
The second anti-pattern is the silent fairness drift, where technical monitoring catches nothing because aggregate accuracy is stable, but disaggregated monitoring would have revealed a widening gap across demographic groups. A well-known housing voucher fraud-detection pilot in 2022 produced exactly this pattern and was quietly wound down after a civil rights advocacy group filed a FOIA that surfaced the disparity. Mandate disaggregated monitoring as a contract deliverable, not a courtesy.
The third anti-pattern is the frozen escalation, where the COR identifies an issue but the contracting officer, citing relationship sensitivity, declines to issue a cure notice even as the vendor misses successive remediation deadlines. The remediation is process discipline: cure notices are not relationship-ending, they are the statutory tool for preserving remedies, and a CO who cannot bring themselves to issue one should be rotated off the contract.
The fourth anti-pattern is the toothless PIP, where milestones are soft, consequences are vague, and the vendor correctly perceives that nothing will happen if they fail. The remediation is numeric targets, named executives, explicit withholding and termination language, and a pre-prepared transition plan that the vendor knows exists. The fifth anti-pattern is the lost contract file, where turnover on the agency side means the successor CO cannot reconstruct the sequence of decisions. The remediation is continuous contract-file discipline: every communication, every cure notice, every PIP milestone, every remediation artifact must be filed in the agency's contract writing system within five business days. This is not paperwork, it is the evidence base your agency will rely on in the inevitable GAO, IG, or OMB review.
Related Lectures
L3 3.3.1 Federal Acquisition of AI: FAR/DFARS. L3 3.3.2 AI Vendor Evaluation Methodology. L3 3.3.3 Writing AI Requirements in RFPs and SOWs. L3 3.4.1 Enterprise AI Risk Management. L3 3.5.2 AI Incident Response Planning.
Skill.re