Comment by jstummbillig
Comment by jstummbillig 5 days ago
I am guessing: Maybe you are not used to or comfortable with delegating work?
You will certainly understand a program better where you write every line of code yourself, but that limits your output. It's a trade-off.
The part that makes it work quite well is that you can also use the LLM to better understand the code where required, simply by asking.
> I am guessing: Maybe you are not used to or comfortable with delegating work?
The difference between delegating to a human vs an LLM is that a human is liable for understanding it, regardless of how it got there. Delegating to an LLM means you're just more rapidly creating liabilities for yourself, which indeed is a worthwhile tradeoff depending on the complexity of what you're losing intimate knowledge of.