22,940 AI articles curated from 50+ sources with AI-powered sentiment analysis, importance scoring, and key takeaways.
AIBearisharXiv – CS AI · May 127/10
🧠Researchers introduced MDGYM, a benchmark testing AI agents' ability to autonomously execute molecular dynamics simulations, finding that even the strongest systems solve only 21% of easy tasks. The poor performance reveals that advanced code generation does not translate to physical reasoning, exposing a critical gap between general software engineering competence and domain-specific scientific workflows.
🧠 Claude
AIBullisharXiv – CS AI · May 127/10
🧠Researchers introduce M2A, a novel model merging paradigm that combines mathematical and agentic reasoning in large language models without retraining. The approach improves a Qwen3-8B model's software engineering benchmark performance from 44.0% to 51.2% by strategically injecting mathematical reasoning capabilities along directions that preserve agent behavior.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers propose Anchored Bipolicy Self-Play, a new safety training method that addresses fundamental limitations in parameter-shared self-play red teaming by using distinct LoRA adapters for attacker and defender roles. The approach achieves 100x greater parameter efficiency and improved safety robustness across multiple language model scales without sacrificing reasoning ability.
AIBearisharXiv – CS AI · May 127/10
🧠Researchers unveiled KnotBench, a comprehensive benchmark testing vision-language models' ability to reason about knot diagrams, revealing that current models like Claude Opus and GPT-5 struggle fundamentally with spatial reasoning and symbolic operations despite perceiving visual details. The benchmark demonstrates a critical gap between perception and reasoning capabilities, with most tasks scoring near or below random chance, suggesting VLMs lack mechanisms to simulate geometric transformations.
🧠 GPT-5🧠 Claude🧠 Opus
AIBearisharXiv – CS AI · May 127/10
🧠A new research paper highlights a critical gap in AI healthcare benchmarking: frontier models score near-perfect on medical licensing exams but significantly underperform on real clinical tasks like documentation (0.74–0.85), clinical decision support (0.61–0.76), and administrative workflows (0.53–0.63). The study argues that current benchmarks measure knowledge rather than reliability and safety in complex, high-stakes clinical environments, creating a false sense of deployment readiness.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers propose Latent Personality Alignment (LPA), a novel defense mechanism for large language models that achieves adversarial robustness by training on abstract personality traits rather than harmful examples. The method requires fewer than 100 training examples while matching the performance of traditional approaches using 150,000+ harmful prompts, and demonstrates superior generalization to unseen attack vectors.
AIBullisharXiv – CS AI · May 127/10
🧠LoopVLA introduces a recurrent Vision-Language-Action model architecture that learns when to stop refining representations for robotic control tasks, achieving 45% parameter reduction and 1.7x faster inference while maintaining or improving task performance. The model uses self-supervised learning to estimate representation sufficiency rather than relying on predefined layer depths or heuristic rules.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers introduce EXPO, an improved reinforcement learning algorithm for LLM mathematical reasoning that dynamically adjusts KL penalty coefficients and prioritizes moderately difficult problems during training. The method demonstrates significant performance improvements over existing GRPO approaches, achieving a 13.34-point absolute gain on AIME 2025 benchmarks.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers introduce a learnable approach to commitment depth—the number of primitive actions executed before replanning—in vision-language models for long-horizon reasoning. Their adaptive policy outperforms fixed-depth baselines and surpasses GPT-4.5 and Claude Sonnet on puzzle-solving tasks, achieving higher solve rates with fewer actions.
🧠 GPT-5🧠 Claude
AIBullisharXiv – CS AI · May 127/10
🧠Researchers propose workspace optimization, a novel training approach for AI agents that evolves external structured environments rather than model weights. The DreamTeam multi-agent system demonstrates this concept on ARC-AGI-3 benchmarks, achieving 38.4% accuracy—a 2.4-point improvement over previous state-of-the-art while reducing computational actions by 31%.
AINeutralarXiv – CS AI · May 127/10
🧠Researchers introduce Ambig-DS, a benchmark suite that evaluates how AI data-science agents handle ambiguous task specifications. The benchmark reveals that current agents silently commit to incorrect interpretations rather than flagging underspecified requirements, a critical failure mode masked by clean-looking outputs that fail to achieve intended objectives.
AIBullisharXiv – CS AI · May 127/10
🧠CoCoDA is a novel framework that enables smaller language models to efficiently use large tool libraries by organizing tools as a compositional DAG structure with typed signatures and specifications. The system co-evolves the planner and tool library during training, allowing an 8B model to match or exceed a 32B model's performance on mathematical and coding benchmarks while maintaining sublinear retrieval costs.
AIBearisharXiv – CS AI · May 127/10
🧠Researchers developed a testing framework to study "political plasticity"—how Large Language Models adapt their ideological responses based on user context. The study found that newer, larger LLMs reliably shift responses along economic and personal freedom axes when prompted with few-shot examples, while older models show limited adaptability, raising concerns about potential data leakage and model reliability.
AINeutralarXiv – CS AI · May 127/10
🧠Researchers introduce EnactToM, a benchmark testing whether AI agents can understand and act on others' beliefs in multi-agent embodied environments. Current frontier models achieve 0% on functional theory of mind tasks, revealing a critical gap in AI reasoning capabilities despite performing better on direct belief questions.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers present a biologically-inspired memory architecture for LLM agents that addresses persistent memory management across long interaction horizons. The system incorporates six cognitive mechanisms including sleep-phase consolidation and interference-based forgetting, achieving 97.2% retention precision with 58% storage reduction on a VSCode dataset and matching retrieval accuracy on streaming evaluations.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers have developed EpiGraph, a comprehensive knowledge graph containing 24,324 entities and 32,009 evidence-grounded triplets from 48,166 peer-reviewed papers to improve AI-driven epilepsy diagnosis and treatment. The accompanying EpiBench benchmark demonstrates that integrating structured clinical knowledge into large language models significantly enhances clinical reasoning, with improvements up to 41% in pharmacogenomic applications.
AIBullisharXiv – CS AI · May 127/10
🧠SimWorld Studio is an open-source platform that automatically generates diverse 3D environments for training embodied AI agents using an evolving coding agent called SimCoder. The system demonstrates significant performance improvements through self-evolution and co-evolution mechanisms, achieving 18-point success-rate gains in navigation tasks compared to fixed environments.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers introduce NEXUS, a framework enabling embodied AI agents to learn symbolic constraints for safer decision-making in physical environments. The system addresses the gap between probabilistic language models and the deterministic safety requirements of robotics by decoupling physical feasibility from safety specifications, achieving improved task success while refusing unsafe instructions.
AIBearisharXiv – CS AI · May 127/10
🧠Researchers argue that AI agent benchmarks relying solely on pass/fail outcomes mask critical evaluation gaps, including inflated scores from shortcuts, poor real-world predictability, and hidden dangerous behaviors. Log analysis—systematic tracking of agent inputs, execution, and outputs—is proposed as essential for credible evaluation, with case studies showing performance metrics can underestimate capability by 50% and hide deployment failure modes.
AIBullisharXiv – CS AI · May 127/10
🧠TimeClaw is a new AI framework that improves how large language models analyze time-series data by learning from exploratory execution rather than just solving individual problems. The system uses a four-stage loop to compare, distill, and reuse successful reasoning patterns, showing consistent improvements over baseline models in finance and weather prediction tasks.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers apply game-theoretic free energy principles to analyze attention head interactions in large language models, discovering that heads exhibit higher-order redundancy. Their framework enables principled pruning of low-contribution heads, achieving 18% FLOP reduction and 22% throughput improvement in GPT2 with minimal performance degradation.
🏢 Perplexity🧠 Llama
AIBullisharXiv – CS AI · May 127/10
🧠Researchers propose using 'persona coordinates'—low-dimensional subspaces derived from contrasting harmful and harmless model behaviors—to improve the generalization of linear probes that monitor language models for deception and harmful outputs. Testing across 10 datasets shows that probes trained on persona-derived directions significantly outperform those trained on raw model activations, addressing a critical gap in AI safety monitoring.
AINeutralarXiv – CS AI · May 127/10
🧠Researchers have developed AI co-clinician, a multimodal conversational AI system that processes real-time audio and video data to assist with clinical decision-making in telemedicine settings. In simulated consultations with medical residents, the system approached physician-level performance on diagnostic tasks while significantly outperforming text-only AI models, though physicians still maintained superior overall clinical reasoning.
🧠 Gemini
AINeutralarXiv – CS AI · May 127/10
🧠Researchers have identified a compact causal mechanism explaining how large language models can be persuaded to abandon factual knowledge through the manipulation of mid-layer attention heads. The vulnerability operates as a discrete latent switch rather than confidence reduction, with persuasion working by redirecting attention via a rank-one feature built from persuasive keywords, revealing persuasion as a narrow and potentially monitorable circuit.
AIBearisharXiv – CS AI · May 127/10
🧠Researchers demonstrate that large language models encode temporal knowledge drift—whether facts have become outdated since training—as a geometrically orthogonal direction in their internal representations, separate from correctness and uncertainty signals. This structural property explains why existing detection methods fail and why LLMs confidently produce outdated information, with implications for AI reliability and deployment.