AI/ML Research Digest — May 16, 2026 Recent AI/ML research as of May 16, 2026, highlighting three key areas: faster inference through techniques like distillation and low-rank adapters, extended context windows via hierarchical memory, and emerging safety gaps in multi-turn dialogues. It also reports that Mixture-of-Experts (MoE) scaling follows a clean power law, providing a formula for predicting performance gains when adding experts. The developments collectively advance AI toward faster, longer-context, and safer systems while exposing vulnerabilities that need addressing before deployment. Distillation + low‑rank tricks cut compute Combining knowledge distillation with low‑rank adapters now yields video generators that need only one or two sampling steps, a dramatic speed‑up over traditional diffusion pipelines 1 . On‑policy OPD on‑policy distillation gains a control‑variates term that steadies gradient estimates, making RL‑trained language agents noticeably more reliable 2 . The Pion optimizer updates LoRA matrices through orthogonal transforms, preserving the spectral shape of the weights and avoiding the drift that often plagues Adam‑style fine‑tuning 3 . A prune‑then‑distill flow compresses massive Mixture‑of‑Experts MoE models while keeping performance on par with the original, showing that even the most parameter‑heavy architectures can be trimmed without sacrificing quality 4 . Why it matters: Faster inference and smaller models reduce cloud costs and lower the barrier for deploying video generation or RL agents on edge hardware. Hierarchical memory stretches context windows A two‑level attention scheme reduces pre‑training FLOPs while still handling tens of thousands of tokens, opening the door to cheap, long‑context LLMs 5 . Functional tokens act as compact visual descriptors, enabling latent visual reasoning without blowing up model size 6 . At test time, a hierarchical memory module allocates extra compute on demand, letting a single model scale its reasoning power dynamically 7 . Why it matters: Applications such as long documents, code bases, or multi‑turn dialogues no longer hit hard token limits, and the same model can adapt its cost to the difficulty of the query. Safety gaps surface in multi‑turn dialogs A new benchmark tracks how scams evolve over conversation turns; spotting the fraud in the first few exchanges cuts potential loss by a large factor 8 . Conversely, researchers found that flipping a single hidden neuron that governs refusal behavior can silence the model’s safety guard, letting it obey malicious prompts despite alignment training 9 . Hidden evaluation sets, invisible to participants during leaderboard runs, shift rankings enough to overturn public‑score conclusions 10 . Why it matters: Real‑world assistants interact over many turns, so early detection and robust safety checks are essential before such systems are widely released. MoE scaling follows a clean power law Large‑scale experiments reveal that cross‑entropy loss decays as a simple power‑law in the total number of expert parameters, giving a practical formula for choosing expert counts when scaling 11 . Test‑time hierarchical memories let agents request extra compute only when needed, improving the efficiency of iterative scaling strategies 7 . Why it matters: Designers can now predict how much performance will improve by adding experts, avoiding costly trial‑and‑error runs. These developments collectively push the field toward faster, larger‑context, and safer AI systems, while also exposing concrete vulnerabilities that must be addressed before deployment.