Research

Research News

1146 stories curated by AInformed

A diverse group of people using AI technology on various devices.
research

arXiv Paper Argues AI Leaderboards Structurally Exclude Global South Benchmarks Like IndicSUPERB and IrokoBench

A new position paper on arXiv argues that AI leaderboards are structurally ill-suited to serving the Global South due to a lack of independent governance, conflict-of-interest policies, and metric evolution mechanisms. The paper emphasizes that the barrier is not missing data—high-quality regional benchmarks like IndicSUPERB, MILU, and LAHAJA for India, IrokoBench for Africa, and AlGhafa for Arabic already exist—but rather institutional design and commercial pressure.

via ArXiv cs.AI#AI#Benchmark#Research
A graph comparing FLOPs to actual execution times for different AI operations.
research

FLOPs vs Real Work: Why AI Efficiency Metrics Need Replication Studies

A new ArXiv study challenges the common use of FLOPs (Floating Point Operations) to measure AI efficiency, finding that operations with the same FLOPs can have execution times varying by up to 30% due to differences in parallelization. The researchers replicated a previous study to demonstrate why FLOPs alone are a misleading metric, calling for more nuanced benchmarks that capture real-world performance.

via ArXiv cs.AI#Benchmark#Research
A developer working on a computer with multiple AI model interfaces displayed on the screen.
research

OGX Open-Source AI Server Lets Developers Switch Between OpenAI, Anthropic, and Google Backends Without Rewriting Code

OGX (Open GenAI Stack) is an open-source AI application server and Python library that implements the APIs of major AI labs including OpenAI, Anthropic, and Google. It allows developers to build agentic AI applications using a single API surface, then deploy with any combination of inference engine, vector database, and safety backend without changing application code.

A diagram illustrating the interaction between two AI agents with opposing goals.
research

Experience Orchestrator (EO): A Control-Theoretic Governance Layer That Prevents Conversational Collapse Between Opposing AI Agents

Researchers introduced the Experience Orchestrator (EO), a control-theoretic governance layer that prevents conversations between AI agents with opposing goals from collapsing. Tested in a simulated financial services environment, the EO successfully kept interactions productive where ungoverned conversations fail.

A diagram showing the stages of AI model training and alignment.
research

AI Output Homogeneity Traced to Pretraining, Not Just Alignment, New Study Finds

A new ArXiv study finds that semantic convergence in large language models begins during the pretraining phase, not just the alignment process. The research shows that output homogeneity is observed from the first alignment stage (instruction-tuning/SFT), suggesting it is learned early and only magnified later. This challenges the common assumption that diversity loss is primarily an alignment problem.

via ArXiv cs.CL#Research#Alignment