Improve active_learning density and checkpoint quality in 08b-interpret-your-run.md#1786
Merged
pelikhan merged 3 commits intoJul 21, 2026
Merged
Conversation
…run.md - Convert 'write one short note' into a structured fill-in code fence exercise - Add a second code block showing a failed run log (403 permission error) for comparison - Expand checkpoint from 3 to 4 items: add 'I can identify whether a run failed due to a permission error, a vague brief, or a missing output' - File stays under 600 words (561 words total) Closes #1776 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…un context sentence Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix active learning density and checkpoint items in 08b-interpret-your-run.md
Improve active_learning density and checkpoint quality in 08b-interpret-your-run.md
Jul 21, 2026
pelikhan
marked this pull request as ready for review
July 21, 2026 09:29
pelikhan
approved these changes
Jul 21, 2026
pelikhan
deleted the
copilot/curriculum-eval-fix-active-learning-another-one
branch
July 21, 2026 09:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
08b-interpret-your-run.mdscored below benchmark onactive_learning(density 0.88 vs ≥3.0/100 words) andcheckpoint_quality(3 items vs ≥4 minimum), making it a passive reading exercise with no structured verification.Changes
Structured fill-in exercise — replaces the vague "write one short note" prompt with a labeled code-fence template including example values, giving learners a concrete scaffold to verify they read the log correctly:
Failed run log example — adds a second
textcode block in the error-patterns section showing a403 Forbiddenfailure signature, with a context sentence explaining it helps distinguish permission errors from vague-brief errors at a glanceCheckpoint expanded to 4 items — adds: "I can identify whether a run failed due to a permission error, a vague brief, or a missing output", directly anchoring the three error patterns listed above it
File stays at 571 words (limit: 600).