Latest Agentic AI, AI Agents & Agent Governance News – 18 August 2026

Latest Agentic AI, AI Agents & Agent Governance News – 18 August 2026 - header banner

🤖 Top Agentic AI, AI Agents & Governance Articles

Your twice-weekly roundup of the latest in Agentic AI, AI agents, and agent access, permission, governance & audit — covering agent frameworks, MCP/tool-use, agent identity, non-human access control, AI governance and agent security.

    The builder’s guide to GPT‑5.6

    Source : OpenAI News

    Learn how startups use GPT-5.6 to build faster, more cost-efficient AI agents with smarter model selection and new Responses API capabilities.


    From assistance to execution: How enterprises put AI to work

    Source : OpenAI News

    OpenAI research reveals how enterprises are adopting agentic AI, using ChatGPT and Codex, and how frontier firms are pulling ahead in AI adoption.


    Gemini API Managed Agents: 3.6 Flash, hooks, and more

    Source : Google AI Blog

    Managed Agents Gemini 3.6 Flash, Hooks and Triggers


    Record, train, and deploy from one place with Strands Agents, LeRobot, and Hugging Face Storage Buckets

    Source : Hugging Face


    Build Low-Latency Multilingual Voice Agents: Open Weights & Full Deployment Control with NVIDIA Magpie TTS

    Source : Hugging Face


    Meta is back with Muse Glimmer: local, agentic, multimodal, and open source

    Source : Hugging Face


    Claude Code costs up to $200 a month. Goose does the same thing for free.

    Source : VentureBeat AI

    The artificial intelligence coding revolution comes with a catch: it's expensive.

    Claude Code, Anthropic's terminal-based AI agent that can write, debug, and deploy code autonomously, has captured the imagination of software developers worldwide. But its pricing — ranging from $20 to $200 per month depending on usage — has sparked a growing rebellion among the very programmers it aims to serve.

    Now, a free alternative is gaining traction. Goose, an open-source AI agent developed by Block (the financial technology company formerly known as Square), offers nearly identical functionality to Claude Code but runs entirely on a user's local machine. No subscription fees. No cloud dependency. No rate limits that reset every five hours.


    Salesforce rolls out new Slackbot AI agent as it battles Microsoft and Google in workplace AI

    Source : VentureBeat AI

    Salesforce on Tuesday launched an entirely rebuilt version of Slackbot, the company's workplace assistant, transforming it from a simple notification tool into what executives describe as a fully powered AI agent capable of searching enterprise data, drafting documents, and taking action on behalf of employees.

    The new Slackbot, now generally available to Business+ and Enterprise+ customers, is Salesforce's most aggressive move yet to position Slack at the center of the emerging "agentic AI" movement — where software agents work alongside humans to complete complex tasks. The launch comes as Salesforce attempts to convince investors that artificial intelligence will bolster its products rather than render them obsolete.

    "Slackbo


    Anthropic launches Cowork, a Claude Desktop agent that works in your files — no coding required

    Source : VentureBeat AI

    Anthropic released Cowork on Monday, a new AI agent capability that extends the power of its wildly successful Claude Code tool to non-technical users — and according to company insiders, the team built the entire feature in approximately a week and a half, largely using Claude Code itself.

    The launch marks a major inflection point in the race to deliver practical AI agents to mainstream users, positioning Anthropic to compete not just with OpenAI and Google in conversational AI, but with Microsoft's Copilot in the burgeoning market for AI-powered productivity tools.

    "Cowork lets you complete non-technical tasks much like how developers use Claude Code," the Scaling AI agents with trustworthy data Source : MIT Technology Review AI

    Business and technology leaders need no convincing that the time of agentic AI is here. Organizations are rapidly adopting agents, and few executives doubt the technology’s potential to transform work. But many organizations find that realizing the desired return on investment (ROI) from AI hinges on having the right foundation, with inadequate infrastructure and data…


    Here’s why AI agents lie and cheat to reach their goals

    Source : MIT Technology Review AI

    MIT Technology Review Explains: Let our writers untangle the complex, messy world of technology to help you understand what’s coming next. You can read more from the series here. When two OpenAI models hacked into the website Hugging Face in July, they weren’t trying to make money or commit sabotage—they were just looking for answers…


    Cyera's Oasis Security Buy Is All About AI Agent Control

    Source : Dark Reading

    The $1 billion deal aims to converge data security and identity into a single control plane for agents, with privileged access redefined around business context rather than static roles.


    XAI-Guided Conservative Decentralized Execution for Offline Multi-Agent Network Slicing

    Source : arXiv Multi-Agent Systems

    arXiv:2608.13982v1 Announce Type: new Abstract: The recent advances toward sixth-generation (6G) and beyond-6G networks have accelerated the need for intelligent resource management mechanisms capable of supporting heterogeneous services under shared infrastructures in network slicing. However, resource allocation in network slicing naturally forms a resource-coupled cooperative optimization problem with competing slice demands. Slices compete for limited resources to minimize individual latencies while coordinating to avoid conflicts and underutilization. Although multi-agent reinforcement learning (MARL) has shown promising performance in such settings, existing online formulations remain costly, unsafe, and difficult to deploy due to their reliance on environmental interactions and communication among agents. In this work, we present explainable artificial intelligence (XAI)-guided conservative decentralized execution (X-CODE). X-CODE is an explainable offline MARL that operates of


    Submodular Policy Learning for Distributed Task Allocation in Open Multi-Agent Systems

    Source : arXiv Multi-Agent Systems

    arXiv:2608.14390v1 Announce Type: new Abstract: This paper studies policy learning for distributed task allocation in open multi-agent systems, where agents may join and leave in a time-varying fashion, with submodular stage team utilities. At each time, the active agents select actions from local categorical policies such that the feasible joint agent-action pairs form a partition matroid. Standard continuous relaxations of submodular set functions are based on independent Bernoulli sampling, making them inconsistent with agents' policies.To solve this mismatch, we propose the \emph{partition multilinear extension} (PME), a policy-based relaxation whose continuous support matches feasible actions under categorical policies.We prove that the marginal gains of the stage utility provide an unbiased estimator of the gradient of the PME and that maximizing the PME over action distributions is equivalent to maximizing the stage utilities over agent actions, which are critical to devise pri


    Agentao: A Governed Local-First Runtime for Tool-Using LLM Agents

    Source : arXiv Multi-Agent Systems

    arXiv:2608.13574v1 Announce Type: cross Abstract: LLM agents increasingly operate as execution systems that invoke tools, modify local state, use persistent memory, and interact with external protocols. These capabilities make agents useful, but they also introduce risks related to over-privileged actions, weak auditability, prompt injection, tool poisoning, and uncontrolled side effects. This paper presents Agentao, a governed local-first runtime for tool-using LLM agents. Agentao separates model-generated action proposals from host-authorized execution through a layered architecture consisting of host-facing surfaces, a host contract, a runtime core, a permission-mediated tool system, and supporting subsystems for memory, replay, plugins, skills, sub-agents, and protocol integration. We describe the motivation, threat model, design goals, governance model, execution pipeline, and structured event interface of the system. Agentao does not provide formal safety guarantees; rather, it


    Inducing Reward-Free Judging Rubrics that Reduce Over-Crediting in Agent Evaluation

    Source : arXiv Artificial Intelligence

    arXiv:2608.13564v1 Announce Type: new Abstract: Evaluating language-model agents at scale increasingly relies on a second language model as an automatic judge, because the gold signal, an executable environment reward, is expensive, slow, or unavailable at deployment time. Such a judge is a reward-free proxy whose value depends on whether it can be trusted, yet existing judges either hand-write the scoring rubric, as in G-Eval, or fine-tune the judge's weights, and both tend to credit fluent but unsuccessful trajectories as successes. We instead induce the text of an agent-judging rubric from a small set of ground-truth-labeled trajectories, grounding it in true outcomes. We present RubricForge, which evolves a judge rubric by reflective evolution against labeled trajectories to maximize agreement with the environment reward, freezes it, and applies it to held-out trajectories in one model call with no environment access. The optimized artifact is human-readable text, so every verdict


    Agentao: A Governed Local-First Runtime for Tool-Using LLM Agents

    Source : arXiv Artificial Intelligence

    arXiv:2608.13574v1 Announce Type: new Abstract: LLM agents increasingly operate as execution systems that invoke tools, modify local state, use persistent memory, and interact with external protocols. These capabilities make agents useful, but they also introduce risks related to over-privileged actions, weak auditability, prompt injection, tool poisoning, and uncontrolled side effects. This paper presents Agentao, a governed local-first runtime for tool-using LLM agents. Agentao separates model-generated action proposals from host-authorized execution through a layered architecture consisting of host-facing surfaces, a host contract, a runtime core, a permission-mediated tool system, and supporting subsystems for memory, replay, plugins, skills, sub-agents, and protocol integration. We describe the motivation, threat model, design goals, governance model, execution pipeline, and structured event interface of the system. Agentao does not provide formal safety guarantees; rather, it de


    AI Evaluation Should Work With Humans

    Source : arXiv Artificial Intelligence

    arXiv:2608.13577v1 Announce Type: new Abstract: This position paper argues that the dominant paradigm of AI evaluation (which focuses on superhuman autonomous performance and so implicitly targets the goal of replacing humans) is guiding AI development in the wrong direction. Instead, the AI community should pivot to evaluating the performance of human--AI teams. We argue that this collaborative shift will foster AI systems that act as true complements to human capabilities and therefore lead to far better societal outcomes than will the current process.


Popular posts from this blog

DevOps Engineer Tech Stack: Junior vs Mid vs Senior

What is the Difference Between K3s and K3d

DevOps Learning Roadmap Beginner to Advanced

Lightweight Kubernetes Options for local development on an Ubuntu machine

How to Transfer GitHub Repository Ownership

Open-Source Tools for Kubernetes Management

Cloud Native Devops with Kubernetes-ebooks

Setting Up a Kubernetes Dashboard on a Local Kind Cluster

Apache Kafka: The Definitive Guide

Top 50 prometheus and grafana interview questions and answers for devops engineer