Real-time AI-curated news from 93,395+ articles across 50+ sources. Sentiment analysis, importance scoring, and key takeaways — updated every 15 minutes.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers developed an attention-enhanced machine learning framework using ordinal regression to automate Alzheimer's disease severity staging by integrating MRI scans with clinical and genetic data. The multimodal ordinal model achieved 97% adjacent-stage accuracy and stronger agreement with clinical assessments than existing approaches, offering a scalable tool for neurodegenerative disease diagnosis.
AINeutralarXiv – CS AI · Jun 117/10
🧠Researchers introduce WorldReasoner, an evaluation framework that assesses whether language model agents can genuinely forecast real-world events through valid reasoning rather than memorization or fabrication. The framework evaluates forecasts across three dimensions—outcome accuracy, evidence quality, and causal reasoning—using 345 resolved tasks built from over 14,000 articles, revealing that agents struggle to convert grounded evidence into properly calibrated probabilities despite improvements in temporally valid retrieval.
AIBullisharXiv – CS AI · Jun 117/10
🧠AI4Land presents a deep learning framework using U-Net architecture to generate high-resolution reconstructions of historical land use and cover data by combining coarse satellite imagery with geophysical features. The system aims to reduce uncertainties in climate modeling and carbon cycle projections while enabling real-time coupling with digital twin platforms for climate simulation.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduce ICALens, a new method for interpreting language model representations using independent component analysis (ICA) instead of expensive sparse autoencoders (SAEs). The approach efficiently recovers interpretable directions without requiring large neural dictionary training, achieving competitive performance on standard benchmarks while offering a faster, more accessible alternative for LLM analysis.
AINeutralarXiv – CS AI · Jun 117/10
🧠Researchers introduce MedCTA, a benchmark for evaluating medical AI agents on complex clinical tasks involving tool selection, evidence retrieval, and multi-step reasoning. Testing 18 models reveals significant brittleness in autonomous medical AI systems, with failures in tool routing and execution even among frontier systems, highlighting a critical gap between perception capabilities and reliable agentic behavior in clinical settings.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduce BridgeVLM, a vision-language model that internalizes causal reasoning by converting visual inputs into structured causal tokens processed through specialized neural layers, achieving significant improvements in multi-image intervention and counterfactual reasoning tasks compared to prompt-based approaches.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduce Ouroboros-Spatial, a self-evolving training framework that improves multimodal AI models' spatial reasoning by dynamically generating training data matched to the model's current capabilities. The approach achieves significant performance gains on spatial benchmarks while using an order of magnitude fewer training examples than conventional large-scale datasets.
AIBullisharXiv – CS AI · Jun 117/10
🧠LUCID is a machine learning framework that learns robot manipulation skills from unstructured internet videos and human demonstrations, then transfers this knowledge to different robot embodiments through a shared intent model. The approach eliminates the need for expensive, embodiment-specific robot training data and demonstrates zero-shot transfer capabilities across multiple real-world tasks.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduce an automated, domain-agnostic framework for evaluating creativity in large language models across open-ended tasks. The approach uses semantic entropy to measure divergent creativity and a multi-agent judge system for convergent creativity, validated across problem-solving, research ideation, and creative writing domains.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduced Runtime Skill Audit (RSA), a dynamic analysis method that detects malicious behavior in LLM agent skills by testing them under targeted runtime conditions rather than relying on static code review. RSA achieved 90% accuracy in identifying harmful skills and maintained effectiveness against evolving attacks where static methods failed, addressing a critical security gap in agent-based AI systems.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduce Autopilot, an execution framework for long-horizon LLM agents that prevents false success claims through a verifiable finite-state machine architecture. Testing across 3,150 cases shows Autopilot reduces fabrication rates to 0.95% compared to 8.10% and 25.05% for competing systems, with dramatic improvements on complex software engineering benchmarks.
AINeutralarXiv – CS AI · Jun 117/10
🧠Researchers discovered that Leela Chess Zero, a top neural chess engine, internally computes correct solutions to chess puzzles but systematically overrides them in final outputs—a phenomenon driven by learned safety priors rather than algorithmic failure. This reveals a critical gap between internal algorithmic capability and external behavior in neural networks.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers have developed a physics-informed neural network framework that uses Large Language Models to extract scientific knowledge from literature, enabling accurate manufacturing predictions with minimal data. The lightweight student model achieves real-time inference speeds exceeding 6000 Hz while maintaining robust performance even when LLM-derived physics priors are incomplete.
AIBearisharXiv – CS AI · Jun 117/10
🧠A research paper argues that major technology companies' dominant influence in AI development is driving irresponsible practices that prioritize scaling and profit over ethical, sustainable, and environmentally conscious AI systems. The authors trace negative societal and environmental impacts of AI to big tech's business incentives and call for collective action from researchers to counter this trend.
AIBearisharXiv – CS AI · Jun 117/10
🧠JailbreakOPT is a new framework that optimizes adversarial prompts to exploit safety vulnerabilities in large language models through iterative refinement and tool composition. The approach combines atomic jailbreak techniques with contextual bandits to achieve higher attack success rates while reducing the number of queries needed, demonstrating meaningful progress in LLM security testing.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduce SirenFNO, a neural network framework that improves Fourier Neural Operators by eliminating frequency truncation limitations and enabling full-spectrum learning. The approach achieves 4-15x parameter reduction while maintaining discretization invariance, with functional decomposition variants reaching up to 73x fewer parameters across multiple PDE benchmarks.
AINeutralarXiv – CS AI · Jun 117/10
🧠Researchers tested whether LLM-based coding agents like Claude and Codex introduce bias or reduce methodological diversity in scientific analysis. The study found agents match or exceed human methodological diversity at the design layer, but remain vulnerable to manipulation at the verdict/interpretation layer, where explicit prompts can flip conclusions without changing underlying estimates.
🧠 Claude
AINeutralarXiv – CS AI · Jun 117/10
🧠Researchers introduce MPC-Patch-Bench, the first repository-level benchmark for evaluating LLM code repair in Secure Multi-Party Computation systems. The benchmark reveals that current LLMs achieve only 22.9% functional resolution on MPC tasks, dropping to 17.1% when security and numerical-fidelity constraints are applied, highlighting significant gaps in AI's ability to handle cryptographically-sensitive code.
AINeutralarXiv – CS AI · Jun 117/10
🧠Researchers discover that when language models roleplay historical figures with different belief systems, they primarily change their outputs rather than their internal representations of truth. The study contrasts this with Emergent Misalignment, where models trained on harmful content actually internalize false beliefs, suggesting different degrees of belief internalization exist across model behaviors.
🧠 Llama
AINeutralarXiv – CS AI · Jun 117/10
🧠Researchers propose a compute-aware evaluation framework for assessing adversarial robustness in large language models, measuring attack effort in FLOPs rather than fixed query budgets. Testing across multiple models and attack strategies reveals that alignment training has non-monotonic effects on robustness, scaling reduces gradient-based attacks but not cheaper template-based ones, and safety measures leave certain harm categories disproportionately accessible.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduce Embodied-R1.5, an 8-billion-parameter foundation model that achieves state-of-the-art performance on embodied AI tasks by integrating reasoning, planning, and self-correction capabilities. The model demonstrates strong generalization to real-world robotics applications and is being open-sourced with training code and evaluation tools.
🧠 GPT-5🧠 Gemini
AIBullisharXiv – CS AI · Jun 117/10
🧠TileFuse is a new kernel library that enables efficient quantized large language model inference on AMD's XDNA2 NPUs by supporting industry-standard quantization formats like AWQ directly, rather than requiring model reshaping. The technology delivers up to 2x improvements in latency and energy efficiency on edge devices, making practical LLM deployment on consumer hardware substantially more viable.
AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers developed AION-Search, an AI-powered semantic search engine that catalogs over 100 million galaxy images using Vision-Language Models to generate captions and create searchable embeddings without manual labeling. The system achieved state-of-the-art performance in discovering rare astronomical phenomena and identified 36 new extragalactic stellar stream candidates, while offering a generalizable approach for making large unlabeled scientific image archives semantically searchable.
AINeutralarXiv – CS AI · Jun 117/10
🧠A comprehensive survey examines Federated Continual Learning (FCL), which combines federated learning's privacy-preserving distributed training with continual learning's ability to adapt to evolving data. The research addresses a critical gap in current FL systems that assume static data, proposing frameworks for real-world applications like healthcare and IoT where data streams continuously shift, causing performance degradation and catastrophic forgetting.
AIBearisharXiv – CS AI · Jun 117/10
🧠AI researchers are called upon to lead arms control efforts to mitigate risks from military AI applications, as defense contractors increasingly integrate advanced AI into weapons systems. The paper argues that technical experts must collaborate with diplomacy specialists and military leaders, drawing lessons from nuclear deterrence frameworks to develop verification and security standards for frontier AI models deployed in defense contexts.