OffNet Newsroom

Daily topic roundup

Agentic AI

Friday, July 10, 2026 · 8 stories, curated & summarized — click any story for the source.

AWS has integrated AI agents into the DMS Schema Conversion tool to automate migration workflows via natural language prompts. The agent handles the full lifecycle, including project creation, source metadata browsing, schema conversion, and assessment report generation. This shift allows engineers to manage complex modernization tasks conversationally rather than through manual UI interactions.

  • Orchestrate full DMS SC workflows using natural language prompts instead of manual steps
  • Agent automates metadata browsing, schema conversion, and assessment report generation
  • Reduces manual overhead in database modernization projects by handling project creation
  • Enables conversational control over export and result management in migration tasks
arXiv cs.CL researchllm

Compile LLM SOPs into Versioned Tools to Cut Latency

This paper addresses latency waste in production LLM agents caused by regenerating procedural code on every request. It introduces an agentic tool-making pipeline that compiles repeated standard operating procedure steps into validated, versioned tools before deployment. By grounding synthesis in live execution traces and backend schemas, the system generates and repairs candidate tools, allowing runtime agents to call them directly instead of relying on inference-time coding.

  • Replaces inference-time code regeneration with pre-compiled, versioned tools for repeated tasks.
  • Tool synthesis uses live execution traces and backend schemas to ensure accuracy.
  • Agents fallback to code generation only when pre-built tools are insufficient.
  • Validated in a Fulfillment Center alarm-triage system with a 44-node SOP.
HOW IT WORKSVersioned Tool Pipeline1Capture live execution traces2Match backend schemas3Compile and repair tools4Version and deploy5Agent calls pre-built tools

The AWS MCP Server now supports direct AI agent connections via AWS Sign-In and standard OAuth protocols, eliminating the need for custom authentication middleware. This update allows agents to leverage existing IAM permissions and governance controls while supporting both interactive browser-based and programmatic headless authorization flows. Administrators gain enhanced control through new IAM condition keys, token introspection APIs, and CloudTrail audit logging.

  • Agents connect via standard OAuth without extra auth software
  • Leverages existing IAM policies and AWS identities
  • Supports interactive and headless authorization modes
  • New IAM condition keys and token revocation APIs
  • Full CloudTrail audit coverage for OAuth access
HOW IT WORKSAWS MCP Server OAuth Flow1Agent initiates OAuth connection2User authenticates via browser3AWS issues access token4Agent uses token for IAM5CloudTrail logs the access

OpenAI has introduced ChatGPT Work, an agent designed to execute actions across multiple applications and files. Unlike standard chat interfaces, this tool can sustain operations for hours to transform high-level goals into completed work. The release signals a shift toward persistent, autonomous agents for complex workflows.

  • Agents can now operate across disparate apps and file systems autonomously.
  • Support for multi-hour sessions enables completion of complex, multi-step projects.
  • Shifts focus from simple Q&A to executing tangible business outcomes.

Researchers introduce DeepSearch-Evolve, a self-distillation framework designed to train tool-use agents that improve through their own experience. The system relies on DeepSearch-World, a deterministic environment featuring reproducible search and page-reading tools alongside 420K multi-hop QA tasks. This setup addresses the limitations of fixed teacher-distilled trajectories and sparse-reward reinforcement learning by enabling progress verification, grounded reflection, and failure recovery.

  • DeepSearch-World provides a deterministic, verifiable sandbox for training web agents with reproducible tools.
  • The dataset includes 420K multi-hop QA tasks generated via entity-level random walks.
  • Framework supports self-evolution behaviors like progress verification and failure recovery.
  • Bypasses weak supervision from sparse rewards by using iterative trajectory generation.
  • Addresses long-horizon interaction challenges in agentic AI training pipelines.
BY THE NUMBERS420K Verifiable Tasks420KMulti-hop QA tasks in datasetGenerated via entity-level random walks

Itamar Friedman outlines a strategy for engineering leaders to overcome AI productivity limits by implementing adaptive multi-agent systems. The approach moves beyond basic code completion to establish resilient workflows featuring autonomous testing, intelligent code review, and robust arbitration mechanisms. Key focus areas include governing agent communication and creating context-driven software development lifecycles that scale effectively.

  • Move past simple autocomplete to resilient, multi-agent SDLC workflows.
  • Integrate autonomous testing and intelligent code review for reliability.
  • Implement robust arbitration to control agent interactions and outputs.
  • Govern agent communication to build scalable, context-driven development.

This paper argues that aggregate safety metrics for planner-executor LLM pipelines conflate harmful intent reframing, planner refusal, and executor delegation. The authors introduce a five-condition controlled contrast design to isolate these mechanisms. Evaluated on synthetic and benchmark scenarios, the study reveals that overall pipeline safety is not a stable architectural property.

  • Aggregate 'pipeline effect' metrics mask distinct failure modes in multi-agent systems.
  • New five-condition design separates reframing, refusal, and delegation factors.
  • Results show pipeline safety is unstable, not a fixed architectural trait.
  • LLM-judged compliance used for evaluation across synthetic and benchmark sets.
HOW IT WORKSIsolating Safety Failure Modes1Intent Reframing by Planner2Planner Refusal Decision3Executor Task Delegation4Final Harmful Output5Aggregate Safety Metric

This research demonstrates that biased LLM judges can effectively turn off the skill retirement mechanism in self-evolving agents. While retirement relies on accurate failure signals to prune poor skills, reference-free tasks force the use of judges that introduce systematic bias rather than random noise. The study proves this bias prevents the agent from correctly identifying and discarding bad skills, leading to uncontrolled drift in the skill library.

  • Biased judges do not just add noise; they structurally disable the skill retirement mechanism.
  • Reference-free task evaluation often forces the use of biased LLM judges.
  • Skill drift occurs because agents fail to recognize and prune failing skills.
  • Symmetric noise preserves retirement, but systematic bias breaks it.
TRADE-OFFNoise vs Bias ImpactSymmetric NoisePreserves skill retirement mechanismSystem behaves as expectedNo structural disabling occursSystematic BiasDisables skill retirement entirelyPrevents identification of…Causes uncontrolled library driftvs