While the industry debated hallucinations and alignment of foundation models, developers ran into a more pressing problem — uncontrolled actions by autonomous systems. This week's trend shifted from building "smart" agents to constructing the infrastructure for their security, observability, and control.

Security as an Architectural Layer

Uber introduced the open-source ADR (Agentic AI Detection and Response) system — an enterprise tool for monitoring and protecting AI agents. This solution provides observability, vulnerability assessment, and real-time threat detection for agents that interact with employees. In my view, the emergence of ADR proves that protecting AI agents requires a fundamentally new approach compared to traditional cybersecurity, since conventional firewalls can't handle threats originating from within LLM logic.

In parallel, AI-driven social engineering risks are growing. According to Interpol, AI technologies are now used in more than half of cybercrimes in Africa amid a sharp surge in fraud. This underscores that the threat comes not only from code errors but also from abuse of generative system capabilities, demanding rigorous layered control.

Local Control Plane for Long-Running Tasks

The LoopX project offers a lightweight state kernel for long-running teams of AI agents. The tool is execution-environment-agnostic (supporting Codex, Claude Code, and other frameworks) and provides goal persistence, quota control, evidence logging, and verifiable context transfer between nodes. This is a logical industry response to the problem of agent "forgetfulness" and loss of focus in multi-step tasks. Without reliable orchestration and durable (crash-resilient) execution, serious enterprise applications are impossible.

In Practice: From Pentesting to Video Editing

The open-source community is actively covering new niches. The Strix tool is an autonomous AI hacker for pentesting (penetration testing) that finds and fixes vulnerabilities in applications, integrating easily into CI/CD pipelines. And the video-use project from browser-use lets you fully delegate video editing to Claude Code–based agents — from loading raw footage to rendering the final file.

The trend is obvious: tool-calling is becoming the universal interface. Agents increasingly rarely generate text and more often directly control systems — from security pipelines to video editors.

Local Models and Moderation

The evolution of agentic systems demands compact models capable of running on-device without sending data to the cloud. Liquid AI released LFM2.5-2.6B, enabling deployment of local agents anywhere. To protect user content in such distributed systems, Mistral introduced Shieldstral — an open 3-billion-parameter model for multimodal moderation.

Bottom line: The era of naive autonomous AI systems is coming to an end. We're watching a full-fledged infrastructure form around agents — from state control planes to intrusion detection systems. In the coming months, competition will shift from foundation models to orchestration frameworks and security tools.

Sources

  1. uber/ADR (GitHub Trending)
  2. AI fuels more than half of cybercrime in Africa (africanews)
  3. huangruiteng/loopx (GitHub Trending)
  4. usestrix/strix (GitHub Trending)
  5. browser-use/video-use (GitHub Trending)
  6. Deploy local agents everywhere with LFM2.5-2.6B (Hugging Face Blog)
  7. Mistral's Shieldstral (Mistral AI)