Overview
Should We Trust the AI Move?
AI tools can generate useful recommendations, but generated output is not automatically correct and is not evidence by itself. In this assignment, you will evaluate one AI-style Parcheesi recommendation and create a UML activity diagram showing how an AI tool, a human decision-maker, and an authoritative source work together.
The final decision remains with the human. Your diagram will show the AI producing a recommendation, the player identifying claims that need checking, an authoritative rule providing evidence, and the player deciding whether the recommendation should be Accept, Revise, Verify Further, or Reject.
User Story
As a Parcheesi player, I want to evaluate an AI-recommended move before using it so that I do not assume a generated recommendation is valid.
Acceptance Criteria
- Use the supplied Parcheesi situation and AI-style recommendation
- Identify at least one claim that requires checking
- Use the supplied simplified Parcheesi rule as the authoritative evidence for this course example
- Create a UML activity diagram with AI Tool, Player, and Parcheesi Rules responsibilities
- Show recommendation, claim checking, evidence checking, comparison, decision, and outcome
- Use Accept, Revise, Verify Further, and Reject as available outcomes
- Keep the Player responsible for the final judgment
- Submit through the Feedback System and submit the result URL to Canvas
Task List
- Read the Game Situation
- Read the AI Recommendation as Claims
- Check the Authoritative Rule
- Choose Among Four Human-Judgment Outcomes
- Plan the Three Responsibilities
- Create the Diagram in Violet
- Trace the Evidence Path
- Save, Submit, and Revise
Evaluate whether the recommendation is supported by checked evidence, not whether it sounds confident.
1. Read the Game Situation
Begin with a small game state. You do not need to model the whole board.
Step 1 — Read the supplied object diagram
Starting situation: Red is on Cell 2 and Blue is on Cell 5. Step 2 — Add the die roll
For this situation, Red rolls a 3.
- Start at Cell 2
- Count three cells forward: 3, 4, 5
- Notice that Blue is already on Cell 5
Go to topThis Is the Situation the AI Will DiscussTreat the generated statements below as claims to evaluate, not as facts merely because they were generated.
2. Read the AI Recommendation as Claims
Evaluate this AI-style recommendation:
Move the Red pawn three spaces to Cell 5. The Blue pawn should be sent to Start. This is always the best move.
Step 1 — Separate the recommendation into claims
- Where does the AI say Red should move?
- What does the AI say should happen to Blue?
- What does always the best move claim?
Step 2 — Decide which claims require evidence
Ask: What source could actually support or contradict this statement?
Go to topConfidence Is Not EvidenceWords such as should and always can sound certain. Certainty in wording does not prove a claim.
3. Check the Authoritative Rule
For this course example, use the supplied rule card as the authoritative source for the simplified landing behavior.
Simplified Course RuleA pawn moves forward the number of cells rolled. If a pawn lands on a cell already occupied by a pawn of another color, move the existing pawn to its Start cell.
Step 1 — Check the destination claim
- Red begins on Cell 2
- The roll is 3
- Determine whether Cell 5 is supported
Step 2 — Check the Blue-pawn claim
- Blue is already on Cell 5
- Red would land on Cell 5
- Determine what the supplied rule supports
Step 3 — Check “always best” separately
Ask whether the supplied rule says anything about the best strategic move in every possible situation.
Go to topEvidence Can Support Only Part of an AnswerSome claims may be supported while another claim remains unsupported. That is why Revise and Verify Further are useful choices.
4. Choose Among Four Human-Judgment Outcomes
Outcome Use it when... Accept The relevant claims are adequately supported for the current purpose Revise Useful parts can be kept, but unsupported or inaccurate parts need correction Verify Further You do not yet have enough evidence Reject The recommendation is contradicted or not sufficiently supported Step 1 — Review a small decision pattern
Verification may lead to more checking before a final response is chosen. Step 2 — Keep the human responsible
The AI generates the recommendation. The rule provides evidence. The Player compares the evidence and chooses the final response.
Go to top5. Plan the Three Responsibilities
Step 1 — Read a generic responsibility flow
AI generates output; a human checks claims against evidence and makes the final judgment. Step 2 — Translate the roles to this assignment
Partition Responsibility AI Tool Produce the move recommendation Player Identify claims, compare evidence, and make the judgment Parcheesi Rules Provide the authoritative rule evidence for this course example Go to topThe Player Appears More Than OnceThe flow can leave Player to check a rule and return to Player for comparison and judgment.
6. Create the AI-and-Human-Judgment Diagram in Violet
This is the main diagram you will submit.
Step 1 — Create the three named partitions
- AI Tool
- Player
- Parcheesi Rules
Step 2 — Use this partial diagram as a scaffold
The scaffold reaches evidence comparison. You must add the judgment decision and outcome paths. Step 3 — Add the human judgment decision
After Player compares the recommendation with the evidence, add a decision that determines what should happen to the AI recommendation.
Step 4 — Add the four available outcomes
- Add a path for Accept
- Add a path for Revise
- Add a path for Verify Further
- Add a path for Reject
- Keep all judgment actions in the Player partition
Check Your Work
- AI Tool, Player, and Parcheesi Rules are represented
- The AI does not make the final judgment
- The Player identifies a claim
- Parcheesi Rules supplies evidence
- The Player compares evidence
- A decision follows the evidence check
- All four outcomes are available
- The Player owns the final outcome
- The diagram fits on one Violet screen
7. Trace the Evidence Path
Step 1 — Start with AI output
- AI Tool produces the recommendation
- Player identifies its separate claims
Step 2 — Follow the evidence check
- Move to Parcheesi Rules
- Use the simplified rule as evidence
- Return to Player
- Compare each important claim with what the evidence supports
Step 3 — Follow your selected outcome
Choose the outcome your evidence supports and be prepared to explain why. Refer to the supplied rule rather than to the AI's confidence or wording.
Go to topCheckpoint SummaryYou modeled AI output as information that requires human review, verified claims against an authoritative source, and kept the final Accept/Revise/Verify Further/Reject judgment with the human decision-maker.
8. Save, Submit, and Revise the Diagram
Use the same concise submission process you practiced in the earlier Parcheesi assignments.
© 2026 Northcentral Technical College
Go to top