top | item 45426715

(no title)

tobias3 | 5 months ago

LLMs are good at prototyping something that is similar to something that already exists and is open sourced.

It may be that there are such projects which can be monetized or need better marketing.

Innovative it is not, however.

discuss

order

furyofantares|5 months ago

I suspect the vast majority of innovations are a combination of a small number of things that already exist.

Almost nobody is making things that are so unlike everything that previously existed that LLMs can't help.

ctxc|5 months ago

I don't understand this position.

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

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.

yawnxyz|5 months ago

there's only so many times (in fact, 3!) I want to implement oauth from absolute scratch

recursive|5 months ago

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.