← Back to context

Comment by Buttons840

4 months ago

More than one project manager has insisted that everything about the system must be documented--that's called the source code.

As you say, by the time you specify everything, you've written the code.

Theoretically a PM could say "the code is disposable and obsoleted by the next deployment. let's just document our prompts."

I don't know if that's a good idea but a lot of people are going to try it.

  • The prompts are the source code in that case.

    The LLM is some sort of transpiler.

    Somebody will have to add some syntax to these LLM prompting systems to include text that doesn’t get converted. So the next round of PMs can ask you to documents your prompts).

> As you say, by the time you specify everything, you've written the code

Sadly not when it’s a 2000 page word document with a million formatting quirks and so many copy-paste versions you don’t know if you should trust “reqs_new25”, “reqs_new25v1” or the x number of other copies floating around.