Earlier quoted context omitted.
Yep I spent 3 days optimizing my prompt trying to get gpt-5 to work. Tried a bunch of different models (some Azure some OpenRouter) and got a better success rate with several others without any tailoring of the prompt. Was really plug and play. There are still small nuances to each one, but compared to a year ago prompts are much more portable
What tools or process do you use to optimize your prompts?
Mistral 3 family of models released
231–240 of 243 posts
Re: Mistral 3 family of models released
#232Re: Mistral 3 family of models released
#233Earlier quoted context omitted.
The fact they would not exist without the leeches and built their business on the leeches is irrelevant. Pan-nationalism is a hell of a drug: a company that does not know you exist puts out an objectively awful release, and people take frank discussion of it as a personal slight.
Those who crawled the web without consent, and then put their LLM in a blackbox without attribution, with secret prompt and secret weights -- ie. all of this without giving back, while creating tons of Co2. Those are the leeches.
I knew y'all's standards were lower but geez!
Re: Mistral 3 family of models released
#234Earlier quoted context omitted.
Those who crawled the web without consent, and then put their LLM in a blackbox without attribution, with secret prompt and secret weights -- ie. all of this without giving back, while creating tons of Co2. Those are the leeches.
Ah, so "crawled the web without consent, and then put their LLM in a blackbox without attribution" is not being a leech once you release the weights of an underperforming model using someone else's arch. I knew y'all's standards were lower but geez!
Re: Mistral 3 family of models released
#235Earlier quoted context omitted.
The best benchmark is one that you build for your use-case. I finally did that for a project and I was not expecting the results. Frontier models are generally "good enough" for most use-cases but if you have something specific you're optimizing for there's probably a more obscure model that just does a better job.
How do you find and decide which obscure models to test? Do you manually review the model card for each new model on Hugging Face? Is there a better resource?
Re: Mistral 3 family of models released
#236Earlier quoted context omitted.
Ah, so "crawled the web without consent, and then put their LLM in a blackbox without attribution" is not being a leech once you release the weights of an underperforming model using someone else's arch. I knew y'all's standards were lower but geez!
At the very least it is a step in the right direction. Can't say the same for these proprietary models. And guess which country has all these proprietary models? USA.
Re: Mistral 3 family of models released
#237Earlier quoted context omitted.
How do you find and decide which obscure models to test? Do you manually review the model card for each new model on Hugging Face? Is there a better resource?
Just grab the top ~30 models on OpenRouter[1] and test them all. If that's too expensive make a sample 'screening' benchmark that's just a few of the hardest problems to see if it's even worth the full benchmark. 1. https://openrouter.ai/models?order=top-weekly&fmt=table
Do you compare models' output subjectively, manually? Or do you have some objective measures? My use case would be to test diagnostic information summaries - the output is free text, not structured. The only way I can think to automate that would be with another LLM.
Advice welcome!
Re: Mistral 3 family of models released
#238Earlier quoted context omitted.
Llama's license explicitly disallows its usage in the EU. If that doesn't even meet the threshold for "terrible", then what does?
Why does it disallow usage in the EU?
Much like you'd have to ask UK lawmakers why they wanted UK citizens to be unable to keep their own Apple iCloud backups secure.
Re: Mistral 3 family of models released
#239Earlier quoted context omitted.
Just grab the top ~30 models on OpenRouter[1] and test them all. If that's too expensive make a sample 'screening' benchmark that's just a few of the hardest problems to see if it's even worth the full benchmark. 1. https://openrouter.ai/models?order=top-weekly&fmt=table
Thank you! I'll see about building a test suite. Do you compare models' output subjectively, manually? Or do you have some objective measures? My use case would be to test diagnostic information summaries - the output is free text, not structured. The only way I can think to automate that would be with another LLM. Advice welcome!
This is a real training method (like Group Relative Policy Optimization), so it's a legitimate approach.
Re: Mistral 3 family of models released
#240Earlier quoted context omitted.
Thank you! I'll see about building a test suite. Do you compare models' output subjectively, manually? Or do you have some objective measures? My use case would be to test diagnostic information summaries - the output is free text, not structured. The only way I can think to automate that would be with another LLM. Advice welcome!
Yeah - things are easy when you can objectively score an output, otherwise as you said you'll probably need another LLM to score it. For summaries you can try to make that somewhat more objective, like length and "8/10 key points are covered in this summary." This is a real training method (like Group Relative Policy Optimization), so it's a legitimate approach.