From aa0f45de8016791323fdba1c97cb6d5fab9b7941 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:21:58 +0800 Subject: [PATCH] SKILL.md: add empty slot for wassname's note on LLM agents Textbook order: collected advice, then his comment on how it applies to LLMs, then the exercises. Content left for him to write. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com> --- SKILL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SKILL.md b/SKILL.md index f1757c6..6fa71a2 100644 --- a/SKILL.md +++ b/SKILL.md @@ -78,6 +78,12 @@ Do not fix on an arbitrary metric threshold before you have any idea what a fair is. Saying the metric must clear 0.8 means nothing until you know what counts as good here. Get the scale first, from a null arm and a shuffled control. Exercise 15. +## How this applies to LLM agents + + + ## 1. "Experimenting a little and thinking a lot" (small) > Switching from experimenting a lot and thinking a little to experimenting a little and thinking a lot was a key turnaround in productivity. When debugging with long iteration times, you really need to *pour* time into the hypothesis-forming step - thinking about what all the possibilities are, how likely they seem on their own, and how likely they seem in light of everything you've seen so far. -- Rahtz