← Back to context

Comment by roncesvalles

11 hours ago

>One key point is to use their initial output as a draft, as a starting point that still needs to be checked and iterated, often through pair programming with the same tool.

This matches my experience. It's not useful for producing something that you wouldn't have been able to produce yourself, because you still need to verify the output itself and not just the behavior of the output when executed.

I'd peg this as the most fundamental difference in use between LLMs and deterministic compilers/transpilers/codegens.