System translated (Gemini)

🤖 AI 速览

Today’s main theme is the transition of AI Agents from demos to real-world production: the completion rate of office agents has significantly improved, and their implementation in scenarios such as software factories, BI, and multimodal orchestration is accelerating. Meanwhile, benchmarking, …
📋 文章元数据
发布时间
2026-06-16
类型
ai-daily
字数
7707
阅读时长
37 min

2026-06-16 AI Daily | Agents Enter Real Workflows, Companies Begin to Re-evaluate “Token Capital” Link to heading

Today’s main theme is the transition of AI Agents from demos to real production: the completion rate of office agents has significantly increased, and their adoption in scenarios like software factories, BI, and multimodal orchestration is accelerating. Meanwhile, evaluation, security, refusal control, and the accumulation of proprietary enterprise knowledge are becoming new forms of infrastructure, while on-device code models are starting to undergo more rigorous productivity tests.

📖 In-depth Guide to This Issue’s Watch List Link to heading

The most noteworthy trend to follow closely today is “agents moving into real workflows”: A two-year follow-up on WorkBench shows that the task completion rate for top-tier office agents has increased from 43% to 89%, with a significant reduction in errors. Simultaneously, TwinBI, WebDecept, and Orchestra-o1 are pushing agents into BI analytics, multimodal orchestration, and e-commerce security testing, respectively, making this a key area for product and platform teams to track systematically.

The second trend is that “evaluation and security are becoming more granular.” Updates like Anthropic’s safety narrative, research on the stability of LLM-as-a-Judge, interventions in refusal mechanisms, and model collapse due to sample selection bias collectively remind us that as model capabilities expand, reliable evaluation, refusal control, and data feedback loops become fundamental infrastructure problems.

Finally, in creative AI, the interview about Ideogram’s open-weight image model is worth noting. It shifts the focus from “generation quality” to text rendering, layout, controllable editing, and design workflows, signaling that image models are entering a more engineering-driven stage of product competition.

🌐 AI Hot Topics on X Link to heading

Topic 1: AI Coding Agents Speed Past Human Review Limits Link to heading

  • Category: AI · News
  • Overview: Trending Time:, Related Posts: 75
  • Summary: AI Coding Agents Speed Past Human Review Limits: A.I News A.I Def: artificial intelligence (AI), the ability of a digital computer or computer-controlled robot to perform tasks commonly associated with intelligent beings. The term is frequently applied to the project of developing systems endowed w…

Topic 2: Factory AI Launches Factory 2.0 as Fully Autonomous Software Factories Link to heading

  • Category: AI · News
  • Overview: Trending Time: 5 hours ago, Related Posts: 1600
  • What happened: Factory AI announced Factory 2.0, claiming to upgrade the software development process into autonomously operating “software factories.”
  • Why it matters: This reflects the evolution of AI Agents from coding assistants to end-to-end software delivery systems, which could potentially transform R&D efficiency, team structures, and the software startup model.
  • Discussion summary: Discussions on X are focused on whether its autonomous development capabilities are truly reliable, whether new metrics like DAA can effectively measure Agent output, and whether such platforms will shift Silicon Valley’s investment logic from human-intensive teams to highly automated software factories.

Topic 3: Vercel Extends Serverless Functions to 30 Minutes for AI Workloads Link to heading

  • Category: AI · News
  • Overview: Trending Time: 5 hours ago, Related Posts: 184
  • What happened: Vercel has extended the maximum execution time for its Serverless Functions to 30 minutes to better support long-running AI inference, generation, and background tasks.
  • Why it matters: This reduces the architectural complexity for developers deploying AI applications on Vercel, allowing tasks like long-text generation, agent workflows, and multi-step inference to be executed without needing to be prematurely split into queues or separate backend services.
  • Discussion summary: Discussions on X are centered on whether this makes Vercel more suitable for AI prototyping and production deployment. Supporters believe it simplifies full-stack AI application development, while critics raise concerns about cost, cold starts, stability, and the cost-effectiveness compared to dedicated inference platforms or traditional backends.

Topic 4: Le Chaton Fat: Mistral AI’s Massive Meme Hoax Link to heading

  • Category: AI · Entertainment
  • Overview: Trending Time: 22 hours ago, Related Posts: 10000
  • What happened: A topic called “Le Chaton Fat,” suspected of being an impersonation or parody of Mistral AI, went viral on X. The content is widely considered to be a meme-based prank or hoax related to a new AI model/product.
  • Why it matters: It reflects how, under the intense spotlight on the AI industry, model releases, brand announcements, and technical rumors can easily be turned into memes and spread rapidly, highlighting the importance of information verification and platform dissemination mechanisms.
  • Discussion Summary: The discussion focuses on whether this is harmless entertainment or a misleading rumor. Some view it as a satire on the over-hyping within the AI community, while others are concerned that such false information could obscure actual product launches, harm company reputations, and mislead investors and users.

Topic 5: AI-Coded WoW Clone Draws 12,000 Players in Days Link to heading

  • Category: AI · Entertainment
  • Summary: Trending since: 17 hours ago, Related posts: 501
  • What happened: A World of Warcraft-style clone game, coded with AI assistance, attracted approximately 12,000 players within days.
  • Why it matters: This shows that generative AI is lowering the barrier to entry for game development and may accelerate the cycle from prototyping to live operations, impacting content production, independent development, and the division of labor in the gaming industry.
  • Discussion Summary: The discussion on X centers on whether AI genuinely enhances development efficiency, the originality and copyright risks associated with such projects, whether the game’s quality can retain players in the long run, and whether AI tools will empower individual developers or further disrupt traditional jobs in the gaming sector.

Summary of AI Public Opinion on X Today Link to heading

The main narrative today is that AI is evolving from an “assistive tool” into a production system capable of independently completing complex processes. Software development, application deployment, and game creation are all being reimagined as more automated, lower-barrier workflows. The consensus is that Agents, long-running AI workflows, and generative development tools are indeed reducing the cost from prototype to launch and may alter the scale of startup teams, the division of R&D labor, and the velocity of content creation. Disagreements primarily focus on whether these capabilities are reliable enough and hold real production value, and whether platform-based solutions are genuinely more cost-effective than traditional backends, specialized inference services, or human teams. Potential risks include an expectation bubble fueled by hype, copyright and originality controversies surrounding AI-generated content, the cost and stability of deploying long-running tasks, and false news or meme-driven narratives that obscure actual product launches and mislead users and investors.

💡 Influencer Insights Link to heading

AI Industry Frontier Insights Daily (2026-06-15) Link to heading

Based on posts from several AI influencers on the X platform over the past 24 hours, here is a quick overview and in-depth summary of today’s industry dynamics.

🔥 Hot Topic: The “Ultimate Showdown” and Capability Limits of On-Device Models Link to heading

Today’s most heated technical discussion centers on the practical, real-world capabilities of code models, particularly in performance comparisons on local hardware.

  • Real-World Test of Gemma 4 12B Coder: Google’s new Gemma 4 12B Coder has attracted widespread attention, but its performance has been controversial. @zhixianio conducted a rigorous test on an M5 Max, comparing it against the “daily driver” Qwen3.6-35B-A3B MoE. The results were as follows:

    • Simple tasks (Matplotlib plotting): The two were on par.
    • Complex, long-running tasks (Three.js galaxy/Tetris): The 12B Gemma experienced critical issues like black screens and logic flaws, completely losing to the 35B Qwen. @zhixianio noted that a 12B model size inherently cannot support complex programs that are “long-form, stateful, and single-shot,” and while community fine-tuning can improve efficiency, it cannot raise the capability ceiling.
    • Highlights: He observed that the fine-tuned Gemma Coder version learned to “think briefly then act,” converging faster than the original. In contrast, the original Gemma 4, after enabling its thinking mode, showed an extreme case of using 12,000 tokens entirely for “thinking” without producing a single line of code.
  • New Frontiers in Multimodality and On-Device Applications: @zhixianio also deeply tested the QAT (Quantization Aware Training) version and multimodal capabilities of Gemma 4. On the M5 Max, its English and Japanese recognition performance was excellent and fast, but Chinese recognition was “completely nonsensical.” He spoke highly of Google’s on-device strategy, suggesting that enabling models to be “natively adapted for quantization” through QAT will drastically reduce memory footprint, heralding an era where Android devices can smoothly run their own high-performance models.

  • “Ascetic-Style” Local-First Practice: @zhixianio shared his “monastic” experience of completely switching to a local model (Qwen3.6-35B-A3B), and the results were stunning: in PA and Coding scenarios, its response speed is faster than remote LLMs, its “IQ” is reliable, and the native multimodal experience felt “even better than DSV4 Pro.” This signifies that on-device intelligence on high-end consumer hardware has officially crossed the threshold into practical productivity.

🛠️ Tools and Platforms: Claude Design Sparks a Design Paradigm Shift Link to heading

  • In-Depth Analysis of Claude Design: @dotey (Bao Yu) published a long-form article deeply analyzing why GPT-5.5 (Codex) can’t yet create a product like Claude Design. The core argument is that Claude Design delivers not just UI mockups, but high-fidelity interactive prototypes with a complete data architecture and state management logic. This requires the model to thoroughly design the entire interactive system before taking action, something only Claude Opus 4.8 has achieved so far.

  • Best Practices for Design-to-Code: @dotey gave a live demonstration of how to integrate Claude Design into the development workflow: modify the UI in the design file, view the changes via git diff after downloading, and then have Claude Code automatically sync the Swift code. This flow completely transforms the traditional communication model in front-end development, turning designers into “design managers” who direct agents using natural language.

  • Fable 5 Review and Leak Controversy:

    • Polarized Reviews: @Pluvio9yte (Xueta Wuyun) offered a non-mainstream conclusion: it’s extremely slow, but its conceptual boundaries and architectural capabilities are exceptionally strong, like a mix of Claude Opus 4.6++ and GPT-5.5++. They also noted the consumption rate wasn’t alarming. In contrast, @zhixianio was amazed by Fable’s autonomy, claiming it completed 70% of a development task in 40 minutes and even identified flaws in the original plan.
    • The Legendary System Prompt Leak: @Pluvio9yte shared a document purported to be the Fable 5 system prompt, noting its immense value for understanding AI Agent design.

2. Unique Perspectives and Industry Foresight Link to heading

🧠 A New Concept: “Token Capital” Link to heading

This concept from Microsoft CEO Satya Nadella was highlighted by @dotey. The core argument is that in the future, companies will need not just human capital, but also Token Capital—the proprietary knowledge and experience that the company builds and embeds into its own AI systems.

  • The Key Litmus Test: Can you replace the underlying foundation model at any time without losing the company’s accumulated experience? If not, you are merely “renting” intelligence.
  • The Learning Flywheel / Compounding Effect: The biggest crisis for a company isn’t technological obsolescence, but outsourcing its “capacity to learn.” Nadella warned against allowing a few models to monopolize all industry value, which could lead to a hollowing-out of industries, much like early globalization and outsourcing did.

📉 Counter-intuitive Observations and Deep Reflections Link to heading

  • Is AI Programming More Expensive Than Humans?: @ruanyf calculated the token consumption of an OpenAI employee (equivalent to $1.3 million per person per month) and pointed out that unrestricted use of top-tier models is prohibitively expensive for companies. Even with Chinese models that are 30-50 times cheaper, the annual cost would still be millions of RMB.
  • The Engineering Pitfalls of “Vibe Coding”: @Pluvio9yte shared his personal journey from a “Vibe Coder” to a disciplined engineer. He proposed the “Contract First” principle: if you have an AI write code without first defining API contracts and data models, the entire project becomes a “drafty wall.”
  • Team Culture in the Age of AI: @dotey quoted seven lessons from the head of design at Lovable, the most insightful being “Get senior people to be hands-on again.” AI gives experienced managers who have long been detached from front-line work a chance to regain the immense leverage of an individual contributor.
  • The Evolution of Skills: @lijigang (Li Jigang) reflected on the future AI ecosystem, suggesting that Skills will evolve in two directions: one is “downward atomization,” breaking down human abilities into specialized skill packs; the other is “upward componentization,” encapsulating end-to-end best practices for specific scenarios.
  • Design & Prototyping:
    • Claude Design: Highly recommended by @dotey and @vista8 for generating high-fidelity interactive prototypes from a single prompt.
  • Developer Tools & Skill Frameworks:
    • Spec-Code (Development Framework): Launched by @Pluvio9yte, this is a full-stack framework built on OpenSpec that emphasizes a “Contract First” approach, making it especially suitable for less experienced developers. (GitHub)
    • Qiaomu Series Skills: Open-sourced by @vista8, including:
      • qiaomu-ai-prd: Specifically designed for AI Agents to generate structured development requirement documents. (GitHub)
  • qiaomu-novel-generator: A Skill for automatically generating novel synopses, character settings, and full text. (GitHub)
    • “Illustrated Skill” Companion Repo: The companion repository for @dotey’s new book, “Illustrated Skill,” which includes practical Skills like info-digest (AI news compilation and writing). (GitHub)
  • Data Analysis & Efficiency:
    • App Store Review Analysis Tool: An open-source tool by @vista8 that automatically scrapes App Store reviews and uses DeepSeek for sentiment and product opportunity analysis. (GitHub)
    • Sitedata Plugin: Shared by group member @AI_Jasonyu, this plugin can reverse-lookup other websites owned by the same advertiser via a Google AdSense ID.
    • macOS Productivity Tools: @Pluvio9yte recommended tools like Maccy (open-source clipboard), Mos (smooth mouse scrolling), and Screen Studio (screen recording).
  • Other Cool Applications:
    • YouMind 1.0: A creation tool recommended by both @vista8 and @gefei55, suitable for making presentations and mind maps.
    • World Cup Viewing Calendar: Developed by @vista8 in just 24 minutes using Codex + Goal Skill, this tool supports personalized match schedule calendar subscriptions.

📚 Appendix: Today’s Watch List Update Sources Link to heading

Timeframe: Last 3 days; 22 sources covered; 32 updates in total.

a16z Podcast (A_full) Link to heading

  • Ideogram’s Open-Weights Image Model and the Future of AI Design
    • Publication Time: 2026-06-15 23:40 Beijing Time
    • Abstract:
      • Yoko Li and Justine Moore speak with Ideogram founder and CEO Mohammad Norouzi about image generation models, design workflows, and the evolving relationship between artificial intelligence and creative work.
      • The conversation covers Ideogram’s decision to release an open-weights model, the challenges of generating text and layouts within images, and why controllability has become an increasingly important area of research.
      • They discuss prompting, customization, editing, and the tradeoffs between general-purpose models and systems optimized for specific creative tasks.
      • Along the way, Norouzi shares his views on open-source AI, design tools, agentic workflows, and how image generation models may evolve as creators and enterprises seek greater control over their output.
      • Listen to the a16z Podcast on Apple Podcasts.
    • EN Key Points:
      • Yoko Li and Justine Moore speak with Ideogram founder and CEO Mohammad Norouzi about image generation models, design workflows, and the evolving relationship be…
      • The conversation covers Ideogram’s decision to release an open-weight model, the challenges of generating text and layouts within images, and why controllabilit…
      • They discuss prompting, customization, editing, and the tradeoffs between general-purpose models and systems optimized for specific creative tasks
      • Along the way, Norouzi shares his views on open-source AI, design tools, agentic workflows, and how image generation models may evolve as creators and enterpris…

Stratechery by Ben Thompson (A_full) Link to heading

  • Anthropic’s Safety Superpower
    • Posted: 2026-06-15 18:00 Beijing Time
    • Abstract: - Listen to this post**:**.
      • I’m sympathetic to the cynics who consistently characterize Anthropic’s public statements (especially those surrounding their model releases) as fear-mongering for marketing purposes.
      • Just two months ago, Anthropic announced Mythos Preview, a model they deemed too dangerous for public release, particularly due to its advanced cybersecurity capabilities.
      • Then, two months later, the company publicly released Fable, a version of Mythos with various safety guardrails.
      • In my limited experience, Fable is a very impressive model.
    • EN Key Points:
      • Listen to this post :
      • Log in to listen
      • I’m sympathetic to the cynics who consistently characterize Anthropic’s public statements, particularly those surrounding their model releases, as scare-mongeri…
      • It was only two months ago that Anthropic announced Mythos Preview, a model that they said was too dangerous to make publicly available, thanks in particular to…

ArXiv cs.AI (B_intro+search) Link to heading

  • A Deep Reinforcement Learning (DRL)-Based Transformer Method for Solving the Open Shop Scheduling Problem

    • Posted: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13682v1 Announcement Type: new.
      • Abstract: The Open Shop Scheduling Problem (OSSP) appears in many industrial and service environments, but remains computationally challenging as the number of jobs and machines increases.
      • While exact methods quickly become intractable, classical dispatching rules and metaheuristics may require substantial tuning to maintain solution quality at scale.
      • This study develops a Transformer-based scheduling policy for OSSP using an encoder-decoder architecture with multi-head attention.
    • EN Key Points:
      • arXiv:2606.13682v1 Announce Type: new
      • Abstract: The open shop scheduling problem (OSSP) arises in many industrial and service settings but remains computationally challenging as the number of jobs a…
      • While exact methods quickly become intractable, classical dispatching rules and metaheuristics may require substantial tuning to maintain solution quality at la…
      • This study develops a Transformer-based scheduling policy for OSSP using an encoder-decoder architecture with multi-head attention
  • UP-NRPA: User Portrait based Nested Rollout Policy Adaptation for Planning with Large Language Models in Goal-oriented Dialogue Systems

    • Posted: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13683v1 Announcement Type: new.
  • Abstract: To address the challenge that current dialogue policy planning methods struggle to dynamically adapt to diverse user characteristics, this paper proposes an online framework, User Portrait-based Nested Rollout Policy Adaptation (UP-NRPA), which features large language models.

  • In contrast to conventional approaches that depend on model training and require offline reinforcement learning policy models for user groups, UP-NRPA enables the dynamic customization of dialogue policies through an adaptive mechanism.

  • This is achieved by leveraging real-time user feedback alongside personality, preferences, and objectives mapped from the current user portrait, thereby adapting to user characteristics without the need for offline reinforcement learning.

  • EN Highlights:

    • arXiv:2606.13683v1 Announce Type: new
    • Abstract: To address the challenge that current dialogue policy planning methods struggle to dynamically adapt to diverse user characteristics, this paper propo…
    • In contrast to conventional approaches dependent on model training and require offline reinforcement learning policy models for user groups, UP-NRPA enables dyn…
    • This is achieved by leveraging real-time user feedback alongside personality, preferences, and objectives mapped from the current user portrait, thereby adaptin…
  • History of the Muddy Children Puzzle

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13703v1 Announce Type: new.
      • Abstract: The Muddy Children Puzzle is a puzzle about knowledge and ignorance that has been inspiring for the development of epistemic logic.
      • We trace the origins of the Muddy Children Puzzle through logical and literary publications of the past two centuries.
      • The puzzle has inspired many variations, for example involving numbers or colored hats.
    • EN Highlights:
      • arXiv:2606.13703v1 Announce Type: new
      • Abstract: The Muddy Children Puzzle is a puzzle about knowledge and ignorance that has been inspiring for the development of epistemic logic
      • Who came up with it first
      • This is unclear
  • Orchestra-o1: Omnimodal Agent Orchestration

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13707v1 Announce Type: new.
      • Abstract: The recent success of agent swarms has shifted the paradigm of large language model (LLM)-based agents from single-agent workflows to multi-agent systems, highlighting the importance of agent orchestration for task decomposition and collaboration.
      • However, existing orchestration frameworks are limited to a narrow set of modalities and struggle to generalize to more complex settings where heterogeneous modalities coexist and interact.
      • This limitation becomes particularly pronounced in omnimodal scenarios, where tasks require a unified understanding and coordination of diverse inputs such as text, images, audio, and video.
    • EN Highlights:
      • arXiv:2606.13707v1 Announce Type: new
      • Abstract: The recent success of agent swarms has shifted the paradigm of large language model (LLM)-based agents from single-agent workflows to multi-agent syst…
      • However, existing orchestration frameworks are limited to a narrow set of modalities and struggle to generalize to more complex settings where heterogeneous mod…
  • This limitation becomes particularly pronounced in omnimodal scenarios, where tasks require the unified understanding and coordination of diverse inputs such as…

  • Hybrid Open-Ended Tri-Evolution Makes Better Deep Researcher

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13710v1 Announcement Type: New.
      • Abstract: Deep research and agent evolution are practical tasks for AI agents in real-world applications of artificial general intelligence.
      • The former can autonomously retrieve and integrate information in an open environment to solve open-ended research tasks, but it is limited by the static parameterization of the agent system’s deep research capabilities.
      • The latter allows agents to autonomously interact with the environment to gain experience for developing model capabilities.
    • EN Key Points:
      • arXiv:2606.13710v1 Announce Type: new
      • Abstract: Deep research and agent evolution serve as de-facto tasks for AI agents in real-world applications toward artificial general intelligence
      • The former enables autonomous retrieval and integration of information in open-ended environments to tackle open-ended research tasks, yet it is constrained by…
      • The latter allows agents to autonomously interact with the environment to gain experiences that evolve model capabilities
  • WorkBench Revisited: Workplace Agents Two Years On

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13715v1 Announcement Type: New.
      • Abstract: In March 2024, the best agent on WorkBench, GPT-4, completed 43% of tasks and took unintentional harmful actions on 26% of them, such as sending emails to the wrong person.
      • We revisited the benchmark in June 2026 and found that the best agent to date, Claude Opus 4.8, completes 89% of tasks and takes unintended harmful actions on 2.5% of them.
      • Aside from the significant progress in frontier agent performance, three things are noteworthy.
    • EN Key Points:
      • arXiv:2606.13715v1 Announce Type: new
      • Abstract: The best agent on WorkBench in March 2024, GPT-4, completed 43% of tasks and took an unintended harmful action, such as emailing the wrong person, on…
      • We re-visit the benchmark in June 2026 and find that the best agent to date, Claude Opus 4.8, completes 89% and takes an unintended harmful action on 2.5%
      • Aside from this considerable progress in frontier agent performance, three things stand out
  • Refusal Beyond a Single Direction: A Preliminary Comparison of Diff-in-Means and INLP

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13720v1 Announcement Type: New.
  • (2024) has shown that refusal in safety fine-tuned chat models is mediated by a single linear direction in the residual stream, recoverable by a difference in means (DiM) of harmful and harmless activations.

  • We compare DiM-based interventions (activation addition and directional ablation) with two interventions derived from Iterative Nullspace Projection (INLP) (nullspace projection and counterfactual flipping) on five open-weight chat models, asking whether INLP can match DiM in turning off refusal and whether its richer parameterization yields more tunable interventions.

  • INLP counterfactual flipping is competitive with DiM directional ablation in refusal suppression, while nullspace projection is consistently weaker.

    • EN Highlights:
      • arXiv:2606.13720v1 Announce Type: new
      • Abstract: Arditi et al
      • (2024) has shown that refusal in safety fine-tuned chat models is mediated by a single linear direction in the residual stream, recoverable by a difference-in-m…
      • We compare DiM-based interventions (activation addition and directional ablation) with two interventions derived from Iterative Nullspace Projection (INLP) – n…
  • YeasierAgent: Agentic Social Sandbox as a Canvas for Intent-Driven Creation of Platform-Agnostic Symbiotic Agent-Native Applications

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract:- arXiv:2606.13722v1 Announce Type: new.
      • Abstract: This paper introduces YeasierAgent, an application-building paradigm based on symbiotic agents, narrative worlds, and scene-aware interaction.
      • It challenges the conventional device-coupled software model by redefining applications as collaborative spaces among users, agents, and worlds.
      • We present a system architecture that achieves two primary contributions: (1) enabling the rapid, cross-platform construction of agent-native applications by utilizing platform-agnostic interaction units (agents, scenes, conversations) rather than fixed graphical layouts; (2) unifying the emotional companionship and practical tool execution attributes of intelligent agents within a single experiential sandbox.
    • EN Highlights:
      • arXiv:2606.13722v1 Announce Type: new
      • Abstract: This paper introduces YeasierAgent, an application-building paradigm based on symbiotic agents, narrative worlds, and scene-aware interaction
      • It challenges the conventional device-coupled model of software by redefining applications as collaborative spaces among users, agents, and worlds
      • We present a system architecture that achieves two primary contributions: (1) enabling the rapid, cross-platform construction of agent-native applications by ut…
  • TwinBI: An Agentic Digital Twin for Efficient Augmented Interactions with Business Intelligence Dashboards

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract:- arXiv:2606.13731v1 Announce Type: new.
      • Abstract: Business Intelligence (BI) increasingly combines dashboard interaction with LLM-based assistance, but these two modalities are often out of sync during multi-step analytical processes.
  • When users switch between direct dashboard manipulation and natural language queries, it becomes difficult to maintain a consistent analytical state across filters, hierarchies, metrics, and chart contexts.

  • We introduce TwinBI, an agentic digital twin framework that combines an LLM-based agent system with an executable BI dashboard state.

    • EN 要点:
      • arXiv:2606.13731v1 Announce Type: new
      • Abstract: Business intelligence (BI) increasingly combines dashboard interaction with LLM-based assistance, but these two modes often fall out of sync during mu…
      • As users switch between direct dashboard manipulation and natural-language queries, it becomes difficult to preserve a consistent analytical state across filter…
      • We present TwinBI, an agentic digital-twin framework that couples an LLM-based agent system with an executable BI dashboard state
  • When Sample Selection Bias Precipitates Model Collapse

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract:
      • arXiv:2606.13732v1 Announce Type: new.
      • Abstract: The proliferation of recursive training on synthetic data can alleviate data scarcity but risks model collapse, where repeated training erodes the distribution tails and homogenizes outputs.
      • Data selection is widely viewed as a remedy, but its reliability critically depends on the reference distribution used by the verifier.
      • We show that in low-resource verification regimes, where each verifier observes only a small, fragmented, and biased slice of the target manifold, selection itself generates bias.
    • EN 要点:
      • arXiv:2606.13732v1 Announce Type: new
      • Abstract: The proliferation of recursive training on synthetic data can alleviate data scarcity but risks model collapse, where repeated training erodes distrib…
      • Data selection is widely viewed as a remedy, yet its reliability depends critically on the reference distribution used by the verifier
      • We show that in low-resource verification regimes, where each verifier observes only a small, fragmented, and biased slice of the target manifold, selection its…

ArXiv cs.CL (B_intro+search) Link to heading

  • The Coin Flip Judge? Reliability and Bias in LLM-as-a-Judge Evaluation

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract:
      • arXiv:2606.13685v1 Announce Type: new.
      • Abstract: LLM-as-a-Judge is now widely used for ranking model outputs, training reward models, and populating public leaderboards, yet its inter-run reliability remains underexplored.
      • We investigate repeated identical evaluations across 29 tasks spanning 10 categories, using two OpenAI judge models (GPT-4o-mini and GPT-4.1-mini) with 50 pairwise and 50 pointwise trials per question, complemented by temperature and prompt sensitivity ablations.
      • Across judges, the flip rate for pairwise preferences averaged 13.6%, with 28% of questions exhibiting flip rates over 20%, and one question reaching 56%.
    • EN 要点:
      • arXiv:2606.13685v1 Announce Type: new
      • Abstract: LLM-as-a-Judge is now widely used for ranking model outputs, training reward models, and populating public leaderboards, yet its inter-run reliability remains underexplored.
      • We investigate repeated identical evaluations across 29 tasks spanning 10 categories, using two OpenAI judge models (GPT-4o-mini and GPT-4.1-mini) with 50 pairwise and 50 pointwise trials per question, complemented by temperature and prompt sensitivity ablations.
      • Across judges, the flip rate for pairwise preferences averaged 13.6%, with 28% of questions exhibiting flip rates over 20%, and one question reaching 56%.
  • arXiv:2606.13685v1 Announce Type: new

    • Abstract: LLM-as-a-Judge is now widely used to rank model outputs, train reward models, and populate public leaderboards, but its run-to-run reliability remains…
    • We study repeated identical evaluations on 29 tasks spanning 10 categories using two OpenAI judge models (GPT-4o-mini and GPT-4.1-mini), with 50 pairwise trials…
    • Across judges, pairwise preferences flip on average 13.6% of the time, with 28% of questions exceeding a 20% flip rate and one question reaching 56%
  • Benchmarking Web Agent Safety under E-commerce Deceptive Interfaces

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract:- arXiv:2606.13686v1 Announce Type: new.
      • Abstract: As more and more autonomous web agents are deployed to perform real-world tasks, ensuring their safety has become a critical concern.
      • In this work, we study web agent behavior under realistic deceptive interfaces in the e-commerce domain.
      • We introduce WebDecept, a lightweight and configurable plugin framework that enables controlled injection of deceptive interface patterns into existing Web envi…
    • EN Highlights:
      • arXiv:2606.13686v1 Announce Type: new
      • Abstract: As autonomous web agents are increasingly deployed to perform real-world tasks, ensuring their safety has become a critical concern
      • In this work, we study web agent behavior under realistic deceptive interfaces in the e-commerce domain
      • We introduce WebDecept, a lightweight and configurable plugin framework that enables controlled injection of deceptive interface patterns into existing web envi…
  • Which Models Perform Better in Inheritance Reasoning?

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract:- arXiv:2606.13751v1 Announce Type: new.
      • Abstract: This paper presents the participation of team PSL in the QIAS 2026 Shared Task on Arabic Islamic inheritance reasoning.
      • This task evaluates the ability of large language models to solve inheritance cases requiring legal interpretation, multi-step reasoning, and precise numerical calculation.
      • We compare \textit{commercial} and \textit{open-source} models under a unified prompting strategy to evaluate their effectiveness in structured legal reasoning and minimize task-specific adaptation where possible.
    • EN Highlights:
      • arXiv:2606.13751v1 Announce Type: new
      • Abstract: This paper presents the participation of team PSL in the QIAS 2026 Shared Task on Arabic Islamic inheritance reasoning
  • The task evaluates the ability of large language models to solve inheritance cases that require legal interpretation, multi-step reasoning, and precise numerical…

  • We compare \textit{commercial} and \textit{open-source} models under a unified prompting strategy to assess their effectiveness in structured legal reasoning wi…

  • QIAS 2026: Overview of the Shared Task on Islamic Inheritance Reasoning

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13756v1 Announcement Type: New.
      • Abstract: This paper provides a comprehensive overview of the QIAS 2026 shared task, organized as part of the OSACT7 Workshop and co-located with LREC 2026.
      • The shared task is designed to evaluate the ability of large language models to perform complex reasoning in the religious and legal domain of Islamic inheritance.
      • Unlike traditional question-answering benchmarks, QIAS 2026 focuses on end-to-end reasoning from natural language cases, requiring systems to perform the full inheritance calculation process, from identifying qualified heirs to assigning the correct shares for each beneficiary.
    • EN Highlights:
      • arXiv:2606.13756v1 Announce Type: new
      • Abstract: This paper presents a comprehensive overview of the QIAS 2026 shared task, organized as part of the OSACT7 Workshop and co-located with LREC 2026
      • The shared task was designed to evaluate the ability of large language models to perform complex reasoning in the religious and legal domain of Islamic inherita…
      • Unlike conventional question-answering benchmarks, QIAS 2026 focuses on end-to-end reasoning from natural language cases, requiring systems to perform the full…
  • The Culture Funnel: You Can’t Align What isn’t in the Data

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13808v1 Announcement Type: New.
      • Abstract: Current cultural alignment methods focus on inference-time interventions, assuming that models already contain sufficient cultural knowledge.
      • We argue that modern LLM pipelines are impacted by a cultural data funnel.
      • Using a multi-dimensional tagging framework across pre-training, fine-tuning, alignment, and reasoning datasets, we find that explicit cultural signals decline sharply post-training, while geographically concentrated, task-specific data becomes dominant.
    • EN Highlights:
      • arXiv:2606.13808v1 Announce Type: new
      • Abstract: Current cultural alignment approaches focus on inference-time interventions, assuming models already contain sufficient cultural knowledge
      • We argue modern LLM pipelines suffer from a cultural data funnel
      • Using a multidimensional tagging framework across pretraining, fine-tuning, alignment, and reasoning datasets, we show explicit cultural signals decline sharply…
  • When Plausible Is Not Realistic: Evaluating Human Mobility in LLM-Based Urban Simulation

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13835v1 Announcement Type: new.
      • Abstract: LLM-based generative agents are increasingly used in urban simulators, but it remains unclear whether they reproduce empirically realistic human mobility patterns or merely generate plausible mobility narratives.
      • We introduce a validation framework for evaluating the mobility of generative agents of LLM-based urban simulators against real-world mobility data.
      • For this, we use mobility laws, temporal rhythms, network motifs, semantic activity transitions, and behavioral mobility profiles.
    • EN Key Points:
      • arXiv:2606.13835v1 Announce Type: new
      • Abstract: LLM-based generative agents are increasingly used in urban simulators, yet it remains unclear whether they reproduce empirically realistic human mobil…
      • We introduce a validation framework for evaluating the mobility of generative agents of LLM-based urban simulators against real-world mobility data
      • For this, we use mobility laws, temporal rhythms, network motifs, semantic activity transitions, and behavioral mobility profiles
  • Hybrid Classical-Quantum Variational Autoencoder for Neural Topic Modeling

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13852v1 Announcement Type: new.
      • Abstract: Neural topic models enable scalable semantic discovery, but their integration with quantum hardware remains largely unexplored.
      • We present a proof-of-concept hybrid classical-quantum variational autoencoder (VAE) for topic modeling, embedding parameterized quantum circuits within the VAE inference network, while retaining a classical topic-word decoder.
      • To address the resource constraints of quantum hardware, we propose a modified Gaussian Softmax posterior that decouples latent space dimensionality from the number of topics to be extracted, enabling the model to run on low-resource 10-qubit quantum devices.
    • EN Key Points:
      • arXiv:2606.13852v1 Announce Type: new
      • Abstract: Neural topic models enable scalable semantic discovery, but their integration with quantum hardware remains largely unexplored
      • We present a proof-of-concept hybrid classical-quantum variational autoencoder (VAE) for topic modeling, embedding parameterized quantum circuits within the VAE…
      • To address the resource constraints of quantum hardware, we propose a modified Gaussian Softmax posterior that decouples latent space dimensionality from the nu…
  • SANA: What Matters for QA Agents over Massive Data Lakes?

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13904v1 Announcement Type: new.
  • Abstract: Exploratory Question Answering (EQA) over data lakes requires an LLM agent to discover relevant sources, analyze retrieved data, and adapt its actions based on intermediate results.

    • End-to-end accuracy alone cannot distinguish failures in search, planning, data analysis, or the agent’s action policy: it determines what to do next and when to submit an answer.
    • We present SANA (Search Agent Navigation Ablation framework), a diagnostic ablation framework that transforms EQA tasks into runtime profiles containing gold source sequences, sanitized sub-questions, and execution records.
    • EN Key Points:
      • arXiv:2606.13904v1 Announce Type: new
      • Abstract: Exploratory question answering (EQA) over data lakes requires an LLM agent to discover relevant sources, analyze retrieved data, and adapt its actions…
      • End-to-end accuracy alone cannot distinguish failures in search, planning, data analysis, or the agent’s Action Policy: its decisions about what to do next and…
      • We present SANA (Search Agent Navigation Ablation framework), a diagnostic ablation framework that transforms EQA tasks into runtime profiles containing gold so…
  • DLawBench: Evaluating LLMs Through Multi-Turn Legal Consultation

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13931v1 Announce Type: new.
      • Abstract: Lawyer-client consultation is a critical starting point for legal services.
      • Effective legal assistance hinges on eliciting sufficient and truthful information from clients in order to devise strategies that best protect their interests.
      • This task requires Large Language Models (LLMs) not only to perform robust legal reasoning, but also to strategically elicit material facts through multi-turn interactions, and effectively guide clients with diverse temperaments.
    • EN Key Points:
      • arXiv:2606.13931v1 Announce Type: new
      • Abstract: Lawyer-client consultation is a critical starting point for legal services
      • Effective legal assistance hinges on eliciting sufficient and truthful information from clients in order to devise strategies that best protect their interests
      • This task requires Large Language Models (LLMs) not only to perform robust legal reasoning, but also to strategically elicit material facts through multi-turn i…
  • Can Post-Training Turn LLMs into Good Medical Coders? An Empirical Study of Generative ICD Coding

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13940v1 Announce Type: new.
      • Abstract: Automated International Classification of Diseases (ICD) coding is a core medical coding task for billing, epidemiology, and clinical decision support.
      • Generative Large Language Models (LLMs) are often considered weaker medical coders, but this finding primarily stems from inference-time settings such as prompting, retrieval, re-ranking, or tool usage, thus the role of post-training for task-specific adaptation has not been fully explored.
      • We propose a controlled empirical study on post-training for generative ICD coding, comparing discriminative baselines with LLM coders across prompting, supervised fine-tuning, and reinforcement learning under a common protocol and metric set.
    • EN Key Points:
  • arXiv:2606.13940v1 Announce Type: new

  • Abstract: Automated International Classification of Diseases (ICD) coding is a core medical-coding task for billing, epidemiology, and clinical decision support

  • Generative large language models (LLMs) are often reported as weak medical coders, but this finding mainly comes from inference-time settings such as prompting,…

  • We present a controlled empirical study of post-training for generative ICD coding, comparing discriminative baselines with LLM coders across prompting, supervi…

ArXiv cs.LG (B_intro+search) Link to heading

  • Can Editing 1 Neuron Fix Repetition Loops in LLMs?

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13705v1 Announce Type: new.
      • The Gemma 4 instruction-tuned model has a reproducible failure: on longer factual enumeration prompts, such as listing every episode of a TV show, the 88 IAU constellations, or the 151 original Pokemon, they get stuck in repetition, either a strict verbatim loop or a list whose entries decay to a single answer.
      • These loops occur with up to 95% incidence and survive prompt rewording, inference engine changes, and most sampling tweaks.
      • In this paper, we explore whether this behavior is localized enough to be removed with weight editing.
    • EN Highlights:
      • arXiv:2606.13705v1 Announce Type: new
      • Abstract: Yes
      • Can it cure doom loops
      • Probably not
  • Efficient On-Device Diffusion LLM Inference with Mobile NPU

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13740v1 Announce Type: new.
      • Abstract: Diffusion large language models (dLLMs) accelerate generation by denoising multiple tokens in parallel, making them attractive for latency-sensitive mobile inference.
      • However, repeated denoising introduces substantial computation on smartphones.
      • Mobile neural processing units (NPUs) offer high-throughput dense matrix computation, but efficiently exploiting them remains challenging: token commitment shrinks the effective workload per block, token revision complicates KV cache reuse, and the limited NPU-visible address space causes expensive remapping and data transfer overhead.
    • EN Highlights:
      • arXiv:2606.13740v1 Announce Type: new
      • Abstract: Diffusion large language models (dLLMs) accelerate generation by denoising multiple tokens in parallel, making them attractive for latency-sensitive m…
      • However, repeated denoising introduces substantial computation on smartphones
      • Mobile neural processing units (NPUs) offer high-throughput dense matrix computation, but efficiently exploiting them remains challenging: token commitment shri…
  • High-Frequency Pricing at Scale for E-Commerce

  • Publication Time: 2026-06-15 12:00 Beijing Time

    • Summary: - arXiv:2606.13741v1 Announcement Type: new.
      • Abstract: This paper presents the design, development, and implementation of a specialized forecast-then-optimize algorithmic pricing tool for fashion e-commerce sales campaigns.
      • Sales events present unique challenges for pricing, including volatile demand patterns, rapid pricing decisions, and the need to balance short-term revenue with long-term profitability.
      • We describe our approach, which combines daily-resolution demand forecasting using gradient-boosted trees with a multi-objective optimization framework that maximizes long-term profit and net merchandise value for over 5 million items.
    • EN Highlights:
      • arXiv:2606.13741v1 Announce Type: new
      • Abstract: This paper presents the design, development, and implementation of a specialized forecast-then-optimize algorithmic pricing tool for sales campaigns i…
      • Sales events present unique challenges for pricing including volatile demand patterns, rapid pricing decisions, and the need to balance short-term revenue with…
      • We describe our approach combining daily-resolution demand forecasting using gradient-boosted trees with a multi-objective optimization framework that maximizes…
  • A fully GPU-based workflow for building physics emulators of hypersonic flows

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Summary: - arXiv:2606.13742v1 Announcement Type: new.
      • Abstract: The ability to resolve complex physical phenomena with high fidelity and at low computational cost is central to addressing key challenges in modern engineering.
      • A prime example lies in hypersonic flows, where the precise prediction of the full flowfield topology, particularly with respect to shock wave location and intensity, is crucial.
      • Yet supersonic and hypersonic flows continue to be a stumbling block for traditional reduced-order models and neural emulators that struggle to capture steep gradients of flow states with physical consistency in industrially relevant applications.
    • EN Highlights:
      • arXiv:2606.13742v1 Announce Type: new
      • Abstract: The ability to resolve complex physical phenomena with high fidelity and at low computational cost is central to addressing key challenges in modern e…
      • A prime example lies in hypersonic flows, where the precise prediction of the full flowfield topology, in particular with respect to shock wave location and int…
      • Yet supersonic and hypersonic flows continue to be a stumbling block for traditional reduced-order models and neural emulators that struggle to capture steep gr…
  • FedSPC: Shared Parameter Correction for Personalized Federated Learning

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Summary: - arXiv:2606.13748v1 Announcement Type: new.
      • Abstract: Personalized Federated Learning (PFL) is one of the important methods in federated learning to address statistical heterogeneity while achieving client-specific adaptation.
  • Many PFL methods divide models into shared and personalized parameters, which are jointly trained on each client.

  • However, this creates an optimization problem: shared parameters are updated by clients optimizing different local objectives, which can lead to inconsistent shared updates and weaken the shared representation.

    • EN Highlights:
      • arXiv:2606.13748v1 Announce Type: new
      • Abstract: Personalized federated learning (PFL) is one of the important approaches in federated learning for addressing statistical heterogeneity while enabling…
      • Many PFL methods split the model into shared and personalized parameters, which are jointly trained on each client
      • However, this creates an optimization issue: shared parameters are updated by clients optimizing different local objectives, which can lead to inconsistent shar…
  • The Weight Norm Sets the Grokking Timescale: A Causal Delay Law

    • Release Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13753v1 Announce Type: new.
      • Abstract: Grokking is the delayed onset of generalization in neural networks, arising long after they fit the training data.
      • Whether the weight norm causes this delay is disputed: some studies report a critical norm at the transition, while others observe grokking with no fixed norm at all.
      • We settle this by intervening on the norm during training rather than only observing it.
    • EN Highlights:
      • arXiv:2606.13753v1 Announce Type: new
      • Abstract: Grokking is the delayed onset of generalization in neural networks, arising long after they fit the training data
      • Whether the weight norm causes this delay is disputed: some studies report a critical norm at the transition, others observe grokking with no fixed norm at all
      • We settle this by intervening on the norm during training rather than only observing it
  • D2H-AD: A Hybrid Model Utilizing Hyperdimensional Computing for Advanced Anomaly Detection

    • Release Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13754v1 Announce Type: new.
      • Abstract: Anomaly detection is a fundamental component of intelligent systems, applied in healthcare, cybersecurity, smart grids, and IoT environments.
      • Although traditional machine learning and deep learning methods have proven effective in identifying anomalies, they often rely on large labeled datasets, incur high computational costs, and face scalability challenges in edge and high-dimensional settings.
      • This paper introduces D2H-AD, a novel anomaly detection framework based on Hyperdimensional Computing (HDC), a brain-inspired paradigm that represents information using high-dimensional distributed vectors.
    • EN Highlights:
      • arXiv:2606.13754v1 Announce Type: new
      • Abstract: Anomaly detection is a fundamental component of intelligent systems with applications in healthcare, cybersecurity, smart grids, and IoT environments
  • Although conventional machine learning and deep learning methods have demonstrated effectiveness in identifying anomalies, they often rely on large labeled data…

  • This paper presents D2H-AD, a novel anomaly detection framework based on Hyperdimensional Computing (HDC), a brain-inspired paradigm that represents information…

  • Beyond LoRA: Is Sparsity-Induced Adaptation Better?

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13767v1 Announcement Type: New.
      • Abstract: Low-rank adaptation (LoRA) and its variants provide a memory- and compute-efficient alternative to the full fine-tuning of pre-trained models.
      • However, questions remain about the comparative generalizability of these approaches and how the structural restrictions on low-rank updates preserve effective adaptation performance.
      • We present a historical framing, covering the past (full fine-tuning and original LoRA), the present (different variants of LoRA), and propose simpler, cheaper, and more parameter-efficient extensions by introducing sparsity into existing LoRA variants: cheap LoRA (cLA), which trains a single low-rank factor with another fixed one (deterministic, or random in stochastic variants), and a chained-cycle variant, ${c}^3$LA.
    • EN Highlights:
      • arXiv:2606.13767v1 Announce Type: new
      • Abstract: Low-rank adaptation (LoRA) and its variants provide a memory- and compute-efficient alternative to full fine-tuning of pre-trained models
      • However, questions remain about the comparative generalizability of these approaches and how the structural restrictions on low-rank updates preserve effective…
      • We present a historical framing, covering the past (full fine-tuning and original LoRA), the present (different variants of LoRA), and propose simpler, cheaper,…
  • Diffusion Policy Optimization without Drifting Apart

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13795v1 Announcement Type: New.
      • Abstract: RL post-training has become increasingly pivotal for improving diffusion policies, but existing diffusion policy-gradient methods are often unstable and fail to achieve reliable policy improvement.
      • We identify the cause as a dual-drift phenomenon: optimizing the variational surrogate can allow the ELBO to separate from the true log-likelihood, causing the resulting surrogate policy gradient to be inconsistent with the true policy gradient of the expected return.
      • We propose \textbf{DiPOD}, a diffusion policy optimization framework that maintains tight-bound behavior throughout the training process by intertwining self-distillation with policy improvement gradient updates.
    • EN Highlights:
      • arXiv:2606.13795v1 Announce Type: new
      • Abstract: RL post-training has become increasingly pivotal for improving diffusion policies, but existing diffusion policy-gradient methods are often unstable a…
  • We identify the cause as the double-drift phenomenon: optimizing a variational surrogate can let the ELBO separate from the true log-likelihood, which then make…

  • We propose \textbf{DiPOD}, a diffusion policy optimization framework that maintains tight-bound behavior throughout training by interleaving self-distillation w…

  • Neural Variability Enhances Artificial Network Robustness

    • Publication Time: 2026-06-15 12:00 Beijing Time
    • Abstract: - arXiv:2606.13801v1 Announce Type: new.
      • Abstract: Neural responses in the cortex exhibit significant trial-to-trial variability in response to repeated stimuli, while the responses of peripheral sensory neurons are more consistent, leading many to question whether this stochasticity might be meaningful.
      • Existing work suggests that noise and signal correlations can be optimized for discrimination in animals, while research in artificial neural networks (ANNs) indicates that noise provides similar benefits in machine learning tasks, although most ANN studies have overlooked the impact of correlations.
      • Here, we investigate whether correlated noise improves the robustness of artificial neural networks to adversarial attacks and naturalistic image modifications.
    • EN Highlights:
      • arXiv:2606.13801v1 Announce Type: new
      • Abstract: Neural responses in cortex exhibit substantial trial-to-trial variability in response to repeated stimuli, while peripheral sensory neurons respond fa…
      • Existing work has argued that noise and signal correlations may be optimized for discrimination in animals, whereas artificial neural network (ANN) studies have…
      • Here we investigate whether correlated noise improves the robustness of artificial neural networks to adversarial attacks and naturalistic image modifications