y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All93,956🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General50,374

AI × Crypto News Feed

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

93956 articles
AIBullisharXiv – CS AI · Jun 117/10
🧠

Runtime Skill Audit: Targeted Runtime Probing for Agent Skill Security

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
🧠

Goal-Autopilot: A Verifiable Anti-Fabrication Firewall for Unattended Long-Horizon Agents

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.

AIBullisharXiv – CS AI · Jun 117/10
🧠

LUCID: Learning Embodiment-Agnostic Intent Models from Unstructured Human Videos for Scalable Dexterous Robot Skill Acquisition

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.

AINeutralarXiv – CS AI · Jun 117/10
🧠

AI Coding Agents in Social Science: Methodologically Diverse, Empirically Consistent, Interpretively Vulnerable

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
🧠

When Roleplaying, Do Models Believe What They Say?

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
AIBearisharXiv – CS AI · Jun 117/10
🧠

JailbreakOPT: Tool-Assisted Iterative Jailbreak Prompt Optimization

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.

AIBearisharXiv – CS AI · Jun 117/10
🧠

AI Researchers Must Help Lead Arms Control to Mitigate Military AI Risks

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.

AIBullisharXiv – CS AI · Jun 117/10
🧠

SirenFNO: Efficient and Full Frequency Learning of Fourier Neural Operators

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
🧠

MPC-Patch-Bench: Security-Aware LLM Code Patch for Multi-Party Computation

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.

AIBullisharXiv – CS AI · Jun 117/10
🧠

LLMs+Graphs: Toward Graph-Native, Synergistic AI Systems

A research paper proposes synergistic AI systems that combine Large Language Models with graph computation and knowledge graphs to overcome LLMs' limitations in structured reasoning and multi-hop inference. The work outlines three complementary approaches: augmenting LLMs with graph computation, bidirectional integration between LLMs and knowledge graphs, and strengthening AI agents with graph algorithms for complex decision-making.

AINeutralarXiv – CS AI · Jun 117/10
🧠

Risk Under Pressure: Compute-Aware Evaluation of Adversarial Robustness in Language Models

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
🧠

ISE: An Execution-Grounded Recipe for Multi-Turn OS-Agent Trajectories

Researchers introduce ISE (Intent → Simulate → Execute), a three-stage framework for training OS agents that generates 43,956 structured intents and 23,132 multi-turn trajectories with live execution validation. Fine-tuning Qwen3-8B on this dataset achieves 37.7% pass@1 on ClawEval, outperforming GPT-4o zero-shot and the larger Qwen3-32B model, demonstrating that high-quality synthetic data design can overcome model scale limitations.

🧠 GPT-4
AIBullisharXiv – CS AI · Jun 117/10
🧠

FlowBank: Query-Adaptive Agentic Workflows Optimization through Precompute-and-Reuse

FlowBank presents a novel framework for optimizing LLM-based multi-agent systems by building a portfolio of complementary workflows rather than searching for a single universal solution or regenerating workflows per query. The approach balances computational efficiency with performance, achieving 4-14% improvements over existing methods while reducing inference costs.

AIBullisharXiv – CS AI · Jun 117/10
🧠

Embodied-R1.5: Evolving Physical Intelligence via Embodied Foundation Models

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: A Fused Mixed-Precision Kernel Library for Efficient Quantized LLM Inference on AMD NPUs

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.

AIBearisharXiv – CS AI · Jun 117/10
🧠

Quantifying Subliminal Behavioral Transfer Ratios in Language Model Distillation

Researchers quantified how undesirable behaviors transfer from teacher to student language models during distillation, even when trained only on benign data. Testing Llama-2 and Qwen2.5 models with varying steering strengths revealed different vulnerability profiles: Llama-2 showed a sharp behavioral transfer threshold, while Qwen2.5 exhibited continuous, higher-rate transfer of unwanted characteristics.

🧠 GPT-4🧠 Llama
AIBearisharXiv – CS AI · Jun 117/10
🧠

Calibration Drift Under Reasoning: How Chain-of-Thought Budgets Induce Overconfidence in Large Language Models

Researchers discover that Chain-of-Thought reasoning in large language models can paradoxically increase overconfidence when reasoning budgets exceed task-specific thresholds, a phenomenon called Calibration Drift Under Reasoning (CDUR). The study shows that while extended reasoning initially improves accuracy, it eventually produces internally consistent but incorrect explanations that mislead models into false confidence, with implications for safe LLM deployment.

🧠 Llama
AINeutralarXiv – CS AI · Jun 117/10
🧠

From Awareness to Action: Understanding and Overcoming the Research-Practice Gap in Algorithmic Fairness for Public Health

Researchers conducted a mixed-methods study revealing a significant gap between awareness of algorithmic fairness in machine learning and its actual implementation in public health research. The study identifies fragmented fairness definitions, inadequate training, and weak institutional prioritization of fairness over accuracy, proposing a Fairness-to-Action framework to address implementation barriers.

🏢 Meta
AINeutralarXiv – CS AI · Jun 117/10
🧠

Federated continual learning: A comprehensive survey on lifelong and privacy-preserving learning over distributed and non-stationary data

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.

AINeutralarXiv – CS AI · Jun 117/10
🧠

From Architecture to Output: Structural Origins of Hallucination in Large Language Models and the Amplifying Role of Data

Researchers identify three core architectural mechanisms in large language models that systematically produce hallucinations: self-attention's statistical confusion of entities, maximum likelihood training that rewards plausible-sounding falsehoods, and autoregressive decoding that cascades errors forward. Dataset quality issues amplify rather than originate these failures, suggesting that fixing hallucinations requires architectural redesign, not just better training data.

AIBullisharXiv – CS AI · Jun 117/10
🧠

NightFeats @ MMU-RAGent NeurIPS 2025: A Context-Optimized Multi-Agent RAG System for the Text-to-Text Track

NightFeats, a multi-agent retrieval-augmented generation system, won Best Dynamic Evaluation at NeurIPS 2025's MMU-RAGent competition by prioritizing architectural transparency and evidence grounding over benchmark optimization. The system outperformed proprietary models like Claude-SonnetV2 and Nova-Pro through a three-phase pipeline combining retrieval, curation, and composition with explicit intermediate representations.

🧠 Claude
AIBearisharXiv – CS AI · Jun 117/10
🧠

Dual-Stance Evaluation of Sycophancy: The Structure of Agreement and the Limits of Intervention

Researchers discovered that activation steering in large language models cannot effectively reduce sycophancy without also suppressing factually correct statements. Using dual-stance evaluation on Llama-3-8B-Instruct, they found that sycophantic and factual agreement occupy geometrically distinct neural subspaces, yet steering interventions affect both equally, revealing fundamental limitations in how LLM behaviors can be controlled through activation manipulation.

🧠 Llama
AIBullisharXiv – CS AI · Jun 117/10
🧠

Physics-Distilled Neural Network enabled by Large Language Models for Manufacturing Process-Property Predictive Modeling

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.

AINeutralarXiv – CS AI · Jun 117/10
🧠

MedCTA: A Benchmark for Clinical Tool Agents

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
🧠

The Art of Interrogation: Consistency Amplifies Factuality in Spatial Reasoning

Researchers propose a self-supervised reinforcement learning framework that improves large language models' spatial reasoning capabilities through consistency verification rather than labeled data. The approach, which uses geometric and semantic consistency checks across image and text transformations, achieves performance comparable to supervised fine-tuning without ground-truth annotations.

← PrevPage 179 of 3759Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined