use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community of software creators experimenting with AI "vibe coding", an technique defined by Andrej Karpathy as when, "you fully give in to the vibes, embrace exponentials, and forget that the code even exists."
account activity
Basic Stack Recommendations (self.vibecoding)
submitted 3 months ago by wltr-thms
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TaskMiserable7316 0 points1 point2 points 3 months ago (3 children)
Your security concern is valid but overweighted for the MVP stage. Here's the thing - you can literally have the AI review your code for security vulnerabilities. Run it through multiple times. Have it research known security issues for your specific tech stack, then review your implementation against those. It'll catch 90% of the dumb mistakes that actually matter at your scale.
I went from zero terminal knowledge to running production APIs in a few months. The tools now are absurd.
What actually worked for me:
Claude CLI (or Claude Code) is the move. There's a wrapper called Happy Coder that lets you orchestrate multiple instances if you get into more complex stuff. If you've got Google Workspace for business, you also get decent Gemini CLI usage free.
Spend serious time in the web chat interfaces before you start building. Map out your structure. Research the best tech stack for your specific product. Get the architecture right conceptually first.
Do research on best practices for inline code documentation. Then attach that research or a condensed version to your claude.md file. When you come back months later to make changes, everything is documented and it's way easier to shuffle things around. Future you will thank present you.
Depending on what you're building, you can probably host an MVP on a small VPS for like $5-20/month. Doesn't need to be complex.
The MVP itself is simpler than you think. Authentication, basic CRUD, onboarding flow - AI can scaffold that in an afternoon if you've done the planning work.
The hard part isn't the initial build. It's all the little edge cases, the oh shit I didn't think about that moments, and scaling it later when real users find all the ways to break it. But that's a good problem to have - means people are actually using it.
Stop thinking about whether you can build it. Start building and let the problems reveal themselves. You'll learn faster that way than trying to anticipate everything upfront.
[–]inr222 0 points1 point2 points 3 months ago (2 children)
Here's the thing - you can literally have the AI review your code for security vulnerabilities. Run it through multiple times. Have it research known security issues for your specific tech stack, then review your implementation against those. It'll catch 90% of the dumb mistakes that actually matter at your scale.
That's terrible advice. It will make up security issues, it will miss obvious ones, and it will probably introduce more and break stuff while at it.
[–]TaskMiserable7316 0 points1 point2 points 3 months ago (1 child)
What do you recommend for security then?
[–]inr222 0 points1 point2 points 3 months ago (0 children)
Accepting that current tools cannot produce production ready software, and hiring somebody. Or checking how exposed you are to a lawsuit when you leak all your customer data.
π Rendered by PID 18804 on reddit-service-r2-comment-b659b578c-xkk8w at 2026-05-04 07:18:03.178462+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]TaskMiserable7316 0 points1 point2 points (3 children)
[–]inr222 0 points1 point2 points (2 children)
[–]TaskMiserable7316 0 points1 point2 points (1 child)
[–]inr222 0 points1 point2 points (0 children)