top | item 47201590

(no title)

scuff3d | 1 day ago

What the fuck are people working on where it's possible for the LLM to just add entire features. Refactors and class/method level code can be impressive, anything highly structured with good guard rails. As soon as things start to reach beyond that it falls to absolute garbage.

discuss

order

jeffrwells|17 hours ago

I built this entire app on ios + website without opening an IDE.

https://www.gophergolfer.com/iphone

NextJS, Rails, GraphQL, React Native

Certainly wasn't one-shot for all of it but case in point it has dozens and dozens of "features" all LLM implemented

medi8r|16 hours ago

I want to hear someone say "I work at Google on a 10yr old 100KLOC service and AI is doing it all we are just vibe coding" as that would be really interesting. Greenfield yeah AI slaughters greenfield before breakfast

scuff3d|5 hours ago

Is the source code available?

bitwize|19 hours ago

There are companies building entire applications, indeed replicating the functionality of existing SaaS applications to test their original applications,with no humans in the development loop.

We're looking at the twilight of programming as a human skill. The LLMs are just that good.

rwyinuse|16 hours ago

The end result is, and will always be garbage if there is no "human in the loop" to test whether the result meets the requirements, and telling LLM what to do if it doesn't.

Like somebody else said, there is still a need for QA (and usually for requirements gathering too), that's a part of the development cycle. Developing software that is meant to be used by humans with zero humans involved isn't realistic.

scuff3d|5 hours ago

I mean... It takes 10 minutes of testing to know this is bullshit. At least in the near term. I've sat with an agent and played the part of a vibe coder. Not looking at the code, frankly providing more guidance and feedback then a vibe coder could, and even in a thousand line app it falls to absolute shit fast. It does get something that "technically" works, but it will collapse in on itself in no time.

The act of designing software might be changing, less writing the actual code, but someone who knows what the fuck they're doing still has to guide the ship.