You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limitation: synthetic results reflect explicit model assumptions; intervals exclude model and population-assumption uncertainty
Part Summary
Part
Files
Mean Score
Std Dev
Part 1 — core path (lessons 00–14)
15
6.70 / 10.0
±1.75
Part 2 — advanced (lessons 15+)
14
6.10 / 10.0
±0.33
Overall corpus
29
6.41 / 10.0
±1.50
No pages are classified as other.
Critical Findings
Step 07 is the primary completion bottleneck (Part 1): After agent-insight adjustments, 07-first-workflow sees 35.1% conditional dropout—nearly double the next step. The top failure mode is workflow-authoring-friction, driven by Copilot auth complexity and the mandatory Codespace terminal transition that ui_preferred: true learners (22 of 46 students, mean success rate 9.6%) struggle to navigate.
Concept overload blocks beginners before they reach Step 07: Steps 04-actions-intro and 05-agentic-intro together shed ~13,000–7,700 runs in the Part 1 funnel. Beginner-level students (11 of 46) show a mean success rate of 0.3%—they exit almost entirely before reaching the first hands-on workflow step. 05-agentic-intro's Activity 1 asks learners to open a .lock.yml file that does not yet exist at that point.
Learning quality health is constrained by a corpus-wide checkpoint gap: The cohort-mean checkpoint_quality score is 0.00/10 across all 29 steps, depressing the Learning KPI index to 2.89/10. Students who persist through the workshop are practicing without embedded knowledge-check loops. The active_learning mean of 4.20 and scaffolding mean of 5.00 are adequate, but without checkpoints the learning signal is weak.
The most critical repair belongs to Part 1 (Step 07 / 07d-confirm-model-access.md, score 5.29): Fixing auth recovery UX and making the Codespace-terminal onboarding explicit for UI-preference learners would address the largest single contributor to overall dropout without requiring structural curriculum changes.
Top Repairs to Prioritize
Note: some student dropout is expected and acceptable. Repairs must maintain or improve the learning KPI index — do not lower the cognitive bar or remove practice to chase headline completion numbers.
Add inline Copilot auth recovery guidance to 07d-confirm-model-access.md — embed a minimal decision tree for the two most common auth errors (missing Copilot seat, missing copilot-requests: write permission) as a collapsible block. (completion impact: ↑ · learning KPI impact: ↔)
Fix the Activity 1 forward-reference in 05-agentic-workflows-intro.md — replace "open any .lock.yml in your repo" with a sample inline lock snippet so learners can complete the activity before Step 06. Add a second self-check prompt before the checkpoint. (completion impact: ↑ · learning KPI impact: ↑)
Add knowledge-check callouts to 04-github-actions-intro.md and 07d-confirm-model-access.md — the corpus-wide checkpoint_quality score is 0.00; adding even one verifiable self-check to these two high-dropout pages would raise both pages' overall_score and the cohort Learning KPI index. (completion impact: ↑ · learning KPI impact: ↑)
Terminal-preferred students complete at 3× the rate of UI-preferred students, reflecting the mandatory Codespace terminal path at Step 07.
Notable student journeys (3)
Surprising success — Learner 037 (beginner · methodical · enterprise-dev · cli): With a beginner level and no prior coding background in an enterprise environment, this student achieved a 2.6% success rate — far above the beginner mean of 0.3%. The methodical personality and personal-learning goal predict careful reading of each step; the CLI tool preference eliminates the Codespace-terminal transition penalty. The step 05-agentic-intro concept gap remains the primary blocker (340 failures), but the student occasionally pushes through, a pattern consistent with prior accumulated runs showing 757 historical successes. This suggests the workshop's Activities do provide a viable scaffolding path for highly persistent beginners who use the CLI.
Unexpected dropout — Learner 028 (actions-user · confused · enterprise-dev · team-evaluation · cli): Despite actions-user level (should easily clear Steps 04–05), this student achieves only 16.5% success — well below the actions-user mean of 41.1%. The confused personality combined with team-evaluation goal (pressure to exit if unclear ROI) produces repeated failures at 05-agentic-intro (300 failures) and 06-install-gh-aw (43 failures). The student's enterprise background introduces additional friction from proxy/network assumptions at the extension install step. The confused personality fails to leverage the skip-ahead link on step 04 and gets stuck on the agentic concept explanation before reaching any hands-on activity.
Content-gap case — Learner 010 (actions-user · curious · enterprise-dev · personal-learning · cli): This student knows GitHub Actions well yet fails most often at 05-agentic-intro (228 failures) — the page specifically about what makes agentic workflows different from Actions. The activity_before_prerequisite_state risk tag from the agent insight explains this: Activity 1 asks the learner to open a .lock.yml file, which doesn't exist until after Step 06. A curious actions-user will try to execute this instruction literally, fail, and get disoriented. The step's active_learning score of 2.4/10 reflects this instructional gap — the activities don't match the learner's actual state.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Overview
07-first-workflow(35.1% conditional dropout among 22,355 at-risk runs; 95% Monte Carlo interval: 34.5%–35.7%)07d-confirm-model-access.md(overall score 5.29/10)None/2026-07-assumption-model-v2(parameter hashNone)Part Summary
156.70 / 10.0±1.75146.10 / 10.0±0.33296.41 / 10.0±1.50No pages are classified as
other.Critical Findings
07-first-workflowsees 35.1% conditional dropout—nearly double the next step. The top failure mode isworkflow-authoring-friction, driven by Copilot auth complexity and the mandatory Codespace terminal transition thatui_preferred: truelearners (22 of 46 students, mean success rate 9.6%) struggle to navigate.04-actions-introand05-agentic-introtogether shed ~13,000–7,700 runs in the Part 1 funnel. Beginner-level students (11 of 46) show a mean success rate of 0.3%—they exit almost entirely before reaching the first hands-on workflow step.05-agentic-intro's Activity 1 asks learners to open a.lock.ymlfile that does not yet exist at that point.checkpoint_qualityscore is 0.00/10 across all 29 steps, depressing the Learning KPI index to 2.89/10. Students who persist through the workshop are practicing without embedded knowledge-check loops. Theactive_learningmean of 4.20 andscaffoldingmean of 5.00 are adequate, but without checkpoints the learning signal is weak.07d-confirm-model-access.md, score 5.29): Fixing auth recovery UX and making the Codespace-terminal onboarding explicit for UI-preference learners would address the largest single contributor to overall dropout without requiring structural curriculum changes.Top Repairs to Prioritize
Note: some student dropout is expected and acceptable. Repairs must maintain or improve the learning KPI index — do not lower the cognitive bar or remove practice to chase headline completion numbers.
07d-confirm-model-access.md— embed a minimal decision tree for the two most common auth errors (missing Copilot seat, missingcopilot-requests: writepermission) as a collapsible block. (completion impact: ↑ · learning KPI impact: ↔)05-agentic-workflows-intro.md— replace "open any.lock.ymlin your repo" with a sample inline lock snippet so learners can complete the activity before Step 06. Add a second self-check prompt before the checkpoint. (completion impact: ↑ · learning KPI impact: ↑)04-github-actions-intro.mdand07d-confirm-model-access.md— the corpus-widecheckpoint_qualityscore is 0.00; adding even one verifiable self-check to these two high-dropout pages would raise both pages'overall_scoreand the cohort Learning KPI index. (completion impact: ↑ · learning KPI impact: ↑)Dropout by step
07-first-workflow05-agentic-intro04-actions-intro05c-agentic-practice05b-agentic-security06-install-gh-aw17-add-mcp-tools02-setup19-research-driven-training-node18-share-and-reuse15-conditional-logic24-self-hosted-runners09-agentic-editing14b-pr-reviewer-workflow22-error-handling-and-resilienceCurriculum quality and learning KPIs
07d-confirm-model-access.md04-github-actions-intro.md05-agentic-workflows-intro.md15-conditional-logic.md08-run-your-workflow.md14b-pr-reviewer-workflow.md16-connect-data-source.md05b-agentic-workflows-security.md17-add-mcp-tools.md20-persistent-memory.md26-manage-costs-and-budgets.md14-next-steps.md21-inline-sub-agents.md09-agentic-editing.md08b-interpret-your-run.md02a-setup-codespace.md18-share-and-reuse.md25-audit-and-observability.md28-orchestrate-workflows.md22-error-handling-and-resilience.md19-research-driven-training-node.md27-evaluate-workflow-quality.md23-ab-experiments.md05c-agentic-workflows-practice.md07-your-first-workflow.md24-self-hosted-runners.md00-welcome.md01-prerequisites.md06-install-gh-aw.mdSegment breakdowns
By technical level:
beginnergithub-basicactions-useradvancedBy personality:
curiousmethodicalimpatientconfusedskepticalBy UI preference:
true)false)Notable student journeys (3)
Surprising success — Learner 037 (beginner · methodical · enterprise-dev · cli): With a
beginnerlevel and no prior coding background in an enterprise environment, this student achieved a 2.6% success rate — far above the beginner mean of 0.3%. Themethodicalpersonality andpersonal-learninggoal predict careful reading of each step; the CLI tool preference eliminates the Codespace-terminal transition penalty. The step 05-agentic-intro concept gap remains the primary blocker (340 failures), but the student occasionally pushes through, a pattern consistent with prior accumulated runs showing 757 historical successes. This suggests the workshop's Activities do provide a viable scaffolding path for highly persistent beginners who use the CLI.Unexpected dropout — Learner 028 (actions-user · confused · enterprise-dev · team-evaluation · cli): Despite
actions-userlevel (should easily clear Steps 04–05), this student achieves only 16.5% success — well below theactions-usermean of 41.1%. Theconfusedpersonality combined withteam-evaluationgoal (pressure to exit if unclear ROI) produces repeated failures at05-agentic-intro(300 failures) and06-install-gh-aw(43 failures). The student's enterprise background introduces additional friction from proxy/network assumptions at the extension install step. Theconfusedpersonality fails to leverage the skip-ahead link on step 04 and gets stuck on the agentic concept explanation before reaching any hands-on activity.Content-gap case — Learner 010 (actions-user · curious · enterprise-dev · personal-learning · cli): This student knows GitHub Actions well yet fails most often at
05-agentic-intro(228 failures) — the page specifically about what makes agentic workflows different from Actions. Theactivity_before_prerequisite_staterisk tag from the agent insight explains this: Activity 1 asks the learner to open a.lock.ymlfile, which doesn't exist until after Step 06. A curiousactions-userwill try to execute this instruction literally, fail, and get disoriented. The step'sactive_learningscore of 2.4/10 reflects this instructional gap — the activities don't match the learner's actual state.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.