Command A: Max performance, minimal compute – 256k context window
1–10 of 21 posts
Re: Command A: Max performance, minimal compute – 256k context window
#2Re: Command A: Max performance, minimal compute – 256k context window
#3In practice this perception of mine seems to be valid: https://openrouter.ai/models?order=top-weekly
The same with this model. It claims to be good at coding but it seriously isn't compared to sonnet. Funny enough it isn't being tested against.
Re: Command A: Max performance, minimal compute – 256k context window
#4Re: Command A: Max performance, minimal compute – 256k context window
#5To summarize: It seems that LLM are not able to give correct result for simple math problems (here a double integral on a triangle). So students should not rely on them since nowaday they are not able to perform simple task without many errors.
Re: Command A: Max performance, minimal compute – 256k context window
#6I just tried the chat and asked the LLM to compute the double integral of 6*y on the interior of a triangle given the vertices. There were many trials all incorrect, then I asked to compute a python program to solve this, again incorrect. I know math computation is a weak point for LLM specially on a chat. In one of the programs it used a hardcoded number 10 to branch, this suggests that the program generated was fit…
o3-mini returned 686 on the first try, without executing any code.
Re: Command A: Max performance, minimal compute – 256k context window
#7- Input Tokens: $2.50 / 1M
- Output Tokens: $10.00 / 1M
WOW, what makes them this expensive? Are we going against the trend here and raising the prices instead?
Re: Command A: Max performance, minimal compute – 256k context window
#8I once tried it to enforce returning the response in British English and it worked a lot better than any other model that time. But that was about it for following the prompt. Their pricing is not competitive for others to jump on and I suspect that’s why it’s not widely used.
Re: Command A: Max performance, minimal compute – 256k context window
#9I just tried the chat and asked the LLM to compute the double integral of 6*y on the interior of a triangle given the vertices. There were many trials all incorrect, then I asked to compute a python program to solve this, again incorrect. I know math computation is a weak point for LLM specially on a chat. In one of the programs it used a hardcoded number 10 to branch, this suggests that the program generated was fit…
Re: Command A: Max performance, minimal compute – 256k context window
#10Also, I cannot check it with latest models, but I am curious, have they learned to answer simple questions like "What is 10000099983 + 1000017"?