中芸汇科技
2026-05-30
Project AcceptanceAI StandardsQuality Management
Article image
Article image

Introduction

No standard template for AI project acceptance? How should outcomes be evaluated? How should security be verified? This article provides a complete AI project acceptance criteria template to make acceptance evidence-based.

1. Functional Acceptance

1.1 Basic Functions

Acceptance ItemAcceptance CriteriaTest Method
All functional points implemented100% of contracted functions implementedVerify item by item against the functional test checklist
Permission control effectiveDifferent roles see different contentMulti-role testing
Data flow normalData is correctly synchronized between systemsEnd-to-end process testing
Exception handling normalExceptions have prompts and fallback mechanismsException scenario testing

1.2 AI-Specific Functions

Acceptance ItemAcceptance CriteriaTest Method
Intent recognitionCore intent recognition accuracy ≥90%Verify with 200+ test cases
Knowledge retrievalRecall rate (Recall@10) ≥85%Evaluate using a standard test set
Answer generationAnswer accuracy ≥85%Manually label 100+ real questions
Human handoffSmooth handoff process with complete contextSimulate low-confidence scenarios

2. Performance Acceptance

MetricStandard ValueTest Conditions
Average response time≤2 secondsNormal load
P99 response time≤5 secondsNormal load
Peak throughput≥ contracted valueStress testing
System availability≥99.9%Run for 7 days
GPU memory usage≤ contracted valueContinuous operation
Concurrency support≥ contracted number of concurrent usersConcurrency testing

3. Security Acceptance

3.1 Data Security

Acceptance ItemStandardTest Method
Data transmission encryptionTLS 1.2+Packet capture verification
Data storage encryptionAES-256Configuration check
Sensitive data maskingID card number/mobile number/bank card number100+ test cases
Access controlRBAC + document-level permissionsUnauthorized access testing

3.2 AI Security

Acceptance ItemStandardTest Method
Prompt injection protectionMalicious instructions are not executed50+ injection attack tests
Hallucination controlHallucination rate in core scenarios ≤5%Manual labeling verification
Output filteringNon-compliant content is not outputSensitive word + non-compliant content testing
Operation auditAll key operations are recordedLog integrity check

3.3 Security Testing

  • [ ] Penetration testing: no high-risk vulnerabilities
  • [ ] Unauthorized access testing: all cross-role access is blocked
  • [ ] Injection testing: all Prompt injection attacks are defended against
  • [ ] Data leakage testing: sensitive data does not leave the system
  • 4. Outcome Acceptance

    4.1 Outcome Metrics

    ScenarioAccuracy TargetHallucination Rate Target
    Core scenarios≥95%≤3%
    General scenarios≥85%≤10%
    Edge scenariosAllow "I don't know"

    4.2 Outcome Testing Methods

    MethodSample SizeExecutor
    Automated evaluation500+ itemsTechnical team
    Manual labeling evaluation100+ itemsBusiness team
    Real user testing50+ peopleTarget users
    A/B comparisonCompare with the legacy systemOperations team

    4.3 Outcome Degradation Testing

    Run continuously for 7 days, with accuracy fluctuation not exceeding ±3%.

    5. Documentation Acceptance

    Document TypeRequired Content
    User manualUser operation steps, screenshots, FAQs
    O&M manualSystem architecture, deployment steps, monitoring metrics, emergency response plan
    API documentationAPI descriptions, request/response examples, error codes
    Training materialsTraining PPT, video tutorials, assessment questions
    Knowledge base managementDocument update process, templates, quality standards

    6. Acceptance Process

    ```

    Pre-acceptance (internal) → Issue remediation → Formal acceptance (customer participation)

    Functional acceptance → Performance acceptance → Security acceptance → Outcome acceptance → Documentation acceptance

    Acceptance report → Open issue list → Rectification within deadline → Official launch

    ```

    6.1 Acceptance Pass Criteria

  • Functional acceptance: 100% passed
  • Performance acceptance: 100% passed
  • Security acceptance: 100% passed
  • Outcome acceptance: 100% passed for core scenarios, ≥90% passed for general scenarios
  • Documentation acceptance: 100% passed
  • No P0-level open issues
  • Conclusion

    AI project acceptance should not focus only on whether the "outcomes are good." Functionality, performance, security, and documentation are all indispensable. Establish systematic acceptance criteria so delivery is evidence-based and both parties share a common understanding of "completion."

    Want to establish AI project acceptance criteria? Book a free acceptance consultation