Skip to content

S-MoESeismic Mixture of Experts

Frontier intelligence on your desk. No cloud. No compromise. Model-agnostic inference that treats the MacBook as the sovereign compute unit it was always meant to be.

What is this?

S-MoE is an experiment, not a product.

It was built by a self-taught web developer — Luca Visciola (@melasistema) — whose GitHub is full of APIs and web stacks, not GPU kernels and low-level memory management. The architecture was designed in collaboration with an AI agent. I brought the curiosity, the "what if", and the direction; the agent brought the C++ implementation depth.

The core idea is a philosophical translation of the work of Ing. Filippo Biondi, an Italian engineer who in 2022 published a stroke of genius applying Synthetic Aperture Radar (SAR) to map the interior of the Great Pyramid of Giza. His key insight: Electromagnetic waves cannot penetrate solid rock, but when the EM pulse strikes the surface, it generates acoustic phonons — mechanical sound vibrations that propagate through the stone. Biondi used a brilliant Doppler technique and Fourier transforms to measure the resulting sub-nanometer surface micro-movements caused by the returning phonons. From those surface vibrations alone, he generated a Tomographic image, capturing all the 3D information of the pyramid's interior projected onto a 2D plane. You cannot see inside the rock, so you measure the sound the rock makes when you strike it.

In S-MoE: the NVMe SSD is the rock. The Surface Scout is the surface strike. The predicted expert activations are the phonons.

The claim is simple: if only ~5% of a frontier model fires per token, you should only need ~5% of the model in RAM at any time. Speed will scale with hardware. Quality should not degrade.

Whether that claim holds at 235B parameter scale is what we are trying to find out.

This is not a research paper. There are no guarantees. There are bugs. The code is public, the philosophy is public, and the mistakes are public. If you find a better way, please make a PR.

MIT License.