← Archive

AI Daily — May 28, 2026

2026-05-28

engineering.fb.com

SilverTorch: Index as Model — A New Retrieval Paradigm for Recommendation Systems

Meta's SilverTorch unifies all retrieval components for user-generated content recommendation under a single architecture, treating the index itself as a learnable model. It achieves up to 23.7x higher throughput and 20.9x better compute cost efficiency versus CPU-based baselines, while also improving accuracy. The 'index as model' framing is a meaningful architectural departure from traditional two-stage retrieve-then-rank pipelines.

huggingface.co

ITBench-AA: Frontier Models Score Below 50% on the First Benchmark for Agentic Enterprise IT Tasks

Artificial Analysis and IBM Research released ITBench-AA, the first benchmark targeting agentic AI performance on real enterprise IT operations tasks such as incident response, change management, and compliance checks. Frontier models across the board score below 50%, highlighting a substantial gap between current capabilities and production-grade IT automation. The benchmark is publicly available on Hugging Face and is positioned as a rigorous bar for measuring progress in enterprise agentic systems.

openai.com

Warp's big bet on building open source with GPT-5.5

Warp is integrating GPT-5.5 to orchestrate coding agents across local, cloud, and open-source development workflows, with a focus on multi-agent coordination rather than single-model completions. This is one of the first public references to GPT-5.5 being deployed in a production developer tooling context. The announcement signals OpenAI's continued push to embed its latest models deeply into software engineering pipelines.

openai.com

OpenAI election safeguards for 2026

OpenAI published its 2026 election integrity playbook ahead of a heavy global election cycle, covering voter information access, support for cyber defenders, and AI-generated content transparency measures. The post details specific product-level interventions including restrictions on AI-generated political content and watermarking practices. This is a notable policy document as AI-generated influence operations remain a top concern for election integrity researchers.

rss.arxiv.org

Why LLMs Fail at Causal Discovery and How Interventional Agents Escape

This paper provides a theoretical proof that standard LLM training paradigms — SFT, DPO, and in-context learning — are fundamentally incapable of reliable causal graph discovery, formalizing the failure as a 'kernel obstruction theorem.' The core argument is that distinguishing between causal graphs with similar observational data requires unboundedly growing internal representations, which these training regimes cannot support. The authors propose interventional agents as a potential escape from this limitation, which has direct implications for scientific reasoning and autonomous research agent design.