logoalt Hacker News

will__nesstoday at 12:33 AM4 repliesview on HN

> But there are serious limits. [Your coding agent] will lie to you, they don't really understand things, and they often generate bad code.

I think that really high quality code can be created via coding agents. Not in one prompt, but instead an orchestration of planning, implementing, validating, and reviewing.

Its still engineering work. The code still matters. Its just a different tool to write the code.

I'd compare the difference between manually coding and operating a coding agent to the difference between a handsaw and a chainsaw - the end result is the same but the method is very different.


Replies

acedTrextoday at 12:52 AM

> the end result is the same but the method is very different.

I dont think anyone really cares at all about LLM code that is the exact same end result as the hand written version.

It's just in reality the LLM version is almost never the same as the hand written version, it's orders of magnitude worse.

show 2 replies
nielsbottoday at 1:46 AM

> Not in one prompt, but instead an orchestration of planning, implementing, validating, and reviewing

Lots of times I could just write it myself and be done with it

show 1 reply
solomatovtoday at 1:26 AM

>I think that really high quality code can be created via coding agents. Not in one prompt, but instead an orchestration of planning, implementing, validating, and reviewing.

Do you have any advice to share (or resources)? Have you experienced it yourself?

mbestotoday at 2:19 AM

> high quality code

What does high quality code look like?

> The code still matters.

How so?