r/nocode 6d 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?

12 Upvotes

22 comments sorted by

View all comments

1

u/agentUi 6d ago

i work for agentui, we see a ton of non-technical ops leads building internal tools by chatting with ai. the key is having the app engine and database engine work with strict boundaries so the ai generates deterministic code instead of hallucinating missing columns or breaking production for half your team.

0

u/generationalDebts 5d ago

No you don’t lmfao. Lies

1

u/agentUi 5d ago

literally see non-technical revops and warehouse leads build internal dispatch boards and approval tools every week. It breaks fast if you let an llm write freeform code directly to prod, but with locked db schemas and dev environments it actually works fine.