Update lab content instructions

This commit is contained in:
c4ch3c4d3
2026-04-27 10:37:43 -06:00
parent 8626b3d1db
commit 1e9f6fc0cf
3 changed files with 4 additions and 31 deletions
@@ -175,21 +175,6 @@ In general:
This is useful because it shows us that model output is not magic or certainty. Each generated token is chosen from a probability distribution over many possible next tokens.
### Explore: Try Different Prompt Styles
To make the confidence view more interesting, compare:
1. A common phrase such as `The quick brown fox`
2. A factual question
3. A short cybersecurity prompt
Notice where the model appears highly certain and where it becomes less stable. Small local models often produce text that sounds very confident even when the underlying prediction distribution is more fragile than it first appears.
<div class="lab-screenshot-placeholder">
<strong>Screenshot Placeholder</strong>
Confidence heatmap and hover tooltip view.
</div>
---
## Conclusion