Earlier quoted context omitted.
I bought the Gemini Ultra to try for a month (at the discounted price). I have been using it non-stop for Opus 4.6 Thinking, which is much better than Gemini 3 Pro (High) and it's been a blast. The most I've managed to consume is 60% of my 5 hourly quota. That was with 2-3 instances in parallel. I hope too many of us won't be doing this and cause Google to add limits! My hope is Google sees the benefit in this and go…
How do you use Opus through Gemini Ultra? I must be missing something
GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
481–490 of 540 posts
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#482Earlier quoted context omitted.
That's a bike that's ergonomically designed for pelicans. It is unreasonable to expect pelicans to ride human bikes, they have different anatomy.
The next frontier: Draw a pelican on a bicycle ergonomically designed for pelicans.
For reasons, I have tried to get Stable Diffusion to put parrots into spacesuits. Always ended up with the beak coming out where the visor glass should've been, either no wings at all or wings outside the suit, legs and torso just human-shaped.
ChatGPT got the helmet right, but their wings and tail (and sometimes claws) were exposed to vacuum, still very much closer to a human in either a normal or scifi space suit that happens to also be wearing a parrot head inside the space suit, and has tacked some costume wings on the outside.
Essentially, it's got the same category of wrong as fantasy art's approach to what women's armour should look like: aesthetics are great, but it would be instantly lethal if done for real.
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#483I've been using GLM 4.7 with opencode. It is for sure not as good but the generous limits mean that for a price I can afford I can use it all day and that is game changer for me. I can't use this model yet as they are slowly rolling it out but I'm excited to try it.
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#484Earlier quoted context omitted.
Thank you for continuing to maintain the only benchmarking system that matters! Context for the unaware: https://simonwillison.net/tags/pelican-riding-a-bicycle/
They will start to max this benchmark as well at some point.
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#485Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#486GLM-4.7-Flash was the first local coding model that I felt was intelligent enough to be useful. It feels something like Claude 4.5 Haiku at a parameter size where other coding models are still getting into loops and making bewilderingly stupid tool calls. It also has very clear reasoning traces that feel like Claude, which does result in the ability to inspect its reasoning to figure out why it made certain decisions…
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#487Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#488It feels like Anthropic's models from 6 months ago. I mean, it's great progress in the open weight world, but I don't have time to use anything less than the very best for the coding I do. At the same time, if Anthropic and OpenAI disappeared tomorrow, I could survive with GLM-5.
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#489Earlier quoted context omitted.
Funny, living in Europe, I prefer using EU and Chinese hosts because as I don't want my data going to the US. The trust in US firms and state is completely gone.
Tangent note: this sounds like the same mistake as EU's reliance on Russia.
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#490It feels like Anthropic's models from 6 months ago. I mean, it's great progress in the open weight world, but I don't have time to use anything less than the very best for the coding I do. At the same time, if Anthropic and OpenAI disappeared tomorrow, I could survive with GLM-5.
How is the very best right now? Smooth sailing or still frustrating at times?
Codex: better with rate-limits, 5.2 strong with logic problems
Cursor: cursor auto - a bit dumb still but I use the most for writing not really thinking, it's also good at searching through codebase and doing summaries etc.
Claude / Codex still miss tons of scaffolding for sane development or it's due to sandboxes or sth. Like for example you ask in /plan mode to check think with link to github and it does navigate github via curl, hitting rate limits etc. instead of just git clone, repomix etc. so scaffolding still matters a lot. Like it still lacks a tons of common sense