←back to thread

221 points caspg | 1 comments | | HN request time: 0.207s | source
Show context
spaceman_2020 ◴[] No.42164682[source]
I have about 6 months of coding experience. All I really knew was how to build a basic MERN app

I’ve been using Sonnet 3.5 to code and I’ve managed to build multiple full fledged apps, including paid ones

Maybe they’re not perfect, but they work and I’ve had no complaints yet. They might not scale to become the next Facebook, but not everything has to scale

replies(10): >>42164691 #>>42164720 #>>42164779 #>>42164879 #>>42164981 #>>42165012 #>>42165044 #>>42165081 #>>42165381 #>>42165482 #
lostemptations5 ◴[] No.42165012[source]
I'm not saying you're wrong at all or in disbelief -- but I've spent lots of time with Claude 3.5 trying to prototype React apps and not even full fledged prototypes -- and I can't get it to make anything bug free somehow.

Maybe I'm "holding it wrong" -- I mean using it incorrectly.

True it renders quite interesting mockups and has React code behind it -- but then try and get this into even a demoable state for your boss or colleagues...

Even a simple "please create a docker file with everything I need in a directory to get this up and running"...doesn't work.

Docker file doesnt work (my fault maybe for not expressing I'm on Arm64), app is miss configured, files are in the wrong directories, key things are missing.

Again just my experience.

I find Claude interesting for generating ideas-- but I have a hard time seeing how a dev with six months experience could get multiple "paid" apps out with it. I have 20 years (bla, bla) experience and still find it requires outrageous hand holding for anything serious.

Again I'm not doubting you at all -- I'm just saying me personally I find it hard to be THAT productive with it.

replies(3): >>42165027 #>>42165387 #>>42165904 #
1. spaceman_2020 ◴[] No.42165904[source]
You have to temper your ambitions. Choose languages it understands well. Deploy on vercel. Specify exactly what you’re working with (“I’m using nextjs 14 with app router”)