The trick: an AI prefetcher that fools the OS into thinking flash is DRAM
MEXT's core sleight of hand is making the operating system treat cheap NAND flash as if it were DRAM [5]. The Predictive Memory Engine continuously monitors memory access patterns and uses AI models to forecast which pages stored in flash an application will need next, then preemptively moves them back into DRAM before the request lands [2][3]. Cold, infrequently accessed pages get demoted from expensive DRAM down to flash; hot pages get promoted back up just in time, so the latency penalty of touching flash is hidden behind the prediction.
Crucially, this is software-only: it installs in under five minutes on standard x86 servers with no hardware, OS, or application changes, and the AI engine runs on a single CPU core with no GPU, completing predictions in microseconds [4]. The community shorthand captures it well — a 'smart page file' or a modern, AI-driven take on Windows ReadyBoost — but the load-bearing difference is the predictive prefetch that aims to eliminate the swap-in stall traditional tiering suffers from.


