Define “prompt”
Define “prompt”
Posted Oct 15, 2025 2:13 UTC (Wed) by Baughn (subscriber, #124425)Parent article: The FSF considers large language models
- Discuss a problem with the LLM. The LLM autonomously reads large parts of the repository you’re working in, during the discussion.
- Ask it to write a plan. Edit the plan. Ask it about the edited plan. Edit it some more.
- Repeatedly restart the LLM, asking it to code different parts of the plan. Debug the results. Write some code yourself. Create, rebase, or otherwise play around with the repository; keep multiple branches of potential code.
- Go back and edit the original plan, now that you know what might work. Port some unit tests back in time, sometimes.
- Repeat until done.
There is a prompt. Actually, there are many prompts, all conveniently stored in verbose JSONL that also requires point in time snapshots of the repository you’re working in to make sense of.
If someone were to ask me for that, I wouldn’t know where to start. It’s like asking for a recording of my desktop so they can be sure I’m not doing something they disapprove of.
