Report Blocks
Report blocks are reusable analysis components that generate metrics, charts, review queues, and supporting context for Plexus reports. These pages show how to run each report, configure it, and interpret the rendered dashboard block.
Run Reports From The CLI
Use direct feedback report commands for quick analysis, or create a saved report configuration when you want a reusable report template.
# Direct one-off report
plexus feedback report alignment --scorecard "Customer Service QA" --score "Medication Review: Dosage" --days 30
# Reusable report configuration
plexus report config create --name "Dosage Feedback Overview" --file dosage-report.md
plexus report run --config "Dosage Feedback Overview"`FeedbackAnalysis` is still accepted as an alias for `FeedbackAlignment`; new documentation uses `FeedbackAlignment`.
Feedback quality
FeedbackAlignment
Measures agreement between AI score results and human feedback using AC1, accuracy, class distribution, and confusion matrices.
FeedbackContradictions
Finds feedback edits that appear to contradict the current rubric, grouping likely invalid feedback into reviewable topics.
RecentFeedback
Shows the most recent feedback items for a score or scorecard, including reviewer edits and item identifiers.
Trends
FeedbackAlignmentTimeline
Plots stored feedback alignment across time buckets with rolling minimum samples so teams can see whether agreement is improving or drifting.
FeedbackVolumeTimeline
Shows how much feedback arrived in each completed time bucket.
ScoreChampionVersionTimeline
Shows score champion-version changes during a requested time window, with per-score timelines, optimizer cost, SME context, diffs, and feedback/regression evaluation metrics.
AcceptanceRateTimeline
Tracks score-result acceptance rate over time for stakeholder-friendly monitoring.
ScorecardHistory
Summarizes starred score-version changes over a time window, with champion coverage, high-level change bullets, and optional evaluation gauge context.
Operational
AcceptanceRate
Measures the share of score results, and optionally items, accepted by reviewers without correction.
CorrectionRate
Shows how often feedback changes AI answers, which is the inverse operational view of acceptance.
CostAnalysis
Summarizes score-result cost and call-count distribution across scorecards, scores, or windows.
Analysis
TopicAnalysis
Clusters text into topic groups using the report topic-analysis pipeline.
ExplanationAnalysis
Clusters score-result explanations to reveal recurring model reasoning patterns.
VectorTopicMemory
Rebuilds a topic-memory view using vector clustering so recurring topics can be tracked across runs.
ActionItems
Turns alignment and topic-memory findings into prioritized score-improvement action items.
ScoreInfo
Displays compact score metadata inside a report.
Related checks
Score/Rubric Consistency Check
Checks whether a ScoreVersion's code and prompt appear consistent with that same version's rubric.