Gedankenexperiment Snippets
Prompt and pray
Text is the new code and skills are the new programs. Code got an IDE to read it. Skills are still edited in a plain text editor.See loopsie →
Snippet · August 2026
Read one prompt and you understand all of it at once: a few lines of text, saying plainly what they want, legible on a single screen. A skill is a folder of them. It holds an instruction file, a settings file the instruction points to by name, and a script that checks the result. Every file still reads clearly on its own, and the thing they add up to does not.
Text is the new code, and a skill is the new program. The parts stay legible one at a time. The behaviour lives in how they call each other. Prose runs in one dimension, so every relation that is not adjacency has to travel as a cross-reference. The loop and the branch are both in the folder, and neither one is drawn. So you author it, install it, trigger it, and read the output to find out what it actually did. That is prompt and pray.
If text is the new code and skills are the new programs, what is the new IDE? Code went through this already, so start there.
Code is text too, it stayed text, and what it evolved on top of the text was a view. That view is the IDE, and reading a composition is the job it does. A codebase with many files, functions, classes and dependencies is hard for reasons that have nothing to do with any one function, and a skill folder is hard the same way. The answer was a set of instruments: go to definition, find references, call hierarchy, a debugger that halts mid-execution and shows the stack. Every one of them makes the composition visible while leaving the code exactly as complex as it was.
The problem is the same one. Highlight the composition while it is being written. Show the steps and the order they feed each other in. Show the two that run independently, and the file nothing reaches. Put the prose on the left and the structure on the right, and the gap between what you meant and what you wrote becomes something you can point at.
The analogy stops in one place. A function executes the same way every time, while a skill routes on the input, so a drawing made before the run can only show what could happen. How much that leaves out is the part I am least sure of.
Every file in a skill can be read in a minute. The composition of those files is what needs an instrument.
Editors came first, then debuggers, then profilers, each arriving when composition outgrew what one person could hold in their head. Skills are at that point now, with tooling about where code was when people started drawing call graphs. Text became the new code before anything was built to read it that way, and closing that gap is the whole of the work.