Zyphra's Zaya1-8B introduces two novel architectural ideas: Compressed Convolutional Attention (CCA/CCGQA), which compresses queries, keys, and values into a shared latent space with convolutional mixing for a claimed 4x FLOP reduction at equal KV-cache budget, and Markovian RSA, which combines parallel reasoning traces with fixed-duration chunked reasoning to keep context bounded while enabling arbitrarily long reasoning chains. The model was pretrained on a 1,024-GPU AMD MI300X cluster with no Nvidia hardware. Running it locally proved difficult on AMD consumer GPUs due to kernel sizing mismatches (LDS overflow on RDNA3), but worked on Apple Silicon via an MXFP4 quant through vMLX at ~42 tokens/second. The full Markovian RSA scaffold is not yet available locally. On a hard math problem, the 8B model outperformed GPT-5.5 and Claude Opus, suggesting the architectural innovations meaningfully improve reasoning quality. Benchmark numbers are self-reported by Zyphra and the model is narrow, excelling at math and code over generalist tasks.

9m read timeFrom xda-developers.com
Post cover image
Table of contents
Compressed Convolutional Attention rewrites how attention worksMarkovian RSA is co-trained, not bolted onRunning it locally took two triesYou can't run it with all the bells and whistlesIt's AMD trained, but that's the least impressive part
308 Impressions