LLMs are good at prototyping using data across _all_ similar projects that exist.
It is not a 1-1 copy.
Most frontend is a dozen components.
Most backend again is a handful of architectures when it comes to DB/business logic, CRUD.
It goes to say that if you can guide the LLM to build something innovative you can think of, it will put those components together in a reasonable way - good enough to start off with.
Exactly. One could build the new video platform with revolutionary customer facing features. The tech stack will likely be the same. Some frontend, some backend maybe some calls to an endpoint that happens to be an LLM.
Startups that typically end up in incubators etc are not about new fundamental systems (languages, frameworks, theoretical methodologies etc), but rather about new products.
This seems to suggest a failure in our model of software. We were supposed to have reusable components. Writing the same thing more than once was not supposed to be necessary.
I recognize that in reality this hasn't always worked out. But I also don't think that the answer is a black box that can churn out questionable boiler-plate.
furyofantares|5 months ago
Almost nobody is making things that are so unlike everything that previously existed that LLMs can't help.
ctxc|5 months ago
LLMs are good at prototyping using data across _all_ similar projects that exist.
It is not a 1-1 copy.
Most frontend is a dozen components. Most backend again is a handful of architectures when it comes to DB/business logic, CRUD.
It goes to say that if you can guide the LLM to build something innovative you can think of, it will put those components together in a reasonable way - good enough to start off with.
whatever1|5 months ago
Startups that typically end up in incubators etc are not about new fundamental systems (languages, frameworks, theoretical methodologies etc), but rather about new products.
yawnxyz|5 months ago
recursive|5 months ago
I recognize that in reality this hasn't always worked out. But I also don't think that the answer is a black box that can churn out questionable boiler-plate.