Sasha Malysheva @aimalysheva
— web clipping, 358 words — published 2026-08-11
Post by @aimalysheva on X
in ten years I don't think frontier networks will look anything like transformers
right now every model is one block copied a few hundred times: identical layers in a uniform stack, and that's a reasonable engineering choice, because homogeneous things parallelize cleanly and are trained conveniently
but "natural" intelligence doesn't work like that: cortex and cerebellum are radically different architectures running at different speeds with different memory behavior, and there are hundreds of distinct neuron types spread across the whole thing
my bet is that frontier systems within a decade will be deeply heterogeneous: e.g. a memory network with effectively unbounded context sitting next to a fast reflex network that answers in milliseconds, and they both trained jointly as one system
however, modules with different shapes and different timescales make gradients behave badly, and there's no good theory yet for training that whole thing at once
I think the path runs through the geometry of latent spaces, which is roughly what I've spent this year reading about: if modules with different architectures have to train as one system, you need to know what the space they communicate through actually looks like
homogeneity was a concession to the hardware and the optimizers we had at the time, and currently they both keep changing
> **Sasha Malysheva @aimalysheva** · 2026-08-11
>
> AI has had exactly two scaling axes that worked so far, and the second one is starting to look finite too
>
> the first one was pretraining: with scaling parameters and data, we got world knowledge (i.e. ChatGPT had read enough to know things), but it started saturating a while ago x.com/aimalysheva/st…
---
##### Comments
> **kalomaze @kalomaze** · [2026-08-12](https://x.com/kalomaze/status/2087631136877158569)
>
> my intuition is that blockwise homogeneity doesn't bind very much because an overdetermined residual stream (relative to the size of the input data at each token) can carry forth a LOT of excess slack beyond the raw data itself
> **Peter Potapov @peter\_potapov** · [2026-08-12](https://x.com/peter_potapov/status/2087624471280558499)
>
> I wonder how long it’ll be before AI gets so good at math that it can simply compute the optimal network architecture for a specific type of task