Tag
A satirical article pointing out various flaws and quirks of YAML in DevOps and programming contexts, such as parsing errors and configuration errors in tools like Kubernetes.
The paper presents Granite.Trust Policy Tools, featuring an Actionable Policy schema and a synthetic data generation pipeline, to enable organizations to define and enforce customizable safety policies for generative AI applications throughout their lifecycle. The tools are open-sourced for broader adoption and contribution.
Agentic Harness is a new open-source Python infrastructure that turns YAML files into executable agent workflows, featuring markdown audit logs, pre-built specialists, cost guardrails, native MCP support, and local model integration.
A tweet suggests CI need not be a YAML nightmare, highlighting Cloudflare's new CI on Workflows that pairs with Artifacts storage and deployment.
This tutorial shows how to make Antigravity Agent Skills configurable using a per-project YAML file, avoiding the need to fork skills for customization.
一个 Open WebUI 工具,使用 python-docx 将模型产出的 Markdown(含 YAML 头)或 JSON 规范直接生成为原生、可编辑的 Word (.docx) 文档,支持多种模板和样式。
Proposes OpenAgent, a spec for defining AI agent identity (face, voice, writing style) in a single signed YAML file, enabling portability across different harnesses.
Google Labs released DESIGN.md, a specification that defines a visual identity for AI coding agents using YAML design tokens and markdown rationale, enabling consistent UI generation.
Google Cloud introduces the Open Knowledge Format (OKF), an open specification that standardizes the LLM-wiki pattern for representing structured knowledge in markdown with YAML frontmatter, aiming to improve data sharing and interoperability for AI agents.
AgenRACI is a YAML-based charter checker that formalizes agent accountability by defining roles, permissions, approvals, and escalation rules per action type, verifiable via CI or pre-commit hooks.
Aflow is a workflow-native agent built on ACP that helps teams design, run, maintain, and improve durable agent processes using YAML workflows, enabling easy sharing and resumption of sessions.
A blog post from Posit defends YAML against the prevailing consensus that TOML is superior, tracing the history of configuration formats and arguing that YAML's specification and tooling have evolved to address past criticisms.
Claude platform launched a terminal feature, allowing users to perform API calls, launch smart agents, upload files, sync YAML configuration files, and view run logs via CLI. Claude Code can also directly use this terminal.
The Agent Instruction Protocol (AIP) proposes modeling AI agent skills as directed execution graphs with schema-validated YAML specifications, replacing free-form prose instructions. Experiments show AIP compilation raised Claude Sonnet's task reward from 0.60 to 0.71 and pass rate from 53% to 67% across 27 real agent tasks.
At Gleam Gathering 2026, Rob Durst shared how he rewrote a YAML-to-Terraform configuration tool as a compiler using Gleam, and how he came to appreciate the power of type-driven design and the decoder pattern.
A comprehensive walkthrough on building multi-agent teams with Claude Managed Agents, covering role design, model mixing, and parallel execution to scale from one to 20 agents.
Explores the infamous YAML 'Norway problem' where the country code 'NO' is parsed as a boolean false, tracing its history and offering solutions like quoting.
Santiago Pino announces an open-source tool that generates HTML dashboards from YAML or TSK without writing HTML tags, with integrations for multiple databases and AI coding assistants.
Google released DESIGN.md, a plain-text Markdown format using YAML to encode design tokens, aiming to become a universal standard for design systems.
yaml-cpp is a YAML parser and emitter library for C++ that conforms to the YAML 1.2 specification.