←back to thread

463 points 8organicbits | 10 comments | | HN request time: 0.646s | source | bottom
1. selcuka ◴[] No.44307169[source]
I think "vibe coding" will not replace developers in the short term, but it will be the strongest competition for such simple systems. I asked a few LLMs to make apps like these (plain HTML with embedded JS), and they got it right after a few edits. They are also visually more appealing [1].

[1] https://claude.ai/public/artifacts/bb451732-9559-401a-8000-b...

replies(7): >>44307222 #>>44307774 #>>44307988 #>>44308508 #>>44308664 #>>44308838 #>>44310092 #
2. melagonster ◴[] No.44307222[source]
You are right. They are the natural opponents of vibe coding. vibe coding is from a funny X post; this is the OG purpose.
3. yreg ◴[] No.44307774[source]
I am vibe coding a hobby project to find out what's the state of things.

I've found that every few hours I get stuck on an issue that the LLM can't solve and a user with no programming experience would have little hope to crack it either.

I suppose this issue might depend on technology and scope of the project.

4. physicsguy ◴[] No.44307988[source]
It's got a bug, if you enter a non-integer like 3 + 2 = 5.1 then it marks that as correct
5. aitchnyu ◴[] No.44308508[source]
Whats your simple system stack, preferably self hostable? I may choose Vue, need auth, a multiplayer offline DB, static hosting, file hosting and preferably filter rows by users (dont allow me to see others data if I fiddle with the api).
6. heyyfurqan ◴[] No.44308664[source]
love the Comic Sans in here
7. _joel ◴[] No.44308838[source]
except it's broken
replies(1): >>44308940 #
8. 4ndrewl ◴[] No.44308940[source]
Vibe coding seems to be synonymous with "sort of works, bunch of bugs"
replies(1): >>44312655 #
9. djmips ◴[] No.44310092[source]
I would change the ? to a blank or underscore
10. trinix912 ◴[] No.44312655{3}[source]
If you can get over the critical errors. That's the showstopper for most non-programmers. Perhaps not as much for the so-called "power users" who can hack together some Excel VBA, but even then there's a lot of setup to get simple projects rolling. Down to the little things like knowing that a .js file is a JavaScript file (and what that means). It's obvious to us, but definitely not to the average person, unless they're willing to invest significant time into it - which most aren't.