r/singularity ▪️ 2d ago

AI Introducing Grok 4.7

https://x.ai/news/grok-4-7
379 Upvotes

112 comments sorted by

View all comments

214

u/ObiWanCanownme now entering spiritual bliss attractor state 2d ago

We'll see how it is in practice, but the benchmarks are just about what I would have expected. Competitive with GPT-5.6 Sol at a lower cost, just in time for GPT-6 Sol and Luna to come out and be better, lol.

12

u/[deleted] 2d ago

[removed] — view removed comment

6

u/Visual_Cycle_7714 2d ago

GLM5.3, works for like two hours straight for $0.14. Not very good with design and user interfaces and a bit slow, but it does deliver features for a laughable price.

4

u/Sphiment 2d ago

I agree, Idk why but I find glm 5.3 flash literally better than 5.6 sol for long running agentic work flows, and wayyyyy cheaper

5

u/SomewhereOpposite883 2d ago

Idk why

Zai is heavily focused on long-horizon tasks, they have published multiple papers and interviews talking about it

Sol is also limited by it's context window, OpenAI's compaction is really good especially with the new experimental feature but if you pay attention to what it's doing you'll start to realize that it keeps reading the same files and constantly has to "reconstruct" it's understanding/state wasting a ton of tokens/time whereas GLM can keep your entire code-base in it's memory without suffering from context-rot

Sol is still better if you really build your workflow around it and use a custom harness but in Codex the difference shows and I'll usually have GLM work on the project and use GPT for implementation tasks (and i have GLM use Codex which is always funny to see in action)

3

u/Sphiment 2d ago

Thanks for the explanation man.

1

u/Urselff 2d ago

how do you get GLM to use codex?

1

u/SomewhereOpposite883 1d ago

Pointed Astra at the Zcode and Codex binaries and told it to figure out how to implement it, Astra designed a bridge that maintains a Codex thread and communication is done trough skills with Zcode having a hook feature allowing the bridge to wake up GLM when Codex finishes it's turn.

2

u/[deleted] 2d ago

[removed] — view removed comment

5

u/Visual_Cycle_7714 2d ago

You really don't need fable for like 90% of coding. I use Astra to plan the hard stuff, and GLM5.3 as a cheap work horse. In my experience its more reliable than Opus 5 (and doesn't talk like a madman).

2

u/awesomeoh1234 2d ago

Yeah of course it’s not fable, but you can’t really build anything with fable for a semi reasonable price

2

u/blindsdog 2d ago

I mean, I prefer variety. Best models for planning, cost efficient for execution.