Category intelligence

Social Media Briefing — May 15, 2026

477 current items analyzed and ranked.

Executive synthesis

Social Media Summary

Agentic coding tools dominated the day's discourse. OpenAI launched Codex in the ChatGPT mobile app, with Sam Altman and Greg Brockman amplifying the news. xAI entered the space with Grok Build, an agentic CLI for SuperGrok Heavy subscribers.

Key Themes

OpenAI Codex Mobile Launch · 6Anthropic Policy & Partnerships · 2AI Productivity Paradox · 4Agentic Coding Tools Competition · 5AI Capability Growth Assessment · 4AI Privacy & Dark Patterns · 6AI Safety & Alignment · 2NVIDIA-Groq Acquisition & AI Chip Market · 1AI Safety & Security · 1AI Safety & Agent Vulnerabilities · 1

Primary evidence

Top Ranked Signals

90 score
AI Analysis

OpenAI officially announces Codex in ChatGPT mobile app — start work, review outputs, steer execution, and approve next steps from mobile while Codex runs on laptop/desktop.

You've been asking for this one... Now in preview: Codex in the ChatGPT mobile app. Start new work, review outputs, steer execution, and approve next steps, all from the ChatGPT mobile app. Codex will keep running on your laptop, Mac mini, or devbox. t.co/9i2Jckjt9z
openai_product_launchesai_coding_toolsmobile_aiai_agents
Social Twitter May 14

Codex in the ChatGPT mobile app!

By @sama

88 score
AI Analysis

Sam Altman announces Codex is now available in the ChatGPT mobile app.

Codex in the ChatGPT mobile app!
openai_product_launchesai_coding_toolsmobile_ai
85 score
AI Analysis

Anthropic publishes a paper on AI competition between US and China, arguing the US and democratic allies hold the lead in frontier AI and outlining what's needed to maintain it.

We've published a paper that explains our views on AI competition between the US and China. The US and democratic allies hold the lead in frontier AI today. Read more on what it’ll take to keep that lead: t.co/TgJBeodWYK
ai_geopoliticsus_china_competitionai_policyfrontier_ai
82 score
AI Analysis

Chollet argues that while AI has 10x'd code quantity shipped by developers, net productivity (value per unit time) has barely increased because the additional code solves incremental problems and creates its own problems.

The quantity of code that devs ship has roughly 10xed. But net developer productivity (value created by unit of time) is only up by a bit, if at all. Part of it is that the additional code is solving more incremental problems. A bigger part is that the new code is creating problems of its own.
developer_productivityai_coding_toolstechnology_productivity_paradox
82 score
AI Analysis

OpenAI announces Codex preview rolling out on iOS and Android in all supported regions, with Windows phone-to-app connection coming soon.

Rolling out today as a preview on iOS and Android in all supported regions. Support for connecting your phone to the Codex app on Windows is coming soon. t.co/jGNH2CUXih
openai_product_launchesai_coding_toolsmobile_ai
82 score
AI Analysis

xAI launches Grok Build, an agentic CLI for coding, building apps, and automating workflows in early beta for SuperGrok Heavy subscribers

An early beta of Grok Build, an agentic CLI for coding, building apps, and automating workflows is now available for SuperGrok Heavy subscribers. Through this early beta, we will improve the model and product based on your feedback. Try it at t.co/bpTHpjivWD t.co/Rlg4qMLkrv
xAIGrokagentic codingCLI toolsproduct launch
80 score
AI Analysis

Anthropic announces $200M partnership with the Gates Foundation covering grants, Claude credits, and technical support for global health, life sciences, education, agriculture, and economic mobility.

We’re partnering with the Gates Foundation, committing $200 million in grants, Claude credits, and technical support to programs in global health, life sciences, education, agriculture, and economic mobility. Read more: t.co/eqCrLKtNCq
ai_philanthropyanthropic_strategyai_for_goodglobal_development
78 score
AI Analysis

Greg Brockman announces Codex is now accessible from the ChatGPT mobile app while running on laptop/desktop, calling it a 'huge step forward for universal usage of agents.'

You can now use Codex, wherever you have it running, from the ChatGPT app. Huge step forward for universal usage of agents.
openai_product_launchesai_coding_toolsai_agents
75 score
AI Analysis

Following up on yesterday's Social discussion of UK AISA findings, Mollick references Wait But Why's famous AI growth cartoon and cites independent assessments from METR and UK's AISA suggesting we are past the inflection point of exponential AI capability growth.

Everyone has seen the @waitbutwhy cartoon of AI capability growth with a "you are here" indicator just before the exponential really starts, but the independent assessments of both METR and the UK's AISA do seem to show that we are past that point now (until we hit a slowdown?) t.co/vxYc6GSS5d
ai_capability_growthai_evaluationai_progress_tracking
72 score
AI Analysis

Clement Delangue announces Datadog's Toto 2.0, a family of open-weight time series foundation models (4M to 2.5B params) showing scaling laws work for time series — first across BOOM, GIFT-Eval, and TIME benchmarks.

Are scaling laws finally working for time series foundation models? Today, @datadoghq is releasing Toto 2.0 weights in Apache 2.0 on @huggingface. It's a family of open-weights TSFMs from 4M to 2.5B parameters, where every size beats the last from a single hyperparameter config. First across the leading benchmarks: BOOM, GIFT-Eval, and TIME. Most TSFM families ship multiple sizes that all perform roughly the same. This one doesn't. Why it matters: scaling laws gave language and vision a predi
time_series_modelsscaling_lawsopen_source_modelsfoundation_models
72 score
AI Analysis

Detailed technical explanation of a novel memory module that runs parallel to frozen LLMs, maintaining per-layer matrices updated via gradient descent that provide context-dependent corrections to attention computations - distinct from LoRA-style static adapters

The paper proposes a memory module that runs in parallel with a frozen language model rather than living inside its context window or in a separate retrieval database. At each transformer layer where the module is inserted, it maintains a small matrix — eight by eight in their main setup — that gets updated as new tokens stream in, using a single gradient descent step on a small regression problem at each position: given a learned key vector, predict a learned value vector, and write back the p
ML researchmemory systemsLLM architectureparameter-efficient methods