Remix.run Logo
nottorp 3 hours ago

> In fact, LLMs will be better than humans in learning new frameworks.

LLMs don't learn? The neural networks are trained just once before release and it's a -ing expensive process.

Have you tried using one on your existing code base, which is basically a framework for whatever business problem you're solving? Did it figure it out automagically?

They know react.js and nest.js and next.js and whatever.js because they had humans correct them and billions of lines of public code to train on.

giancarlostoro 2 hours ago | parent [-]

If its on github eventually it will cycle into the training data. I have also seen Claude pull down code to look at from github.

fauigerzigerk an hour ago | parent [-]

Wouldn't there be a chicken and egg problem once humans stop writing new code directly? Who would write the code using this new framework? Are the examples written by the creators of the framework enough to train an AI?