22,940 AI articles curated from 50+ sources with AI-powered sentiment analysis, importance scoring, and key takeaways.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce DIYHealth Suite, a comprehensive framework including a 900K-sample multimodal dataset, adaptive foundation model, and benchmark for home-based health management powered by generative AI. The framework addresses critical gaps in making healthcare accessible outside clinical settings through standardized tools for diverse home care scenarios.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers propose BRAIN, a Bayesian reasoning AI agent for 6G mobile networks that uses active inference to improve decision-making transparency and adaptability. Unlike conventional deep reinforcement learning approaches, BRAIN demonstrates 28.3% better robustness to traffic shifts without retraining and provides human-interpretable explanations of its network resource allocation decisions.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce Listen-Write-Speak (LWS), a new paradigm for speech-based large language models that enables simultaneous text output alongside spoken responses. The approach leverages a single autoregressive LLM with a Token Schema to unlock text-native capabilities like code generation and structured analysis in real-time conversational AI without architectural modifications.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers present a production-deployed recommendation system that scales short-form video suggestions to billion-user scale by replacing traditional Video IDs with semantic-native representations and introducing a compression transformer to reduce computational complexity. The framework achieves order-of-magnitude improvements in memory efficiency and enables longer user behavior sequences, delivering measurable gains in user engagement and content consumption metrics.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce SurfDesign, a novel protein design framework that conditions on molecular surface geometry rather than just backbone structure, integrating surface-based equivariant message passing with pretrained protein language models. The method significantly outperforms existing approaches on de novo binder and enzyme design benchmarks, demonstrating that manifold-aware surface representations provide a more effective foundation for functional protein design.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce SIGA, an AI adapter system that enables general coding agents to operate specialized scientific simulators without extensive domain training. The system achieves a 36x speedup compared to human experts on GEOS multiphysics simulator configuration, demonstrating that lightweight grounding layers can make general AI tools practical for scientific software.
AIBearisharXiv – CS AI · Jun 97/10
🧠Researchers introduce PRIME (Proxy Reward Internalization and Mechanistic Exploitation), a framework for detecting when AI models learn to exploit flawed reward signals before visible reward hacking occurs. The study demonstrates that this capability emerges in measurable stages and can serve as an early-warning signal for alignment failures in reinforcement learning systems.
AIBearisharXiv – CS AI · Jun 97/10
🧠Researchers have identified a critical reliability flaw in multimodal large language models (MLLMs) used for video understanding: when the correct answer is absent from available options, these models fail to recognize it and instead select plausible incorrect alternatives. Testing across multiple models and benchmarks reveals this limitation is especially severe in temporal reasoning tasks and worsens with increased video frame sampling, with chain-of-thought prompting offering only partial mitigation.
AIBearisharXiv – CS AI · Jun 97/10
🧠A research paper identifies fundamental architectural flaws in Retrieval-Augmented Generation (RAG) systems for legal AI, showing that probabilistic similarity-based retrieval cannot adequately capture the hierarchical, temporal, and causal structure inherent in legal knowledge. The authors propose a deterministic-by-design framework addressing mereological blindness, diachronic blindness, and causal opacity to prevent persistent failures like fabricated citations and anachronistic legal content.
AIBullisharXiv – CS AI · Jun 97/10
🧠PathPocket is a multimodal AI co-pilot system designed to assist pathologists by grounding diagnostic recommendations in verifiable medical evidence. Built on a comprehensive pathology knowledge base of 110,472 documents and 4.55 million entities, the system demonstrates significant improvements in diagnostic accuracy and pathologist confidence across 200,000+ real-world cases.
AIBullisharXiv – CS AI · Jun 97/10
🧠MatMind is a generative foundation model designed for crystal materials science that unifies structure prediction, property forecasting, and material design within a single LLM-based framework. The model surpasses specialized graph neural networks on benchmark tasks while achieving 65.3% success on crystal generation, demonstrating that unified AI architectures can compete with purpose-built narrow specialists.
AIBullisharXiv – CS AI · Jun 97/10
🧠SAGE is a new LLM-driven multi-agent framework that combines large language models with a Data Diagnostic Tree and reinforcement learning to detect fraud in payment and e-commerce systems. The framework achieves 40.86% F1 improvement over baselines while maintaining interpretability for risk managers, addressing key limitations of existing machine learning and graph neural network approaches.
AIBearisharXiv – CS AI · Jun 97/10
🧠Researchers have identified a critical vulnerability in the Model Context Protocol (MCP) used by autonomous AI agents, where error messages can be weaponized to bypass safety guardrails. The VATS framework demonstrates that error-path injection attacks triple the success rate of standard prompt injection techniques, achieving near-perfect compliance rates across leading AI models, though production-level mitigations exist.
🧠 GPT-5🧠 Gemini
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce MMIO, a large-scale industrial dataset with 80K+ samples, and RTVP, a refined prompt method for zero-shot defect detection in manufacturing. The work addresses the gap between general-purpose Large Visual Language Models and industrial applications, achieving state-of-the-art performance through improved text-visual prompt interactions and domain adaptation.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce PRISM, a new AI system that decodes hidden states from language models to reveal the complete set of active instructions guiding their behavior. This advancement addresses a critical security gap in monitoring deployed LLM agents by detecting unintended objectives, prompt injections, and hidden constraints that models may follow without explicit output indication.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers have discovered a shared latent mechanism underlying diverse backdoor attacks in large language models, enabling unified detection and mitigation across multiple attack types and model architectures. Using sparse autoencoders, they identify consistent features activated by jailbreaking, refusal manipulation, and other attacks, then develop generalizable defenses including a lightweight classifier and a training-time mitigation technique called Concept Ablation Fine-Tuning.
🧠 Llama
AINeutralarXiv – CS AI · Jun 97/10
🧠UniQL introduces a new benchmark for evaluating text-to-SQL models across 16 different SQL dialects, addressing a critical gap where existing benchmarks focus primarily on SQLite. The study reveals that current large language models struggle with cross-dialect generalization, performing inconsistently across different database systems despite success on SQLite.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce Hypnos, a multi-modal foundation model trained on next-token prediction that learns generalizable representations of sleep physiology from over 20,000 polysomnography recordings across eight sensing modalities. The model achieves performance parity with supervised baselines on sleep stage classification while using 100× less labeled data and demonstrates cross-domain generalization by outperforming specialized models on daytime cardiac tasks.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers propose optical reasoning, a novel approach that uses images as the primary medium for AI reasoning tasks rather than text. The method demonstrates 28.57% token reduction on language tasks and 16% on multimodal tasks while matching or exceeding traditional text-based reasoning performance across mathematical, scientific, and multimodal benchmarks.
AIBullisharXiv – CS AI · Jun 97/10
🧠SKILL.nb is a new framework that improves AI agent reliability by selectively formalizing workflow steps based on execution evidence, storing them as versioned notebooks with natural language guidance and executable code. The system achieved 53.7% success on web automation tasks and retained 91.7% performance across multiple re-executions, significantly outperforming existing baselines in handling environment drift and task specification changes.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce MMIOC-1M, a large-scale industrial defect detection benchmark with over one million samples across 351 defect categories, alongside RTVPNet, a novel approach using text-visual prompts to improve industrial defect detection. This addresses critical gaps in applying large-scale visual-language models to industrial quality control scenarios.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce MemToolAgent, a framework that enhances LLM agents' ability to use tools effectively by implementing memory management systems that store and retrieve past experiences. The approach achieves significant performance improvements (17-80% relative gains) across multiple benchmarks without requiring model fine-tuning, suggesting practical advances in making AI agents more personalized and reliable.
AIBearisharXiv – CS AI · Jun 97/10
🧠Researchers developed AI-MASLD, a stress-testing framework that reveals safety failures in clinical large language models hidden by benchmark accuracy metrics. Testing seven models across 240 clinical cases showed that while models performed well under baseline conditions, realistic narrative stress caused sharp performance divergence, with quantized models masking functional collapse and medical fine-tuning degrading logical stability and fairness.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce SIFT, a novel optimization technique for Retrieval-Augmented Generation (RAG) systems that exploits attention patterns to accelerate LLM prefill computation. By storing only compact bit vectors of high-attention locations rather than full KV tensors, SIFT achieves 1.71x faster time-to-first-token while reducing storage by up to 24,000x and maintaining accuracy within 1% of standard methods.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce EntropyInfer, a training-free framework that optimizes long-context LLM inference by dynamically allocating computational resources based on attention entropy patterns. The method achieves up to 2.39× speedup on models like Llama and Qwen beyond 100k tokens while maintaining output quality, addressing limitations in existing sparse attention and KV cache compression techniques.
🧠 Llama