←back to thread

469 points samuelstros | 7 comments | | HN request time: 0.447s | source | bottom
Show context
1zael ◴[] No.44998995[source]
I've literally built the entire MVP of my startup on Claude Code and now have paying customers. I've got an existential worry that I'm going to have a SEV incident that will trigger a house of falling cards, but until then I'm constantly leveraging Claude for fixing security vulnerabilities, implementing test-driven-development, and planning out the software architecture in accordance with my long-term product roadmap. I hope this story becomes more and more common as time passes.
replies(6): >>44999056 #>>44999088 #>>44999121 #>>44999144 #>>44999151 #>>45001583 #
imiric ◴[] No.44999121[source]
Well, don't be shy, share what CC helped you build.
replies(2): >>44999260 #>>45001296 #
1. orsorna ◴[] No.44999260[source]
[flagged]
replies(3): >>45001050 #>>45002300 #>>45004365 #
2. turnsout ◴[] No.45001050[source]
There’s still a stigma. I think people are worried that if it gets out that their startup was built with the help of an LLM, they’ll lose customers who don’t want to pay for something “vibe coded.”

Honestly I don’t think customers care.

replies(1): >>45001143 #
3. mlrtime ◴[] No.45001143[source]
I used the analogy to how online dating started. I remember [some] people were embarrassed to say they met online so would make up a story. We're in that phase of AI development, it will pass.
4. jaggederest ◴[] No.45002300[source]
I generally work as openly as possible on github, and I am deliberately avoiding manual coding for a while to try to learn these (infuriating/wonderful) tools more thoroughly.

Unfortunately I can't always share all of my work, but everything on github after perhaps 2025-06-01 is as vibe-coded as I can get it to be. (I manually review commits before they're pushed, and PRs once in a complete state, but I always feed those reviews back into the tooling, not fix them manually, unless I get completely fed up.)

replies(1): >>45005635 #
5. Workaccount2 ◴[] No.45004365[source]
I learned 20 years ago to never share code online with programmers when it comes to making a point (or, sadly, asking for help.)

I promise if someone posted human made code and said it was LLM generated, it would still be nit-picked to death. I swear 75% of developers ride around on a high horse that their style of doing things is objectively the best and everyone else is a knuckle dragger.

6. bopbopbop7 ◴[] No.45005635[source]
Everyone wants to see your very profitable startup, it’s simply free advertising. Why not share it?
replies(1): >>45006194 #
7. jaggederest ◴[] No.45006194{3}[source]
I definitely don't have a very profitable startup. I'm simply a working programmer trying to learn new tools.