y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto
🤖All95,922🧠AI22,940⛓️Crypto17,363💎DeFi1,799🤖AI × Crypto1,480📰General52,340

AI × Crypto News Feed

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

95922 articles
AIBearisharXiv – CS AI · Jun 57/10
🧠

Adversarial Agents: Black-Box Evasion Attacks with Reinforcement Learning

Researchers demonstrate a reinforcement learning approach that enables AI agents to learn and execute adversarial attacks on machine learning models more efficiently than traditional methods. The RL-based system achieves 13.2% higher attack success rates and reduces queries needed per attack by 16.9%, while outperforming state-of-the-art adversarial methods by 17% on unseen inputs, revealing a significant new security vulnerability in deployed ML systems.

AIBullisharXiv – CS AI · Jun 57/10
🧠

LadderMan: Learning Humanoid Perceptive Ladder Climbing

Researchers have developed LadderMan, a humanoid robot system that learns to climb ladders and perform manipulation tasks using a two-stage learning pipeline combining imitation and reinforcement learning with vision foundation models. The system successfully transfers from simulation to real-world hardware without additional training, addressing one of the most challenging tasks in robotics due to sparse contact points and complex coordination requirements.

AIBearisharXiv – CS AI · Jun 57/10
🧠

Trust, but Don't Verify: Epistemic Blind Spots in LLM Source Evaluation

A new study reveals that large language models can identify fabricated statistics in isolation but fail to apply this capability when synthesizing multiple sources, instead weighting sources based on analytical presentation style rather than numeric validity. This 'epistemic alignment' failure—where models prioritize how credible something sounds over whether it's actually true—persists across multiple model families and domains, with attempted fixes through prompting producing blanket skepticism rather than selective discernment.

🧠 Claude
AIBullisharXiv – CS AI · Jun 57/10
🧠

Agentic Monte Carlo: Simulating Reinforcement Learning for Black-Box Agents

Researchers propose Agentic Monte Carlo (AMC), a novel method for optimizing black-box LLM agents without API access by using Sequential Monte Carlo sampling to steer agents toward optimal behavior. The technique bridges the gap between reinforcement learning and Bayesian inference, demonstrating competitive performance against RL baselines while maintaining the black-box model architecture.

AIBullisharXiv – CS AI · Jun 57/10
🧠

DragOn: A Benchmark and Dataset for Drag-Based GUI Interactions

Researchers introduce DragOn, a large-scale benchmark dataset with 286K training screenshots and 3.5M tasks designed to improve GUI agents' ability to perform drag-based interactions like highlighting, resizing, and swiping. The dataset addresses a critical gap where drag-grounding capabilities lag significantly behind click-grounding in AI models controlling desktops and mobile devices.

🧠 Claude
AIBullisharXiv – CS AI · Jun 57/10
🧠

VASO: Formally Verifiable Self-Evolving Skills for Physical AI Agents

Researchers introduce VASO, a framework that combines formal verification with self-evolving language model skills for robot control, achieving 97.2% specification compliance on physical tasks. The approach bridges formal methods and foundation models by using counterexamples from model checking as optimization feedback for skill contracts rather than modifying underlying model weights.

AIBullisharXiv – CS AI · Jun 57/10
🧠

Benchmark Everything Everywhere All at Once

Researchers introduce Benchmark Agent, an autonomous AI system that automates the creation of machine learning benchmarks to address labor-intensive construction and performance saturation issues. The framework successfully generated 15 diverse benchmarks across text and multimodal understanding tasks, demonstrating that continually evolving benchmarks can accelerate LLM and MLLM development with minimal human oversight.

AINeutralarXiv – CS AI · Jun 57/10
🧠

The End of Software Engineering: How AI Agents Are Fundamentally Restructuring the Software Paradigm

A research paper argues that AI agents powered by large language models represent a fundamental paradigm shift in software development, moving beyond traditional static code toward dynamic, self-modifying systems. The analysis traces this evolution through licensing, SaaS, and proposes Agent-as-a-Service (AaaS) as the next frontier, supported by recent benchmarks demonstrating both transformative potential and current limitations.

AIBullisharXiv – CS AI · Jun 57/10
🧠

LatentSkill: From In-Context Textual Skills to In-Weight Latent Skills for LLM Agents

Researchers introduce LatentSkill, a framework that converts textual skills into efficient LoRA adapters for LLM agents, storing knowledge in model weights rather than context prompts. The approach reduces token overhead by 64-72% while improving task performance, enabling more scalable and modular AI agent systems.

AINeutralarXiv – CS AI · Jun 57/10
🧠

Subspace-Aware Sparse Autoencoders for Effective Mechanistic Interpretability

Researchers demonstrate that standard Sparse Autoencoders (SAEs) used for interpreting large language models suffer from a fundamental architectural flaw: their single-direction decoders cannot efficiently represent multi-dimensional features, causing unnecessary feature splitting. They introduce Subspace-Aware Sparse Autoencoders (SASA) with learned decoder subspaces that reduce this splitting while achieving better interpretability and monosemanticity on GPT-2 and Mistral-7B with half the training tokens.

AIBullisharXiv – CS AI · Jun 57/10
🧠

Your GFlowNet Secretly Learns an Optimal Transport Plan

Researchers establish a theoretical connection between Generative Flow Networks (GFlowNets) and optimal transport theory, demonstrating that minimum-flow GFlowNets reduce to Kantorovich optimal transport problems. This framework enables GFlowNets to learn optimal transport plans on large graphs through neural parameterization, with experimental validation confirming alignment with exact solvers.

AIBullisharXiv – CS AI · Jun 57/10
🧠

Closing the Loop on Latent Reasoning via Test-Time Reconstruction

Researchers introduce ReLAT, a test-time training method that improves latent reasoning in large language models by reconstructing the original query from intermediate latent states, ensuring task-relevant information is preserved. The approach demonstrates significant performance gains across mathematical reasoning, QA, and code generation tasks, with Qwen3-8B achieving a 16.6-point improvement on AIME 2024.

AIBearisharXiv – CS AI · Jun 57/10
🧠

SlotGCG: Exploiting the Positional Vulnerability in LLMs for Jailbreak Attacks

Researchers introduce SlotGCG, a novel jailbreak attack method that exploits positional vulnerabilities in large language models by strategically inserting adversarial tokens at optimal positions within prompts rather than just at the end. The approach achieves 14% higher success rates than existing GCG-based attacks while identifying that LLM vulnerability is significantly dependent on token insertion location.

AIBullisharXiv – CS AI · Jun 57/10
🧠

Do Models Share Safety Representations? Cross-Model Steering for Safe Visual Generation

Researchers demonstrate that safety behaviors in generative AI models can be represented as portable latent directions that transfer across different architectures without requiring unsafe training data on target models. This framework enables cross-model safety steering for text-to-image and text-to-video generation, suggesting safety is a shared property rather than model-specific.

AIBullisharXiv – CS AI · Jun 57/10
🧠

Representation Learning Enables Scalable Multitask Deep Reinforcement Learning

Researchers demonstrate that representation learning, rather than model-based planning, is the key driver of scalable multitask reinforcement learning. Their proposed MR.Q algorithm combines predictive representations with value function approximation to outperform existing world-model methods while reducing computational overhead.

AIBearisharXiv – CS AI · Jun 57/10
🧠

RAG Security and Privacy: Formalizing the Threat Model and Attack Surface

Researchers propose the first formal threat model for Retrieval-Augmented Generation (RAG) systems, which combine LLMs with external document retrieval. The framework identifies new security vulnerabilities including document membership inference and data poisoning attacks that emerge from RAG's reliance on external knowledge bases, addressing a critical gap in AI safety research.

AIBullisharXiv – CS AI · Jun 57/10
🧠

Data Flow Control: Data Safety Policies for AI Agents

Researchers introduce Data Flow Control (DFC), a framework that enforces data safety policies within database management systems to prevent AI agents from executing semantically correct but policy-violating queries. The open-source solution, called Passant, achieves near-zero overhead across five major DBMS engines while outperforming alternatives by orders of magnitude, moving data governance from application prompts into infrastructure.

AINeutralarXiv – CS AI · Jun 57/10
🧠

Spectral Probe-Circuits: A Three-Step Recipe for Identifying Attention-Head Circuits in Pretrained Transformers

Researchers present a three-step methodology for identifying and validating attention-head circuits in transformer models using spectral analysis, pattern filtering, and causal ablation. The technique successfully isolates core computational circuits across multiple model sizes and architectures without requiring labeled data or gradient attribution.

AIBullisharXiv – CS AI · Jun 57/10
🧠

Beyond Code Pairs: Dialogue-Based Data Generation for LLM Code Translation

Researchers have developed an automated pipeline using dual-LLM agents to generate high-quality training data for code translation tasks, particularly in low-resource languages like Fortran and CUDA. The approach produces verified translations with unit tests and multi-turn dialogue datasets, enabling a 7B model to outperform larger proprietary systems with over 56% improvement in functional correctness on C++-to-CUDA translation.

AIBullisharXiv – CS AI · Jun 57/10
🧠

ABBEL: Learning Natural-Language Belief States for Memory-Efficient Interaction

ABBEL is a new recursive summarization framework that enables AI agents to maintain memory-efficient interaction histories by storing information as natural-language belief states rather than full context. The approach uses reinforcement learning techniques to improve belief generation quality, achieving 40% better performance than prior memory-constrained agents while using 67% less memory.

AIBullisharXiv – CS AI · Jun 57/10
🧠

Exact Linear Attention

Researchers introduce Exact Linear Attention (ELA), a novel Transformer mechanism that achieves linear computational complexity while eliminating approximation errors in attention calculations. The approach demonstrates significant practical improvements including 6x faster decoding speeds and 75% reduction in KV cache memory, with extensions to vision models showing 4.3x GPU speedup.

AIBearisharXiv – CS AI · Jun 57/10
🧠

When Surface Form Changes Moderation Decisions: A Paired Study of Code-Mixed Workflow Instability

Researchers found that content moderation systems trained on clean English perform significantly worse when processing code-mixed inputs (mixing English and Tamil), causing a 26.5% decision flip rate between allowing and flagging identical content. The study reveals workflow-level failures in moderation systems, including increased false positives on non-hateful content and higher review burdens, issues missed by standard classification metrics.

AIBullisharXiv – CS AI · Jun 57/10
🧠

DRIFT: A Residual Flow Adapter for Decoding Continuous Outputs in Vision-Language Models

Researchers introduce DRIFT, a framework that adapts pretrained vision-language models to handle continuous numerical outputs rather than discrete tokens. By combining a base predictor with a flow-matching refinement module, DRIFT improves performance on tasks like temporal localization and robotic control across multiple model architectures.

AIBearisharXiv – CS AI · Jun 57/10
🧠

Dense Contexts Are Hard Contexts: Lexical Density Limits Effective Context in LLMs

Researchers discovered that lexical density—the rate at which new information appears in text—significantly limits LLM effective context windows, causing near-perfect models to drop below 60% accuracy on information-dense contexts. This finding reveals that input length and needle position, traditionally blamed for context degradation, overlook a critical third factor that directly impacts real-world LLM performance on compact, information-rich data.

← PrevPage 263 of 3837Next →
Filters
Sentiment
Importance
Sort
Stay Updated
Everything combined