// EXTENSIBILITY
Built for the next architecture.
The four families above are what ships today. The architectural promise of "Any AI" is what makes the chip absorb what ships tomorrow — without redesigning the silicon. Four mechanisms, all engineered in.
// MECHANISM 01
Architecture-aware compilation
CORE recognizes the model architecture at compile time — transformer attention vs SSM scan vs CNN convolution vs RNN recurrence — and emits the appropriate kernel sequence for the silicon. New architectures slot in as new compilation paths, not as silicon rework.
// MECHANISM 02
Operator-set discipline
The chip's operator set is engineered to be the union of what current architectures need (matmul, attention, conv, layernorm, activation) — and the primitives future architectures will need (scan, recurrence, gating). The cost of supporting the next architecture is on the compiler side, not the silicon side.
// MECHANISM 03
Compiler-led architecture support
When a new model family emerges — RWKV, Liquid Foundation Models, the next thing — CORE absorbs it as a new compilation path for the Krsna chip. New model coverage lands in the compiler, not in a silicon redesign.
// MECHANISM 04
Disciplined production scope
The four families above are what production customers run today — not theoretical coverage. We say four production today; we say extensible for tomorrow. We do not conflate the two. That discipline is itself a feature of the program.