logoalt Hacker News

LtWorftoday at 6:43 AM2 repliesview on HN

> if the constraints and tests are reasonably well specified.

if they are, then why would a human be so slow? You're not comparing the same situation.


Replies

gbalduzzitoday at 9:49 AM

The human in that case is not "so slow", but at the current state it is slower than an LLM as simple as that.

The difference comes in confidence that the solution works and can be maintained in the future, but in terms of purely making the decisions and applying the changes an LLM is faster when it has all the required infos available

theshrike79today at 8:43 AM

Because humans need to type with a keyboard, then click around with a mouse.

In that time the LLM has made a change, ran tests, committed, pushed, checked that the CI build failed, looked at the CI logs, fixed the issue and the PR is now passing.