←back to thread

221 points caspg | 3 comments | | HN request time: 0.632s | 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 #
yodsanklai ◴[] No.42164720[source]
What do you do if your app has a bug that your LLM isn't able to fix? is your coding experience enough to fix it, or do you ship with bugs hoping customers won't mind?
replies(5): >>42164780 #>>42164781 #>>42164783 #>>42164943 #>>42165218 #
1. amonith ◴[] No.42164943[source]
If customers do mind then at best it's an opportunity cost (less people will buy). Shipping with bugs > not shipping, simple as.
replies(1): >>42166076 #
2. namaria ◴[] No.42166076[source]
You better hope no bugs expose you to liabilities like runaway cloud costs or mishandling sensitive data
replies(1): >>42167220 #
3. amonith ◴[] No.42167220[source]
Yeah SaaS is a different beast. Lots of areas worth hardening. Not really for customers but mainly for yourself. But desktop apps, mobile apps, self-hosted stuff, games, CLIs, libraries - you don't really have to worry about much.