AI INFO FORGE
Other Wired AI Jul 24, 2026

Some Kids Will Never Think AI Is Cool

A Wired article reports on children's negative perceptions of AI technology, with some young people describing it as disgusting or creepy rather than innovative. The piece explores why AI fails to resonate as appealing or trustworthy to various age groups of kids.

Read on Wired AI →
Other arXiv cs.AI Jul 21, 2026

Fourier Geometric Wind Power Forecasting with Numerical Weather Prediction

arXiv:2607.17095v1 Announce Type: new Abstract: Accurate short-term wind power forecasting is essential for grid stability and operational planning, yet remains challenging due to the complex interactions between atmospheric conditions and turbine dynamics. However, existing methods fail to effectively incorporate weather forecasting with wind turbine data (i.e., SCADA), leading to suboptimal solutions. To address this, we introduce a multimodal framework that integrates historical point-based SCADA data with grid-based Numerical Weather Prediction (NWP) forecasts, which is challenging due to heterogeneous input and the complex physical wind-turbine interactions. Our approach first explicitly decomposes inputs into scalar and vector features to better capture both site-specific and geometric dependencies and then incorporates a geometric encoder to extract rotation-invariant features from wind vectors. We further leverages a Fourier Neural Operator (FNO) architecture, which performs g

Read on arXiv cs.AI →
Other arXiv cs.AI Jul 21, 2026

Lossless but Not Free: An Empirical Anatomy of Speculative Decoding on Consumer Hardware

arXiv:2607.17283v1 Announce Type: new Abstract: Single-stream autoregressive decoding of large language models is bound by memory bandwidth: each generated token requires one full forward pass through the target model, and successive passes cannot be parallelized. Speculative decoding restructures this computation: a small draft model proposes $K$ tokens autoregressively, the target model scores all of them in one batched pass, and a rejection-sampling rule provably preserves the target model's output distribution. We present a from-scratch, device-agnostic (CUDA/MPS/CPU) implementation and an empirical study across five draft/target backend configurations on a consumer Apple-silicon laptop. Distribution equivalence is verified at three levels, culminating in a two-sample test over roughly 9,200 real-model tokens per method ($\chi^2 = 162.5$, dof $= 200$, $p = 0.976$) and exact greedy-sequence agreement. The best configuration reaches a measured $1.61\times$ wall-clock speedup at $K=6

Read on arXiv cs.AI →
Other arXiv cs.AI Jul 21, 2026

AEC-DS: Adaptive Erasure Coding with PDP-Triggered Reputation and QoS-Aware Migration for Decentralized Storage

arXiv:2607.17460v1 Announce Type: new Abstract: In decentralized storage systems, audit results are often not used directly to guide later redundancy and shard-placement decisions, which can lead to inefficient resource allocation and delayed recovery. We propose AEC-DS, a closed-loop adaptive erasure coding mechanism driven by Provable Data Possession (PDP) feedback. PDP audits continuously update node reputation, while a QoS-aware migration policy adjusts shard placement according to node reliability and data priority. The policy moves high-priority shards from unstable nodes to more reliable nodes in the cold tier and penalizes unstable nodes in subsequent placement decisions. Simulations with 800 nodes and 500 files show that AEC-DS maintains 100% data durability under the evaluated fault model with a redundancy factor of 1.25x. Compared with Static-EC, Dynamic-EC, and DRD-EC, AEC-DS reduces cumulative recovery operations by 66.8%-75.2%. Ablation results further show that class mi

Read on arXiv cs.AI →
Other arXiv cs.AI Jul 21, 2026

Can AI Agents Really Complete RTL-to-GDS? Lessons from Benchmarking Tool-Interactive EDA Workflows

arXiv:2607.17528v1 Announce Type: new Abstract: LLM-driven agent systems have emerged as a promising paradigm for electronic design automation (EDA), demonstrating strong potential for automating complex design workflows. However, existing evaluations primarily examine individual language models on isolated EDA tasks, providing limited insight into how different agent systems perform across complete EDA flows. In this work, we present FluxBench, a systematic evaluation of AI agents on end-to-end EDA workflows under unified prompts, tool environments, and technology library settings. Our evaluation covers representative scenarios, including RTL generation with open-source toolchains and an RTL-to-GDS flow using closed-source commercial EDA tools for industrial applications. Through these workflows, we assess agents' capabilities in RTL code generation, iterative repair, tool-feedback utilization, logic synthesis, placement and routing (P&R), and Engineering Change Order (ECO) automatio

Read on arXiv cs.AI →
Other arXiv cs.AI Jul 21, 2026

Is Progressive Disclosure All You Need for Long-Context Agents?

arXiv:2607.17598v1 Announce Type: new Abstract: Long-document question answering usually forces a choice between loading the whole document into the context window and bolting on a separate retriever. Agentic AI suggests a broader option, giving the agent the document path and letting it decide how and what to read. Agent Skills, a standard for packaging expertise into folders an agent loads on demand, supply a ready mechanism: progressive disclosure, which exposes only what a query needs, from a short description down to the specific passages. Practitioners rapidly adopted this pattern for book-length understanding tasks, but the evidence to support such choices has been anecdotal. We run the first controlled study of the pattern, comparing raw-document navigation and several designs of Agent Skills packs against a classical hybrid retriever across three agent harnesses and three model families on InfiniteBench. On a single book, the gain depends on the harness, running large when th

Read on arXiv cs.AI →
Other arXiv cs.AI Jul 21, 2026

Mechanistic Attention Guidance for Agent Memory Refinement

arXiv:2607.17621v1 Announce Type: new Abstract: Existing self-evolving memory systems mainly improve agent memory based on textual outputs, such as task trajectories and reflections. However, this text-based paradigm rarely incorporates internal mechanistic signals, leaving how retrieved memory is actually utilized during task execution underexplored. This limitation can lead to unreliable error attribution and hallucinated memory modifications. In this work, we show that retrieval-head attention provides a mechanistic signal for revealing segment-level memory utilization. By aggregating attention over memory segments and decision steps, we construct a context utilization matrix that exposes recurring memory-use patterns and indicates corresponding refinement strategies. Building on this observation, we propose Attention-Guided Memory Refinement (AGMR), a framework that uses utilization patterns revealed by attention to guide targeted segment-level memory updates. AGMR corrects or enh

Read on arXiv cs.AI →
Other arXiv cs.AI Jul 21, 2026

Verify, Repair, Repeat, or Stop? Robust Stopping for Noisy Verify-Repair Loops in LLM Agents

arXiv:2607.17641v1 Announce Type: new Abstract: Verify-repair loops are a standard means for large language model (LLM) agents to correct faulty plans in code generation, mathematical reasoning, and tool use. When both the verifier and the repairer are noisy, repair can damage already-correct plans, and reported acceptance keeps rising while true validity falls, so existing methods lack a principled basis for deciding when repair should stop. We propose VRR-Stop, a robust stopping framework for noisy verify-repair-repeat (VRR) loops. A four-parameter noise model separates verifier false acceptance and false rejection from the repair and damage behavior of the repairer. Belief filtering turns repeated verification votes into an estimate of committed validity, and the loop commits or repairs according to the sign of the true marginal gain, which requires only sign identifiability rather than accurate recovery of all parameters. When verifier discrimination approaches zero, calibration i

Read on arXiv cs.AI →
Other arXiv cs.AI Jul 21, 2026

FlowBlock: Wavefront-Parallel Decoding for Self-Correcting Diffusion Language Models

arXiv:2607.17652v1 Announce Type: new Abstract: Block-wise diffusion large language models (dLLMs) decode sequentially at the block level, enabling effective KV-cache reuse across blocks but making inter-block decoding strictly serial. Prior work has attempted to unlock inter-block parallelism through post-training methods, but achieves only modest speedups and often degrades accuracy. We observe that self-correcting dLLMs offer a training-free alternative: token-to-token (T2T) editing can repair tokens drafted with a slightly stale upstream context, so a downstream block requires only an informative draft rather than a finalized predecessor. This turns block finality from a hard dependency into a scheduling resource. We propose \textbf{\flowblock{}}, a training-free parallel decoding framework built on two mechanisms. (i) \emph{Gated Wavefront Decoding} admits blocks into a bounded wavefront only when a readiness gate is satisfied, jointly refines active blocks via T2T editing, and c

Read on arXiv cs.AI →
Other arXiv cs.AI Jul 21, 2026

SR-Agent: An Experience-Driven Agentic Framework for Post-Ranking Strategies Refinement in E-Commerce Recommendation

arXiv:2607.17719v1 Announce Type: new Abstract: User experience is a first-class objective in industrial e-commerce recommender systems (RS). Post-ranking strategies, which govern diversity, similarity, and exposure over a ranked list, are widely deployed in industrial RS for their simplicity and low serving cost. However, as the online recommendation environment evolves continuously, these statically configured strategies gradually become stale, degrading the user experience. Refining them typically relies on manual inspection, diagnosis, and updates, a process that is slow, costly, and hard to reuse. Although recent LLM-based agents (e.g., RecUserSim, SimUSER, and Self-EvolveRec) offer promising directions, none of them close the full loop of automated, self-evolving strategy refinement. To bridge this gap, we introduce SR-Agent, a Strategy Refinement agentic framework that, to the best of our knowledge, is the first deployed for refining post-ranking strategies in industrial RS. SR

Read on arXiv cs.AI →
Other OpenAI Jul 16, 2026

Why teens deserve access to safe AI

OpenAI has implemented safety features for ChatGPT aimed at teenage users, including age-appropriate safeguards, educational tools, parental oversight options, and collaborations with experts to create a more secure platform for younger audiences.

Read on OpenAI →
Other Wired AI Jul 16, 2026

Please Stop Making Me Opt Out of AI

A tech journalist argues that generative AI features should require users to actively opt in rather than defaulting to enabled with an opt-out option. The piece contends that opt-out approaches place the burden on users and fail to respect privacy preferences for sensitive AI functionalities.

Read on Wired AI →
Other TechCrunch AI Jul 14, 2026

Lorde says AI glasses are “not sexy”

Musician Lorde expressed skepticism about AI-powered glasses during a public appearance, suggesting they lack appeal as consumer products. She highlighted concerns about distinguishing reality from artificial content in an increasingly technology-mediated world.

Read on TechCrunch AI →
Other TechCrunch AI Jul 10, 2026

Apple sues OpenAI over alleged trade secret theft

Apple filed a lawsuit against OpenAI, claiming the company misappropriated trade secrets with the involvement of senior leadership and a former Apple employee. The legal action marks a notable dispute between the two technology companies over intellectual property protection.

Read on TechCrunch AI →
Other Wired AI Jul 9, 2026

The 1X Neo Robot Has Freaky Fast Fingers

1X has upgraded its Neo humanoid robot with more dexterous hands designed to improve tactile sensitivity and manipulation capabilities. The enhanced hands are intended to enable the robot to perform household tasks more effectively.

Read on Wired AI →
Other Wired AI Jul 8, 2026

Pickup Artist Mystery Has an AI Girlfriend

A book alleges that Mystery, a prominent pickup artist instructor, engaged in sexual interactions and drug use with an AI chatbot character. The claim highlights growing intersections between AI companions and unconventional personal relationships.

Read on Wired AI →
Other The Verge AI Jul 6, 2026

I spy

The Verge examines how Netflix's 'A Man on the Inside' depicts privacy concerns with smart glasses technology, using a storyline where a character equipped with Ray-Ban Meta glasses conducts surveillance in a retirement home to illustrate the cultural challenges of wearable recording devices.

Read on The Verge AI →
Other Wired AI Jun 30, 2026

Bernie Sanders Saw This Coming

Senator Bernie Sanders has long warned that concentrated wealth poses risks to democracy, and he is now positioning himself around growing public frustration regarding technology companies, billionaire influence, and unregulated artificial intelligence development.

Read on Wired AI →
Other Wired AI Jun 26, 2026

How Qatar Became FIFA’s Technology Test Lab

Qatar has served as a testing ground for FIFA's latest technological innovations during this year's World Cup. The experiments conducted there are now demonstrating real-world applications of these new systems in professional football.

Read on Wired AI →
Other arXiv cs.AI Jun 26, 2026

Reducing Conversational Escalation in Large Language Model Dialogue with Nonviolent Communication Constraints

arXiv:2606.26106v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used in emotionally charged situations involving interpersonal conflict, frustration, and distress. While prior safety research has focused on preventing explicit harms such as toxic or policy-violating content, less attention has been paid to conversational behaviors that may unintentionally escalate conflict. In this paper, we investigate whether LLMs can be guided toward more de-escalating dialogue behavior through lightweight prompt-level constraints derived from Nonviolent Communication (NVC). We reformulate NVC principles as process-oriented guidelines that discourage blame attribution, emphasize attention to users' emotional experiences, and encourage clarification before advice. Using a dual-agent simulation framework across multiple instruction-tuned models and user resistance levels, we show that NVC-constrained prompting consistently reduces conversational escalation and stabiliz

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 26, 2026

Low Resource Multimodal Translation of Nepali Spoken Words into Emotion-Conditioned Sign Language Avatars

arXiv:2606.26107v1 Announce Type: cross Abstract: Sign language communication systems, that integrate emotional expression remain underexplored, particularly for low-resource languages. This pilot study presents NEST-V1 (Nepali Emotion and Speech Transformer - Version 1), a proof-of-concept multimodal framework that demonstrates the feasibility of generating emotion-conditioned Nepali Sign Language avatars from spoken input. As a preliminary investigation, we focus on four common Nepali words ("thank you", "hello", "house", "me") across three emotional states (happy, neutral, sad) to validate our core technical approach. Our lightweight architecture employs a shared acoustic encoder for simultaneous Automatic Speech Recognition and emotion classification, achieving 81.1% ASR accuracy and 79.21% emotion recognition accuracy on a dataset of 600 labeled audio samples from 50 speakers. The system demonstrates 37% parameter efficiency compared to separate model architectures while maintain

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 26, 2026

Generative AI and Copyright Infringement: A Legal-Technical Analysis of AI Music Generation Systems Under 17 U.S.C. Title 17

arXiv:2606.26111v1 Announce Type: cross Abstract: Generative artificial intelligence (GenAI) has enabled users to synthesize music with text prompts, combining copyrighted lyrics, AI-composed melodies, and synthetic vocals that imitate real artists. This paper examines the legal and technical dimensions of AI-based music creation (e.g., Google Gemini's music tools) under U.S. copyright law. We analyze whether a user who inputs one artist's protected lyrics into a GenAI system, directs it to use another artist's voice or style, publishes the resulting song, and monetizes it violates 17 U.S.C. Section 106's exclusive rights [3]. The analysis integrates Title 17 doctrine (rights of reproduction, derivative works, distribution), 17 U.S.C. Section 114's narrow sound recording protection [4], and the new voice-cloning laws emerging at the state level [20]. We argue that unauthorized lyric copying poses a high risk of infringement of the musical composition, whereas mere AI-generated voice

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 26, 2026

From Lexicon to AI: A Structured-Data Pipeline for Specialized Conversational Systems in Low-Resource Languages

arXiv:2606.26112v1 Announce Type: cross Abstract: Low-resource languages face a critical challenge in AI development: creating specialized conversational systems without access to massive training corpora. We present a systematic methodology for transforming structured linguistic resources into specialized AI systems, demonstrating that expert-curated lexical databases can serve as effective foundations for conversational AI development. Our approach converts Hindi WordNet into 1.25 million diverse instruction-response pairs, fine-tunes a 12B-parameter language model using resource-efficient LoRA with 4-bit quantization. Evaluation through a Hindi language learning chatbot demonstrates that structured-knowledge-based systems achieve superior pedagogical effectiveness (91.0 vs. 79.4-83.6 for general-purpose models) while maintaining competitive semantic performance and exceptional consistency. The complete pipeline demonstrates a proof-of-concept methodology using Hindi for developing

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 26, 2026

Dream machine -- the next creative economy

arXiv:2606.26114v1 Announce Type: cross Abstract: We examine the structural transformation of creative industries under generative artificial intelligence, drawing on 374 primary sources spanning policy documents, industry data, creator surveys, and platform analytics. Beginning with the December 2024 release of OpenAI's Sora video model as a watershed event, we trace the historical pattern of creative resistance to technological disruption, then develop an analytical framework -- the Human-AI Agency Continuum for mapping the spectrum of human and machine collaboration in creative work. We present evidence for the "slop ceiling," an audience-imposed quality threshold that constrains AI-generated content to approximately 1--3% of platform streams despite comprising 44% of uploads. Analysis of the UK Government's 2025 consultation on AI and copyright (over 11,500 responses, 88% opposing expanded AI training rights) reveals deep structural tensions between technology firms and creative w

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 26, 2026

A Multi-Layer AI Framework for Information Landscape Analysis

arXiv:2606.26115v1 Announce Type: cross Abstract: This paper proposes a multi-layer AI framework for information landscape analysis in the context of information disorder. Rather than treating misinformation detection as a binary fact-checking task, the framework analyzes political and media content across multiple dimensions, including source reliability, factual structure, framing, bias, emotional activation, manipulation patterns, and propagation dynamics. The goal is to move beyond isolated claim verification toward a structured representation of the informational environment surrounding an event, entity, or narrative. We argue that AI systems for media analysis should support epistemic mapping: a transparent, multi-dimensional account of how facts, interpretations, actors, and narratives interact over time. The paper presents the conceptual architecture, analytical layers, and methodological rationale of the framework, with the aim of supporting more nuanced, explainable, and cri

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 26, 2026

Divergent Recommendations, Convergent Diagnoses: Cross-Provider Failure-Mode Convergence in AI Commercial Recommendation

arXiv:2606.26116v1 Announce Type: cross Abstract: A brand whose customers use both ChatGPT and Claude for product recommendations faces a strategic choice: a single optimization playbook, or one per provider? Across 215 commercially-framed prompts in four measurement batches, the two providers disagree on which brands they recommend roughly two-thirds of the time (cross-provider recommendation Jaccard 0.35, below the 0.50-0.61 same-prompt rerun baseline). The picks diverge. But when neither provider recommends a brand, we classify the failure into one of three modes -- discoverability (the brand never reaches the model), compellingness (it reaches the model but isn't mentioned), or positioning (it's mentioned but not recommended) -- and on 7,763 such joint failures, both providers diagnose the same failure mode 95.1% of the time (clustered 95% CI [94.3%, 95.7%]). Agreement rises monotonically with falling brand prominence, from 81% [78.2%, 84.0%] on category leaders to 99.6% [99.3%, 9

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 26, 2026

The Governance Inversion Hypothesis: Why More AI Regulation May Produce Less Organisational Control

arXiv:2606.26117v1 Announce Type: cross Abstract: This paper introduces the Governance Inversion Hypothesis (GIH) to explain a growing paradox in artificial intelligence (AI) governance: under conditions of increasing regulatory expansion and technological complexity, organisations may become more formally governed while simultaneously experiencing a decline in operational control over AI systems. Existing AI governance frameworks generally assume that stronger regulation improves accountability, oversight, and organisational control. This paper challenges that assumption by arguing that governance formalisation itself may contribute to the erosion of control in AI-intensive environments. Drawing on institutional theory, organisational governance research, accountability scholarship, and emerging AI governance literature, the paper develops a conceptual framework explaining how regulatory expansion may weaken operational authority through four interconnected mechanisms: authority frag

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 26, 2026

LiMoDE: Rethinking Lifelong Robot Manipulation from a Mixture-of-Dynamic-Experts Perspective

arXiv:2606.26183v1 Announce Type: cross Abstract: Building a generalist robot that can leverage prior knowledge for continuous task adaptation remains a significant challenge. Previous works alleviate the catastrophic forgetting problem by parameter-efficient fine-tuning for single-task adaptation. However, they fail to extract reusable skills and model the interaction with other skills effectively. Recent works try to address these issues by learning prompts. Differently, this paper presents an architectural perspective on the Lifelong Mixture of Dynamic Experts (\textit{LiMoDE}), a novel two-stage learning scheme for lifelong robot manipulation. Specifically, a dynamic MoE structure is first proposed in the multi-task pre-training stage to learn prior knowledge, where a varied number of heterogeneous experts are activated based on the motion information to address different short-term manipulations. Subsequently, in the task adaptation stage, we design a lifelong MoE adaptation mech

Read on arXiv cs.AI →
Other Wired AI Jun 25, 2026

World Cup Teams Are in a Race for AI Dominance

FIFA is offering teams access to the same AI agent during this year's World Cup, raising questions about whether this approach ensures equal competition or if wealthier teams will still gain advantages through superior tools and resources.

Read on Wired AI →
Other arXiv cs.AI Jun 24, 2026

Heterogeneous 2D/1D Signal Representation Fusion for Underwater Acoustic Modulation Recognition Under Distribution Shift

arXiv:2606.23702v1 Announce Type: cross Abstract: Modulation recognition systems rely on heterogeneous signal representations. 2D signal-image modalities such as time-frequency and cyclostationary maps capture structural patterns, while 1D statistical descriptors such as higher-order power spectra encode complementary cues. Under distribution shift, these modalities degrade unevenly, making robust fusion a central challenge for practical deployment. Progress is further limited by the lack of a unified evaluation protocol that systematically separates different shift types. This paper addresses both challenges through a joint benchmark-and-model study in underwater acoustic modulation recognition. UAMR-ShiftBench is the first benchmark to jointly cover in-distribution, low-SNR, unseen-environment, unseen-communication-parameter, and measured sea-trial evaluation under a single matched protocol, with two independent real-world subsets collected during two sea-trial campaigns conducted i

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 24, 2026

Event-Aligned Analysis of Multi-Rater Pain Assessments Using Continuous Wearable Physiology

arXiv:2606.23705v1 Announce Type: cross Abstract: Pain is assessed differently by patients, nurses, and clinicians, yet most computational approaches assume a single ground-truth label - effectively ignoring who is doing the rating. We introduce a rater-aware, event-aligned framework that converts sparse, rater-specific pain ratings into discrete pain-change events and aligns continuous wearable physiological signals to these events, preserving rater identity throughout. Applied to multimodal wearable data collected during spine-related pain procedures, the framework identifies substantial disagreement across rater groups and provides preliminary, exploratory evidence of rater-dependent physiological differences preceding reported pain increases. These findings suggest that pain-physiology relationships may not be rater-invariant, and that aggregating assessments across raters may mask meaningful physiological patterns. A rater-aware, event-aligned perspective is therefore a promising

Read on arXiv cs.AI →
Other The Verge AI Jun 23, 2026

Meta launches cheaper smart glasses without Ray-Ban

Meta released its own branded smart glasses without Ray-Ban partnership, available in multiple styles and colors including a collaboration with Kylie Jenner. The move marks Meta's shift toward independent smart glasses design after three years of partnering with Ray-Ban through EssilorLuxottica.

Read on The Verge AI →
Other Wired AI Jun 16, 2026

What Do We Need From Our Homes Right Now?

WIRED and Architectural Digest have partnered to explore contemporary residential design and living patterns. The collaboration aims to provide insights into current home trends and future directions in how people inhabit spaces.

Read on Wired AI →
Other arXiv cs.AI Jun 3, 2026

Aligning Data-Driven Predictors with Allocation: A Decision-Focused Approach to Survival Analysis

arXiv:2606.02671v1 Announce Type: cross Abstract: Machine learning predictors have become essential tools for guiding automated decision making. However, a major misalignment persists: predictive models are typically optimized in terms of standard statistical metrics in isolation from the algorithmic tasks they inform. We highlight this incongruity in the high-stakes domain of organ allocation by demonstrating that any algorithm relying on (even highly accurate) survival predictors optimized for standard metrics -- such as the Concordance index (C-index) -- can yield arbitrarily poor outcomes when used for allocation, failing to guarantee utility better than a uniform random selection. To bridge the gap between survival analysis and policy optimization, we introduce a decision-focused learning approach based on optimizing normalized discounted cumulative gain (NDCG), a mainstay metric in information retrieval. We establish the utility of NDCG in survival analysis by proving that it tr

Read on arXiv cs.AI →
Other arXiv cs.AI Jun 3, 2026

Attention Calibration for Position-Fair Dense Information Retrieval

arXiv:2606.02737v1 Announce Type: cross Abstract: Dense retrieval models exhibit positional bias: retrieval effectiveness degrades when relevant information appears later in a passage (Zeng et al., 2025). We ask whether this bias can be reduced at inference time, without retraining and without sacrificing overall retrieval effectiveness. To this end, we adapt inference-time attention calibration (Schuhmacher et al., 2026) to downstream retrieval and extend it with a strength coefficient lambda that interpolates between the original and fully calibrated attention distributions. Across three embedding models on SQuAD-PosQ and FineWeb-PosQ, we examine how basket size, calibrated layer set, and strength affect the trade-off between positional fairness and retrieval effectiveness, finding that partial calibration frequently outperforms full calibration. A single configuration (B=128, lambda=0.5, 50% layer depth) improves the harmonic mean of nDCG@10 across positional groups on FineWeb-PosQ

Read on arXiv cs.AI →
Other The Verge AI May 29, 2026

Jony Ive’s funky Ferrari

Ferrari unveiled its first electric vehicle, the Luce, designed by Jony Ive with a distinctive futuristic aesthetic that diverges from Ferrari's traditional styling. The vehicle features innovative technology and design elements, though reactions from the public have been mixed with some strong criticism of its unconventional appearance.

Read on The Verge AI →
Other Wired AI May 26, 2026

Pope Leo Schooled the Tech Bros on Tolkien

Pope Leo cited The Lord of the Rings in an encyclical addressing AI, appearing to critique tech billionaires' misinterpretations of Tolkien's work. The religious leader's reference carries implicit commentary on how tech leaders have misused the literary work's themes.

Read on Wired AI →
Other OpenAI Apr 26, 2026

Our principles

OpenAI outlined five guiding principles for its AGI development work, with CEO Sam Altman emphasizing the company's mission to ensure artificial general intelligence benefits everyone rather than concentrating power or resources.

Read on OpenAI →
Other OpenAI Jan 28, 2026

EMEA Youth & Wellbeing Grant

OpenAI announced a €500,000 grant program for European, Middle Eastern, and African organizations and researchers working on youth safety and wellbeing issues related to AI development and deployment.

Read on OpenAI →
Other OpenAI Jan 20, 2026

Our approach to age prediction

OpenAI is deploying an age prediction feature in ChatGPT to determine whether users are under or over 18 years old, enabling the application of age-appropriate safety measures. The system will be refined iteratively to improve its accuracy in age classification.

Read on OpenAI →
Other Hugging Face Oct 16, 2025

AI for Food Allergies

A development involving artificial intelligence applications for detecting or managing food allergies has been shared on the Hugging Face platform, though specific details about the implementation or breakthrough are not provided in the available information.

Read on Hugging Face →
Other OpenAI Sep 16, 2025

Building towards age prediction

OpenAI is developing age prediction capabilities and parental controls for ChatGPT to tailor content appropriately for teenage users. The features aim to create safer experiences for younger users while providing families with additional oversight tools.

Read on OpenAI →
Other OpenAI Aug 20, 2025

Mixi reimagines communication with ChatGPT

Discover how MIXI, a leader in digital entertainment and lifestyle services in Japan, uses ChatGPT Enterprise to transform productivity, boost AI adoption across teams, and create a secure environment for innovation.

Read on OpenAI →
Other OpenAI Aug 5, 2025

Introducing gpt-oss

We’re releasing gpt-oss-120b and gpt-oss-20b—two state-of-the-art open-weight language models that deliver strong real-world performance at low cost. Available under the flexible Apache 2.0 license, these models outperform similarly sized open models on reasoning tasks, demonstrate strong tool use capabilities, and are optimized for efficient deployment on consumer hardware.

Read on OpenAI →
Other OpenAI Aug 4, 2025

What we’re optimizing ChatGPT for

OpenAI is enhancing ChatGPT with features designed to support user wellbeing, including break reminders and improved guidance during difficult moments. The improvements are informed by expert consultation and aim to expand ChatGPT's utility beyond task completion to personal support.

Read on OpenAI →
Scott Sokolowski, founder of AI Info Forge

Hi — I'm Scott. I'm building AI Info Forge because the Claude skills market is full of prompts that worked last month and break this month. Verified, drift-tested skills is the version of this market I wish existed. If you've felt the same friction, get on the list and I'll send you early access.

— Scott Sokolowski, Founder