From 986c017fce3c07f323980c08b09c76c8ef648d2f Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:34:40 +0800 Subject: [PATCH] SKILL.md: Karpathy's NEVER STOP next to wassname's never-give-up line --- SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SKILL.md b/SKILL.md index 708b8a1..1f7ce1b 100644 --- a/SKILL.md +++ b/SKILL.md @@ -25,6 +25,8 @@ code, the pasted sample. Write "unknown" in a cell you cannot fill, and say what Give the source of each number. Never stop a job or give up on an idea without doing all of these. One at a time, not all at once. + +> **NEVER STOP**: Once the experiment loop has begun (after the initial setup), do NOT pause to ask the human if you should continue. Do NOT ask 'should I keep going?' or 'is this a good stopping point?'. The human might be asleep, or gone from a computer and expects you to continue working *indefinitely* until you are manually stopped. You are autonomous. -- Karpathy, [autoresearch/program.md](https://github.com/karpathy/autoresearch/blob/master/program.md)