y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All100,175🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General56,593

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 77/10
🧠

A Foundation Model for Zero-Shot Logical Rule Induction

Researchers introduce Neural Rule Inducer (NRI), a pretrained foundation model enabling zero-shot logical rule induction without task-specific retraining. By encoding domain-agnostic statistical properties instead of literal identities, NRI generalizes across different predicates and demonstrates robustness to label noise and spurious correlations, advancing toward foundation models for symbolic reasoning.

AIBearisharXiv – CS AI · May 77/10
🧠

Undetectable Backdoors in Model Parameters: Hiding Sparse Secrets in High Dimensions

Researchers present Sparse Backdoor, a supply-chain attack that embeds undetectable backdoors into pre-trained image classifiers by injecting sparse perturbations masked with Gaussian noise. The attack is proven computationally infeasible to distinguish from original models under standard hardness assumptions, raising critical security concerns for AI model deployment and verification.

AIBullisharXiv – CS AI · May 77/10
🧠

AgentTrust: Runtime Safety Evaluation and Interception for AI Agent Tool Use

AgentTrust is a runtime safety layer that intercepts AI agent tool calls before execution to prevent unsafe actions like accidental deletion, credential exposure, or data exfiltration. The system achieves 95-96.7% verdict accuracy across benchmarks using deobfuscation, risk chain detection, and LLM-based judgment, addressing a critical gap in AI agent safety infrastructure.

AIBullisharXiv – CS AI · May 77/10
🧠

A large language model-type architecture for high-dimensional molecular potential energy surfaces

Researchers have developed a neural network architecture inspired by large language models to predict high-dimensional molecular potential energy surfaces, successfully computing accurate predictions for a 186-dimensional system representing a protonated 21-water cluster—a significant advance in computational chemistry that could accelerate reaction rate predictions.

AIBearisharXiv – CS AI · May 77/10
🧠

Are Multimodal LLMs Ready for Clinical Dermatology? A Real-World Evaluation in Dermatology

A comprehensive study evaluating five multimodal large language models (MLLMs) on real-world dermatology tasks reveals a significant gap between benchmark performance and clinical applicability. While models achieved up to 42% accuracy on public datasets, performance dropped dramatically to 1.5-24.65% on actual hospital cases, highlighting critical limitations in deploying these systems for clinical decision-making.

🧠 GPT-4
AIBullisharXiv – CS AI · May 77/10
🧠

Uno-Orchestra: Parsimonious Agent Routing via Selective Delegation

Researchers introduced Uno-Orchestra, a new orchestration framework for multi-agent LLM systems that dynamically decides when to decompose tasks and which model-primitive pairs to use, achieving 77% accuracy across 13 benchmarks while reducing computational costs by an order of magnitude compared to existing approaches.

AIBullisharXiv – CS AI · May 77/10
🧠

LAWS: Learning from Actual Workloads Symbolically -- A Self-Certifying Parametrized Cache Architecture for Neural Inference, Robotics, and Edge Deployment

Researchers introduce LAWS, a self-certifying caching architecture for neural inference that builds a library of expert functions with formal error bounds, enabling efficient deployment across LLMs, robotics, and edge devices. The system generalizes both Mixture-of-Experts and KV prefix caching while providing mathematically verifiable performance guarantees without requiring ground truth validation.

AIBullisharXiv – CS AI · May 77/10
🧠

CTM-AI: A Blueprint for General AI Inspired by a Model of Consciousness

Researchers present CTM-AI, a general-purpose AI architecture combining the Conscious Turing Machine model with modern foundation models to achieve human-like flexibility across tasks. The system demonstrates state-of-the-art performance on multimodal benchmarks and tool-using tasks, suggesting that consciousness-inspired architectures may offer a path toward more capable and adaptable AI systems.

AINeutralarXiv – CS AI · May 77/10
🧠

Evaluating Patient Safety Risks in Generative AI: Development and Validation of a FMECA Framework for Generated Clinical Content

Researchers developed and validated the first FMECA (Failure Mode, Effects, and Criticality Analysis) framework to systematically assess patient safety risks in clinical summaries generated by large language models. Testing with GPT-OSS 120B on real hospital discharge summaries demonstrated moderate-to-substantial inter-rater agreement and identified 14 distinct failure modes, establishing a reproducible methodology for evaluating AI-generated clinical content safety.

AINeutralarXiv – CS AI · May 77/10
🧠

The Reasoning Trap: An Information-Theoretic Bound on Closed-System Multi-Step LLM Reasoning

Researchers identify the 'Reasoning Trap,' a fundamental information-theoretic limitation where multi-agent language model debates preserve answer accuracy while degrading reasoning quality. The study introduces the Supported Faithfulness Score metric and Evidence-Grounded Socratic Reasoning framework, demonstrating that closed-system reasoning protocols following standard multi-agent debate structures inevitably lose information fidelity according to the Data Processing Inequality.

AIBullisharXiv – CS AI · May 77/10
🧠

Autoregressive, Yet Revisable: In Decoding Revision for Secure Code Generation

Researchers propose Stream of Revision, a new paradigm for LLM-based code generation that allows models to revise and correct their output during generation rather than producing code in a strictly linear fashion. By introducing special action tokens enabling backtracking and editing within a single forward pass, the approach significantly reduces security vulnerabilities in generated code with minimal computational overhead.

AIBullisharXiv – CS AI · May 77/10
🧠

Experiment-as-Code Labs: A Declarative Stack for AI-Driven Scientific Discovery

Researchers propose Experiment-as-Code (EaC) Labs, a new paradigm that bridges AI agents with physical laboratory equipment by encoding experiments as declarative configurations compiled to device-level APIs. This framework combines artificial intelligence with automated lab instrumentation through a systems layer that performs safety checks, resource allocation, and job orchestration, enabling AI-driven scientific discovery beyond purely digital environments.

AIBullisharXiv – CS AI · May 77/10
🧠

Towards Robust LLM Post-Training: Automatic Failure Management for Reinforcement Fine-Tuning

Researchers introduce RFT-FaultBench, the first comprehensive benchmark for diagnosing failures in reinforcement fine-tuning of large language models, and propose RFT-FM, an automated framework for detecting, diagnosing, and remediating training failures. This addresses a critical gap in LLM post-training reliability where practitioners currently rely on manual inspection.

AIBullisharXiv – CS AI · May 77/10
🧠

EdgeRazor: A Lightweight Framework for Large Language Models via Mixed-Precision Quantization-Aware Distillation

EdgeRazor introduces a lightweight quantization framework that compresses large language models to 1.88-bit precision while maintaining performance superior to existing 3-bit methods. The approach combines mixed-precision quantization with knowledge distillation and achieves up to 15.1× faster decoding with 80% storage reduction, requiring significantly lower computational training budgets than comparable techniques.

AIBullisharXiv – CS AI · May 77/10
🧠

Awaking Spatial Intelligence in Unified Multimodal Understanding and Generation

Researchers present JoyAI-Image, a unified multimodal foundation model that combines visual understanding, text-to-image generation, and image editing through a spatially enhanced architecture. The model achieves state-of-the-art performance across multiple benchmarks while advancing spatial reasoning capabilities, positioning unified visual models as promising infrastructure for future applications like vision-language-action systems.

AIBullisharXiv – CS AI · May 77/10
🧠

A Queueing-Theoretic Framework for Stability Analysis of LLM Inference with KV Cache Memory Constraints

Researchers introduce a queueing-theoretic framework that models LLM inference stability by accounting for both computational and GPU memory constraints from KV caching. The framework derives conditions for service stability and enables operators to calculate optimal cluster sizes for efficient GPU provisioning, with experimental validation showing predictions within 10% accuracy.

AIBullisharXiv – CS AI · May 77/10
🧠

Memory as a Markov Matrix: Sample Efficient Knowledge Expansion via Token-to-Dictionary Mapping

Researchers propose a novel framework that models language model memory as a Markov transition matrix, enabling efficient incorporation of new knowledge without catastrophic forgetting. The approach requires only linear sample complexity in the number of existing tokens and achieves zero forgetting through minimal parameter updates via an embedding-tuning algorithm.

AIBullisharXiv – CS AI · May 77/10
🧠

A Regulatory Governance Framework for AI-Driven Financial Fraud Detection in U.S. Banking: Integrating OCC, SR 11-7, CFPB, and FinCEN Compliance Requirements for Model Development, Validation, and Monitoring Lifecycles

Researchers present the RGF-AFFD, an integrated governance framework for AI-driven fraud detection in U.S. banking that unifies compliance requirements from four regulatory bodies (OCC, SR 11-7, CFPB, FinCEN). The framework includes a Regulatory Digital Twin meta-model that benchmarks six AI architectures, with an LSTM+XGBoost ensemble achieving 0.9289 ROC-AUC, and establishes continuous monitoring protocols to satisfy fragmented regulatory requirements simultaneously.

AIBullisharXiv – CS AI · May 77/10
🧠

Gradients with Respect to Semantics Preserving Embeddings Tell the Uncertainty of Large Language Models

Researchers introduce SemGrad, a gradient-based uncertainty quantification method for large language models that operates in semantic space rather than parameter space, eliminating the computational overhead of sampling-based approaches. The method measures output stability under semantically equivalent input perturbations to gauge LLM confidence, addressing the critical challenge of hallucinations in free-form text generation.

AIBullisharXiv – CS AI · May 77/10
🧠

Stabilizing LLM Supervised Fine-Tuning via Explicit Distributional Control

Researchers propose Anchored Learning, a new fine-tuning method that prevents catastrophic forgetting in large language models by controlling distributional drift through a dynamically evolving reference anchor. The technique achieves near-optimal performance gains while reducing degradation from over 53% to under 5% on benchmark tasks.

AIBearisharXiv – CS AI · May 77/10
🧠

Accountable Agents in Software Engineering: An Analysis of Terms of Service and a Research Roadmap

Researchers analyzed Terms of Service agreements for AI coding assistants and autonomous agents, finding that providers consistently shift responsibility for code correctness, safety, and legal compliance to users. The study identifies misalignment between current policy frameworks and increasingly agent-mediated software development, proposing a research roadmap to establish clearer accountability structures.

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

Knowledge-Free Correlated Agreement for Incentivizing Federated Learning

Researchers introduce Knowledge-Free Correlated Agreement (KFCA), a novel mechanism for incentivizing federated learning that rewards client contributions without requiring ground truth labels or public test sets. The approach addresses security vulnerabilities in existing correlated agreement systems and demonstrates practical viability through real-world applications in LLM adapter tuning and industrial inspection tasks.

AIBullisharXiv – CS AI · May 77/10
🧠

RLearner-LLM: Balancing Logical Grounding and Fluency in Large Language Models via Hybrid Direct Preference Optimization

Researchers introduce RLearner-LLM, a hybrid optimization method that combines NLI (Natural Language Inference) signals with LLM verification to address a critical flaw in Direct Preference Optimization: the tendency to reward verbose but logically incorrect outputs. The approach achieves up to 6x improvement in logical consistency across academic domains while maintaining inference speed, demonstrating that logic-aware metrics outperform traditional LLM-based evaluation for knowledge-intensive tasks.

🧠 GPT-4
CryptoBearishBitcoinist · May 77/10
⛓️

Crypto Fraud Shockwave: Authorities Freeze Tens Of Millions In Assets

Authorities have frozen tens of millions in assets linked to BG Wealth Sharing, a cryptocurrency investment platform that allegedly perpetrated a long-running fraud scheme. The scam culminated with a fraudulent video message from someone claiming to be Stephen Beard, announcing a 12% tax on investor accounts under the guise of an IPO for a purported DSJ Exchange platform before the company disappeared.

Crypto Fraud Shockwave: Authorities Freeze Tens Of Millions In Assets
← PrevPage 431 of 3957Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined