← Back to context

Comment by NitpickLawyer

4 hours ago

Jesus, this is a whole nother beast, and a different architecture from their previous flash. Lots of goodies here.

> Causal Encoder-Decoder (CED) architecture: a 40-layer Transformer organized as a 20-layer causal encoder followed by a 20-layer decoder. With CED, the decoder's global KV cache is projected from the final encoder hidden states rather than derived from each decoder layer's own hidden states. This allows the model to activate only 8B parameters per token during prefill and 16B during decode, substantially improving cost efficiency for input-heavy agentic workloads.

> these designs reduce the global KV cache footprint to 890 bytes per token — roughly 1/4 of DeepSeek-V4-Flash.

Faster prefill, lower kv cache (~1GB / 1m context is insane).

> The model supports a continuously controllable reasoning effort setting (integer 1–100) that trades inference cost for accuracy.

Benchmarks are benchmarks, to be seen if they translate to real-world use, but they seem to have focused a lot on post-training with "agentic" scores looking good. "world knowledge" is obviously lower than higher param models.