y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#llm-limitations News & Analysis

46 articles tagged with #llm-limitations. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

46 articles
AIBearisharXiv – CS AI · Jun 196/10
🧠

TxBench-PP: Analyzing AI Agent Performance on Small-Molecule Preclinical Pharmacology

Researchers introduced TxBench-PP, a benchmark testing AI agents' ability to analyze real-world drug discovery data rather than regurgitate memorized information. Testing 11 AI models across 4,800 trajectories revealed significant limitations: even the best-performing system (Claude Opus) succeeded only 59% of the time on preclinical pharmacology tasks, suggesting AI agents require substantial improvement before reliable deployment in drug discovery workflows.

🧠 GPT-5🧠 Claude🧠 Opus
AIBearisharXiv – CS AI · Jun 106/10
🧠

Mind the Gap: Can Frontier LLMs Pass a Standardized Office Proficiency Exam?

Researchers benchmarked 7 frontier LLMs against China's National Computer Rank Examination, a standardized office proficiency test with 200 practical tasks across Word, Excel, and PowerPoint. Single-turn models achieved only 36.6% accuracy, while advanced agentic systems with iterative feedback reached 68.8%, revealing significant gaps in LLM-based office automation despite recent code-generation improvements.

AINeutralarXiv – CS AI · Jun 96/10
🧠

From Statute to Control Flow: Span-Grounded Deontic Trees for Defeasible Scope Parsing

Researchers introduce NormBench, a benchmark with 2,290 legal provisions across multiple languages, and Span-Grounded Deontic Trees (SG-DT), a structured representation method designed to address Silent Scope Omission—where AI systems appear compliant but fail to apply nested exceptions correctly. Testing reveals that frontier LLMs struggle with recursive defeater chains and struggle to assemble correct logical control flow despite retrieving relevant source material.

AINeutralarXiv – CS AI · Jun 46/10
🧠

VAMPS: Visual-Assisted Mathematical Problem Solving Benchmark

Researchers introduced VAMPS, a benchmark dataset of 1,168 mathematical problems designed to test whether multimodal AI models can effectively use visualization tools to solve complex algebra and calculus problems. Surprisingly, the study found that direct analytical solving consistently outperformed graph-assisted approaches across multiple models, even when visualization should theoretically help.

AIBullishHugging Face Blog · Jun 16/10
🧠

Beyond LLMs: Why Scalable Enterprise AI Adoption Depends on Agent Logic

The article argues that enterprise AI adoption requires moving beyond large language models to agent-based systems with autonomous decision-making capabilities. Scalable enterprise AI depends on agents that can reason, plan, and execute tasks independently rather than simply generating text, representing a fundamental shift in how organizations deploy AI technology.

AINeutralarXiv – CS AI · Jun 16/10
🧠

NEMO: Execution-Aware Optimization Modeling via Autonomous Coding Agents

NEMO is an AI system that converts natural language descriptions of optimization problems into executable mathematical code using autonomous coding agents. The approach achieves state-of-the-art results on optimization benchmarks by treating code execution as a first-class constraint, ensuring generated solutions are functional by design rather than relying on specialized language models that often produce broken code.

AIBearishFortune Crypto · May 286/10
🧠

Starbucks quietly retired its AI agent just months after deployment after it hallucinated coffee shop inventories and slowed down baristas

Starbucks decommissioned an AI agent deployed to manage inventory and operations after just months of use due to persistent hallucinations and performance degradation that ultimately slowed barista workflows. The failure highlights critical challenges in deploying large language models to real-world operational tasks where accuracy directly impacts business efficiency.

Starbucks quietly retired its AI agent just months after deployment after it hallucinated coffee shop inventories and slowed down baristas
AIBearisharXiv – CS AI · May 286/10
🧠

DynaSchedBench: Calibrated Dynamic Scheduling Benchmarks and Observability Paradox in LLM-based Scheduling Agents

Researchers introduce DynaSchedBench, a calibrated framework for testing AI agents on dynamic job scheduling problems, revealing that large language models underperform expectations. The study uncovers an 'Observability Paradox' where providing agents with complete information actually degrades performance, and shows LLM-based schedulers fail to consistently outperform traditional heuristic baselines despite significant computational overhead.

AINeutralarXiv – CS AI · May 286/10
🧠

Do LLMs Build World Models From Text? A Multilingual Diagnostic of Spatial Reasoning

Researchers introduced MentalMap, a multilingual benchmark testing whether large language models can build spatial world models from text alone. The study found a universal performance cliff at reasoning level L3 across all tested models and languages, where models fail to maintain spatial reasoning accuracy despite strong baseline performance, suggesting fundamental text-only working memory constraints rather than architectural limitations.

AINeutralarXiv – CS AI · May 275/10
🧠

Managing Uncertainty in LLM-Generated Procedural Knowledge for Virtual Laboratory Planning

Researchers present a framework for managing uncertainty in language model-generated laboratory procedures for virtual educational environments. The system uses structured domain representations and LLM outputs to extract, validate, and repair procedural steps, addressing common LLM failures like missing actions, incorrect sequencing, and logical incompatibilities.

AIBullishMIT Technology Review · May 216/10
🧠

Roundtables: Can AI Learn to Understand the World?

AI companies are advancing world models to help systems better understand the external environment and move beyond the limitations of large language models. A roundtable discussion featuring MIT Technology Review editors explores how this emerging capability could reshape AI development.

AIBearisharXiv – CS AI · May 126/10
🧠

Agentic AI Scientists Are Not Built For Autonomous Scientific Discovery

A new position paper argues that despite functioning as useful co-scientists, agentic AI systems are fundamentally not designed for truly autonomous scientific discovery due to challenges in problem selection bias, insufficient tacit knowledge in training data, compressed output diversity, and lack of real-world experimental feedback loops.

AINeutralarXiv – CS AI · May 96/10
🧠

Evaluating Prompting and Execution-Based Methods for Deterministic Computation in LLMs

Researchers systematically evaluated multiple prompting strategies for LLMs on deterministic computation tasks, finding that standard methods like Chain-of-Thought achieve only moderate accuracy while Program-of-Thought (PoT) and specialized models achieve perfect accuracy by delegating computation to external tools. The study demonstrates that LLMs simulate reasoning patterns rather than reliably performing exact symbolic computation, suggesting hybrid approaches combining LLMs with external executors provide more reliable solutions for deterministic tasks.

AINeutralarXiv – CS AI · May 76/10
🧠

Temporal Reasoning Is Not the Bottleneck: A Probabilistic Inconsistency Framework for Neuro-Symbolic QA

Researchers present a neuro-symbolic framework that challenges the conventional belief that temporal reasoning failures in LLMs stem from inherent logical deduction deficits. By decoupling text-to-event representation from symbolic reasoning using a Probabilistic Inconsistency Signal, the framework achieves perfect accuracy on structured temporal tasks and identifies that representation quality—not reasoning capability—is the true bottleneck.

AINeutralarXiv – CS AI · May 76/10
🧠

A Dialogue-Based Framework for Correcting Multimodal Errors in AI-Assisted STEM Education

Researchers evaluated three major LLMs (Claude, Gemini, ChatGPT) on multimodal physics problems and found a significant performance drop compared to text-only tasks, identifying visual processing as the primary failure mode. A structured dialogue intervention corrected 82% of errors overall and achieved 100% correction on visual processing errors, offering immediate solutions for educators without requiring model retraining.

🧠 ChatGPT🧠 Claude🧠 Gemini
AIBearisharXiv – CS AI · Apr 156/10
🧠

LLMs Struggle with Abstract Meaning Comprehension More Than Expected

Research shows that large language models like GPT-4o struggle significantly with abstract meaning comprehension across zero-shot, one-shot, and few-shot settings, while fine-tuned models like BERT and RoBERTa perform better. A bidirectional attention classifier inspired by human cognitive strategies improved accuracy by 3-4% on abstract reasoning tasks, revealing a critical gap in how modern LLMs handle non-concrete, high-level semantics.

🧠 GPT-4
AIBearisharXiv – CS AI · Apr 136/10
🧠

Towards Real-world Human Behavior Simulation: Benchmarking Large Language Models on Long-horizon, Cross-scenario, Heterogeneous Behavior Traces

Researchers introduce OmniBehavior, a benchmark for evaluating large language models' ability to simulate real-world human behavior across complex, long-horizon scenarios. The study reveals that current LLMs struggle with authentic behavioral simulation and exhibit systematic biases toward homogenized, overly-positive personas rather than capturing individual differences and realistic long-tail behaviors.

AINeutralCrypto Briefing · Apr 116/10
🧠

Ranjan Roy: AI is shifting towards consumption-based models, public fear stems from rapid advancements, and large language models are often overhyped | Big Technology

Ranjan Roy discusses AI's transition toward consumption-based pricing models that could reshape digital service economics similar to utility billing. Roy addresses public concerns about AI advancement speed while cautioning that large language models are frequently overvalued beyond their practical capabilities.

Ranjan Roy: AI is shifting towards consumption-based models, public fear stems from rapid advancements, and large language models are often overhyped | Big Technology
AIBearisharXiv – CS AI · Mar 26/1013
🧠

Humans and LLMs Diverge on Probabilistic Inferences

Researchers created ProbCOPA, a dataset testing probabilistic reasoning in humans versus AI models, finding that state-of-the-art LLMs consistently fail to match human judgment patterns. The study reveals fundamental differences in how humans and AI systems process non-deterministic inferences, highlighting limitations in current AI reasoning capabilities.

← PrevPage 2 of 2