Today centered on concrete operator-facing artifacts: Cursor open-sourced an MoE megakernel, Mistral shipped a small open multimodal safety model, and Uber, GitHub, and new papers pushed harder on agent runtime control and evaluation.
Cursor is open-sourcing a deterministic kernel that fuses MoE communication and compute on NVL72s, with a claimed 2.37x speedup over public baselines—exactly the kind of systems win that can move frontier-model serving economics.
Shieldstral is a 3B open-weights multimodal safety classifier that Mistral says beats models up to 7x larger, making safety filtering look more like a deployable small-model layer than a frontier-model tax.
Uber’s ADR is a concrete runtime security layer for tools like Cursor, Claude Code, and Codex, combining observation, defense evaluation, threat detection, and action prevention around agent tool use.
SWE-Touch injects validated Counter-Edits into a shared workspace to measure how coding agents handle live human changes, pushing evaluation closer to how real coding sessions actually break.
After recent evaluation incidents, OpenAI is documenting new safeguards for model testing, which keeps agent isolation and eval containment in the operator-critical bucket rather than the policy bucket.
The post says Anthropic’s Slack agent reads a thread, breaks the task into steps, and posts the result back, but only for Claude and supported channels.
NVIDIA says Alpamayo 2 Super is used for trajectory generation, high-level intent prediction, scene understanding, and data labeling in autonomous vehicle development.
Commenters say the article shows how difficult web security is and cite Cloudflare’s bot response about a nonexistent Wallet product as a phishing warning.
DeepMind says DiffusionGemma generates text by iteratively refining blocks of 256 tokens in parallel, using less than 10% of the starting AR model’s token budget.
GradCuit inserts optimizable latent states between prompt and continuation hidden states so continuation-token log-probabilities can backpropagate through them.
The paper reports that passing patches often keep targeted code behind guards or fallbacks, and deletion recall reaches at most 71.7% on solved SWE-bench Verified tasks.
The demo uses a 4B codec-native vision-language model that keeps anchor-frame patches and only selected predicted-frame patches, cutting visual tokens by 75%.