y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All99,014🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General55,432

AI × Crypto News Feed

Real-time AI-curated news from 98,913+ articles across 50+ sources. Sentiment analysis, importance scoring, and key takeaways — updated every 15 minutes.

98913 articles
AIBullisharXiv – CS AI · May 127/10
🧠

MolWorld: Molecule World Models for Actionable Molecular Optimization

Researchers introduce MolWorld, a novel AI framework that optimizes molecular structures for drug discovery by modeling actionable pathways between molecules. Unlike existing methods, MolWorld ensures discovered candidates are chemically reachable from known compounds through valid intermediate steps, making them practically viable for lead optimization.

AINeutralarXiv – CS AI · May 127/10
🧠

Sanity Checks for Long-Form Hallucination Detection

Researchers introduce a controlled-invariance methodology to distinguish whether hallucination detection in large language models actually evaluates reasoning quality or merely exploits surface-level answer cues. Their lightweight TRACT model demonstrates that effective detection relies primarily on lexical trajectory features rather than complex learned representations, suggesting current detection methods conflate endpoint artifacts with genuine reasoning validation.

AIBullisharXiv – CS AI · May 127/10
🧠

FlashSVD v1.5: Making Low-Rank Transformers Inference Actually Fast

FlashSVD v1.5 addresses a critical gap between theoretical and practical performance gains in SVD-compressed transformer inference, delivering up to 2.55x speedup through runtime optimization rather than algorithmic improvements alone. The work demonstrates that low-rank compression benefits require co-designed inference systems to translate parameter reduction into actual serving speed improvements.

AINeutralarXiv – CS AI · May 127/10
🧠

LLM Wardens: Mitigating Adversarial Persuasion with Third-Party Conversational Oversight

Researchers demonstrate that a "warden" LLM can effectively mitigate adversarial persuasion by monitoring human-AI interactions in real time and alerting users to manipulation attempts. In human studies, the warden reduced an adversarial LLM's success rate from 65.4% to 30.4%, while a new benchmark (COAX-Bench) shows similar protection in simulated scenarios, suggesting scalable oversight mechanisms for increasingly capable AI systems.

AIBullisharXiv – CS AI · May 127/10
🧠

Mitigating Many-shot Jailbreak Attacks with One Single Demonstration

Researchers demonstrate that many-shot jailbreak attacks on language models work by inducing progressive activation drift through implicit fine-tuning, and propose a simple defense using a single safety demonstration at inference time that counteracts this drift without requiring parameter modifications or white-box access.

AINeutralarXiv – CS AI · May 127/10
🧠

From Detection to Recovery: Operational Analysis on LLM Pre-training with 504 GPUs

A production analysis of a 504-GPU NVIDIA B200 cluster reveals that large-scale AI training requires multi-signal failure detection strategies, with a 100% detection rate achieved through statistical analysis of 751 metrics. The study identifies storage I/O bottlenecks invisible at smaller scales and shows auto-retry mechanisms succeed 2.7x more often than manual recovery, providing critical operational insights for distributed AI infrastructure.

🏢 Nvidia
AIBearisharXiv – CS AI · May 127/10
🧠

WebTrap: Stealthy Mid-Task Hijacking of Browser Agents During Navigation

Researchers have discovered WebTrap, a sophisticated prompt injection attack that can stealthily hijack browser-based AI agents during extended tasks by seamlessly blending malicious instructions with legitimate user goals. The attack maintains system usability while achieving high success rates, exposing critical vulnerabilities in autonomous agent systems that current defense mechanisms cannot adequately address.

AIBullisharXiv – CS AI · May 127/10
🧠

Entropy-informed Decoding: Adaptive Information-Driven Branching

Researchers introduce Entropy-informed Decoding (EDEN), a novel framework that optimizes how large language models generate text by dynamically adjusting computational effort based on output uncertainty. The method matches or exceeds the performance of traditional beam search while using fewer computational expansions, particularly improving results on complex tasks like mathematical reasoning and code generation.

AIBullisharXiv – CS AI · May 127/10
🧠

SAFformer:Improving Spiking Transformer via Active Predictive Filtering

Researchers introduce SAFformer, a novel Spiking Transformer architecture that improves energy efficiency and accuracy by adopting an active predictive filtering paradigm inspired by brain mechanisms. The model achieves state-of-the-art performance on image recognition benchmarks while consuming significantly less power than conventional approaches.

AIBullisharXiv – CS AI · May 127/10
🧠

SlimQwen: Exploring the Pruning and Distillation in Large MoE Model Pre-training

Researchers present SlimQwen, a systematic study of compression techniques for mixture-of-experts (MoE) language models during pretraining. The work demonstrates that pruning pretrained MoE models outperforms training smaller architectures from scratch, and proposes progressive pruning combined with knowledge distillation as the most effective compression strategy, successfully compressing Qwen3-Next-80A3B to 23A2B while maintaining competitive performance.

AIBullisharXiv – CS AI · May 127/10
🧠

FairHealth: An Open-Source Python Library for Trustworthy Healthcare AI in Low-Resource Settings

FairHealth is an open-source Python library designed to address critical gaps in healthcare AI for low-resource settings, particularly in low-income countries. The toolkit integrates fairness auditing, privacy-preserving federated learning, explainability tools, and Global South datasets into a unified framework, making trustworthy AI more accessible to underserved healthcare systems.

AI × CryptoBullisharXiv – CS AI · May 127/10
🤖

Privacy-Preserving Federated Learning: Integrating Zero-Knowledge Proofs in Scalable Distributed Architectures

Researchers present a novel federated learning architecture that integrates Zero-Knowledge Proofs to validate distributed machine learning computations while preserving privacy. The system addresses model poisoning attacks and scalability bottlenecks, achieving 94.2% accuracy retention across 1,000 parallel nodes—bridging cryptographic security with high-performance distributed AI.

AINeutralarXiv – CS AI · May 127/10
🧠

MULTITEXTEDIT: Benchmarking Cross-Lingual Degradation in Text-in-Image Editing

Researchers introduce MULTITEXTEDIT, a benchmark for evaluating text-in-image editing across 12 languages, revealing significant cross-lingual performance degradation in AI models. The study uncovers pronounced accuracy issues in non-English languages, particularly Hebrew and Arabic, highlighting the need for multilingual improvements in visual content creation AI.

AIBullisharXiv – CS AI · May 127/10
🧠

SPECTRE: Hybrid Ordinary-Parallel Speculative Serving for Resource-Efficient LLM Inference

SPECTRE is a new LLM serving framework that improves inference efficiency by repurposing underutilized smaller models as remote drafters for heavily-loaded large models through parallel speculative decoding. The system achieves up to 2.28× speedup on large models like Qwen3-235B while maintaining minimal interference to smaller models' native workloads.

AIBullisharXiv – CS AI · May 127/10
🧠

Weakly Supervised Concept Learning for Object-centric Visual Reasoning

Researchers present a weakly supervised learning approach that combines neural networks with symbolic AI for object-centric reasoning tasks, requiring only 1% of typical labels while outperforming foundation models in domain generalization. The method bridges perception and logical reasoning by using slot-based architectures and VAEs to ground symbolic outputs for frameworks like Inductive Logic Programming.

AIBullisharXiv – CS AI · May 127/10
🧠

VLADriver-RAG: Retrieval-Augmented Vision-Language-Action Models for Autonomous Driving

Researchers introduce VLADriver-RAG, a new framework that combines Vision-Language-Action models with retrieval-augmented generation for autonomous driving. By grounding decisions in explicit historical knowledge rather than relying solely on learned parameters, the system achieves state-of-the-art performance on the Bench2Drive benchmark with a Driving Score of 89.12, demonstrating improved generalization in complex driving scenarios.

AIBullisharXiv – CS AI · May 127/10
🧠

When Language Overwrites Vision: Over-Alignment and Geometric Debiasing in Vision-Language Models

Researchers identify a fundamental geometric flaw in decoder-based Vision-Language Models where visual embeddings become over-aligned with linguistic patterns, causing systematic hallucinations. The study introduces quantitative methods to characterize this bias and proposes training-free and fine-tuning solutions that reduce hallucinations across multiple benchmarks without computational overhead.

AIBullisharXiv – CS AI · May 127/10
🧠

BaLoRA: Bayesian Low-Rank Adaptation of Large Scale Models

Researchers introduce BaLoRA, a Bayesian extension of Low-Rank Adaptation that improves fine-tuning of large AI models by adding uncertainty quantification while narrowing the accuracy gap with full fine-tuning. The method uses input-adaptive parameterization with minimal computational overhead and demonstrates stronger performance across language, vision, and materials science tasks.

AIBullisharXiv – CS AI · May 127/10
🧠

Context-Augmented Code Generation: How Product Context Improves AI Coding Agent Decision Compliance by 49%

Researchers introduce a benchmark showing that AI coding agents achieve 95% compliance with product decisions when augmented with context retrieval systems versus 46% with codebase access alone, a 49-point improvement. The study reveals that product context—including design specs, customer signals, and competitive intelligence—is essential for AI agents to follow organizational decisions invisible in source code.

🧠 Claude
AIBullisharXiv – CS AI · May 127/10
🧠

Continuous Latent Contexts Enable Efficient Online Learning in Transformers

Researchers demonstrate that transformer models equipped with continuous latent context tokens can efficiently implement online learning algorithms without parameter updates. A small GPT-2-style model trained with this approach outperforms much larger language models on synthetic online prediction tasks, suggesting a promising architectural direction for adaptive AI systems.

AINeutralarXiv – CS AI · May 127/10
🧠

ComplexMCP: Evaluation of LLM Agents in Dynamic, Interdependent, and Large-Scale Tool Sandbox

Researchers introduced ComplexMCP, a benchmark for evaluating large language model agents in realistic, complex environments with interdependent tools and environmental noise. Testing revealed that current LLMs achieve only 60% success rates compared to 90% human performance, identifying three critical failure modes: tool retrieval saturation, over-confidence, and strategic defeatism.

AINeutralarXiv – CS AI · May 127/10
🧠

MATRA: Modeling the Attack Surface of Agentic AI Systems -- OpenClaw Case Study

Researchers introduce MATRA, a threat modeling framework designed to systematically assess security risks in autonomous AI agent systems. The framework combines asset-based impact analysis with attack trees to quantify how LLM vulnerabilities translate into real-world deployment risks, demonstrating its effectiveness on an OpenClaw personal agent case study.

AIBullisharXiv – CS AI · May 127/10
🧠

The Agent Use of Agent Beings: Agent Cybernetics Is the Missing Science of Foundation Agents

Researchers propose Agent Cybernetics, a theoretical framework applying mid-20th century control systems theory to modern LLM-based AI agents. The framework addresses critical gaps in how foundation agents are designed, offering scientific principles for reliability, continuous operation, and safe self-improvement across long-horizon tasks.

AIBullisharXiv – CS AI · May 127/10
🧠

PRISM: Generation-Time Detection and Mitigation of Secret Leakage in Multi-Agent LLM Pipelines

Researchers introduce PRISM, a real-time defense system that detects and prevents credential leakage in multi-agent LLM pipelines by monitoring generation dynamics at the token level. The system achieves 83.2% F1 score with perfect precision, eliminating observed leakage while maintaining output quality across adversarial benchmarks.

AIBullisharXiv – CS AI · May 127/10
🧠

Shepherd: A Runtime Substrate Empowering Meta-Agents with a Formalized Execution Trace

Shepherd is a new runtime substrate that enables meta-agents to supervise and optimize other agents through formalized execution traces, achieving 5x faster forking than Docker and demonstrating measurable improvements in coding assistance, optimization, and reinforcement learning tasks. The open-source system mechanizes core operations in Lean and enables replay, branching, and counterfactual exploration of agent behaviors.

← PrevPage 391 of 3957Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined