Vibecoding
p/vibecodingBuild for the vibe, debug later
trending

What's your actual workflow for verifying AI-generated code before shipping it?

Been building Consile almost entirely with Lovable, and the thing I've found matters most isn't the AI generating code fast, it's having a real, repeatable process for verifying what it generates before it ships. Things like actually reproducing security findings against live endpoints instead of trusting a policy read, or independently confirming a claimed fix rather than taking "done" at face value.

Curious what others here have landed on. Do you have an actual verification process, or is it more ad hoc? What's caught you off guard that a quick glance wouldn't have?

4mo ago

Apple Cracks Down on ‘Vibe Coding’ Apps

Apple is reportedly pushing back on AI vibe coding apps like @Replit and @Vibecode App, tools that let users create apps just by typing prompts.

The issue isn t a new rule. Apple is enforcing an old one:

  • Apps must be self-contained

  • They can t download or run new code that changes functionality after review

4mo ago

Coding from your phone

Hey, I was wondering how many of you are coding from the phone - it's easier to do it with AI coding agents now, so I'm wondering how often developers are doing it.

Personally, I do some coding tasks daily from my phone and I'm curious how others are doing it?

1mo ago

The thing nobody tells you about vibecoding: shipping fast is easy, knowing what to keep is hard

A few months ago I made a small bet with myself: build and ship a tiny tool in one weekend, no overthinking, just vibes. I did it. It worked. People used it. And then something strange happened.

The weekend project taught me more about my own habits than any "proper" project ever had.

1yr ago

#vibecoding: What are your favorite Cursor pro-tips?

Recently stumbled across this Cursor pro-tip from Ian Nuttall on X:
"1. ask it to recommend a folder structure

2. ask it to actually create the folder/files based on that this makes it 10x easier for me to get started and Cursor is more accurate using codebase cos it knows where to update files."

That got me thinking, what other pro tips are people using to generate better code, ship faster, organise your space better, etc. Drop em below:

For those running multiple vibecoded apps, how do you manage everything behind the scenes?

Two things I'm curious about:

  1. How do you monitor your apps for issues and keep track of costs across paid services? Especially if you want to avoid any unexpected bills.

  2. When adding a new feature, how do you figure out which services to use? And do you find the setup process annoying enough to slow you down?

11d ago

How do you explain a bug in AI-generated code you don't fully understand yourself?

Had a moment this week where a bug showed up in a part of the app I didn't write by hand, my agent did, and when someone asked me why it broke, my honest answer was "I'm not totally sure yet." That's a weird sentence to say out loud as the person who's supposed to own the code.

With code I wrote myself I can usually reason about a bug from first principles even before I open the debugger. With vibe-coded stuff I sometimes have to re-read the whole file like a stranger before I can explain anything, and the explanation ends up being "here's what I found after digging" instead of "here's why this happens."

My 4 years of self-coding and just 6 months of vibe coding stole my ownership of the app I built.

The story started in 2019. I wanted to build my own company. Back then, I was running a service-based business as a developer, but deep down, I never felt connected to that model. I wanted to create a product that could grow while I slept. Something truly mine.

So I started building. From 2019 to 2024, I built the product almost entirely on my own. Every system, every architecture decision, every scalable practice, every multi-tenant layer. It was hard, but I always felt in control of the machine I was creating.

3mo ago

Are all-in-one AI builders actually better, or do you still prefer a custom stack?

Lately I ve been wondering whether the one AI tool builds the whole product idea is actually what people want.

For a simple website or SaaS-style app, the workflow often ends up looking like this:

UI in one tool, backend somewhere else, auth/payment setup in another place, deployment on a different platform, and maybe an admin dashboard built separately.

That gives you flexibility, but it can also get messy fast especially for non-technical founders, small teams, or people trying to validate an idea quickly.

At what point do you outgrow n8n and need to build a local/physical RAG?

Hey guys,

Quick question for those of you dealing with AI architecture and scaling.

Right now, we rely pretty heavily on n8n at our startup. It s been amazing for moving fast, tying APIs together, and automating workflows. But looking ahead, I'm trying to figure out the long-term play.

At what exact point does it make sense to move away from n8n (and paying for third-party LLM APIs) to actually build out a specialized, local RAG on physical hardware?

First
Previous
•••
789
•••
Next
Last