Building on yesterday's Social buzz from Greg Brockman, Greg Brockman signaled OpenAI's pivot toward agents-as-product ahead of a likely IPO filing, reversing prior 'pure model' stance. AI21 shuttered its model team to pivot to agents, and DeepSeek is building its first 'Harness team', signaling industry-wide convergence on agent products.
Category intelligence
AI News Briefing — May 24, 2026
7 current items analyzed and ranked.
Executive synthesis
AI News Summary
Industry strategy is converging on agents. OpenAI's Greg Brockman signaled an agent-first pivot ahead of a likely IPO filing, while AI21 shut down its model team and DeepSeek built its first 'Harness team'.
Policy and safety developments:
- Trump reversed course on an executive order requiring AI safety reviews, citing China competition — a win for big tech.
- Nous Research released Contrastive Neuron Attribution (CNA), identifying MLP neurons that encode refusal; ablating 0.1% of activations cut refusal rates >50% across Llama and Qwen models (1B–72B).
Open-source infrastructure tooling:
- Tencent open-sourced TencentDB Agent Memory, a 4-tier local memory pipeline (MIT license) for long-horizon agents.
- Perplexity released Bumblebee, a Go-based supply-chain scanner for developer endpoints covering packages, extensions, and MCP configs.
- NVIDIA Nemotron-Labs unveiled diffusion language models targeting speed-of-light text generation.
Key Themes
Primary evidence
Top Ranked Signals
How big tech got its way on Trump’s AI executive order
By Nick Robins-Early
Continuing our coverage from yesterday, Trump abruptly reversed course on signing an executive order requiring government safety reviews of new AI models before release, citing competition with China. The reversal is seen as a victory for big tech lobbying against AI regulation.
Nous Research Releases Contrastive Neuron Attribution (CNA): Sparse MLP Circuit Steering Without SAE Training or Weight Modification
By Asif Razzaq
Nous Research released Contrastive Neuron Attribution (CNA), a method to identify MLP neurons responsible for refusal behavior in instruct-tuned LLMs. Ablating just 0.1% of activations reduced refusal rates by over 50% across Llama and Qwen models from 1B to 72B parameters.
Towards Speed-of-Light Text Generation with Nemotron-Labs Diffusion Language Models
By Unknown
NVIDIA's Nemotron-Labs introduced diffusion language models targeting near-speed-of-light text generation, a non-autoregressive approach to LLM inference.
Tencent Open-Sources TencentDB Agent Memory: A 4-Tier Local Memory Pipeline for AI Agents
By Michal Sutter
Tencent open-sourced TencentDB Agent Memory under MIT license, a 4-tier local memory pipeline for AI agents combining symbolic short-term and layered long-term memory. It uses local SQLite with sqlite-vec by default and integrates with OpenClaw and Hermes Agent.
Perplexity Open-Sources Bumblebee: A Read-Only Supply-Chain Scanner for Developer Endpoints
By Asif Razzaq
As first announced on Social yesterday, Perplexity open-sourced Bumblebee, a Go-based read-only supply-chain inventory scanner for macOS/Linux developer endpoints. It targets packages, editor extensions, and MCP configs to address growing developer-machine attack surface.
Build a SuperClaude Framework Workflow with Commands, Agents, Modes, and Session Memory
By Sana Hassan
Tutorial demonstrating how to build workflows using SuperClaude Framework on top of the Anthropic API, with commands, agents, modes, and session memory.