Common issues and solutions for the AI Evaluation Framework
Your 5-phase process should take ~60 minutes total. If it's taking longer or failing, use this guide.
Symptoms:
- Generic responses instead of specific research requirements
- AI keeps giving advice instead of understanding your research target
- No clear alignment on what data you need
Solutions:
- Be Extremely Specific: "I need coil counts, layer thickness, and warranty details for Purple RestorePlus Cool Touch Queen size"
- State the Business Problem: "Our training materials lack technical specifications customers ask about"
- Confirm Alignment: "Before we proceed, confirm you understand I need [specific list]"
What Worked in Purple Case:
"I need comprehensive specifications for Purple Restore Cool Touch models.
Our training materials are incomplete and I can't find reliable coil counts,
construction details, or verification that this is truly Mattress Firm exclusive."
Symptoms:
- Getting narrative responses instead of JSON
- Missing evidence documentation
- No confidence levels assigned
Solutions:
- Enforce AI-First Structure: Add "Output must be valid JSON that other AI systems can process"
- Provide Example Structure: Include a sample JSON snippet in your prompt
- Explicit Requirements: "Every claim must have: source, URL, confidence level (High/Medium/Low)"
Key Elements Your Prompt Must Include:
- JSON output structure
- Evidence documentation requirements
- Confidence level definitions
- "AI-first" specification
Symptoms:
- ChatGPT gives JSON, Claude gives markdown
- Gemini truncates responses
- Perplexity includes too much commentary
Solutions:
- Add Format Enforcement: "Return ONLY valid JSON with no markdown formatting or commentary"
- Simplify if Needed: If Gemini/Perplexity struggle, focus on ChatGPT + Claude
- Clean During Collection: Strip markdown/comments when copying to collection document
Symptoms:
- Claims without URLs
- No source documentation
- Generic "according to sources" language
Solutions:
- Explicit Source Requirement: "For EVERY technical specification, provide the exact source URL"
- Define Evidence Standards: "HIGH = official brand sites, MEDIUM = major retailers, LOW = forums"
- Reject Unsourced Claims: Tell AI to mark as "Not Available" rather than guess
Symptoms:
- All 4 LLMs provide different specifications
- No clear pattern in outputs
- Conflicting technical details
Solutions:
- Focus on Overlap: "Show me ONLY the specifications that at least 3 systems agree on"
- Apply Confidence Hierarchy: Trust official sources over databases over forums
- Document Discrepancies: Mark conflicting info as "requires verification"
Cross-Analysis Prompt That Works:
I have research outputs from 4 different AI systems on the same topic.
Identify:
1. Common findings (what all systems agree on)
2. Discrepancies (conflicting information)
3. Source quality assessment
Focus on consensus findings with HIGH confidence sources.
Symptoms:
- Mix of verified and unverified claims
- No clear customer-safe vs internal separation
- Missing business context
Solutions:
- Apply Deployment Filter: "Generate final output using ONLY High confidence information for customer-facing claims"
- Separate by Use Case: Create distinct sections for customer-safe vs requires-verification
- Add Business Context: Include competitive positioning and SME insights
Deployment Readiness Checklist:
"deployment_readiness": {
"customer_safe_facts": ["Only HIGH confidence claims"],
"requires_verification": ["MEDIUM confidence items"],
"missing_information": ["Identified gaps"]
}Diagnosis: Usually stuck in Phase 1 (alignment) or Phase 4 (analysis) Fix: Time-box each phase. Move forward with "good enough" rather than perfect.
Diagnosis: Research target too broad or poorly defined Fix: Narrow scope to specific model/size, focus on critical specs only
Diagnosis: Searching wrong sources or accepting unverified claims Fix: Explicitly require official sources, reject forum/review site data
Diagnosis: LLMs adding commentary or markdown formatting Fix: Add "Return ONLY valid JSON" and clean manually if needed
| Symptom | Phase | Fix |
|---|---|---|
| "AI doesn't understand" | 1 | Be more specific about exact data needs |
| "No JSON output" | 2 | Add JSON example to prompt |
| "Missing sources" | 3 | Require URL for every claim |
| "Can't find consensus" | 4 | Focus on HIGH confidence only |
| "Not customer-ready" | 5 | Separate by confidence level |
Focus on what matters:
- Get consensus on critical specs (height, key technology, warranty)
- Don't chase perfect accuracy on non-critical details
- HIGH confidence for customer-facing, MEDIUM acceptable for internal
- Missing data is better than wrong data
From the Purple Case:
- Critical: 3" Grid, 13" height, Mattress Firm exclusive
- Nice-to-have: Exact coil count, weight specifications
- Acceptable gaps: Detailed material composition
- Simplify Target: One product, one size, core specs only
- Reduce LLM Count: Use just ChatGPT + Claude
- Lower Evidence Bar: Accept MEDIUM confidence for non-critical specs
- Manual Verification: Check 2-3 key claims yourself
- Document Limitations: Note what couldn't be verified
Remember: The goal is 80% time savings with 95% accuracy. Perfect is the enemy of done.