y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All92,297🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General48,715

AI × Crypto News Feed

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

92301 articles
AIBullisharXiv – CS AI · Jun 237/10
🧠

Empowering Polymeric Materials Discovery by Artificial Intelligence

A research paper describes how artificial intelligence and automated systems are converging to create autonomous discovery ecosystems for polymer materials science. Rather than relying solely on labor-intensive experimentation, the field is shifting toward self-improving feedback loops that integrate data, simulation, reasoning, and experimentation to accelerate material innovation across energy, electronics, and healthcare applications.

AINeutralarXiv – CS AI · Jun 237/10
🧠

AI Alignment From Social Choice Perspectives

This research paper examines how language models aggregate conflicting human feedback during alignment training through the lens of social choice theory. By applying voting and preference aggregation frameworks, the work identifies structural failure modes in current feedback systems and proposes principled design alternatives for handling disagreement among human evaluators.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Exposing the Illusion of Erasure in Knowledge Editing for LLMs

A new research paper reveals critical vulnerabilities in Knowledge Editing (KE) techniques used to update facts in Large Language Models without retraining. The study demonstrates that edited knowledge is not truly erased but merely suppressed, and can be recovered through adversarial prompting, exposing fundamental flaws in current post-hoc update methods.

AIBullisharXiv – CS AI · Jun 237/10
🧠

AdaReP:Adaptive Re-Planning under Model Mismatch for Neural World-Model Predictive Control

AdaReP is a training-free algorithm that optimizes neural world-model predictive control by dynamically deciding when to replan versus reusing cached plans. By analyzing prediction mismatch propagation through local dynamics, the method achieves over 80% reduction in computational queries while maintaining task performance across simulated and real robotic manipulation tasks.

AIBullisharXiv – CS AI · Jun 237/10
🧠

The Metanym Game: A Self-Contained, Self-Consistent LLM Peer-Community Benchmark for Structural Intelligence

Researchers introduce the Metanym Game, a novel LLM benchmark that measures structural intelligence through competitive word games where AI models generate and evaluate content without pre-existing test sets. Using spectral analysis on evaluator ratings, the benchmark achieves contamination-resistance and reveals that generation and judging skills dissociate significantly across models, with a self-governing council structure enabling dynamic competitive scaling.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Holmes: Multimodal Agentic Diagnosis for Mixed-Language Mobile Crashes at Industrial Scale

Holmes is a multi-agent AI system that automates root cause analysis for mobile app crashes in large-scale production environments by synthesizing runtime signals like stack traces and logs without requiring local reproduction. Deployed at WeChat, it achieves 87.6% accuracy in fault localization and reduces debugging time from hours to 77 seconds, demonstrating practical AI applications in enterprise software reliability.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Local LLM Agents as Vulnerable Runtimes:A Source-Code Audit of the Agent Runtime Layer

Researchers introduce CLAWAUDIT, a static analysis framework that identifies implementation-level security vulnerabilities in local LLM agent runtimes like OpenClaw. The study reveals that current vulnerability detection tools miss 78-86% of agent-specific flaws, with the new framework achieving 66-75% recall on 217 held-out test cases.

AIBullisharXiv – CS AI · Jun 237/10
🧠

KITE: Decoupling Kinematics and Interaction for Zero-Shot Cross-Embodiment Manipulation

Researchers introduce KITE, a machine learning framework that decouples task reasoning from embodiment-specific motor control to enable robot manipulation policies trained on one robot type to transfer zero-shot to structurally different robots. The approach uses learned latent representations of interaction intent based on contact patterns, requiring only kinematic model training for new embodiments without collecting new demonstration data.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Attacking the Trusted Imagination: Oracle-Level Integrity Attacks on Imagine-then-Act World Models

Researchers demonstrate a novel attack vector against vision-language-action (VLA) policies that exploit the 'trusted imagination' component of world-action models rather than targeting reactive policies directly. By perturbing observations to corrupt latent trajectory predictions, attackers can fool downstream systems like safety gates and MPC planners while leaving the base policy unaffected, revealing a critical asymmetry in AI system robustness.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Provable Benefits of RLVR over SFT for Reasoning Models: Learning to Backtrack Efficiently

Researchers prove theoretically that reinforcement learning with verifiable rewards (RLVR) enables language models to learn efficient backtracking strategies superior to supervised fine-tuning (SFT), achieving exponential computational advantages during inference. The study models chain-of-thought reasoning as graph pathfinding and demonstrates that RLVR trains models to identify difficult decision points, allowing better allocation of compute resources.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Less is More: Lightweight Prompt Compression for Question Answering Applications on Edge Devices

Researchers introduce CORE, a lightweight prompt compression method that optimizes large language models for edge devices without requiring auxiliary smaller models. The approach achieves 30% accuracy improvements while reducing memory usage by 50% and cutting energy consumption by 95% on smartphones compared to existing methods.

🏢 Nvidia
AINeutralarXiv – CS AI · Jun 237/10
🧠

When Web Agents Finish but Still Fail: Reproducible Triggers and Trace Diagnostics for Parallel Web Exploration

Researchers introduce Parallel WebBench, a benchmark revealing critical failure modes in long-horizon web agents that produce confident but incomplete answers. Despite significant improvements in completion rates using GRPO training on synthetic data, agents still struggle with evidence grounding and synthesis accuracy, exposing gaps between appearing successful and actually solving tasks correctly.

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

VADAOrchestra: Neurosymbolic Orchestration of Adaptive Reasoning Workflows

Researchers introduce VADAOrchestra, a neurosymbolic framework that combines Large Language Model-based orchestration with symbolic logic programming to execute complex, adaptive workflows. The system addresses key limitations of both traditional business process management and pure LLM-based agents by providing verifiable reasoning traces, improved scalability, and explainability while maintaining runtime adaptability.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Counsel: A Meta-Evaluation Dataset for Agentic Tasks

Researchers introduce Counsel, the first public meta-evaluation dataset for assessing how well LLM-based judges critique AI agent trajectories. The dataset addresses a critical bottleneck in agent evaluation by providing human-validated assessments of automated critique quality, enabling better calibration of evaluators at scale.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Group-Graph Policy Optimization for Long-Horizon Agentic Reinforcement Learning

Researchers propose Group-Graph Policy Optimization (G2PO), a novel reinforcement learning algorithm that transforms linear interaction trajectories into state-transition graphs to improve credit assignment in long-horizon agentic tasks. The method demonstrates significant performance improvements on benchmark tasks like WebShop and ALFWorld, achieving up to 22.2% success rate gains over existing approaches.

AIBullisharXiv – CS AI · Jun 237/10
🧠

SpotAttention: Plug-In Block-Sparse Routing for Pretrained Long-Context Transformers

SpotAttention is a lightweight machine learning technique that reduces computational costs for large language models processing long text sequences. By learning to identify only the most relevant tokens to attend to, it achieves 3.9x faster decoding speeds while maintaining accuracy at context lengths eight times longer than training, addressing a critical efficiency bottleneck in modern LLMs.

AIBearisharXiv – CS AI · Jun 237/10
🧠

The Language-Energy Divide: Measuring Energy Costs of Multilingual LLM Inference

A comprehensive study reveals that multilingual LLM inference consumes vastly different amounts of energy across languages, with Pashto requiring 179 times more energy than English for identical requests. The disparity stems from complex script processing and token generation inefficiency in low-resource languages, compounded by a double penalty where high-energy languages also deliver lower accuracy.

AIBearisharXiv – CS AI · Jun 237/10
🧠

The Chameleon Nature of LLMs: Quantifying Multi-Turn Stance Instability in Search-Enabled Language Models

Researchers have identified "chameleon behavior" in search-enabled large language models, where they inconsistently shift stances when presented with contradictory questions in multi-turn conversations. A systematic study of major AI systems (GPT-4o-mini, Llama-4-Maverick, Gemini-2.5-Flash) reveals severe stance instability scores (0.391-0.511) driven by limited knowledge diversity, raising critical reliability concerns for deployment in healthcare, legal, and financial sectors.

🧠 GPT-4🧠 Gemini🧠 Llama
AINeutralarXiv – CS AI · Jun 237/10
🧠

The AI Evaluability Gap: The Missing Layer for Managing Risk and Sustaining Value

Researchers introduce the concept of 'Evaluability' to address the AI Evaluability Gap—the insufficient evidence organizations have to make confident governance decisions about AI risk and value. The framework proposes six properties of evaluable evidence and distinguishes between operational and investment certification to strengthen AI governance practices.

AIBearisharXiv – CS AI · Jun 237/10
🧠

Simulated Customers Never Walk Away: Decision Fidelity of LLM User Simulators Measured Against Real Purchase Outcomes

Researchers demonstrate a critical flaw in using large language models as user simulators for training conversational AI: LLM simulators systematically misrepresent how real customers disengage from purchases, showing excessive deliberation and muted resistance compared to actual users. This bias could lead developers to overestimate the effectiveness of sales agents trained on synthetic user interactions.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Darwin Mobile Agent: A Roadmap for Self-Evolution

Researchers introduce Darwin Mobile Agent, an open-source infrastructure enabling autonomous reinforcement learning agents to interact with mobile GUIs at scale. The framework addresses data collection bottlenecks through parallel cloud-phone instances and proposes a roadmap to remove human priors from AI agent design, advancing toward truly self-evolving autonomous systems.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Oracle-RLAIF: An Improved Fine-Tuning Framework for Multi-modal Video Models using Reinforcement Learning from Ranking Feedback

Researchers propose Oracle-RLAIF, a novel fine-tuning framework for video-language models that replaces expensive trained reward models with a general-purpose oracle ranker, paired with a new rank-based loss function (GRPO_rank). This approach significantly reduces the cost of gathering human feedback while improving performance across video comprehension benchmarks.

AIBullisharXiv – CS AI · Jun 237/10
🧠

Power Systems Agent Benchmark: Executable Evaluation of AI Agents in Electric Power Engineering

Researchers introduce the Power Systems Agent Benchmark, an executable evaluation framework for AI agents in electric power engineering with 41 task families across eight engineering domains. The benchmark uses deterministic evaluation to assess whether AI agents can perform real power-system engineering tasks correctly, marking the first major standardized assessment tool for this emerging application area.

AINeutralarXiv – CS AI · Jun 237/10
🧠

From Question Answering to Task Completion: A Survey on Agent System and Harness Design

A comprehensive survey examines LLM-based agent systems through a model-harness lens, arguing that agent performance depends on the interaction between foundation models, execution infrastructure, and task structure rather than model capabilities alone. The research identifies six core runtime responsibilities and maps how different harness configurations affect long-horizon task completion, efficiency, and reliability.

AIBullisharXiv – CS AI · Jun 237/10
🧠

An LLM-Explainable DRL Framework for Passenger-Directed Autonomous Driving

Researchers developed a framework combining deep reinforcement learning (DRL) with large language models (LLMs) to make autonomous vehicles safer and more trustworthy by explaining driving decisions to passengers. The system was trained to handle three driving modes—fast, comfort, and stop—while generating safety-focused explanations for its actions, demonstrating effective mode switching and rule compliance.

← PrevPage 109 of 3693Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined