🤖 AI 速览
📋 文章元数据
- 发布时间
- 2026-06-25
- 类型
- ai-daily
- 字数
- 7580
- 阅读时长
- 36 min
2026-06-25 AI Daily | Agents Enter Infrastructure Competition: From Browser Operations to Inference Chips Link to heading
Today’s main theme is the transition of agents from concept to systematic implementation: Gemini is delegating “computer use” capabilities to lightweight models, while evaluation and security frameworks are gaining traction. The OpenAI and Broadcom inference chip shows that model competition is reaching the silicon level. Edge models, Coding Agents, and organizational collaboration tools are also maturing rapidly.
📖 In-depth Guide to This Issue’s Watch List Link to heading
The most noteworthy theme today is “agents moving from concept to infrastructure.” Mirendil’s interview on self-accelerating AI is a must-read for those interested in the organizational structures of cutting-edge research. Google DeepMind’s introduction of “computer use” into Gemini 3.5 Flash indicates that browser/desktop operation capabilities are being delegated to more lightweight models. Correspondingly, RIFT-Bench, AgenticInterpBench, and several papers on agent boundaries, security, and interpretability remind us: the faster agent capabilities expand, the more systematic evaluation, red-teaming, and responsibility boundaries are needed.
The second theme is “the continued acceleration of the full-stack AI.” OpenAI and Broadcom’s launch of a chip for LLM inference, with an emphasis on a nine-month design-to-production cycle, deserves close attention from infrastructure teams: model companies are extending the competition to the silicon level, data centers, and energy efficiency.
Finally, inference and reinforcement learning remain research hotspots. From SGPO’s policy distillation to the long-term alignment of beneficial models, multi-objective recommendations, and safe multi-agent RL, today’s papers all point to one issue: AI must not only complete tasks but also act in a stable, interpretable, and generalizable manner under complex constraints.
🌐 X Platform AI Hot Topics Quick Brief Link to heading
Topic 1: Loop Engineering Emerges as New Way to Automate AI Coding Agents Link to heading
- Category: AI · Other
- Overview: Trending 13 hours ago, Related posts: 3600
- What it is: A new idea called “Loop Engineering” is trending on X, which involves automating the workflow of AI coding agents through a cyclic mechanism of feedback, evaluation, and correction.
- Why it’s important: It could significantly improve the stability, controllability, and task completion rate of AI coding agents, driving the shift from “single-shot generation” to “sustainably executing” engineered agents.
- Discussion summary: Current discussions focus on whether this loop framework can genuinely improve performance on complex coding tasks, its advantages over traditional agent workflows, and whether it will become a standard paradigm for future AI programming automation.
Topic 2: Developer Migrates $36K AI Agents from OpenClaw to Hermes for Better Reliability Link to heading
- Category: AI · News
- Overview: Trending 11 hours ago, Related posts: 83
- Abstract: Developer Migrates $36K AI Agents from OpenClaw to Hermes for Better Reliability:
Topic 3: Anthropic Accuses Alibaba-Linked Group of Massive Claude AI Distillation Attack Link to heading
- Category: AI · News
- Overview: Trending 7 hours ago, Related posts: 4700
- What it is: Anthropic has accused an organization linked to Alibaba of using Claude outputs on a large scale for model distillation to replicate or enhance their own AI system’s capabilities.
- Why it’s important: This incident highlights the risks related to intellectual property, model security, and API abuse for frontier large models. It may also intensify regulatory pressure on AI companies regarding training data, access control, and cross-border technology competition.
- Discussion summary: Discussions on X are focused on whether Anthropic’s evidence is sufficient, whether model distillation should be considered a violation or a common industry practice, the potential for politicized interpretations in the context of US-China AI competition, and how platforms should balance open access with preventing capability replication.
Topic 4: China’s GLM-5.2 Tops Coding Benchmarks at Fraction of U.S. AI Costs Link to heading
- Category: AI · News
- Overview: Trending 9 hours ago, Related posts: 2500
- What it is: China’s GLM-5.2 has been reported to lead in code benchmarks, with its training or usage costs being only a fraction of comparable U.S. AI models.
- Why it’s important: This suggests that in the AI field, especially for programming models, performance advantages do not necessarily depend solely on greater computing power and higher costs. It could change the industry’s perspective on model efficiency, R&D investment, and the competitive landscape.
- Discussion summary: The discussion on X centers on whether its benchmark scores are representative of real-world programming capabilities, whether its cost advantage is replicable, and if this signals a shift in the US-China AI competition from a “compute power race” to a “battle of efficiency” and engineering capabilities.
Topic 5: Users Build AI-Powered Second Brains with Claude and Obsidian Link to heading
- Category: AI · News
- Overview: Trending 8 hours ago, 144 related posts
- What happened: Discussions on X regarding tutorials, plugins, and workflows for building “AI Second Brains” with Claude and Obsidian are heating up. Users are sharing methods to organize, associate, and retrieve personal knowledge bases using AI, all without coding.
- Why it’s important: This reflects a shift in large language models from being mere Q&A tools to becoming personal knowledge management and productivity infrastructure, enabling non-technical users to build sustainable, accumulating intelligent workflows with a low barrier to entry.
- Discussion overview: Discussions focus on how to structure Obsidian notes for AI pattern recognition, the practicality of Claude plugins and GitHub projects, and whether such tools truly enhance thinking ability or merely create new efficiency illusions and information organization burdens.
Today’s AI Public Opinion Summary on X Link to heading
Today’s main thread of AI discussion on X has shifted from “model capabilities themselves” to “how to transform models into sustainable, controllable, and deployable productivity systems”: on one side, cyclical feedback frameworks like Loop Engineering emphasize moving coding agents from one-time generation to repeated evaluation and correction; on the other, the Claude + Obsidian “Second Brain” workflow pushes AI deeper into personal knowledge management. The consensus is that everyone acknowledges AI is evolving from a chat tool into engineered and daily infrastructure, with significant potential especially in programming, retrieval, and organization tasks. However, there is disagreement on whether these solutions truly enhance stability and thinking quality, or primarily create an illusion of efficiency. Meanwhile, debates surrounding Anthropic’s accusations of distillation and GLM-5.2’s low-cost, high-performance capabilities also draw focus back to the underlying logic of model competition: whether success comes from computing power, data, and closed access barriers, or from efficiency, engineering, and workflow innovation. Potential risks are concentrated in three areas: intellectual property and security issues arising from model capabilities being replicated or misused, misjudgments caused by a disconnect between benchmark scores and real-world scenarios, and the potential for over-reliance on AI tools to amplify information organization costs and cognitive outsourcing.
💡 Influencer Insights Link to heading
Based on a summary of activity from several AI influencers on the X platform over the past 24 hours, here is a core observation and in-depth analysis report.
📊 AI Industry Daily Briefing: On-device Models Rise, Coding Agent Ecosystem & Regulatory Storm Link to heading
1. 🔥 Today’s Focus: Technology Trends and Product Hotspots Link to heading
On-device Models Enter Practical Stage Link to heading
Local deployment is no longer just a toy for geeks but is becoming a mainstream choice for high-productivity scenarios.
- Qwen Series firmly holds “sweet spot”: After “ascetic” testing, @zhixianio stated that running Qwen3.6-35B-A3B (oMLX) on an M5 Max offers an excellent experience, with faster response times than remote APIs and “smart” performance in multimodal personal assistant (OpenClaw) and programming (PI-Mono) scenarios. He even believes on-device performance has surpassed DSV4 Pro.
- Astonishing potential and ceiling of small models: @zhixianio conducted brutal code generation tests on Gemma 4 12B and its code-tuned version. The results show that while 12B models perform well in handling daily scripts, they frequently encounter logical failures when generating complex stateful programs like “Tetris,” constrained by their size. This proves that 12B is the current “entry-level programming model,” but cannot replace the complex engineering capabilities of 35B+ models.
- Google’s on-device ambition: @zhixianio noted Google’s release of the QAT (Quantization-Aware Training) model, considering it a critical step for Google to pave the way for Android on-device AI. By optimizing quantization during training, Google aims to make AI run seamlessly on mobile phones.
Coding Agent Ecosystem: From “Usable” to “Ultimate Cost and Experience” Link to heading
The discussion around AI programming has shifted from “can it write code” to cost control, Skill workflow management, and cross-model orchestration.
- Codex usage anxiety: Multiple bloggers (@Pluvio9yte, @msjiaozhu) reported a sharp increase in Codex’s Token consumption speed, with the same tasks consuming several times more than before. @Pluvio9yte, a $200 subscriber, expressed strong uneasiness. This hints that OpenAI might be adjusting backend billing weights or model inference consumption.
- Domestic models’ coding surprise attack: @Pluvio9yte and @vista8 strongly recommended ByteDance’s Doubao-Seed-2.1-Pro model. Tests showed significant progress in its frontend and coding capabilities, and @Pluvio9yte provided a specific tutorial for integrating this model into Claude Code. Switching between multiple models and finding the most cost-effective API has become an essential skill for developers.
- Fable’s Disruptive Productivity: @zhixianio shared his astounding experience with Fable, an agent that completed 70% of a demo project in just 40 minutes. It even identified flaws in the human-led design and optimized it autonomously. This marks an evolution in AI programming, shifting from a mere “executor” to an “architecture reviewer.”
Deeper Integration of AI and Office Software Link to heading
- The Launch of Claude Tag: @dotey provided a detailed overview of Claude Tag, launched by Anthropic. It’s not just a simple chatbot, but a persistent “colleague” within Slack, featuring contextual memory, proactive notifications (Ambient mode), and cross-thread collaboration. @dotey noted that 65% of Anthropic’s internal code is already generated by it, signaling that agents are now entering the complex domain of organizational collaboration.
2. 🧠 Unique Perspectives and Industry Foresight Link to heading
The Future of “Causal Large Models” (from @Pluvio9yte, quoting @huang_biwei): Today’s LLMs operate on “correlation prediction” and cannot grasp physical causality, like understanding that “pouring water into a cup with a hole will cause it to leak.” Aether AI’s Causal World Models aim to shift AI from data fitting to understanding underlying mechanisms. In fields like embodied intelligence and scientific R&D, this is seen as an alternative path to breaking the bottlenecks of Scaling Laws.
Token Heterogeneity and New Factors of Production (@lijigang & @vista8):
- @lijigang offered a profound insight: Electricity is homogeneous, but Tokens are heterogeneous (the value of Tokens from different models varies). This disparity can easily create “tax-like” supply bottlenecks rather than becoming a simple commoditized infrastructure.
- @vista8 argued that while Agents are becoming a nearly-free digital labor force, human “attention, trust, and branding” will not depreciate; instead, they become more valuable due to information overload. Personal media will become the new era’s “trusted context entry point.”
Beware the “Token Trap” and Embrace an Automation Mindset (@gefei55 & @Pluvio9yte):
- @gefei55 cautioned that while Tokens may seem infinite, human energy is finite. Don’t let Vibe Coding turn into a life-draining “Token trap”; prioritize what’s important.
- @Pluvio9yte summarized a core principle for the AI era: If you’ve done something manually three times, you must think about how to automate it.
On Time Gaps and Information Arbitrage (@gefei55): @gefei55 shared an SEO strategy that uses AI to monitor viral links on Twitter to discover new domain names. By mining social media signals (likes, links) before a topic trends on Google, one can achieve “time-gap arbitrage.” This demonstrates that business opportunities in the AI era lie in preemptive insight.
Returning to the Essence of Thinking (@lijigang): In an age of tool proliferation, @lijigang repeatedly emphasized that “taste is a person’s loss function” and recommended “thematic reading” to gain disciplinary perspectives. Tools are merely means; the real defensible moat is a person’s ability to define problems and formulate decision functions.
3. 🛠️ Recommended Tools and Resources Link to heading
Programming and Development Agents
- Doubao-Seed-2.1-Pro: Recommended by @Pluvio9yte, this domestic model excels in coding and front-end capabilities and can be integrated with various Agents via the Volcano Engine API.
- Fable: A widely discussed AI programming tool capable of handling complex demo development and proposing solutions superior to human ones.
- Tencent WeKnora: Recommended by @Pluvio9yte, an open-source enterprise knowledge platform that integrates RAG, Agent, and automatic knowledge graph generation.
Skill and Workflow Management
- Symbolic Link-Based Skill Management: @dotey shared a geek-style approach to Skill management, using symbolic links to unify configuration files across multiple projects and Agents, combined with Git for efficient iteration.
- Interview Analysis Skill Suite: @dotey open-sourced two Skills,
interview-analysisandinterview-writing, designed to transform long podcasts into high-quality articles. - Port Management Tool: @vista8 recommended a free macOS menu bar utility for intuitively checking local port usage—a great assistant for Vibe Coding.
Efficiency and Data
- Obsidian-WeChat Sync Assistant: Shared by @AI_Jasonyu, this tool allows one-click synchronization of WeChat articles and valuable content from paid communities to Obsidian for building a personal knowledge base.
- CapWords: Recommended by @nishuang, a foreign language learning app that uses AI to recognize real-world objects for gamified learning, setting a benchmark for the integration of design and AI.
- Google Workspace CLI: Although the author’s dismissal caused controversy (reported by @dotey), the tool remains powerful, allowing you to manage Gmail and Drive from the command line, and it comes with a built-in MCP service.
📚 Appendix: Today’s Watch List Update Source List Link to heading
Time window: Last 3 days; covers 22 sources; 34 updates in total.
a16z Podcast (A_full) Link to heading
- Building Self-Accelerating AI with Mirendil
- Publication Time: 2026-06-25 03:12 Beijing Time
- Abstract: - Matt Bornstein speaks with Mirendil co-founders Behnam Neyshabur and Harsh Mehta about their vision for building self-accelerating artificial intelligence.
- After leading research efforts at Google and Anthropic, the founders started Mirendil around a simple question: what happens when AI systems can meaningfully contribute to their own development?
- They believe that the most important application may be accelerating scientific and technological progress itself, rather than just focusing on AI as a productivity tool.
- The conversation explores AI research, scaling laws, automated engineering, scientific discovery, and the challenges of building systems that can improve over time.
- They discuss the future of AI-assisted research, why they believe scientific progress is still bottlenecked by intelligence, and how more powerful AI systems can help unlock advancements in medicine, engineering, and the natural sciences.
- EN Highlights:
- Matt Bornstein speaks with Mirendil cofounders Behnam Neyshabur and Harsh Mehta about their vision for building self-accelerating AI
- After leading research efforts at Google and Anthropic, the founders started Mirendil around a simple question: what happens when AI systems can meaningfully co…
- Rather than focusing solely on AI as a tool for productivity, they argue that the most important application may be accelerating scientific and technological pr…
- The conversation explores AI research, scaling laws, automated engineering, scientific discovery, and the challenges of building systems that can improve over t…
Stratechery by Ben Thompson (A_full) Link to heading
- My Vibe Coding Adventure, The App and the Experience, Ten Takeaways
- Publication Time: 2026-06-24 18:00 Beijing Time
- Abstract: - My experience and reflections on vibe coding an app that I plan on actually using regularly.
- $15/month* or *$150/year.
- Substantive analysis of the day’s news via three weekly emails or a podcast.
- Strategy Interviews.
- Interviews with leading public company CEOs, private company founders, and discussions with fellow analysts.
- EN Highlights:
- My experience and reflections on vibe coding an app that I plan on actually using regularly.
OpenAI Blog (A_full) Link to heading
- OpenAI and Broadcom unveil LLM-optimized inference chip
- Publication Time: 2026-06-24 14:00 Beijing Time
- Abstract:
- Early tests show that the first generation accelerator’s performance per watt will significantly outperform current state-of-the-art technology.
- Built from the ground up for current and future LLMs across the industry.
- The development process from design to production took only nine months, with OpenAI’s models accelerating the process.
- Expands OpenAI’s full-stack platform, from product to model, and now to chip.
- Will be deployed in gigawatt-scale, multi-generational deployments with data center partners.
- EN Key Points:
- OpenAI and Broadcom introduce Jalapeño, a custom AI chip built for LLM inference to improve performance, efficiency, and scale across AI systems.
Google DeepMind Blog (A_full) Link to heading
- Introducing computer use in Gemini 3.5 Flash
- Published Time:2026-06-25 00:30 Beijing Time
- Abstract:
- Introducing computer use in Gemini 3.5 Flash.
- This piece from Google DeepMind Blog explains how Introducing computer use in Gemini 3.5 Flash shapes the broader AI and infrastructure landscape.
- After introducing computer use in Gemini 3.5 Flash, it also brings practical implications for founders, operators, and investors.
- EN Key Points:
- Introducing computer use in Gemini 3.5 Flash
ArXiv cs.AI (B_intro+search) Link to heading
RIFT-Bench: Dynamic Red-teaming For Agentic AI Systems
- Published Time:2026-06-24 12:00 Beijing Time
- Abstract:
- arXiv:2606.23927v1 Announce Type: new.
- Abstract: Agentic AI systems powered by large language models (LLMs) are rapidly evolving into autonomous decision-making systems, exposing attack vectors beyond traditional LLM vulnerabilities.
- Existing security evaluations are often tied to specific implementations or domains, limiting unified comparison across heterogeneous systems.
- To address this gap, we introduce RIFT-Bench, a graph representation-driven methodology for dynamic red-teaming that enables unified evaluations across diverse agent architectures.
- EN Key Points:
- arXiv:2606.23927v1 Announce Type: new
- Abstract: Agentic AI systems powered by large language models (LLMs) are rapidly evolving into autonomous decision-making systems, exposing attack vectors beyon…
- Existing security evaluations are often tied to specific implementations or domains, limiting unified comparison across heterogeneous systems
- To address this gap, we introduce RIFT-Bench, a graph representation-driven methodology for dynamic red-teaming that enables unified evaluations across diverse…
Neuro-Symbolic Drive: Rule-Grounded Faithful Reasoning for Driving VLAs
- Published Time:2026-06-24 12:00 Beijing Time
- Abstract:
- arXiv:2606.23938v1 Announce Type: new.
- Abstract: Driven VLA models that incorporate Chain-of-Thought (CoT) reasoning are appealing because they leverage pre-trained VLM representations and expose intermediate decisions in natural language, but current rationales often lack the step-by-step decision semantics required to maintain causal relationships between rationales and planned movements.
We introduce Neuro-Symbolic Drive, a neuro-symbolic driving framework that supervises a driving VLA with rule-grounded reasoning traces extracted directly from classic rule-based planners.
Our key observation is that rule-based planners are symbolic AI systems that already function as executable reasoning engines: they reason about active safety constraints, search for candidate actions, and select the final trajectory.
EN Highlights:
- arXiv:2606.23938v1 Announce Type: new
- Abstract: Driving VLA models incorporating Chain-of-Thought (CoT) reasoning are attractive because they leverage pretrained VLM representations and expose inter…
- We introduce Neuro-Symbolic Drive, a neuro-symbolic driving framework that supervises a driving VLA with rule-grounded reasoning traces extracted directly from…
- Our key observation is that rule-based planners are symbolic AI systems that already function as executable reasoning engines: they reason about active safety c…
- Release Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23991v1 Announce Type: new.
- With the rise of Large Language Model (LLM) systems marketed as “coding agents,” “AI co-scientists,” and other “agentic” tools that promise to increase productivity, and with “existential” concerns about, for instance, AI having destructive power under a speculative “machine agency” directed against humanity and escaping human control, it becomes critical to clarify where automation ends and agency begins, both for building capable systems and for understanding whether and what to fear.
- Drawing on the Cartesian foundation of independent thought and depictions of autonomous existence in science fiction, we survey the state of AI agents and analyze agent architectures across five dimensions: goals, identity, decision-making, self-regulation, and learning.
- Specifically, we argue that true agency requires these constructs to be \emph{internalized within the system itself} rather than assembled through external scaffolding.
- EN Highlights:
- arXiv:2606.23991v1 Announce Type: new
- Abstract: What is an agent
- What constitutes agency
- With the rise of Large Language Model (LLM) systems marketed as
coding agents'',AI co-scientists’’, and other ``agentic" tools that promise to drive up pro…
Safe and Generalizable Hierarchical Multi-Agent RL via Constraint Manifold Control
- Release Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.24010v1 Announce Type: new.
- Abstract: Multi-agent systems are widely used in safety-critical applications that require coordinated behavior under strict safety constraints.
- Existing approaches face a fundamental trade-off: learning-based methods achieve strong empirical performance but lack theoretical safety guarantees, while control-theoretic methods enhance safety but often lead to overly conservative and inefficient behavior.
- We propose a hierarchical multi-agent reinforcement learning framework that enforces hard safety constraints under mild assumptions at a low level via a constraint manifold, while enabling effective coordination through high-level policy learning.
- EN Highlights:
- arXiv:2606.24010v1 Announce Type: new
- Abstract: Multi-agent systems are widely used in safety-critical applications that require coordinated behavior under strict safety constraints
Existing approaches face a fundamental trade-off: learning-based methods achieve strong empirical performance but lack theoretical safety guarantees, while cont…
We propose a hierarchical multi-agent reinforcement learning framework that enforces hard safety constraints under mild assumptions at low level via a constrain…
Reinforcement Learning Towards Broadly and Persistently Beneficial Models
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.24014v1 Announcement Type: new.
- Abstract: As AI systems are deployed in increasingly diverse and high-risk environments, model alignment must generalize beyond the tasks and domains seen during training.
- This is especially important for Reinforcement Learning (RL), as RL can introduce unexpected misalignment through reward hacking, deception, or other unintended strategies.
- We investigate whether reinforcement learning of beneficial behaviors, instantiated in realistic domains, can produce broad and persistent alignment generalization beyond the training distribution.
- EN Key Points:
- arXiv:2606.24014v1 Announce Type: new
- Abstract: As AI systems are deployed across increasingly diverse and high-stakes settings, model alignment must generalize beyond the tasks and domains seen dur…
- This is especially important for reinforcement learning (RL), which can introduce unexpected misalignment through reward hacking, deception, or other unintended…
- We study whether RL on beneficial behavior, instantiated in realistic domains, can produce broad and persistent alignment generalization beyond the training dis…
Can Language Model Agents be Helpful Circuit Explainers in Mechanistic Interpretability?
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.24026v1 Announcement Type: new.
- Abstract: Mechanistic interpretability has made substantial progress in automatically localizing circuits, but explaining the role of localized components remains labor-intensive and difficult to standardize.
- In this work, we investigate whether Language Model (LM) agents can help solve this explanation problem once a circuit has already been identified.
- We introduce AgenticInterpBench, a circuit explanation benchmark constructed from 84 semi-synthetic transformer circuits and 163 component-level annotations.
- EN Key Points:
- arXiv:2606.24026v1 Announce Type: new
- Abstract: Mechanistic interpretability has made substantial progress in automatically localizing circuits, but explaining what localized components do remains l…
- In this work, we study whether language model (LM) agents can assist with this explanation problem once a circuit has already been identified
We introduce AgenticInterpBench, a benchmark for circuit explanation built from 84 semi-synthetic transformer circuits with 163 component-level annotations
Breaking the Filter Bubble: A Semantic Pareto-DQN Framework for Multi-Objective Recommendation
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.24042v1 Announce Type: new.
- Abstract: Recommender systems often induce filter bubbles and semantic homogenization by monolithically optimizing for immediate user engagement.
- Standard single-objective models, including traditional Deep Q-Networks, are ill-equipped to navigate the trade-offs between platform retention and critical social values such as information diversity and provider fairness.
- To address these limitations, we introduce a multi-objective reinforcement learning framework that formalizes recommendation as a semantic multi-objective Markov Decision Process.
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.24047v1 Announce Type: new.
- Abstract: One of the significant mental health issues affecting female sex workers (FSWs) is mental disorders, especially depression.
- Exposure to violence, stigma, and economic hardship further increases their psychological risk.
- Current machine learning (ML) models are typically ineffective at capturing the high-dimensional and complex risk patterns that exist in this marginalized group.
Beyond Trajectory Imitation: Strategy-Guided Policy Optimization for LLM Reasoning
Published: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.24064v1 Announce Type: new.
- Abstract: Distilling reasoning capabilities from strong to weak language models typically involves imitating specific solution trajectories, effectively transferring what to answer instead of how to reason.
- This trajectory-level imitation encourages memorization of instance-specific steps rather than the acquisition of transferable problem-solving skills, thus limiting generalization to new problems.
- We propose Strategy-Guided Policy Optimization (SGPO), which replaces instance-level trajectory imitation with reusable strategy distillation.
- EN Highlights:
- arXiv:2606.24064v1 Announce Type: new
- Abstract: Distilling reasoning capabilities from strong to weak language models typically involves imitating specific solution trajectories, effectively transfe…
- This trajectory-level imitation encourages memorization of instance-specific steps rather than acquisition of transferable problem-solving skills, limiting gene…
- We propose Strategy-Guided Policy Optimization (SGPO), which replaces instance-level trajectory imitation with reusable strategy distillation
- Abstract: - arXiv:2606.24064v1 Announce Type: new.
- Published: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.24099v1 Announce Type: new.
- Abstract: Algorithms have become central to scientific research in the era of Artificial Intelligence (AI).
- Although algorithms mentioned in papers are often used to indicate popularity and influence, existing research typically evaluates individual algorithms in isolation, with limited focus on the collective influence formed by their interconnections.
- This study constructs a large-scale algorithm co-occurrence network in Natural Language Processing (NLP) based on the full text of academic papers and investigates algorithmic influence from a network perspective.
- EN Highlights:
- arXiv:2606.24099v1 Announce Type: new
- Abstract: Algorithms have become central to scientific research in the era of artificial intelligence (AI)
- Although algorithm mentions in papers are often used to indicate popularity and influence, existing studies usually evaluate individual algorithms in isolation…
- This study constructs large-scale algorithm co-occurrence networks in natural language processing (NLP) based on the full text of academic papers and investigat…
ArXiv cs.CL (B_intro+search) Link to heading
EXPO-SQL: Execution-based Clause-level Policy Optimization for Text-to-SQL
- Published: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23693v1 Announce Type: new.
- Abstract: Text-to-SQL enables users to query databases using natural language by generating executable SQL queries.
- Recent methods increasingly adopt Reinforcement Learning (RL) based on large language models to leverage execution feedback for training.
- However, existing RL methods assign a uniform query-level reward to all clauses in an SQL query, treating correct and incorrect clauses equally.
EN 要点:
- arXiv:2606.23693v1 Announce Type: new
- Abstract: Text-to-SQL enables users to query databases using natural language by generating executable SQL queries
- Recent methods have increasingly adopted Large Language Models based reinforcement learning (RL) to leverage execution feedback for training
- However, existing RL methods assign uniform query-level rewards to all clauses in a SQL query, treating correct and incorrect clauses equally
ModTGCN: Modularity-aware Graph Neural Networks for Text Classification
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23694v1 Announce Type: new.
- Abstract: Despite semantic document graphs exhibiting strong class-consistent clustering, graph-based text classification models typically rely on local neighborhood aggregation and overlook global community structures.
- Ignoring this can blur class boundaries and lead to over-smoothing.
- We propose ModTGCN, a modularity-aware graph neural network for text classification that jointly optimizes cross-entropy and a modularity-based auxiliary objective to facilitate class-consistent document communities while preserving discriminative representations.
- EN 要点:
- arXiv:2606.23694v1 Announce Type: new
- Abstract: Graph-based text classification models typically rely on local neighborhood aggregation and overlook global community structure, despite semantic docu…
- Ignoring this can blur class boundaries and lead to over-smoothing
- We propose ModTGCN, a modularity-aware graph neural network for text classification that jointly optimizes cross-entropy and a modularity-based auxiliary object…
Quantifying Prior Dominance in RAG Systems
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23695v1 Announce Type: new.
- Abstract: Retrieval-Augmented Generation (RAG) grounds Large Language Models in external knowledge, yet current evaluations rely on discrete heuristics suffering from “cognitive blindness”—unable to distinguish genuine contextual information extraction from parametric memory recall.
- To address this, we introduce Normalized Context Utilization (NCU), a metric leveraging continuous token log-probabilities under zero-shot, oracle, and adversarial conditions to rigorously quantify contextual information gain.
- Evaluations across architectures from 1.5B to 72B parameters and proprietary commercial APIs reveal that for strict factual extraction (without chain-of-thought reasoning), traditional scaling laws exhibit extreme diminishing returns: efficient Small Language Models (SLMs) match or outperform high-capacity architectures.
- EN 要点:
- arXiv:2606.23695v1 Announce Type: new
- Abstract: Retrieval-Augmented Generation (RAG) grounds Large Language Models in external knowledge, yet current evaluations rely on discrete heuristics that suf…
To address this, we introduce the Normalized Context Utilization (NCU) metric, leveraging continuous token log-probabilities across zero-shot, oracle, and adver…
- Evaluating architectures ranging from 1.5B to 72B parameters alongside a proprietary commercial API reveals that for strict factual extraction (without Chain-of…
Self-Recognition Finetuning can Prevent and Reverse Emergent Misalignment
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23700v1 Announcement Type: New.
- Abstract: Emergent misalignment (EM) is associated with the activation of misaligned persona vectors and malevolent personality traits, suggesting that EM operates by disrupting the model’s consistent persona rather than directly learning harmful content.
- Motivated by this connection, we investigate self-generated text recognition (SGTR) finetuning as a character-targeted intervention distinct from existing in-training defenses.
- We conduct two-stage finetuning experiments on three models (GPT-4.1, Qwen2.5-32B-Instruct, Seed-OSS-36B-Instruct) and multiple EM datasets, comparing SGTR finetuning with a benign finetuning baseline (correct domain-specific data, common sense, and word count statistics) to find it an effective defense in both reversal and prevention settings.
- EN Highlights:
- arXiv:2606.23700v1 Announce Type: new
- Abstract: Emergent misalignment (EM) has been linked to the activation of misaligned persona vectors and evil character traits, suggesting that EM operates thro…
- Motivated by this connection, we study self-generated text recognition (SGTR) finetuning as a character-targeted intervention that is distinct from existing in-…
- We conduct two-stage finetuning experiments across three models (GPT-4.1, Qwen2.5-32B-Instruct, Seed-OSS-36B-Instruct) and multiple EM datasets to compare SGTR…
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23701v1 Announcement Type: New.
- Abstract: Qualitative product feedback can reveal nuanced user experiences, but its implicit sentiment is difficult to measure.
- This paper proposes a scalable and explainable framework that uses Large Language Models (LLMs) to quantify product desirability in such data.
- Using two Product Desirability Toolkit (PDT) datasets from ZORQ and CARMA, which include 106 respondent term groupings along with gold-standard human annotations, evaluation is performed with zero-shot continuous numerical sentiment scoring and categorical sentiment classification, without relying on explicit review scores.
- EN Highlights:
- arXiv:2606.23701v1 Announce Type: new
- Abstract: Qualitative product feedback can reveal nuanced user experiences, but its implicit sentiment is difficult to measure
This paper presents a scalable and interpretable framework that uses large language models (LLMs) to quantify product desirability from such data
Using two Product Desirability Toolkit (PDT) datasets from ZORQ and CARMA comprising 106 respondent term groupings with gold-standard human annotation, zero-sho…
Ground Then Rank: Revisiting Knowledge-Based VQA with Training-Free Entity Identification
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23881v1 Announcement Type: new.
- Abstract: Knowledge-Based Visual Question Answering (KB-VQA) requires grounding visual queries to external knowledge beyond directly observable content in the image.
- While recent multi-modal large language models (MLLMs) show strong perceptual abilities, they struggle with KB-VQA tasks that require grounding at both the fine-grained entity and evidence levels.
- Most existing multi-modal retrieval-augmented generation (MM-RAG) methods tightly couple entity discrimination and section-level evidence ranking into a single re-ranking stage, resulting in high costs and limited generalization.
- EN Key Points:
- arXiv:2606.23881v1 Announce Type: new
- Abstract: Knowledge-Based Visual Question Answering (KB-VQA) requires grounding visual queries to external knowledge beyond directly observable content in image…
- While recent multi modal large language models (MLLMs) show strong perceptual abilities, they struggle on KB-VQA tasks requiring groundings from both fine-grain…
- Most existing multi-modal retrieval augmented generation (MM-RAG) methods tightly couple entity discrimination and section-level evidence ranking into a single…
One Year Later…The Harms Persist, But So Do We!
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23884v1 Announcement Type: new.
- Abstract: General-purpose large language models (LLMs) are increasingly used for mental health-related conversations, but safety safeguards remain inadequate and inconsistent across different clinical conditions.
- This study evaluates six proprietary LLMs across 16 DSM-5 conditions using four adversarial attack variants, introducing an eight-dimension harm taxonomy and a multidimensional evaluation framework.
- The results show that safeguards are only effective for suicide and self-harm, while failure rates reach up to 100% for conditions such as eating disorders, substance use disorders, and major depressive disorder.
- EN Key Points:
- arXiv:2606.23884v1 Announce Type: new
- Abstract: General-purpose large language models (LLMs) are increasingly used for mental health-related conversations, yet safety safeguards remain inadequate an…
- This study evaluates six proprietary LLMs across 16 DSM-5 conditions using four adversarial attack variants, introducing an eight-dimension harm taxonomy and a…
Results show that safeguards hold reliably only for suicide and self-harm, while conditions such as eating disorders, substance use disorder, and major depressi…
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23915v1 Announcement Type: New.
- Abstract: In practice, automatic metrics for attribution in LLM retrieval-augmented generation are often treated as interchangeable.
- We audited eight automatic scorers—lexical, embedding, and BERTScore baselines alongside entailment/grounding-trained models (clean and FEVER NLI, the checker MiniCheck)—across three evaluation constructs (provenance/topicality, generated-answer attribution, and fact-checking entailment), asking if any scorer transfers: remaining within the 95% confidence interval of the best-audited scorer on each dataset of a multi-dataset construct.
- In the construct with the most multi-dataset human-labeled coverage—generated-answer attribution (AttributionBench’s four source datasets, n = 1,610, with independent HAGRID, n = 2,150)—none did: per-dataset metric rankings inverted (Kendall tau = -0.64, p = 0.031 on AttributedQA vs. p = 0.031 on AttributedQA).
- EN Highlights:
- arXiv:2606.23915v1 Announce Type: new
- Abstract: Practice often treats automatic metrics for attribution in LLM retrieval-augmented generation as interchangeable
- We audit eight automatic scorers – lexical, embedding, and BERTScore baselines alongside entailment/grounding-trained models (clean and FEVER NLI, the checker…
- In the construct with the most multi-dataset human-labeled coverage – generated-answer attribution (AttributionBench’s four source datasets, n = 1,610, with in…
When Retrieval Metrics Mislead: Measuring Policy Signal in Long-Horizon Tool-Use Agents
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23937v1 Announcement Type: New.
- Abstract: Exact-match retrieval recall is often used as a proxy for whether a retriever provides useful policy context for a downstream decision model.
- We test this proxy for pre-action policy classification in tau-bench using Qwen2.5-3B/7B classifiers.
- Under golden policy conditions, a compact structured state improves macro F1 by 0.13-0.17 over the original trajectory after tuning.
- EN Highlights:
- arXiv:2606.23937v1 Announce Type: new
- Abstract: Exact-match retrieval recall is often used as a proxy for whether a retriever supplies useful policy context to a downstream decision model
- We test this proxy for pre-action policy classification in tau-bench using Qwen2.5-3B/7B classifiers
Under gold-policy conditioning, a compact structured state improves macro-F1 over raw trajectories by 0.13-0.17 after tuning
- Published: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23943v1 Announce Type: new.
- Abstract: Tokenization is a foundational step in NLP pipelines, yet standard evaluation metrics such as fertility rate fail to capture the morphological correctness of agglutinative languages.
- We present QuechuaTok, a systematic benchmark comparing four tokenization strategies (BPE, Unigram LM, WordPiece, and a morphology-aware PRPE tokenizer) for Southern Quechua (quz), a low-resource agglutinative language spoken by 8-10 million people in South America.
- Using a 200k-sentence corpus and the SQUOIA finite-state morphological analyzer (Rios, 2016) as a silver standard, we evaluate three metrics: fertility rate, OOV rate, and morphological boundary accuracy (MorphAcc).
- EN Highlights:
- arXiv:2606.23943v1 Announce Type: new
- Abstract: Tokenization is a foundational step in NLP pipelines, yet standard evaluation metrics such as fertility rate fail to capture morphological correctness…
- We present QuechuaTok, a systematic benchmark comparing four tokenization strategies - BPE, Unigram LM, WordPiece, and a morphology-aware PRPE tokenizer - for S…
- Using a 200k-sentence corpus and the SQUOIA finite-state morphological analyzer (Rios, 2016) as silver standard, we evaluate three metrics: fertility rate, OOV…
ArXiv cs.LG (B_intro+search) Link to heading
Systematic Exploration of 4-Expert Heterogeneous Mixture-of-Experts via Automated Pipeline Search
- Published: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23739v1 Announce Type: new.
- Abstract: We present an automated large-scale search pipeline for heterogeneous 4-Expert Mixture-of-Experts (MoE4) architectures within the LEMUR neural network dataset ecosystem.
- Building on a hand-crafted heterogeneous MoE reference model, we replaced manual design with a deterministic code assembly generator that systematically combines base architecture families extracted from the LEMUR database into MoE4 ensembles, each controlled by a convolutional gating network with temperature scaling, mix-up augmentation, and a cosine-annealed learning rate schedule.
- In a 28-day campaign on an NVIDIA RTX 4090, the pipeline generated 4,463 candidate models in 197 batches, of which 1,021 were successfully evaluated.
- EN Highlights:
- arXiv:2606.23739v1 Announce Type: new
- Abstract: We present an automated large-scale search pipeline for heterogeneous 4-Expert Mixture-of-Experts (MoE4) architectures within the LEMUR neural network…
Building on a hand-crafted heterogeneous MoE reference model, we replace manual design with a deterministic code-assembly generator that systematically combines…
Over a 28-day campaign on an NVIDIA RTX 4090, the pipeline generated 4,463 candidate models across 197 batches, of which 1,021 were evaluated successfully
Weight-Space Geometry of Offline Reasoning Training
- Published: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23740v1 Announcement Type: new.
- Abstract: Offline reinforcement-learning losses (RFT, RIFT, DFT, offline GRPO, DPO) are widely used to distill reasoning from large teachers into smaller students, and are typically compared only on downstream accuracy.
- We ask whether they are mechanistically distinct or converge to a similar weight update.
- Using attention-only LoRA to train six methods (SFT, RFT, DFT, RIFT, offline GRPO, DPO) from the same math rollouts of a single base model (Qwen3-4B), we analyze the generated deltas via cosine similarity, principal subspace analysis, linear mode connection, and CKA.
- EN Highlights:
- arXiv:2606.23740v1 Announce Type: new
- Abstract: Offline reinforcement-learning losses (RFT, RIFT, DFT, Offline GRPO, DPO) are widely used to distill reasoning from large teachers into smaller studen…
- We ask whether they are mechanistically distinct or converge to a similar weight update
- Training six methods (SFT, RFT, DFT, RIFT, Offline GRPO, DPO) on identical math rollouts from a single base model (Qwen3-4B) with attention-only LoRA, we analyz…
A Survey on Federated Causal Discovery and Inference
- Published: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23741v1 Announcement Type: new.
- Abstract: Causal inference, which includes the discovery of causal structures and the inference of causal effects, is the foundation of data-driven decision-making.
- In practice, data for reliable causal analysis is often distributed across various institutions and cannot be centralized due to privacy regulations or communication constraints.
- Federated Learning (FL) addresses this issue by enabling collaborative analysis without sharing raw data, which has led to the rapid development in the fields of Federated Causal Discovery (FCD) and Inference (FCI).
- EN Highlights:
- arXiv:2606.23741v1 Announce Type: new
- Abstract: Causal reasoning, which encompasses the discovery of causal structures and the inference of causal effects, is fundamental to data-driven decision mak…
- In practice, data for reliable causal analysis are often distributed across institutions and cannot be centralized due to privacy regulations or communication c…
Federated learning (FL) addresses this by enabling collaborative analysis without raw data sharing, giving rise to the rapidly growing field of federated causal…
Low-power analogue neural networks with trainable nonlinear connections for continuous control
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23742v1 Announcement Type: New.
- Abstract: Physical neural networks promise low-power machine learning by computing directly with analog device physics, but most architectures force nonlinear device responses to act as scalar weights.
- Inspired by Kolmogorov-Arnold networks, we place trainable nonlinear functions on the connections, making each physical connection a learnable computational element.
- By implementing these functions as analog band-pass filters on field-programmable analog arrays, we find that their benefits are task-dependent and stem from the smoothness of the physical basis: the network represents smooth, continuously valued targets—including robot kinematics, continuous control, and photovoltaic maximum power point tracking—with far fewer nodes and connections than a multilayer perceptron, but offers no parametric efficiency advantage on classification-like decision boundaries.
- EN Highlights:
- arXiv:2606.23742v1 Announce Type: new
- Abstract: Physical neural networks promise low-power machine learning by computing directly with analogue device physics, but most architectures force nonlinear…
- Inspired by Kolmogorov-Arnold networks, we place trainable nonlinear functions on the connections, making each physical connection a learnable computational ele…
- Realising these functions as analogue band-pass filters on field-programmable analogue arrays, we find that the benefit is task-dependent and follows from the s…
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23757v1 Announcement Type: New.
- Abstract: Extracting interpretable governing equations from sparse, noisy chemical time-series data remains difficult because the discrete reaction topology and continuous kinetic parameters are tightly coupled.
- We present PC-MCMC-CIGP, a reproducible gray-box workflow that combines spike-and-slab topology sampling, hard conservation and thermodynamic screening, and a chemically-informed Gaussian process (CIGP) residual model for parameter calibration and experimental design.
- The methodological contribution is not a new MCMC or GP family in isolation; rather, it is the integration of these components into a physically-constrained workflow with explicit uncertainty-aware acquisition choices.
- EN Highlights:
- arXiv:2606.23757v1 Announce Type: new
- Abstract: Extracting interpretable governing equations from sparse, noisy chemical time-series data remains difficult because discrete reaction topology and con…
We present PC-MCMC-CIGP, a reproducible gray-box workflow that combines spike-and-slab topology sampling, hard conservation and thermodynamic screening, and a C…
The methodological contribution is not a new MCMC or GP family in isolation; rather, it is the integration of these components into a physically constrained wor…
Exploring Dualistic Meta-Learning to Enhance Domain Generalization in Open Set Scenarios
- Published Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23758v1 Announce Type: new.
- Abstract: Domain generalization learns from multiple source domains to generalize to unseen target domains.
- However, it often neglects the realistic case of label mismatch between source and target.
- Open set domain generalization is then proposed to recognize unseen classes in unseen domains.
- EN 要点:
- arXiv:2606.23758v1 Announce Type: new
- Abstract: Domain generalization learns from multiple source domains to generalize to unseen target domains
- However, it often neglects the realistic case of label mismatch between source and target
- Open set domain generalization is then proposed to recognize unseen classes in unseen domains
- Published Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23767v1 Announce Type: new.
- Abstract: Headline accuracies on the Tuebingen cause-effect pairs are routinely compared across papers even though each is measured under its authors’ own proto…
- We argue this is the wrong comparison and run the right one: a same-hands re-evaluation in which every method is run by us on the identical 102 pairs, with one…
- As a clean reference point we introduce a deliberately minimal baseline: sorted-conditional compression, which feeds quantized, sorted, first-differenced data t…
- EN 要点:
- arXiv:2606.23767v1 Announce Type: new
- Abstract: Headline accuracies on the Tuebingen cause-effect pairs are routinely compared across papers even though each is measured under its authors’ own proto…
- We argue this is the wrong comparison and run the right one: a same-hands re-evaluation in which every method is run by us on the identical 102 pairs, with one…
- As a clean reference point we introduce a deliberately minimal baseline: sorted-conditional compression, which feeds quantized, sorted, first-differenced data t…
Deciphering Fingerprints of 3D Molecular Surfaces for Accurate Epitope Prediction
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23830v1 Announcement Type: New.
- Abstract: Molecular surfaces encode the geometric and physicochemical patterns that determine antibody-antigen recognition, which is crucial for epitope prediction.
- However, existing methods rely on sequences or backbone structures and struggle to capture discontinuous, surface-driven epitopes.
- This study presents SurfBind, a surface-centric learning framework for epitope prediction that operates directly on molecular surface representations.
- EN Key Points:
- arXiv:2606.23830v1 Announce Type: new
- Abstract: Molecular surfaces encode the geometric and physicochemical patterns that determine antibody-antigen recognition, central to epitope prediction
- However, existing methods rely on sequences or backbone structures and struggle to capture discontinuous, surface-driven epitopes
- This study presents SurfBind, a surface-centric learning framework for epitope prediction that operates directly on molecular surface representations
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23833v1 Announcement Type: New.
- Abstract: Terrestrial Water Storage (TWS) integrates snow, soil moisture, surface water, and groundwater, and is a key indicator of how climate change and human activities are reshaping the global water cycle.
- The GRACE and GRACE-FO satellite missions provide the only direct, globally consistent observations of TWS changes, but their records only begin in 2002, which is too short for many climate-scale analyses.
- We propose a deep learning application that reconstructs monthly GRACE-like TWS anomalies (TWSA) back to 1940 by learning the relationship between daily ERA5 meteorological forcings (precipitation, evapotranspiration, runoff) and monthly GRACE observations.
- EN Key Points:
- arXiv:2606.23833v1 Announce Type: new
- Abstract: Terrestrial water storage (TWS) integrates snow, soil moisture, surface water, and groundwater and is a key indicator of how climate variability and h…
- The GRACE and GRACE-FO satellite missions provide the only direct, globally consistent observations of TWS change, but their record only begins in 2002 which is…
- We present a deep learning application that reconstructs monthly GRACE-like TWS anomalies (TWSA) back to 1940 by learning the relationship between daily ERA5 me…
- Publication Time: 2026-06-24 12:00 Beijing Time
- Abstract: - arXiv:2606.23838v1 Announcement Type: New.
Abstract: When two or more parameters or labels produce similar data, they are degenerate, or hard to distinguish.
- Degeneracy makes both label prediction and inverse problems difficult, because machine learning algorithms and probabilistic samplers both rely on the distinguishability of data and its gradients with respect to parameters.
- However, identifying degeneracies in physical models or real-world datasets can elucidate the choice of model or the underlying process that generates the data.
- EN 要点:
- arXiv:2606.23838v1 Announce Type: new
- Abstract: When two or more parameters or labels produce similar data, they are degenerate, or hard to distinguish
- Degeneracies render both label prediction and inverse problems difficult, since both machine machine learning algorithms and probabilistic samplers rely on the distingu…
- However, identifying degeneracies in physical models or real-world datasets can be elucidating about the choice of model or the underlying process that produces…