Discussion about this post

User's avatar
JP's avatar

The bit about API keys getting accidentally exposed in early versions is the exact kind of thing that bites people. So easy to miss when you're focused on getting the thing to work.

I wrote a pre-deployment checklist covering exactly these gaps. Security, privacy, infra. The stuff between 'it runs' and 'it's safe for the public': https://reading.sh/your-vibe-coded-app-works-now-ship-it-properly-80b98f77ec25?sk=cabfc3bc74dee0495f0772382bd9a70e

John Wilson's avatar

The moment you describe — where the app is "working" but you don't fully understand why — is the actual inflection point most vibe coding posts skip past. There's a real difference between the confidence that comes from understanding your code and the confidence that comes from seeing it run. I've been building on Python/LangGraph and the latter is deceptive: it holds until it doesn't, usually at the worst time. What's your strategy when the agent behavior drifts after a seemingly unrelated change?

No posts

Ready for more?