Up until earlier this year (2025), a startup could have a fighting chance solely based upon great engineering. That is now no longer the case. With tools like Grok Deep Research, Manus, Claude Code and Cursor fundamentally changing the ways we not only build software, but also ideate, distribute, market, pitch, sell, iterate, and ship, this is truly a different landscape.
Software is now 100% a commodity. Anyone can build a great web app using AI tooling. (At least, that is, a 0-1 product that is functional enough to show to investors.) Startups in 2025 will no longer be made or broken by having great software. It will all come down to distribution, network, synergy and speed.
Most vibe-coded early iterations of products just need to work enough to validate ideas, find product market fit and get funding.
It doesn't really matter if your codebase is a mess early on.
In some cases, it can actually be preferable. For example, it could be a time-saver to keep a React component in one giant file which is constantly being iterated on (by AI) than to painstakingly modularize. With AI tools (at least when vibecoding in the early product stages) it is often preferable to start from scratch and generate a new component than to identify and fix bugs in the old one.
This is a pretty radical shift from how I've written software in the past. And in my experience so far, vibecoding is really only worthwhile when you're writing small, highly modularized functions (like React components) where the entire scope of what the LLM needs to understand, can be constrained to a very small window (in this case - what does the function/component need to look like and do?)
Vibecoding mostly fails when working with larger tasks that require more context. Good examples would be configuring an auth service, or doing data manipulation on a very large set of data. These are probably better done manually. Letting an LLM try to, say, integrate auth in your frontend is probably going to get hairy for a number of reasons including but not limited to: library versioning, JWT/sessions and how they're implemented in the backend, how much of the process are you offloading to a SaaS, exposing secrets, security measures.
To build a great startup in 2025 you need to be relentless. You need to ship extremely fast and get the product in front of real users. Figure out what they actually need, not necessarily what they say they need. Have someone in leadership who is the "idea" person. Ideally this person should be technical. They should understand AI, and they should keep on the bleeding edge of trends.
New software creation is increasingly becoming the domain of technical people who have a breadth and depth of understanding of traditional SWE experiences and schooling/education, but also keep on the bleeding edge of AI tooling. It is imperative to understand which tools are at your disposal, when and how to use them. And perhaps just as importantly, when not to use them. When estimating a project or task, it's imperative to be able to predict whether using AI to build code will speed you up or slow you down.
It's also increasingly difficult for startups to find and hire these sorts of people. Most applicants fall into one or the other category - they have the technicals down but haven't kept up (or are resistant to keeping up) with modern AI practices, or they're non-technical vibecoders who are using LLMs to spin up code they don't understand. Both have their disadvantages.
We are entering a new age of product creation. We need people who can be jack-of-all-trades, who are relentless, who are hungry and who are technical or willing to become technical. We are wearing all the hats. We need to be wearing all the hats. If we don't wear the hats, 10 other startups will be wearing the hats tomorrow. We are tastemakers. We must wear the hats.