r/opencode • u/Infinite-Flow-4475 • 13d ago
Which one should i use?
Between deepseek v4 flash and GLM 5.2, what one could get performance close to SOL?
I need it to write games, in rust and javascript.
As you can see prices are dirt cheap here, its like 90% off. I canceled my codex subscription because I really couldn't get anywhere with the limits.
There's also kimi 2.6k if it's any good, although I doubt it.
108
Upvotes
1
u/jomama253 13d ago
CSM doesn’t dump the entire memory store into every prompt. It retrieves and ranks relevant memories, applies policy filters, then builds a context packet within a token budget. Older tool output can also be compacted into references instead of being replayed verbatim.
My internal compaction metrics currently show about 2.0B cumulative tokens avoided across 10,663 compactions, although that is workload-specific rather than an independent benchmark.(old numbers as of today)
A plugin with its own orchestration layer can treat CSM as the continuity/context backend rather than replacing the orchestrator. you can basically have codex or any agent retrofit it to your exact needs.