Remix.run Logo
runjake a day ago

My advice: don't jump around between LLMs for a given project. The AI space is progressing too rapidly right now. Save yourself the sanity.

charlie0 a day ago | parent | next [-]

A man with one compass knows where he's going; a man with two compasses is never sure.

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

Isn't that an argument to jump around? Since performance improves so rapidly between models

rcxdude a day ago | parent | next [-]

But it's also churning: I think it's more in the direction of you'll be more productive with a setup you've learnt the quirks of than the newest one which you haven't.

morkalork a day ago | parent | prev [-]

I think the idea is you might end up spending your time shaving a yak. Finish your project, then try the ne SOTA on your next task.

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

You should at least have two to sanity check difficult programming solutions.

vFunct a day ago | parent | prev [-]

Each model has their own strength and weaknesses tho. You really shouldn’t be using one model for everything. Like, Claude is great at coding but is expensive so you wouldn’t use them for debugging to writing test benches. But the OpenAI models suck at architecture but are cheap, so are ideal for test benches, for example.

runjake 7 hours ago | parent [-]

You did not read what I said:

> don't jump around between LLMs for a given project

I didn't say anything about sticking to a single model for every project.