Policy & RegulationProducts & AppsNew York deploys AI to audit state regulations for obsolescenceNew York's governor is deploying AI systems to audit the state's regulatory framework, seeking to identify and eliminate obsolete rules across all policy domains. This represents a notable shift in how governments approach administrative modernization, moving from manual review processes to algorithmic analysis at scale. The move carries strategic weight given New York's simultaneous moratorium on new AI data centers, signaling a pragmatic stance: restrict infrastructure expansion while leveraging AI capabilities for internal efficiency. For policy observers, this signals how AI governance may evolve from purely restrictive measures toward productive use cases that benefit public administration, potentially influencing how other states balance regulation with operational adoption.The Verge - AI·4d ago65
ResearchTools & CodeNew benchmark teaches AI to revise scientific figures from paper editsResearchers have released SciDiagramEdit, a benchmark and framework that automates the revision of scientific figures through natural language instructions. The system learns from real paper edits and operates on vector-based diagram sources, allowing researchers to co-edit with an AI agent rather than manually redrawing components. This addresses a genuine friction point in academic publishing: the iterative refinement of complex infographics containing schematics, plots, photos, and captions. The work signals growing interest in AI agents that understand domain-specific visual grammars and can collaborate on specialized editing tasks, opening pathways for similar tools across technical documentation and design workflows.arXiv cs.CL·4d ago58
ResearchDecoupled memory updates enable real-time video view synthesisResearchers propose a decoupled memory update strategy for real-time novel view synthesis from streaming video, addressing a core bottleneck in dynamic scene reconstruction. By separating memory refresh frequency from inference application, the approach reduces computational overhead while maintaining temporal coherence across occluded regions. This work targets a practical constraint in video AI: balancing persistent context windows against latency budgets. The technique signals growing attention to inference-time efficiency in vision transformers and test-time adaptation, where naive per-frame updates become prohibitive at scale.arXiv cs.LG·4d ago52
ResearchWeb-scale poisoning attacks can corrupt LLM pretraining at scaleResearchers have demonstrated that large language models can be compromised during pretraining through poisoning attacks injected via public web interfaces, a vector far more scalable than prior work targeting isolated datasets like Wikipedia. The study introduces HalfLife, a measurement framework for detecting adversarial content that survives web crawling and data curation pipelines. This work exposes a critical supply-chain vulnerability in how foundation models ingest internet-scale data, suggesting that malicious actors need not compromise centralized repositories to corrupt model behavior at scale. The findings reshape threat modeling for pretraining and highlight why data provenance and filtering remain unsolved problems in the industry.arXiv cs.CL·4d ago68
ResearchModels & ReleasesXGBoost classifies Bitcoin sentiment from on-chain and social signalsResearchers have developed a machine learning classifier that decodes Bitcoin market sentiment by fusing on-chain transaction patterns with social media signals and price history. Rather than chasing price prediction, the work treats sentiment as a distinct classification task, with XGBoost outperforming competing models in cross-validation. This represents a methodological shift in crypto analytics: treating blockchain data as a legitimate feature source for supervised learning, not just a speculative signal. The approach matters because it validates on-chain metrics as trainable inputs for financial ML, opening a new data stream for sentiment modeling across other assets.arXiv cs.LG·4d ago52
ResearchStatic retrieval scores miss causal value in multi-turn agent searchResearchers expose a fundamental gap between how retrieval systems are benchmarked and how they perform in multi-turn agentic workflows. Traditional evaluation scores documents by immediate answer improvement, but agents benefit from intermediate documents that enable better downstream reasoning without directly answering the current query. Using counterfactual trajectory analysis on HotpotQA, the work quantifies this mismatch and suggests that static retrieval metrics systematically undervalue documents with high causal utility in reasoning chains. This finding reshapes how teams should evaluate and train retrieval components for production agents.arXiv cs.CL·4d ago62
Models & ReleasesResearchGPT-5.6 file deletion bug traced to unsafe sandbox bypassOpenAI's Thibault Sottiaux disclosed a critical vulnerability in GPT-5.6 where the model deletes user files under specific conditions: when full access mode runs without sandboxing, the model attempts to redefine the HOME environment variable, and subsequently overwrites it instead of a temporary directory. The incident exposes a gap between capability and safety guardrails in code-execution contexts. For practitioners deploying models with file system access, this underscores the necessity of layered protections beyond model-level safeguards, particularly when sandboxing is disabled or auto-review mechanisms are bypassed.Simon Willison·4d ago77
ResearchRetrain-free recommendation embeddings update in real time via sparse treesResearchers have tackled a persistent inefficiency in recommendation systems: stale user embeddings that persist until the next full model retrain. The proposed mutable sketch approach uses sparse segment trees to dynamically update user preferences as new ratings arrive, eliminating the need for retraining while maintaining theoretical guarantees on prediction error tightening. On benchmark data, the method cuts data I/O to 1.8% versus traditional ALS while achieving better RMSE and enabling sub-millisecond personalization after a single user interaction. This addresses a real production pain point where recommendation latency and computational cost have historically forced a tradeoff between freshness and efficiency.arXiv cs.LG·4d ago58
ResearchBenchmark wins mask reasoning failures in clinical multimodal AIClinical AI systems optimized for benchmark performance often fail to produce trustworthy reasoning in practice. This retrospective analysis of nine multimodal VQA systems from MediaEval Medico 2025 reveals that parameter-efficient fine-tuning wins on leaderboards without guaranteeing faithful explanations or robust handling of diverse question types. Systems enforcing structured reasoning and explicit evidence grounding showed more reliable clinical behavior, suggesting the field needs evaluation metrics beyond lexical overlap and standardized evidence-linked explanations. The finding challenges the assumption that downstream task performance correlates with interpretability, a critical gap for healthcare deployment.arXiv cs.CL·4d ago58
ResearchTools & CodeTikStance dataset enables multimodal stance detection in short-form political videoResearchers have released TikStance, a multimodal dataset linking 161 political videos with 13,876 hierarchical comments from the 2024 U.S. election cycle. The resource preserves both audiovisual and conversational context for stance detection, addressing a critical gap in training data for short-form video analysis. As political discourse migrates to platforms like TikTok, this dataset enables development of models that understand nuanced positions across modalities and nested discussions, directly supporting the next generation of content moderation and political discourse analysis systems.arXiv cs.CL·4d ago58
ResearchLog-ratio geometry recovers efficient language identification without neural networksResearchers propose a mathematically grounded alternative to neural language identification by treating character and bigram frequencies as compositional data mapped through log-ratio geometry. The approach recovers linear-time efficiency of classical n-gram methods while addressing a fundamental statistical flaw: frequency distributions live on a simplex, not Euclidean space, making standard distance metrics inappropriate. By applying the centered log-ratio transformation, the method aligns computational geometry with statistical reality, enabling sparse feature handling via Laplace smoothing. This work signals renewed interest in principled statistical foundations for NLP tasks often assumed to require deep learning, relevant to practitioners balancing accuracy, latency, and resource constraints in production systems.arXiv cs.CL·4d ago52
Hardware & InfraBusiness & FundingEnterprises deploying AI compute faster than they can measure costsEnterprise AI spending is accelerating faster than organizations can track or optimize it. A survey of 107 companies reveals that while most rely on hyperscaler APIs today, the next wave of investment targets specialized compute providers, with majority planning to switch or expand vendors within months. The critical gap: fewer than half of enterprises rigorously measure their actual compute costs, and GPUs routinely operate at half utilization or lower. This visibility deficit means purchasing decisions hinge on integration and total cost of ownership rather than token pricing, leaving substantial capital deployed without clear economic steering. The pattern signals both opportunity for specialized infrastructure vendors and risk for enterprises burning capital on underutilized capacity.VentureBeat - AI·4d ago66
ResearchTools & CodeResearchers enable tokenizer upgrades for deployed language modelsTokenizer vocabulary is typically locked at pre-training time, creating a structural problem when deployment priorities shift: languages added later fragment into many tokens per word, inflating latency and compute costs for those users. On-device models face particular pressure since embedding and output matrices consume substantial decode bandwidth. This paper introduces an in-place tokenizer expansion technique that lets model producers upgrade vocabulary post-hoc without full retraining, addressing a real efficiency gap between cloud and edge deployments. The work targets a concrete pain point in multilingual and evolving model ecosystems.arXiv cs.LG·4d ago58
ResearchBandit algorithms optimize predictive maintenance scheduling from failure dataResearchers have formulated preventive maintenance scheduling as a multi-armed bandit problem, developing algorithms that learn optimal replacement intervals from operational failure data without knowing the underlying lifetime distribution. The work bridges classical reliability engineering and modern machine learning by applying bandit theory to minimize long-run maintenance costs across fleets of identical machines. This approach matters for infrastructure operators managing large-scale systems where downtime is costly and failure patterns are empirically learned rather than theoretically specified, connecting optimization theory to practical deployment challenges in industrial ML.arXiv cs.LG·4d ago42
Products & AppsTools & CodeGoogle bundles compute into Gemini Notebook, opens Search to third-party appsGoogle is consolidating its AI notebook product under the Gemini brand while expanding its infrastructure capabilities. Each Gemini Notebook now includes dedicated cloud compute for code execution, initially available to AI Ultra and Workspace subscribers. This move signals Google's strategy to deepen Gemini integration across its product suite and compete with Jupyter-adjacent tools in the AI development workflow. Simultaneously, Google Search gains third-party app connectors, positioning search as an extensible platform rather than a closed service. Together, these changes reflect Google's broader push to make Gemini the connective tissue across consumer and enterprise AI experiences.The Decoder·4d ago68
ResearchModels & ReleasesGenetic algorithm evolves asynchronous neural networks without backpropagationNeuronSoup introduces a fundamentally different neural architecture that abandons layer-wise synchronous computation in favor of asynchronous signal routing through a shared neuron pool, where interference patterns emerge from timing and polarity interactions. The entire system, topology through delays, is co-evolved via genetic algorithm rather than gradient descent. This represents a departure from backpropagation-dependent learning and challenges conventional assumptions about how neural computation must be organized, potentially opening new directions for neuromorphic and evolutionary approaches to architecture search.arXiv cs.LG·4d ago58
ResearchModels & ReleasesXLM-R extended with Ge'ez vocabulary to fix African language tokenizationResearchers have identified a critical bottleneck in multilingual AI: standard tokenizers trained on Latin-script data severely degrade performance on non-Latin languages like Amharic and Tigrinya. VEXMLM addresses this by extending XLM-R with 30,000 Ge'ez-script subwords, trained on curated monolingual corpora and initialized through embedding averaging. The approach targets 19 African languages, tackling both vocabulary gaps and fragmentation that plague low-resource, non-Latin-script communities. This work signals growing recognition that universal pretraining assumptions fail at linguistic diversity, forcing the field to rethink tokenization as a foundational design choice rather than a solved problem.arXiv cs.CL·4d ago62
ResearchSampling bias can scale without Metropolis correction under weak interactionsResearchers have extended a theoretical result showing that unadjusted sampling algorithms can operate efficiently without explicit bias correction, provided they take enough integration steps relative to problem dimensionality. This work addresses a core computational bottleneck in Bayesian inference and generative modeling: Metropolis-Hastings corrections typically require tiny step sizes that multiply iteration costs. By proving that bias naturally disperses across high-dimensional marginals under weak interactions, the finding suggests practitioners may trade acceptance-rate tuning for step-count scaling, potentially accelerating sampling-based inference in large-scale probabilistic models and variational methods that rely on these algorithms.arXiv cs.LG·4d ago52
Business & FundingTools & CodeEnterprise AI agents outpace the data governance needed to trust themEnterprise AI deployments are hitting a critical inflection point: retrieval-augmented generation has become standard practice, yet a majority of organizations report their agents confidently producing incorrect answers due to inconsistent or missing business context. The shift from dedicated vector databases to provider-native retrieval tools is accelerating, but trust in the underlying data layer lags behind infrastructure speed. A governed semantic layer is emerging as the industry's answer, though most enterprises are still in early implementation. This context gap represents a fundamental architectural challenge that will shape how enterprises architect AI systems over the next 18 months.VentureBeat - AI·4d ago66
ResearchResearchers expose misalignment attacks on embodied AI world modelsResearchers have identified a fundamental vulnerability in world-action models, a class of embodied AI systems designed to couple action generation with future-state prediction. The BadWAM framework demonstrates that small visual perturbations can desynchronize what these models imagine will happen from what they actually execute, undermining a core safety assumption: that robots can validate actions against their own predictions. This attack surface exposes a gap between the theoretical robustness narrative around WAMs and their practical fragility, forcing a recalibration of how embodied AI safety is evaluated.arXiv cs.LG·4d ago62
Products & AppsResearchOpenAI and Chip Ganassi Racing show how LLMs reshape competitive advantage in motorsportsOpenAI's collaboration with Chip Ganassi Racing demonstrates how LLMs and code generation tools are reshaping domain expertise in high-stakes industries. Joyce Ruffell and Chase Holden showcase a practical model where AI augments rather than displaces specialized knowledge: racing teams leverage ChatGPT and Codex to extract actionable insights from telemetry and operational data, while smaller competitors gain analytical parity without massive infrastructure investment. This case study signals a broader shift in enterprise AI adoption, where vertical expertise plus accessible tooling creates competitive advantage in data-dense, margin-sensitive sectors.OpenAI (YouTube)·4d ago65
ResearchResearchers decompose masked diffusion RL into token and masking objectivesResearchers have cracked a longstanding challenge in reinforcement learning for masked diffusion language models by decomposing the policy gradient into two distinct optimization targets: token prediction and position unmasking strategy. Prior work treated generation as a single decision problem, but this work recognizes that MDLMs make sequential choices about both what to generate and where to generate it. By optimizing both components jointly, the approach achieves state-of-the-art performance on mathematical reasoning and code generation tasks. This matters because it opens a new pathway for applying RL to non-autoregressive architectures, potentially enabling faster inference while maintaining reasoning quality.arXiv cs.CL·4d ago62
ResearchUnified framework derives uncertainty measures from loss functionsResearchers propose a unified theoretical framework for uncertainty quantification that derives epistemic and aleatoric uncertainty measures from subjective risk decomposition rather than treating them as independent primitives. By grounding uncertainty in strictly proper loss functions, the work reconciles disparate UQ methods across the literature under a single mathematical foundation. This shift from axiom-driven to consequence-driven uncertainty has immediate implications for practitioners: model builders can now systematically induce appropriate uncertainty estimates directly from their choice of loss function and modeling objective, potentially streamlining how production systems calibrate confidence estimates and handle out-of-distribution scenarios.arXiv cs.LG·4d ago58
ResearchBusiness & FundingEnterprise agents ship to production despite failing internal trust testsEnterprise AI teams are deploying autonomous agents into production despite widespread distrust of their own evaluation systems. A survey of 157 organizations reveals a critical misalignment: half have already shipped agents that passed internal tests but failed in the field, yet two-thirds now allow or are building toward fully automated deployment decisions with no human oversight. The core problem isn't insufficient test coverage but rather evaluations that fail to predict real-world performance. This widening gap between granted autonomy and trusted safeguards signals a structural risk in how enterprises are scaling agent systems, forcing a reckoning around evaluation methodology before the failure rate becomes untenable.VentureBeat - AI·4d ago72
ResearchModels & ReleasesNeural networks fill gaps in physics-based differential equation modelsResearchers propose a hybrid framework that embeds neural networks into physics-based differential equation models, allowing systems to learn missing dynamics while preserving known physics. The approach alternates between state inference via Rauch-Tung-Striebel smoothing and parameter optimization, addressing a core challenge in scientific machine learning: incomplete observability and unknown system components. This technique bridges symbolic and learned representations, relevant to domains from biology to materials science where partial mechanistic knowledge exists but measurement gaps remain.arXiv cs.LG·4d ago58
ResearchModels & ReleasesTransformer variant preserves reasoning state across decoding stepsResearchers propose T2MLR, an architectural modification that addresses a fundamental bottleneck in transformer inference: the compression of reasoning state into discrete tokens during autoregressive decoding. By caching middle-layer representations and injecting them into earlier layers of subsequent positions, the approach preserves abstract computation across decoding steps with minimal overhead. Results show consistent gains over parameter-matched baselines on both pretraining and multi-hop reasoning tasks. This technique matters because it targets a real efficiency and capability ceiling in current LLMs, suggesting a path toward more persistent reasoning without scaling model size or compute.arXiv cs.CL·4d ago62
ResearchModels & ReleasesGemini outperforms humans on scientific visualization, most MLLMs lagA new benchmark reveals significant gaps in how multimodal models interpret scientific visualizations, a capability increasingly critical as these systems move into research and education workflows. Testing six leading MLLMs against a 49-item assessment spanning diverse SciVis techniques showed uneven performance, with Gemini outperforming human averages but others lagging substantially. The finding matters because chart-reading benchmarks have masked deeper literacy deficits, and as organizations deploy these models for data analysis and scientific communication, understanding their actual visualization reasoning becomes a reliability and safety concern for downstream users.arXiv cs.CL·4d ago62
ResearchResearchers separate grammaticality from probability in language model internalsResearchers challenge the dominant paradigm for measuring grammatical knowledge in language models by moving beyond probability-based metrics. The work investigates whether grammaticality is encoded as a distinct feature in model internals, rather than conflated with likelihood, lexical frequency, and world knowledge. This distinction matters for interpretability: if models encode grammar as a separable representation, it reshapes how we evaluate their linguistic competence and debug failure modes. The finding could influence how practitioners design probes and evals for downstream tasks requiring robust syntactic reasoning.arXiv cs.CL·4d ago58
ResearchTools & CodeClinicians build safety taxonomy for medical AI model failuresMedical AI safety has lacked systematic failure taxonomy. MedFailBench introduces a clinician-authored benchmark that categorizes model errors by severity and failure mode, not just accuracy. The framework identifies six distinct safety gates: missed escalations, unsafe dosing, inappropriate discharge reassurance, hallucinated evidence, protocol violations, and unsupported claims. This shifts evaluation from binary correctness toward granular risk profiling, enabling developers to stress-test models against realistic clinical failure patterns. The open-source release with automated screening pipelines establishes infrastructure for safety-focused model iteration in healthcare, addressing a gap where traditional benchmarks miss high-stakes boundary violations.arXiv cs.CL·4d ago62
Policy & RegulationGermany classifies AI search summaries as publisher content, not neutral resultsGermany's media regulator has classified AI-generated search summaries as publisher content rather than neutral algorithmic results, triggering the first enforcement actions under the country's State Media Treaty against Google and Perplexity. The ruling treats AI Overviews as editorial material that displaces traditional web links, establishing a precedent that could reshape how generative search tools operate across Europe. Both companies face a one-month appeal window, but the decision signals regulators view AI summaries as content curation requiring media licensing and accountability, not passive indexing.The Decoder·5d ago85