Control 3.10: Hallucination Feedback Loop - Troubleshooting
This playbook provides troubleshooting guidance for Control 3.10.
Common Issues and Resolutions
Issue: Feedback Not Being Captured
Symptoms: Users report feedback but no tracking items created
Resolution:
- Verify feedback is enabled in agent settings
- Check Power Automate flow is enabled
- Verify list permissions allow item creation
- Review flow run history for errors
- Test with manual feedback submission
Issue: High Volume Overwhelming Team
Symptoms: Too many reports to process
Resolution:
- Implement auto-categorization based on keywords
- Add severity-based prioritization
- Consider batch processing for low-severity
- Review thresholds for escalation
- Add automated resolution for common issues
Issue: Trend Alerts Not Triggering
Symptoms: High rate agents not flagged
Resolution:
- Verify scheduled flow is running
- Check threshold configuration
- Confirm agent matching logic
- Test with lower threshold
Issue: MTTR Calculation Incorrect
Symptoms: Average resolution time wrong
Resolution:
- Verify resolution date field populated
- Check date format consistency
- Exclude open issues from calculation
- Review timezone handling
Issue: Remediation Not Preventing Recurrence
Symptoms: Same hallucination repeats
Resolution:
- Verify root cause correctly identified
- Confirm knowledge source actually updated
- Test agent with same query
- Check for caching issues
- Document in repeat tracking
Diagnostic Commands
# Check recent hallucination reports
Get-PnPListItem -List "Hallucination Tracking" -Query "<View><Query><Where><Geq><FieldRef Name='Created'/><Value Type='DateTime'><Today OffsetDays='-7'/></Value></Geq></Where></Query></View>" | Select-Object Id, Title
# Check open issues count
(Get-PnPListItem -List "Hallucination Tracking" | Where-Object { $_["Status"] -ne "Closed" }).Count
# Verify flow status
Get-AdminFlow -EnvironmentName "<your-environment-GUID>" | Where-Object { $_.DisplayName -like "*Hallucination*" }
Escalation Path
| Issue Severity | Escalate To | Response Time |
|---|---|---|
| Customer harm | Compliance + Legal | Immediate |
| High volume backlog | AI Governance Lead | 24 hours |
| Tracking system failure | Platform Admin | 4 hours |
| Repeat critical | QA Lead | 24 hours |
Next Steps
- Portal Walkthrough - Manual configuration
- PowerShell Setup - Automation scripts
- Verification & Testing - Test procedures
Updated: January 2026 | Version: v1.2