logoalt Hacker News

slopinthebagyesterday at 4:43 AM1 replyview on HN

They aren't holding it wrong, it's a fundamental limitation of not writing the code yourself. You can make it easier to understand later when you review it, but you still need to put in that effort.


Replies

nemo44xyesterday at 4:07 PM

Work in smaller parts then. You should have a mental model of what the code is doing. If the LLM is generating too much you’re being too broad. Break the problem down. Solve smaller problems.

All the old techniques and concepts still apply.

show 1 reply