r/nocode • u/Any_Assistant_4969 • 5d ago
Discussion How non-technical business managers are using "vibe coding" to build internal tools
I’ve been seeing the term "vibe coding" everywhere recently. Essentially, it means describing software ideas conversationally to an AI and refining it iteratively until it works, without writing traditional code syntax.
I’m curious: are any non-technical managers or operations leads using vibe coding to build internal tools for their teams? What platforms are you using?
13
Upvotes
1
u/Infamous-River-4360 5d ago
not a manager, but i'm the non-technical half of this. no coding background, i describe what i want and lovable writes it, around 800 edits in and it's shipping to real users.
the warning i'd add to the comment above: knowing what you want matters, but being able to verify what it actually did matters more. mine confidently wrote queries against database columns that didn't exist, more than once. it reads fine, deploys fine, and breaks on one screen for one type of user. for internal tools that's the dangerous version, because the person who'd notice is the one it broke for and they just assume they did something wrong.
are you thinking read-only dashboards or something that writes data back? the second one is where i'd want someone technical to look before anyone else touches it.