Remix.run Logo
paulddraper a day ago

How often are base level libraries/frameworks changing in incomparable ways?

jinushaun 12 hours ago | parent | next [-]

In the JavaScript world, very frequently. If latest is 2.8 and I’m coding against 2.1, I don’t want answers using 1.6. This happened enough that I now always specify versions in my prompt.

paulddraper 9 hours ago | parent [-]

Geez

alwa 7 hours ago | parent [-]

Normally I’d think of “geez” as a low-effort reply, but my reaction is exactly the same…

What on earth is the maintenance load like in that world these days? I wonder, do JavaScript people find LLMs helpful in migrating stuff to keep up?

hnlmorg a day ago | parent | prev | next [-]

That depends on the language and domain.

MCP itself isn’t even a year old.

weq 20 hours ago | parent | prev [-]

The more popular a library is, the more times its updated every year, the more it will suffer this fate. You always have refine prompts with specific versions and specific ways of doing things, each will be different on your use case.