Urgent.News

What's breaking now, across thousands of outlets.

AI

AI Agents Push Humans Out of the Loop

Abstract: AI agents pose significant risks as they are granted increasing autonomy. A commonly proposed solution is human oversight and keeping a ''human in the loop'', but this is not a simple solution: Not only do current approaches to AI agent design impede effective human oversight, but the cognitive capacities required for it are also themselves degraded by extended use of AI systems. This…

In recent years, artificial intelligence agents have been granted greater autonomy, raising significant concerns about their potential to replace human oversight entirely. While some argue that human oversight is achievable through the concept of "human in the loop," this approach is fraught with challenges. Current AI agent designs do not lend themselves to effective human oversight, and the skills required for it are actually eroded by the prolonged use of AI systems.

This paper asserts that existing methods for developing and implementing AI agent systems fail to facilitate effective human oversight, thereby exacerbating its decline. The advancement of AI agents should, therefore, prioritize the fulfillment of human overseers' goals and cognitive requirements, placing equal emphasis on the needs of these overseers as on the capabilities of AI agents.

To implement this, the authors draw upon concepts from automation and human-computer interaction to propose design-level features and organizational protocols that benefit overseers. These include (1) enabling overseers to make critical judgments and (2) mitigating the skill deterioration that occurs with prolonged AI use. The authors strongly encourage developers and deployers to adopt these or comparable strategies.

Without actively supporting the cognitive demands of effective human-agent interaction, AI agent systems risk further promoting the degradation of the very human abilities they depend on.

Written by urgent.news from Lobsters's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at arxiv.org →

More in AI

AI Safety Is a Zero Trust Problem, Not a Philosophy Debate

The reaction to Jacob Coxon leaving Anthropic centers on existential risk. That debate matters. But existential risk is not an infrastructure strategy.

  • AI systems expose limitations of static IAM roles and traditional network perimeters.
  • Zero Trust principles must be applied directly to AI runtime.
  • Infrastructure security addresses AI safety, not just model alignment.

Day 4 - LLM - Tool Calling

Tool Calling Asking some query to the LLM. LLM is like a phone book , it can't call on its own. With some tools only it will. Tools are nothing but FUNCTIONS.

  • Tool calling enables LLMs to interact with external tools like APIs and databases.
  • Langchain framework uses @tool decorator to mark methods callable by the LLM.
  • Groq platform provides access to large language models for Langchain integration.

I’m building **Cerbère-AG**, a security evidence layer for AI agents.

I’m building Cerbère-AG , a security evidence layer for AI agents. Most AI security tools focus on what goes into the model: prompt injection, malicious inputs, jailbreaks, etc.

  • Cerbère-AG is a security evidence layer for AI agents.
  • Focuses on actions AI models take, not just inputs.
  • Seeking feedback from developers running AI agents.

Agent memory that tells you when it couldn't check

An on-call agent that answers "no prior incidents" might be telling you the archive is empty. It might also be telling you the embedding call timed out, and most memory stores return both as the same…

  • Throughline agent has memory layer for audit
  • Primary memory db-7 with 14-day half-life
  • UNKNOWN verdict reported when search fails

More from Saturday 26 September →