# AWS Open Source Blog

Published articles for AWS Open Source Blog.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Unified Knowledge Graph RAG on AWS: GraphRAG and LightRAG on one stack

DevFeed: [Unified Knowledge Graph RAG on AWS: GraphRAG and LightRAG on one stack](<https://devfeed.tech/articles/unified-knowledge-graph-rag-on-aws-graphrag-and-lightrag-on-one-stack-21545.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/unified-knowledge-graph-rag-on-aws-graphrag-and-lightrag-on-one-stack/>)

Author: Jonas Kim

Published: 2026-09-14T16:55:58Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Amazon OpenSearch Service](<https://devfeed.tech/topics/amazon-opensearch-service.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-opensearch-service](<https://devfeed.tech/tags/amazon-opensearch-service.md>), [aws](<https://devfeed.tech/tags/aws.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [search](<https://devfeed.tech/tags/search.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

### AI overview

This article presents a unified knowledge-graph RAG stack that brings Microsoft GraphRAG and HKUDS LightRAG together on Amazon Bedrock, Amazon Neptune, and Amazon OpenSearch Service. The shared stack supports common ingestion, indexing, caching, and multilingual handling while allowing the retrieval methodology to be selected per query.

### Source excerpt

Picture a compliance analyst staring at a few thousand contracts, amendments, and internal memos, trying to answer one question that sounds straightforward: "Which of our obligations are exposed if this one milestone slips?" The answer isn't written in any single document. It's stitched across three -- a master agreement that ties a payment to a [...]

## Introducing Pizza Bot, an open source inbox for AI agents that work in the background

DevFeed: [Introducing Pizza Bot, an open source inbox for AI agents that work in the background](<https://devfeed.tech/articles/introducing-pizza-bot-an-open-source-inbox-for-ai-agents-that-work-in-the-background-4756.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/introducing-pizza-bot-an-open-source-inbox-for-ai-agents-that-work-in-the-background/>)

Author: Joseph Dolivo

Published: 2026-09-10T16:01:44Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

Pizza Bot is introduced as a self-hosted, open-source inbox for background AI-agent work. It lets users start, schedule, or trigger tasks by webhook, then surfaces completed work or requests requiring approval.

### Source excerpt

Give an agent a task actually worth delegating and you'll be waiting a while. Ask it what needs your attention this morning and it has to read your mail, your messages, and your task list before it can answer. Then it stops halfway, because one step needs your approval. Meanwhile you're watching a chat window [...]

## Build full-stack AWS applications in minutes with AI-powered scaffolding

DevFeed: [Build full-stack AWS applications in minutes with AI-powered scaffolding](<https://devfeed.tech/articles/build-full-stack-aws-applications-in-minutes-with-ai-powered-scaffolding-4746.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/build-full-stack-aws-applications-in-minutes-with-ai-powered-scaffolding/>)

Author: Jack Stevenson

Published: 2026-09-08T21:24:59Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Kiro](<https://devfeed.tech/topics/kiro.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>), [Bun](<https://devfeed.tech/topics/bun.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [applications](<https://devfeed.tech/tags/applications.md>), [aws](<https://devfeed.tech/tags/aws.md>), [kiro](<https://devfeed.tech/tags/kiro.md>), [observability](<https://devfeed.tech/tags/observability.md>), [security](<https://devfeed.tech/tags/security.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

### AI overview

The article introduces version 1.0 of the Nx Plugin for AWS, an open-source set of deterministic Nx generators for scaffolding deployable AWS application components and their infrastructure. It describes using AI assistants or a CLI to generate applications with security, observability, and type-safety practices included, and begins a quick start for an agentic application using Amazon Bedrock.

### Source excerpt

AI assistants can stand up an app or website that runs on AWS in minutes. Getting to a production-ready version you would put in front of real customers is still the hard part. Security, observability, type-safety, and resilience are non-negotiable for production. An assistant rarely gets all of that right in one pass, and hardening [...]

## AWS Supports Agent Plugins: An Open Standard for Portable Agent Extensions

DevFeed: [AWS Supports Agent Plugins: An Open Standard for Portable Agent Extensions](<https://devfeed.tech/articles/aws-supports-agent-plugins-an-open-standard-for-portable-agent-extensions-4745.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/aws-supports-agent-plugins-an-open-standard-for-portable-agent-extensions/>)

Author: Libby Clark

Published: 2026-08-06T17:21:21Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Agent Skill](<https://devfeed.tech/topics/agent-skill.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [agent-skill](<https://devfeed.tech/tags/agent-skill.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openai](<https://devfeed.tech/tags/openai.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

AWS supports Agent Plugins 1.0.0, an open source, vendor-neutral specification for packaging AI agent extensions in a common format. The standard is intended to let developers package an extension once and distribute it across compatible clients such as Kiro, VS Code, Cursor, and other tools. Its initial version standardizes Agent Skills and MCP servers, with hooks and custom agents planned for future versions.

### Source excerpt

If you've ever built an MCP server or agent skill, you know that packaging it means adapting for one client, re-writing for another, and repeating that for every tool your team uses. Agent Plugins 1.0.0 is an open source, vendor-neutral specification that gives AI agent extensions a common packaging format so you can package an [...]

## Introducing Dogwood: runtime verification for AI agents

DevFeed: [Introducing Dogwood: runtime verification for AI agents](<https://devfeed.tech/articles/introducing-dogwood-runtime-verification-for-ai-agents-4754.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/introducing-dogwood-runtime-verification-for-ai-agents/>)

Author: Marc Brooker

Published: 2026-08-06T16:30:54Z

Content type: release

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [automated-reasoning](<https://devfeed.tech/tags/automated-reasoning.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [policy](<https://devfeed.tech/tags/policy.md>), [safety](<https://devfeed.tech/tags/safety.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tools](<https://devfeed.tech/tags/tools.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Dogwood is an open-source governance language for runtime verification of AI-agent tool use. It supports policies over sequences of actions, such as approval prerequisites, rate limits, ordering, and restrictions after accessing confidential information.

### Source excerpt

Part of what makes AI agents so useful is their ability to interact with the external world by running tools. But these tool calls are also the source of the biggest risks when it comes to making agents safe to use. The best way to address these risks in a dependable and reliable manner is [...]

## Open Protocols with the Strands Agents SDK

DevFeed: [Open Protocols with the Strands Agents SDK](<https://devfeed.tech/articles/open-protocols-with-the-strands-agents-sdk-4762.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/open-protocols-with-the-strands-agents-sdk/>)

Author: Madhu Samhitha Vangara

Published: 2026-07-16T17:29:21Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [apis](<https://devfeed.tech/tags/apis.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>)

### AI overview

An overview of how the Strands Agents SDK uses open agent protocols, including MCP, to connect AI agents with tools, APIs, other agents, user interaction, and payments.

### Source excerpt

If you are building AI agents, you have likely encountered a growing list of protocol acronyms--MCP, A2A, UTCP, AG-UI, and x402--that can feel overwhelming. The open source community has converged on several complementary protocols. An AI agent is only as useful as the systems it can reach: internal tools and data, the external APIs your [...]

## Building secure AI agents at scale: Introducing Loom for AWS

DevFeed: [Building secure AI agents at scale: Introducing Loom for AWS](<https://devfeed.tech/articles/building-secure-ai-agents-at-scale-introducing-loom-for-aws-4749.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/building-secure-ai-agents-at-scale-introducing-loom-for-aws/>)

Author: Heeki Park

Published: 2026-07-09T21:16:33Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Security](<https://devfeed.tech/topics/security.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [API](<https://devfeed.tech/topics/api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Python](<https://devfeed.tech/topics/python.md>), [Low code](<https://devfeed.tech/topics/low-code.md>), [No-code](<https://devfeed.tech/topics/no-code.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [backend](<https://devfeed.tech/tags/backend.md>), [code](<https://devfeed.tech/tags/code.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model](<https://devfeed.tech/tags/model.md>), [no-code](<https://devfeed.tech/tags/no-code.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>)

### AI overview

Loom for AWS is an enterprise-grade platform for building, deploying, and operating secure AI agents at scale. It combines AWS Strands Agents with Amazon Bedrock AgentCore and provides management, authorization, identity integration, lifecycle controls, memory, MCP and A2A integrations, governance, and usage tracking. Loom supports low-code Python agents and no-code deployment through AgentCore's managed harness.

### Source excerpt

As organizations move to adopt agentic capabilities to accelerate their business objectives, they are challenged with enabling those capabilities within a security and governance framework that complies with enterprise requirements. Some organizations lean into the promise of serverless capabilities, as those fully managed services enable them to build fast and deliver customer value quickly. Amazon [...]

## Introducing MCP server for Registry of Open Data on AWS

DevFeed: [Introducing MCP server for Registry of Open Data on AWS](<https://devfeed.tech/articles/introducing-mcp-server-for-registry-of-open-data-on-aws-4755.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/introducing-mcp-server-for-registry-of-open-data-on-aws/>)

Author: Guyu Ye

Published: 2026-07-07T20:12:39Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Kiro](<https://devfeed.tech/topics/kiro.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-assistants](<https://devfeed.tech/tags/ai-assistants.md>), [aws](<https://devfeed.tech/tags/aws.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [kiro](<https://devfeed.tech/tags/kiro.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [model-context-protocol-mcp](<https://devfeed.tech/tags/model-context-protocol-mcp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

AWS introduces an open-source Model Context Protocol server for the Registry of Open Data on AWS. It lets compatible AI assistants search datasets, inspect metadata, explore bucket contents, and sample files, helping researchers evaluate data through a conversational workflow.

### Source excerpt

Today, we are launching an open source Model Context Protocol (MCP) server that brings AI-powered dataset discovery to Registry of Open Data on AWS (RODA). As of today, RODA hosts over 1,100 high-value datasets from more than 400 organizations, spanning satellite imagery, life sciences, climate, geospatial, and more. Ask a research question in Kiro, Claude [...]

## Building a Stateful IT Service Desk Agent with LangGraph on Amazon EKS

DevFeed: [Building a Stateful IT Service Desk Agent with LangGraph on Amazon EKS](<https://devfeed.tech/articles/building-a-stateful-it-service-desk-agent-with-langgraph-on-amazon-eks-4747.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/building-a-stateful-it-service-desk-agent-with-langgraph-on-amazon-eks/>)

Author: Sunil Ramachandra

Published: 2026-06-26T14:16:08Z

Content type: tutorial

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Amazon EKS](<https://devfeed.tech/topics/amazon-eks.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Amazon DynamoDB](<https://devfeed.tech/topics/amazon-dynamodb.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [FastAPI](<https://devfeed.tech/topics/fastapi.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [amazon-dynamodb](<https://devfeed.tech/tags/amazon-dynamodb.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-elastic-kubernetes-service](<https://devfeed.tech/tags/amazon-elastic-kubernetes-service.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [backend](<https://devfeed.tech/tags/backend.md>), [graphs](<https://devfeed.tech/tags/graphs.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

This article presents a stateful IT service desk AI agent built with LangGraph. It autonomously handles routine Level 1 support requests, escalates complex issues with context, persists state in Amazon DynamoDB, and uses Amazon EKS, FastAPI, OpenTelemetry, and Kubernetes autoscaling.

### Source excerpt

IT support teams face a persistent challenge: employees expect instant answers to common questions (VPN setup, single sign-on troubleshooting, new-hire onboarding), but novel or complex issues still require human expertise. An AI agent that confidently answers, "How do I reset my VPN?" but hallucinates a response to "My IAM Identity Center session keeps expiring after [...]

## Open Governance for MySQL: A Step Forward for the Community

DevFeed: [Open Governance for MySQL: A Step Forward for the Community](<https://devfeed.tech/articles/open-governance-for-mysql-a-step-forward-for-the-community-4761.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/open-governance-for-mysql-a-step-forward-for-the-community/>)

Author: Pravin Mittal

Published: 2026-06-25T17:14:14Z

Content type: opinion

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [MySQL](<https://devfeed.tech/topics/mysql.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [aws](<https://devfeed.tech/tags/aws.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [community](<https://devfeed.tech/tags/community.md>), [contributors](<https://devfeed.tech/tags/contributors.md>), [github](<https://devfeed.tech/tags/github.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

AWS explains Oracle's new community governance model for MySQL, including defined roles for contributors, committers, project leads, and a Steering Committee. The post presents open governance and a public GitHub presence as ways to broaden participation and support MySQL's long-term development.

### Source excerpt

MySQL -- the open source database behind millions of applications worldwide -- is opening a new chapter. Today, Oracle announced a community governance model for MySQL that creates pathways for the broader community to participate in the project's development and direction. This post explains why AWS supports this move and what it means for the [...]

## Governing AI Assets at Scale with MCP Gateway and Registry

DevFeed: [Governing AI Assets at Scale with MCP Gateway and Registry](<https://devfeed.tech/articles/governing-ai-assets-at-scale-with-mcp-gateway-and-registry-4753.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/governing-ai-assets-at-scale-with-mcp-gateway-and-registry/>)

Author: Amit Arora

Published: 2026-06-17T16:24:44Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Security](<https://devfeed.tech/topics/security.md>), [observability](<https://devfeed.tech/topics/observability.md>), [React](<https://devfeed.tech/topics/react.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [GitLab](<https://devfeed.tech/topics/gitlab.md>), [bitbucket](<https://devfeed.tech/topics/bitbucket.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [observability](<https://devfeed.tech/tags/observability.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [react](<https://devfeed.tech/tags/react.md>), [security](<https://devfeed.tech/tags/security.md>), [skills](<https://devfeed.tech/tags/skills.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

MCP Gateway and Registry is an open-source Apache 2.0 system for governing and discovering enterprise AI assets, including MCP servers, AI agents, agent skills, and custom entities. It combines a human-facing catalog with machine-readable discovery for AI agents, while providing access control, security scanning, observability, audit logging, semantic search, and centralized MCP server routing.

### Source excerpt

Enterprises that onboard AI assets (MCP servers, agents, skills, and multi-step workflows) need to govern these assets and make them discoverable without blocking innovation. Central IT maintains a list of approved MCP servers and skills for the organization. Each line of business also publishes its own assets to its team, and often to the wider [...]

## Introducing Trusted Remote Execution: Policy-Enforced Scripts for AI Agents and Humans

DevFeed: [Introducing Trusted Remote Execution: Policy-Enforced Scripts for AI Agents and Humans](<https://devfeed.tech/articles/introducing-trusted-remote-execution-policy-enforced-scripts-for-ai-agents-and-humans-4759.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/introducing-trusted-remote-execution-policy-enforced-scripts-for-ai-agents-and-humans/>)

Author: Nick MacDonald

Published: 2026-05-04T15:34:36Z

Content type: release

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [case-study](<https://devfeed.tech/tags/case-study.md>), [code](<https://devfeed.tech/tags/code.md>), [logs](<https://devfeed.tech/tags/logs.md>), [model](<https://devfeed.tech/tags/model.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [operations](<https://devfeed.tech/tags/operations.md>), [policy](<https://devfeed.tech/tags/policy.md>), [production](<https://devfeed.tech/tags/production.md>), [remote](<https://devfeed.tech/tags/remote.md>), [review](<https://devfeed.tech/tags/review.md>), [safety](<https://devfeed.tech/tags/safety.md>), [sandboxes](<https://devfeed.tech/tags/sandboxes.md>), [scripting](<https://devfeed.tech/tags/scripting.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

Trusted Remote Execution (Rex) is an open-source scripting runtime that authorizes each host operation against a Cedar policy. It is designed to give service owners runtime control over scripts generated by AI agents or used by humans.

### Source excerpt

Today, we're announcing Trusted Remote Execution (Rex, for short) -- an open source scripting runtime where every system operation is authorized by policy. Scripts are written in Rhai, a lightweight language with no built-in system access. The only way to reach the host is through operations Rex explicitly provides, which are authorized against a Cedar [...]

## Decoupling Authorization at Scale: MongoDB Atlas and Cedar-Based Resource Policies

DevFeed: [Decoupling Authorization at Scale: MongoDB Atlas and Cedar-Based Resource Policies](<https://devfeed.tech/articles/decoupling-authorization-at-scale-mongodb-atlas-and-cedar-based-resource-policies-4751.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/decoupling-authorization-at-scale-mongodb-atlas-and-cedar-based-resource-policies/>)

Author: Sergio Ariel de la Campa

Published: 2026-04-23T15:49:59Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [Security](<https://devfeed.tech/topics/security.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [policy](<https://devfeed.tech/tags/policy.md>), [saas](<https://devfeed.tech/tags/saas.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

The article explains how MongoDB Atlas uses Cedar-based resource policies to decouple authorization logic from application code. It discusses role- and attribute-based access control, policy verification, centralized governance, and enforcement across multi-tenant database deployments and cloud providers.

### Source excerpt

As organizations scale applications, managing authorization becomes increasingly complex. What starts as role-based permissions quickly evolves into intricate rules spanning multiple services, regions, and compliance requirements. Traditional approaches of embedding authorization logic in application code lead to fragmented policies scattered across codebases, making them difficult to maintain, audit, and scale. These challenges have become more [...]

## Deploying cloud-based engineering workbenches with the Virtual Engineering Workbench on AWS

DevFeed: [Deploying cloud-based engineering workbenches with the Virtual Engineering Workbench on AWS](<https://devfeed.tech/articles/deploying-cloud-based-engineering-workbenches-with-the-virtual-engineering-workbench-on-aws-4752.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/deploying-cloud-based-engineering-workbenches-with-the-virtual-engineering-workbench-on-aws/>)

Author: Andrea Meroni

Published: 2026-04-21T21:38:49Z

Content type: tutorial

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Deployment](<https://devfeed.tech/topics/deployment.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [Domain-driven design (DDD)](<https://devfeed.tech/topics/domain-driven-design.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>)

Tags: [amazon-api-gateway](<https://devfeed.tech/tags/amazon-api-gateway.md>), [amazon-dynamodb](<https://devfeed.tech/tags/amazon-dynamodb.md>), [amazon-eventbridge](<https://devfeed.tech/tags/amazon-eventbridge.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [design-patterns](<https://devfeed.tech/tags/design-patterns.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [react](<https://devfeed.tech/tags/react.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

A tutorial for deploying the open-source Virtual Engineering Workbench on AWS. It describes a self-service platform for publishing and provisioning preconfigured development environments, its serverless architecture, and creating and launching a workbench.

### Source excerpt

Introduction Organizations in automotive, manufacturing, and embedded systems increasingly rely on cloud-based development environments to reduce hardware dependency and accelerate software delivery. As vehicle architectures shift toward software-defined platforms, engineering teams need access to specialized toolchains, virtual hardware models, and simulation environments that are consistent across sites and reproducible across projects. Provisioning these environments manually [...]

## OCSF Achieves ITU Support: Powering AI-Ready Security Operations

DevFeed: [OCSF Achieves ITU Support: Powering AI-Ready Security Operations](<https://devfeed.tech/articles/ocsf-achieves-itu-support-powering-ai-ready-security-operations-4760.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/ocsf-achieves-itu-support-powering-ai-ready-security-operations/>)

Author: Rod Wallace

Published: 2026-03-24T16:48:50Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [AI-Ready Data](<https://devfeed.tech/topics/ai-ready-data.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [data](<https://devfeed.tech/topics/data.md>), [Detection engineering](<https://devfeed.tech/topics/detection-engineering.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-ready-data](<https://devfeed.tech/tags/ai-ready-data.md>), [algorithms](<https://devfeed.tech/tags/algorithms.md>), [black-hat](<https://devfeed.tech/tags/black-hat.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [data](<https://devfeed.tech/tags/data.md>), [logs](<https://devfeed.tech/tags/logs.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

OCSF is presented as a vendor-neutral, open source security-data standard supported for ratification by the ITU. By normalizing logs from data centers, cloud environments, and SaaS applications into a common language, it creates AI-ready data for correlation, pattern detection, and more effective security operations.

### Source excerpt

The security industry stands at an inflection point. In November 2024, the Open Cybersecurity Schema Framework (OCSF) joined the Linux Foundation, cementing its role as a vendor-neutral, open source standard for the global security community. Last summer at Black Hat 2025, we showed you how OCSF was powering AI-driven security operations. Then in December 2025, [...]

## AWS and Others Invest $12.5M to Defend the Open Source Ecosystem from AI Threats

DevFeed: [AWS and Others Invest $12.5M to Defend the Open Source Ecosystem from AI Threats](<https://devfeed.tech/articles/aws-and-others-invest-12-5m-to-defend-the-open-source-ecosystem-from-ai-threats-4744.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/aws-and-others-invest-12-5m-to-defend-the-open-source-ecosystem-from-ai-threats/>)

Author: Mark Ryland

Published: 2026-03-17T16:09:55Z

Content type: news

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [aws](<https://devfeed.tech/tags/aws.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [google](<https://devfeed.tech/tags/google.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openai](<https://devfeed.tech/tags/openai.md>), [security](<https://devfeed.tech/tags/security.md>), [supply-chain](<https://devfeed.tech/tags/supply-chain.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

AWS, Anthropic, Google, Microsoft, and OpenAI announced $12.5 million in Linux Foundation funding to help open source projects validate real AI-assisted vulnerability reports, remediate issues, and filter low-quality submissions.

### Source excerpt

AWS, Anthropic, Google, Microsoft, and OpenAI today announced a joint $12.5 million investment with the Linux Foundation to help open source projects address a surge in AI-enhanced and AI-generated security vulnerability reports. Both the Alpha Omega initiative and the Open Source Security Foundation (OpenSSF) will receive funding through the Linux Foundation grants. Software security is at [...]

## Introducing Strands Labs: Get hands-on today with state-of-the-art, experimental approaches to agentic development

DevFeed: [Introducing Strands Labs: Get hands-on today with state-of-the-art, experimental approaches to agentic development](<https://devfeed.tech/articles/introducing-strands-labs-get-hands-on-today-with-state-of-the-art-experimental-approaches-to-agentic-development-4758.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/introducing-strands-labs-get-hands-on-today-with-state-of-the-art-experimental-approaches-to-agentic-development/>)

Author: Joy Chakraborty

Published: 2026-02-23T18:24:30Z

Content type: release

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai-development](<https://devfeed.tech/tags/ai-development.md>), [github](<https://devfeed.tech/tags/github.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [physical-ai](<https://devfeed.tech/tags/physical-ai.md>), [python](<https://devfeed.tech/tags/python.md>), [robots](<https://devfeed.tech/tags/robots.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

AWS introduces Strands Labs, a separate GitHub organization for experimental agentic AI projects built around the open-source Strands Agents SDK. Its launch projects include Robots, Robots Sim, and AI Functions.

### Source excerpt

We're introducing Strands Labs, a new Strands GitHub organization designed to give developers the ability to get hands-on with experimental, state-of-the-art approaches to agentic AI development. The Strands Agents SDK - available for both Python and TypeScript - has gained incredible traction in the developer community since we released it as open source in May [...]

## Cedar Joins CNCF as a Sandbox Project

DevFeed: [Cedar Joins CNCF as a Sandbox Project](<https://devfeed.tech/articles/cedar-joins-cncf-as-a-sandbox-project-4750.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/cedar-joins-cncf-as-a-sandbox-project/>)

Author: Lara Langdon

Published: 2025-12-15T18:21:10Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Access Control](<https://devfeed.tech/topics/access-control.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Cloud Native Ecosystem](<https://devfeed.tech/topics/cloud-native-ecosystem.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Automated reasoning](<https://devfeed.tech/topics/automated-reasoning.md>), [Lean](<https://devfeed.tech/topics/lean.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [authorization](<https://devfeed.tech/tags/authorization.md>), [automated-reasoning](<https://devfeed.tech/tags/automated-reasoning.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [cncf](<https://devfeed.tech/tags/cncf.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rust](<https://devfeed.tech/tags/rust.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [security-identity-compliance](<https://devfeed.tech/tags/security-identity-compliance.md>), [testing](<https://devfeed.tech/tags/testing.md>), [verification](<https://devfeed.tech/tags/verification.md>)

### AI overview

Cedar, an open source authorization policy language and SDK, has joined the Cloud Native Computing Foundation as a Sandbox project. The article explains Cedar's purpose-built approach to fine-grained access control, its support for RBAC, ABAC, and ReBAC, and its focus on performance, analyzability, and safety through formal verification and differential testing. It also describes adoption by organizations including Cloudflare, MongoDB, StrongDM, Cloudinary, and AWS services.

### Source excerpt

Cedar, an open source authorization policy language and SDK, has joined the Cloud Native Computing Foundation (CNCF) as a Sandbox project. CNCF provides a neutral home for early stage and developing open source projects. Cedar fulfills the need for a fast, safe, and analyzable authorization policy language in cloud-native environments by allowing developers to define, [...]

## Building intelligent physical AI: From edge to cloud with Strands Agents, Bedrock AgentCore, Claude 4.5, NVIDIA GR00T, and Hugging Face LeRobot

DevFeed: [Building intelligent physical AI: From edge to cloud with Strands Agents, Bedrock AgentCore, Claude 4.5, NVIDIA GR00T, and Hugging Face LeRobot](<https://devfeed.tech/articles/building-intelligent-physical-ai-from-edge-to-cloud-with-strands-agents-bedrock-agentcore-claude-4-5-nvidia-gr00t-and-hugging-face-lerobot-4748.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/building-intelligent-physical-ai-from-edge-to-cloud-with-strands-agents-bedrock-agentcore-claude-4-5-nvidia-gr00t-and-hugging-face-lerobot/>)

Author: Arron Bailiss

Published: 2025-12-12T21:03:04Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [edge](<https://devfeed.tech/tags/edge.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [inference](<https://devfeed.tech/tags/inference.md>), [jetson](<https://devfeed.tech/tags/jetson.md>), [latency](<https://devfeed.tech/tags/latency.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [physical-ai](<https://devfeed.tech/tags/physical-ai.md>), [robotics](<https://devfeed.tech/tags/robotics.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

An AWS article explores physical AI agents that combine cloud reasoning with low-latency edge execution. It demonstrates a robotic arm and a quadruped robot controlled through Strands Agents on NVIDIA Jetson hardware.

### Source excerpt

Agentic AI systems are rapidly expanding beyond the digital world and into the physical, where AI agents perceive, reason, and act in real environments. As AI systems increasingly interact with the physical world through robotics, autonomous vehicles, and smart infrastructure, a fundamental question emerges: how do we build agents that leverage massive cloud compute for [...]

## Shaping the future of MCP: AWS's commitment and vision

DevFeed: [Shaping the future of MCP: AWS's commitment and vision](<https://devfeed.tech/articles/shaping-the-future-of-mcp-aws-s-commitment-and-vision-4763.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/shaping-the-future-of-mcp-aws-commitment-and-vision/>)

Author: Nick Aldridge

Published: 2025-12-09T17:09:35Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [aws](<https://devfeed.tech/tags/aws.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

AWS outlines its continued support and contributions to the Model Context Protocol as it moves under Linux Foundation governance. The article highlights MCP capabilities including asynchronous Tasks, Elicitations, and structured tool output.

### Source excerpt

AWS is excited to continue our support for Model Context Protocol (MCP) as it moves under the Linux Foundation. This move enables us, our partners, and our customers to be more confident in the long-term success of the protocol which has become a standard component of agentic architectures. By open sourcing MCP in 2024, Anthropic [...]

## Introducing Strands Agent SOPs - Natural Language Workflows for AI Agents

DevFeed: [Introducing Strands Agent SOPs - Natural Language Workflows for AI Agents](<https://devfeed.tech/articles/introducing-strands-agent-sops-natural-language-workflows-for-ai-agents-4757.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/introducing-strands-agent-sops-natural-language-workflows-for-ai-agents/>)

Author: James Hood

Published: 2025-11-20T21:34:48Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

The article introduces Agent SOPs, a standardized Markdown format for defining AI-agent workflows in natural language. It presents them as a middle ground between code-defined workflows and model-driven orchestration, intended to make agent behavior more reusable and steerable.

### Source excerpt

Modern AI can write code, compose symphonies, and solve complex reasoning problems. So why is it still so hard to get them to reliably do what you want? Building reliable AI agents that consistently perform complex tasks remains challenging. While modern language models excel at reasoning and problem-solving, translating that capability into predictable workflows often [...]