A paper on information retrieval published in 2024 has quietly documented what the market is only now pricing in: the constraint is no longer raw model capability, but rather the engineering discipline required to make retrieval systems actually work in production. The research reveals that dense embeddings and learned scoring functions, however sophisticated, leave substantial gaps when applied to latent patterns, low-frequency items, and domain-specific terminology. Solutions that persist across multiple papers combine sparse and dense signals, integrate structured metadata, and inject external knowledge through LLM-guided reasoning. The field has shifted from treating retrieval as a search problem to treating it as a state management and alignment problem. This matters because the market is now bifurcating between companies that can operationalize AI capability into defensible revenue streams and those still selling the promise of future returns. Anthropic's annualized revenue crossed $47 billion in May, up from $9 billion at the end of 2025, yet the company faces real tests ahead as it prepares for an IPO. Quantinuum continues to attract investor capital despite losing millions. This divergence reflects a market where the ability to convert AI capability into actual customer value now separates the winners from the venture-backed faith plays.
Infrastructure tooling is reshaping faster than applications can absorb it. Microsoft released Coreutils to reduce friction for developers moving between Windows and Linux environments. Google shipped Gemma 4 12B to run agentic workflows on consumer hardware. Microsoft's Web IQ and Rayfin SDK aim to give AI agents access to real-time web data and simplified backend deployment. These moves prioritize developer velocity and operational simplicity over raw model scale. Meanwhile, Anthropic's Claude is being used by the NSA for cyber operations, and Meta is building data centers in tents to slash costs. GitHub's trending repositories confirm this pattern: Headroom compresses LLM inputs by 60-95 percent without degrading output quality. Lance converts Parquet to a columnar format optimized for vector operations, delivering 100x faster random access. Trivy and PaddleOCR solve the upstream problem of getting structured data into AI pipelines in the first place. These aren't frameworks that ask you to rewrite your stack. They're tools that plug into existing workflows and reduce friction or expense. The constraint is no longer compute or models. It's infrastructure efficiency, developer tooling, and the ability to operationalize systems in production environments.
Distribution and integration now matter more than raw capability. Apple's pre-WWDC privacy campaign frames AI as something that only works if users trust the platform, while Poke became the first AI agent approved for Apple's Messages for Business platform. This signals Apple's strategy: controlled distribution of AI features through its own platforms, not open ecosystems. Google, Microsoft, and Meta are racing to embed AI into their existing products and services, turning them into runtime environments for agents. The lab announcements reveal the same pattern at a different scale. IBM is ceding the foundation layer to Google and building industry-specific agents on top of Gemini, effectively focusing on consulting delivery rather than competing head-to-head on models. Hugging Face is trying to own the middle layer where enterprises actually build, while NVIDIA sees durable value in gaming infrastructure and sovereign AI partnerships. The companies that already own distribution channels and user relationships are converting them into AI deployment infrastructure. Those without direct user access are competing on raw capability and hoping to be acquired or integrated. The coding automation space, measured by SWE-rebench and Artificial Analysis, is becoming a measurable competitive arena where engineering discipline matters as much as scale. The labs that won the last cycle are now building moats around deployment, customization, and operational integration rather than racing to announce bigger numbers.
Grant Calloway
Biomedical entity linking grounds mentions in clinical and scientific text to entities in a curated knowledge base (KB) with ontological structure, which supports downstream applications such as literature-scale information extraction and patient-record normalization. The task has several challenges at once: the KB contains large numbers of entities, mentions are often ambiguous, and gold labels follow annotation conventions specific to each corpus. To address these challenges, we propose PILOT, a three-stage framework made up of neighborhood-aware retrieval, dual reranking, and score fusion. The retriever injects ontological structure from both the query and KB side, by reformulating mentions and pooling entity embeddings. The retrieved pool is then scored from two complementary views, one over surface forms and one over context, and fused together. PILOT achieves the state of the art on average across five widely-used benchmarks and remains efficient at inference.
On two-sided content platforms, symmetric two-sided isolation (assigning matched fractions of creators and viewers to isolated treatment and control submarkets) is widely used for creator-side and cold-start experiments because it removes cross-arm marketplace interference. Isolation, however, thins each viewer's candidate catalog, and intuition suggests the resulting engagement cost should fade as the platform grows: a small fraction of a vast catalog is still vast. We show that, in an order-statistics model of engagement, whether this intuition holds depends on the upper tail of match quality. Extreme-value theory yields tail-class loss laws with a sharp dichotomy: for light or bounded tails the loss vanishes as the candidate pool grows, whereas under heavy tails it converges to a size-independent constant, so expanding the candidate pool, even by orders of magnitude, does not asymptotically eliminate the cost. Evidence from two production experiments on a platform with millions of active creators is consistent with this picture: a pure A/A traffic sweep reveals a measurable, depth-graded engagement cost; a one-sided catalog ablation independently shows that per-viewer thinning contributes to the loss; and a tail index calibrated on the small exploration pool predicts an effect consistent with the one observed in the far larger full-catalog ablation. Isolation thus carries a price that experimenters should budget for, like any other cost. We give practitioners a preflight procedure that estimates it before launch, sizes traffic accordingly, and recommends a fallback design when the predicted cost exceeds a chosen tolerance.
One of the most challenging problems entertainment live-streaming services face in recommendation systems is that user behaviors are sparse and delayed, and interaction data exhibits bias for different user segments. Unlike e-commerce applications where user actions follow linear sequences, live-streaming viewers engage in multiple concurrent behaviors of watching, chatting, following, and spending, each occurring with varying delays. We address these challenges through three key contributions: 1) a delayed window approach that extends feedback collection beyond immediate responses, 2) a multi-model architecture that combines fresh and delayed signals, and a segment-aware targeting module that optimizes ranking scores differently across user lifecycle stages, and 3) Multi-gate Mixture-of-Experts (MMoE) integration that jointly models correlated targets while reducing model parameters by 41.9% compared to independent models. Online A/B testing demonstrates significant improvements, including a +0.09% increase in Daily Active Viewers (DAV), generating millions more annual active viewer days, and +0.56% increase in highly engaged viewers' capped Average Revenue Per User (ARPU). Viewer-segment targeting achieved an additional +0.15% DAV improvement for newer and less engaged viewers, while MMoE enhancement added +0.08% overall DAV and +0.27% new follows. The proposed system processes ranking requests with low latency, providing a scalable approach for balancing multiple business objectives across diverse user populations. In addition, we tested the multi-model architecture on the Twitch mobile live feed and achieved a +1.12% increase in positive user-channel interactions (clicks, follows, and likes), demonstrating applicability beyond the primary use case.
Existing deep-research agents use a search-visit workflow that retrieves and reads whole pages, without considering the addressable structure that web sources expose through titles, headings, sections, and metadata. This prevents agents from directly constraining retrieval to document fields and often carries irrelevant page content into their context. We introduce SIEVE, a search-inspect-fetch interface driven by fielded Boolean retrieval (BQL). SIEVE filters candidates over document fields, ranks the admitted set, presents structure-rich result cards for inspection, and fetches only selected sections. Across three QA collections, SIEVE achieves higher accuracy than the most accurate conventional Search-Visit configuration on each collection while using 20.7-50.6% fewer tokens. Further analyses show that BQL filtering improves all tested rankers and that the accuracy-context advantage persists across retriever choices and agent backbones. Code and data are available at https://github.com/ielab/skim-search-agent.
As lifelong learning agents accumulate lifelong growing skill banks, retrieving the correct skill becomes an increasingly important bottleneck. Most current skill retrieval methods treat each skill as one flat document by concatenating fields such as the name, description, and body. However, skills are naturally structured, multi-field objects, where each field provides different information about when and how the skill should be used. In this work, we study whether preserving this structure improves skill retrieval. We represent each skill as its separate components, and compute sparse and dense similarities for each field independently, exposing a naturally tensorized, field-aware representation of the skill bank. We then combine these field-level scores either with uniform weights or with a small learned MLP. Across two different skill retrieval benchmarks, SkillRet and SRA-Bench, we find that keeping fields separate improves hybrid retrieval, and learning over the field-level scores gives the strongest and most consistent results. Our field-aware MLP reaches $77.95$ Recall@10 on SkillRet and $83.78$ Recall@10 on SRA-Bench, outperforming the corresponding concatenated learned baselines. We also find that the advantage grows as the skill bank becomes larger, suggesting that field-aware skill retrieval becomes especially useful in the setting where retrieval is most difficult. Our results show that skill representation itself matters, and that simply preserving the structure already present in skill files can substantially improve retrieval.
Multi-armed bandit algorithms, especially Thompson sampling, are widely used in online recommendation. Despite their ability to adapt from online feedback, these methods often suffer from cold-start limitations when newly introduced arms have little or no interaction history. In our setting, the candidate arms are user-generated textual comments, whose semantic content can reveal a title's appeal before sufficient interaction feedback is available. We therefore use large language models (LLMs) to extract semantic signals from comment text and convert them into informative Bayesian priors that warm-start Thompson sampling under sparse early-stage feedback. To account for aggregate segment-level differences in response patterns, we maintain and update posteriors separately for each gender-age segment. In a real-world online A/B/C test, we compare a uniform prior with two LLM-based designs: a Gender Prior for demographic-affinity cues and a Content Prior for title-specific identity cues. The results show that LLM-based priors are most beneficial in sparse-feedback regimes -- with the largest gains emerging once a small amount of interaction evidence has accumulated -- and that prior design leads to distinct funnel-level effects. We further analyze prior-reward alignment and demographic heterogeneity, finding that click-oriented alignment is strongest for the Gender Prior and that treatment effects vary substantially across demographic segments. These findings suggest that LLM-derived priors can serve as a practical warm-start mechanism for text-rich bandit recommendation, while also revealing deployment trade-offs.
Composite score across coding, math, and reasoning
| # | Model | Score | tok/s | $/1M |
|---|---|---|---|---|
| 1 | Claude Opus 4.8 | 61.4 | 58 | $10.94 |
| 2 | GPT-5.5 | 60.2 | 62 | $11.25 |
| 3 | Claude Opus 4.7 | 57.3 | 52 | $10.94 |
| 4 | Gemini 3.1 Pro Preview | 57.2 | 123 | $4.50 |
| 5 | GPT-5.4 | 56.8 | 80 | $5.63 |
Agentic coding on real-world software engineering tasks
| # | Model | Score |
|---|---|---|
| 1 | gpt-5.5-2026-04-23-xhigh | 62.7% |
| 2 | Codex | 60.4% |
| 3 | Claude Code | 59.6% |
| 4 | gpt-5.5-2026-04-23-medium | 58.9% |
| 5 | Claude Opus 4.8-xhigh | 56.4% |
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
💫 Toolkit to help you get started with Spec-Driven Development
Train, Evaluate, Optimize, Deploy Computer Vision Models via OpenVINO™
Open Lakehouse Format for Multimodal AI. Convert from Parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
On-device LLM Inference Powered by X-Bit Quantization
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents