Business & FundingUber president says AI spending is getting ‘harder to justify’Uber's rapid depletion of its 2026 AI budget signals a widening gap between enterprise token consumption and measurable business impact. The company's struggle to connect Claude Code spending to concrete returns reflects a broader reckoning across tech: as LLM inference costs remain high and use cases mature slowly, even well-capitalized firms face pressure to justify continued scaling. This moment matters because it suggests the era of unconstrained AI spending may be contracting, forcing companies to prove ROI before expanding further.The Verge - AI·May 2669
Policy & RegulationUS Law Enforcement Warns of ‘Anti-Tech Extremism’ as AI Hatred GrowsFederal law enforcement is flagging a rising tide of anti-AI activism as a distinct threat category, signaling that infrastructure opposition and job displacement anxiety are now securitized concerns. The framing matters: treating tech skepticism as extremism reshapes how policymakers, investors, and companies navigate public backlash against data centers, labor displacement, and AI deployment. This doctrinal shift could influence how dissent is policed and how AI expansion proceeds in contested communities.WIRED - AI·May 2669
Policy & RegulationOpinion & AnalysisIt’s time to address the looming crisis in entry-level work.While aggregate employment metrics mask AI's true labor impact, entry-level job markets are experiencing structural erosion that threatens career pipeline formation. This shift signals a critical inflection point: automation is not eliminating jobs uniformly but hollowing out the apprenticeship layer where workers historically gained skills and credentials. The consequence extends beyond immediate displacement to long-term workforce capability degradation, forcing policymakers and institutions to rethink how talent development happens in an AI-saturated economy.MIT Technology Review - AI·May 2677
Opinion & AnalysisBusiness & FundingA reality check on the AI jobs hysteriaMIT Technology Review challenges the prevailing narrative that AI will imminently displace white-collar workers, contextualizing recent tech layoffs at Meta, Cisco, and Coinbase as cyclical industry correction rather than harbingers of broader automation. The piece interrogates whether current job displacement rhetoric conflates sector-specific restructuring with economy-wide AI-driven obsolescence, forcing readers to distinguish between genuine capability-driven displacement and opportunistic cost-cutting. For practitioners and investors, this reframing matters: it separates signal from panic, clarifying which roles face real automation risk versus which sectors are simply rightsizing after pandemic hiring surges.MIT Technology Review - AI·May 2677
Opinion & AnalysisPolicy & RegulationQuoting Corey QuinnAnthropic co-founder Christopher Olah's involvement in shaping a papal encyclical on AI ethics has drawn sharp commentary from industry observers. Corey Quinn's quip highlights a strategic inflection point: when foundational model builders gain influence over religious and moral frameworks around AI limitations, they effectively legitimize technical constraints as ethical doctrine rather than engineering tradeoffs. This blurs the line between genuine safety advocacy and sophisticated reputation management, raising questions about whose values get encoded into the emerging governance layer around AI systems.Simon Willison·May 2677
Business & FundingAnthropic appoints KiYoung Choi as Representative Director of Korea ahead of Seoul office openingAnthropic is establishing a Seoul office and naming KiYoung Choi as Representative Director for Korea, signaling the frontier AI lab's geographic expansion into a major tech market. South Korea represents a strategic foothold in Asia for Claude deployment, research talent acquisition, and partnerships with local enterprises and chipmakers. The move reflects intensifying competition among leading AI labs to secure regional presence and localize services ahead of anticipated regulatory frameworks across Asia-Pacific.Anthropic·May 2668
Policy & RegulationOpinion & AnalysisNotes on Pope Leo XIV's encyclical on AIThe Vatican released Magnifica Humanitas, a papal encyclical addressing AI ethics and human dignity in the age of artificial intelligence. Simon Willison flags it as notably coherent institutional thinking on AI integration into society, positioning the Church as a substantive voice in the policy conversation alongside governments and tech firms. The document echoes Pope Leo XIII's 1891 labor encyclical, framing AI governance as a continuation of Catholic social doctrine on protecting workers and human agency in systems of production.Simon Willison·May 2577
Tools & CodeResearchMobileGym: A Verifiable and Highly Parallel Simulation Platform for Mobile GUI Agent ResearchMobileGym addresses a critical bottleneck in autonomous agent research: the lack of scalable, verifiable environments for training mobile UI agents. By hosting a lightweight, fully deterministic simulation platform that captures state as structured JSON, the system enables researchers to run hundreds of parallel training rollouts on commodity hardware while maintaining ground-truth outcome verification. This infrastructure shift matters because it removes a major friction point between RL algorithm development and practical mobile agent deployment, potentially accelerating the pace at which agents can learn complex, real-world interaction patterns without relying on proprietary app backends.arXiv cs.CL·May 2562
ResearchFrom Model Scaling to System Scaling: Scaling the Harness in Agentic AIA new research direction challenges the prevailing focus on model scaling alone, arguing that agentic AI systems require equal investment in the orchestration layer surrounding foundation models. The paper reframes agent evaluation beyond task completion to encompass memory management, tool integration, retrieval, verification, and governance as first-class design concerns. This shift reflects a maturing recognition that agent capability depends as much on architectural coherence and auditability as on raw model performance, reshaping how researchers and builders should measure and optimize deployed systems.arXiv cs.LG·May 2562
ResearchModels & ReleasesLooped Diffusion Language ModelsResearchers propose LoopMDM, a technique that recycles early-to-middle transformer layers during training to improve masked diffusion models, a non-autoregressive alternative to standard language models. The approach achieves 3.3x training efficiency gains without adding parameters, while enabling variable compute scaling at inference time. This work matters because it directly challenges the architectural assumptions underlying transformer design for diffusion-based language modeling, a space gaining traction as an alternative to autoregressive scaling. The efficiency gains suggest masked diffusion could become competitive for production deployments where training cost and inference flexibility are critical.arXiv cs.LG·May 2562
ResearchModels & ReleasesLanguage Models Need SleepResearchers propose a biologically-inspired consolidation mechanism that lets transformer models offload context management to periodic 'sleep' phases, converting recent attention patterns into persistent fast weights via state-space model blocks. This addresses a fundamental scaling bottleneck: as context windows grow, attention computation becomes prohibitively expensive. By shifting expensive recurrent passes offline, the approach maintains inference latency while handling longer horizons. Early results on synthetic reasoning and math tasks suggest the technique could reshape how production systems balance memory, compute, and speed, particularly for agents requiring extended task horizons without real-time slowdown.arXiv cs.CL·May 2562
ResearchForgetting in Language Models: Capacity, Optimization, and Self-Generated ReplayResearchers demonstrate that language models can mitigate catastrophic forgetting during continual learning by generating their own replay data, sidestepping the need for stored exemplars. The work reveals a hard constraint: models pretrained near saturation cannot learn new tasks without degrading prior knowledge, regardless of replay strategy. This finding reshapes how practitioners should think about model capacity planning and finetuning workflows. When capacity permits, self-generated replay enables faster learning rates and fewer training steps, unlocking a previously unavailable efficiency frontier for multitask adaptation.arXiv cs.LG·May 2562
ResearchHardware & InfraOrpQuant: Geometric Orthogonal Residual Projection for Multiplier-Free Power-of-Two Transformer QuantizationOrpQuant tackles a fundamental geometric constraint in ultra-low-bit transformer quantization by combining algorithmic and hardware design. Power-of-Two quantization replaces expensive multiply-accumulate operations with bit-shifts, enabling edge deployment of LLMs and vision models, but suffers from poor angular resolution in high-dimensional spaces at sub-4-bit precision. This work's orthogonal residual projection framework directly addresses that structural flaw, potentially unlocking practical on-device inference for models currently too large for mobile and embedded systems. Success here would reshape edge AI economics.arXiv cs.LG·May 2562
ResearchModels & ReleasesDiscoverPhysics: Benchmarking LLMs for Out-of-the-Box Scientific ThinkingResearchers have built DiscoverPhysics, a benchmark that tests whether frontier LLMs can genuinely reason about novel physical systems rather than simply recalling established science. The benchmark presents agents with 22 simulated worlds governed by non-standard physics, from screened gravity to hidden particles, requiring iterative experimentation and hypothesis refinement. This work directly challenges claims about LLM reasoning capability by isolating genuine discovery from memorization, a critical distinction as models are increasingly deployed for scientific tasks. The result matters for understanding whether current systems can handle truly novel problem domains or merely interpolate training data.arXiv cs.LG·May 2568
ResearchTools & CodeAutomated Benchmark Auditing for AI Agents and Large Language ModelsA new auditing framework exposes systematic flaws in how AI benchmarks are designed and evaluated. Researchers deployed Auto Benchmark Audit across 168 frontier benchmarks spanning nine domains, discovering that over a quarter contain critical defects: ambiguous specifications, environment conflicts, and incorrect ground truths. This finding undermines confidence in how we measure LLM progress and suggests the field's evaluation infrastructure has outpaced its quality controls. For practitioners relying on benchmarks to guide model selection and research direction, the implication is stark: published performance numbers may reflect benchmark brittleness as much as genuine capability.arXiv cs.CL·May 2568
ResearchModels & ReleasesStakeBench: Evaluating Language Understanding Grounded in Market CommitmentStakeBench reframes NLP evaluation by anchoring language understanding to real financial commitment rather than human annotation. The framework links 560K comments from prediction markets to verified trading behavior, position changes, and odds shifts, creating a supervision signal grounded in revealed preference rather than subjective labeling. This addresses a fundamental weakness in financial NLP benchmarks: models trained on observer-labeled data often miss what speakers actually committed to in the market. The four diagnostic tasks measure whether models detect commitment signals, identify market sides, forecast trading actions, and project collective odds. For AI teams building financial reasoning systems, this represents a methodological shift toward outcome-aligned evaluation that could expose gaps in models trained on traditional annotated datasets.arXiv cs.CL·May 2562
ResearchTools & CodeRethinking Weak Supervision in Anomaly Detection: A Comprehensive BenchmarkWeakly supervised anomaly detection has fragmented into three isolated research tracks, each addressing different label constraints but lacking unified evaluation. WSADBench bridges this gap by establishing the first cross-modal benchmark spanning incomplete, inexact, and inaccurate supervision scenarios. Testing 36 algorithms across four modalities with over 700K experiments, the benchmark reveals performance boundaries and shared mechanics across approaches, from specialized WSAD methods to emerging tabular foundation models. This standardization matters because anomaly detection remains critical for production systems where perfect labels are expensive, and clarity on which supervision strategy works best under specific constraints directly influences deployment decisions across fraud detection, medical imaging, and industrial monitoring.arXiv cs.LG·May 2562
ResearchModels & ReleasesParis 2.0: A Decentralized Diffusion Model for Video GenerationParis 2.0 demonstrates that video generation can scale beyond centralized GPU clusters, achieving 2x better quality metrics than monolithic baselines on matched compute budgets. This continuation of the decentralized diffusion model lineage signals a structural shift in how frontier video models might be trained, potentially lowering barriers to entry for organizations outside hyperscaler ecosystems. The result matters less for immediate product impact than for validating that temporal coherence, the hardest constraint in distributed video work, is no longer a blocker.arXiv cs.LG·May 2562
ResearchModels & ReleasesEverything at Every Scale: Scale-Invariant Diffusion with Continuous Super-ResolutionResearchers have unified image generation and super-resolution into a single diffusion framework by treating scale as an explicit coordinate in the noise-reversal process. SKILD leverages scale invariance, a property observed in both natural images and physical systems, to train one model that handles both tasks through a spectrum-matched forward process. This consolidation matters because it suggests diffusion architectures can be fundamentally reorganized around physical principles rather than task-specific pipelines, potentially reshaping how generative models handle multi-scale problems across domains.arXiv cs.LG·May 2562
ResearchTools & CodeCausaLab: A Scalable Environment for Interactive Causal Discovery Toward AI ScientistsCausaLab addresses a critical gap in LLM agent evaluation by testing whether models can recover causal mechanisms, not just solve tasks. The environment forces agents to both identify causal graphs and infer structural equations from synthetic laboratory experiments, moving beyond memorization-based benchmarks. This matters because autonomous scientific discovery requires agents to reason about causality rigorously. The work signals growing focus on mechanistic understanding as a prerequisite for AI systems that can conduct genuine research rather than pattern-match solutions.arXiv cs.CL·May 2562
ResearchModels & ReleasesSTORM: Internalized Modeling for Spatial-Temporal Reasoning in Video-Language ModelsResearchers propose STORM, a framework that shifts video reasoning from external chain-of-thought pipelines toward internalized latent modeling within vision-language models. Rather than serializing temporal evidence into text or repeatedly re-encoding frames, the approach teaches LVLMs to track motion and state evolution through bounded continuous trajectories before verbalization. This addresses a real efficiency bottleneck in video understanding: existing methods layer expensive post-hoc reasoning on top of frozen models, inflating latency and engineering overhead. The work signals growing pressure to embed temporal reasoning natively into model architecture rather than bolting it on downstream, a shift that could reshape how video-capable systems are designed.arXiv cs.CL·May 2562
ResearchModels & ReleasesAdvantageFlow: Advantage-Weighted Least Squares for RL in Flow ModelsAdvantageFlow shifts reinforcement learning for diffusion models toward forward-process optimization, addressing a core instability problem that plagued prior reverse-process approaches. By weighting advantages during forward prediction and stabilizing via rollout regularization, the method achieves measurable gains over Flow-GRPO and negative-aware baselines on Stable Diffusion 3.5. This matters because RL-driven image generation remains computationally expensive and brittle; a more stable forward-process path could lower barriers for fine-tuning generative models at scale and unlock new reward-alignment strategies beyond current industry practice.arXiv cs.LG·May 2562
ResearchLearning in Low-Dimensional Subspaces: Orthogonal Bottlenecks for Reinforcement LearningResearchers propose orthogonal bottlenecks, a lightweight architectural constraint that forces deep RL agents to learn within low-dimensional subspaces without auxiliary losses or algorithm changes. The work bridges theory and practice by proving that when bottleneck width matches the intrinsic rank of optimal value functions, expressivity is preserved while gradient dynamics simplify. This addresses a fundamental inefficiency in modern RL: agents routinely operate in high-dimensional feature spaces despite evidence that task structure is inherently compact. The technique could reshape how practitioners design RL systems, trading minimal architectural overhead for cleaner optimization and potential sample efficiency gains.arXiv cs.LG·May 2562
ResearchTools & CodeMAGIC: Multimodal Alignment & Grounding-aware Instruction Coreset for Vision-Language ModelsResearchers propose MAGIC, a coreset selection method that addresses a critical bottleneck in vision-language model training: dataset bloat. Rather than relying on uniform sampling or simple scoring heuristics, MAGIC extracts three signals from pretrained VLMs to identify which multimodal samples actually drive behavioral diversity and grounding quality. This matters because instruction-tuned LVLMs are increasingly starved for signal amid massive redundant corpora. The technique is training-free and forward-only, making it practical for practitioners scaling multimodal systems. Success here could reshape how teams curate expensive multimodal datasets, shifting focus from raw scale to strategic sample selection.arXiv cs.CL·May 2562
ResearchTools & CodeAI-Assisted Systematization for Evaluating GenAI SystemsResearchers propose using AI itself to systematize evaluation frameworks for generative systems, addressing a critical gap in how the field measures contested concepts like reasoning and fairness. The work introduces a formal 'concept spec' structure and validation methodology to move from vague evaluation targets to measurable, interpretable criteria. This tackles a foundational problem in AI governance: without precise operationalization, benchmark results remain ambiguous and difficult to compare across labs. The approach has direct implications for how enterprises and regulators will validate model safety and capability claims going forward.arXiv cs.CL·May 2562
ResearchCausal methods for LLM development and evaluationResearchers argue that causal inference methods remain underutilized in LLM development despite their natural fit for answering intervention-driven questions: how do data mixtures affect model performance, what's the impact of annotator preference shifts, and how should routing decisions balance quality against compute cost? The paper frames LLM optimization as fundamentally causal rather than purely empirical, suggesting practitioners could gain rigor and efficiency by adopting causal frameworks alongside current scaling and iteration approaches. This challenges the dominant paradigm of brute-force hyperparameter search and could reshape how teams structure development pipelines and evaluation protocols.arXiv cs.LG·May 2562
ResearchDeployment-complete benchmarkingResearchers propose deployment-complete benchmarking, a framework that tests whether benchmark scores actually predict real-world deployment outcomes rather than just measuring isolated performance. The work exposes a critical gap in how AI systems are evaluated for production: standard benchmarks often fail to transfer to unmeasured deployment contexts, with one case showing 94.98% benchmark coverage collapsing to 10.07% in practice. This challenges the industry's reliance on benchmark scores for procurement and model selection, suggesting that current evaluation methods systematically overstate deployment readiness and that practitioners need richer evidence structures to make confident deployment decisions.arXiv cs.LG·May 2562
ResearchWhat Makes a Medical Checker Trainable? Diagnosing Signal Collapse and Reward Hacking in Checker-Guided RAG for Biomedical QAResearchers isolate a critical failure mode in retrieval-augmented generation systems for medical QA: checkers trained via reinforcement learning collapse into degenerate output distributions that block gradient flow, regardless of their held-out accuracy. Testing four NLI backends across Qwen and Llama models, the team shows that LLM-based scoring labels over 97% of claims as neutral, zeroing out training signal, while calibrated classifiers preserve learnable gradients. The finding reframes how practitioners should evaluate reward models in medical AI, shifting focus from benchmark performance to distributional properties during training.arXiv cs.CL·May 2562
ResearchTools & CodeSafeCtrl-RL: Inference-Time Adaptive Behaviour Control for LLM Dialogue via RL-Driven Prompt OptimisationSafeCtrl-RL introduces a runtime safety mechanism that steers LLM outputs toward safer behaviour through reinforcement learning without requiring model retraining or weight modification. The framework treats dialogue generation as a sequential decision problem, dynamically adjusting prompts based on contextual signals to suppress harmful outputs through iterative refinement. This inference-time approach addresses a persistent deployment bottleneck: safety guardrails that don't require expensive model retuning or architectural changes. For production teams, the technique offers a practical middle ground between rigid filtering and full model retraining, potentially accelerating safe deployment across heterogeneous LLM fleets.arXiv cs.CL·May 2562
Business & FundingProducts & AppsWhat ClickUp’s mass layoff tells us about the future of workClickUp's decision to replace hundreds of staff with AI agents signals a strategic inflection point for productivity software: automation is moving from feature parity to workforce displacement at scale. The nine-year-old startup's pivot reflects a broader shift where SaaS incumbents must choose between defending headcount or embracing agent-based architectures to remain competitive. This move tests whether AI agents can sustain product quality and user trust while cutting operational costs, and sets a precedent for how other B2B platforms will rationalize their own labor models.TechCrunch - AI·May 2576