← Back to context

Comment by StableAlkyne

16 days ago

> you are going to get the program written twice, once in natural language and once in a programming language.

How is this a bad thing? Personally, I'm not superhuman and more readily understand natural language.

If I have the choice between documentation explaining what a function does and reading the code, I'm going to just read the docs every time. Unless I have reason to think something is screwy or having an intricate understanding is critical to my job.

If you get paid by the hour then go for it, but I don't have time to go line by line through library code.

> How is this a bad thing?

It is not good or bad. I don't understand your question.

> If I have the choice between documentation explaining what a function does and reading the code, I'm going to just read the docs every time.

The apparent "choice", given the context under which the discussion is taking place, is writing your program in natural language and have an LLM transcribe it to a programming language, or writing your program in a programming language and having an LLM transcribe it to natural language.