AI News selected for Professionals and Decision Makers
Hands On Model Tooling And Research Updates

Build real agentic apps using CUGA: two dozen working examples on a lightweight harness

14:51 · June 23, 2026 · Hugging Face Blog

Build real agentic apps using CUGA: two dozen working examples on a lightweight harness

Summary

IBM Research has released CUGA, an open-source agent harness that shifts the burden of orchestration, state management, and tool execution away from the developer. Instead of rebuilding planning loops, variable tracking, reflection steps, and streaming infrastructure for each project, developers supply only a tool list and a prompt; the harness executes the rest through a compact API centered on the CugaAgent constructor. This approach is illustrated by two dozen single-file FastAPI applications, ranging from a movie recommender to an IBM Cloud architecture advisor, all hosted in a public gallery for direct inspection and reuse.

The harness performs long-horizon planning with built-in self-correction, maintaining intermediate results across many steps so that reflection can recover from a failed tool call rather than repeating earlier mistakes. Tool interfaces follow a uniform envelope that distinguishes declared success or failure, allowing the planner to handle errors gracefully. Generic capabilities such as web search or document retrieval are drawn from shared MCP servers, while application-specific functions are defined inline as ordinary Python routines whose docstrings guide the agent. Reasoning modes that trade cost against accuracy are set through configuration, enabling the same agent definition to run on smaller open-weight models without loss of reliability.

Governance is embedded in the runtime rather than added afterward. Six policy types, including intent guards, tool-approval checks, and output formatters, attach directly to an agent and are stored alongside its code in a versioned folder. Policies can trigger on semantic similarity or agent state, not merely keywords. When a single agent becomes overloaded, a CugaSupervisor delegates subtasks to specialist agents, each with its own isolated context and tool set; delegation works identically whether the specialist is local or reached over the A2A protocol. This structure keeps the supervisor’s planning surface small even as the overall system grows.

The design also supports sovereign deployments. Model providers are switched through a single environment variable that covers OpenAI, watsonx, Ollama, and LiteLLM, allowing the entire stack to run in air-gapped environments with no external dependencies beyond the chosen inference endpoint. Together these features reduce the initial plumbing required for agentic applications while preserving explicit control over behavior and compliance.

Why it matters

CUGA provides highly actionable, production-ready tooling for ML and software engineers building agentic systems. Its emphasis on built-in governance, guardrails, and sovereign deployments makes it particularly relevant for Dutch enterprises navigating strict EU data privacy and AI regulations.

More in this beat
agentic-workflowsagent-safetyai-agentsCUGAdeployment-readinessibmmodel-context-protocol
From Prompts to Contracts: Harness Engineering for Auditable Enterprise LLM Agents

06:00 · July 11, 2026

From Prompts to Contracts: Harness Engineering for Auditable Enterprise LLM Agents

Directly actionable for Dutch/EU teams building compliant LLM agents; aligns with Netherlands emphasis on ethical, transparent AI and EU regulatory needs for auditability. Offers novel, technically rigorous methodology with high reproducibility for researchers and advanced practitioners.

Relevance 85 · Audience 90

Agentic Data Environments

06:00 · July 9, 2026

Agentic Data Environments

This research is highly relevant for Dutch AI researchers and engineers focusing on safe and reliable AI deployment. By proposing a framework that enforces safety guarantees for autonomous agents, it aligns strongly with the EU AI Act's emphasis on risk management and the Netherlands' strategic focus on ethical AI.

Relevance 85 · Audience 90

Build from anywhere with Cursor for iOS

02:00 · June 29, 2026

Build from anywhere with Cursor for iOS

This update fundamentally shifts how product teams and builders interact with AI coding assistants, enabling asynchronous, mobile-first agent management. Dutch AI practitioners and SMEs can leverage this to improve incident response times and maintain development momentum outside traditional working hours.

Relevance 75 · Audience 90

Code execution with MCP: Building more efficient agents

01:00 · November 4, 2025

Code execution with MCP: Building more efficient agents

Highly actionable for Product Teams and Builders with concrete implementation patterns, code snippets, and measurable efficiency gains (e.g., 98.7% token reduction). Directly addresses model/product updates in agent tooling and context management.

Relevance 85 · Audience 90

How monday.com transformed its platform into an agent-first product where humans and agents collaborate

02:00 · August 20, 2026

How monday.com transformed its platform into an agent-first product where humans and agents collaborate

This case study is highly relevant for product teams and builders as it provides a strategic blueprint for transitioning from superficial AI features to a native, agent-first architecture. It offers actionable insights into integrating LLMs like Claude into core workflows, which is highly applicable for Dutch SaaS companies and AI practitioners looking to drive sustained user engagement.

Relevance 75 · Audience 90

Phishing 3.0: The Fight Moves to Agent Versus Agent

13:30 · August 19, 2026

Phishing 3.0: The Fight Moves to Agent Versus Agent

This article is highly relevant for security professionals as it highlights the emerging threat of AI-driven phishing agents. Dutch enterprises must adapt their cybersecurity strategies to counter AI-generated attacks, making this crucial for maintaining robust organizational security.

Relevance 85 · Audience 95

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

06:00 · August 17, 2026

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

Agentao's focus on runtime governance, auditability, and permission-mediated execution aligns strongly with the transparency and human-oversight requirements of the EU AI Act. Dutch AI researchers and engineers can leverage this open-source architecture to build compliant, secure, and inspectable local-first AI agents.

Relevance 85 · Audience 90

How Cloudflare detects MCP traffic and helps secure it

15:12 · August 14, 2026

How Cloudflare detects MCP traffic and helps secure it

Directly addresses AI security risks from agent-driven tool calls via MCP, with actionable network controls usable by Dutch enterprises on managed paths. Strong EU relevance through privacy controls, logging, and compliance with data protection needs. Targets security professionals managing AI deployments.

Relevance 85 · Audience 90