Remix.run Logo
chrsw 5 hours ago

I keep re-learning this lesson: I chug along with a lesser model then throw a problem at it that's too complex. Then I try different models until I give up and bring in Opus 4.6 to clean up.

energy123 an hour ago | parent | next [-]

It's not even that much cheaper, GPT 5.5 is about 2x more expensive per task than Deepseek v4 Pro when you adjust for less token usage, according to Artificial Analysis. Doesn't seem worth it to me.

brianwawok 5 hours ago | parent | prev [-]

And I keep using Opus to like, make git commits. Really just need a smart router that is actually smart, vs having to micromanage model

sterlind 2 hours ago | parent [-]

the problem is managing the contexts. your session might fit in Opus, but will that smaller model you dispatch the git commit to fit? even so, will it eat too much on prefill? do you keep compactions around for this, or RAG before dispatch or something? how do you button back up the response?

all doable but all vaguely squishy and nuanced problems operationally. kinda like harness design in general.