WOSS
What Is the Agentic AI Foundation (AAIF)? The Open Standards Behind AI Agents
Aman Mundra · 2026-07-04
TL;DR - The Agentic AI Foundation (AAIF) is a Linux Foundation umbrella, formed in December 2025, that governs the open standards AI agents use to connect to tools and to each other. It was anchored by three donated projects - MCP (Anthropic), goose (Block), and AGENTS.md (OpenAI) - and grew to ~180 member organizations within months, making it the fastest-growing project in Linux Foundation history. This is what it is, why it exists, and why it matters.
For two years, every company built AI agents their own way. Every agent framework had its own way to call a tool, its own config format, its own idea of how two agents should talk. It was the browser wars, again - except for the entire agentic economy.
In December 2025, the industry did something unusual: it agreed on neutral ground.
What is the Agentic AI Foundation?
The Agentic AI Foundation (AAIF) is a foundation under the Linux Foundation that provides a neutral, vendor-independent home for the open standards of agentic AI. Its mission is to ensure that as AI shifts from passive chatbots to proactive agents, it does so on open, shared standards - avoiding the fragmentation and vendor lock-in that would otherwise fracture the ecosystem.
Rather than one company owning "how agents work," AAIF puts the core protocols under open governance: project maintainers and steering committees make the technical calls, and corporate members participate through transparent, defined processes. It's the same model that made Kubernetes and Linux neutral infrastructure everyone could trust.
Which projects founded AAIF?
Three donated projects anchored the foundation - each solving a different piece of the agent puzzle:
- MCP (Model Context Protocol) - donated by Anthropic. The universal standard for connecting AI models to tools, data, and applications. Think of it as the USB-C port for AI: one protocol, any tool.
- goose - donated by Block. An open-source, local-first AI agent framework (released early 2025) that combines language models, extensible tools, and MCP-based integration into a reliable environment for building and running agentic workflows.
- AGENTS.md - donated by OpenAI. A dead-simple, universal file that gives AI coding agents consistent, project-specific guidance so they behave reliably across different repositories and toolchains.
Together they cover how agents use tools, how agents run, and how agents understand a codebase.
Why did the whole industry back it so fast?
Because fragmentation is expensive for everyone, including the giants. AAIF's platinum members read like a truce between rivals: Amazon Web Services, Anthropic, Block, Bloomberg, Cloudflare, Google, Microsoft, and OpenAI - companies that compete fiercely on models and clouds, agreeing to cooperate on the plumbing beneath them.
The growth was staggering: ~180 member organizations within months of launch - the fastest-growing project in Linux Foundation history. When AWS, Google, Microsoft, and OpenAI all put the same protocol under neutral governance, that's the market voting for interoperability over lock-in.
What does an open agent standard actually look like?
Take AGENTS.md - the simplest of the three. It's just a Markdown file at the root of a repo that tells any coding agent how to behave:
# AGENTS.md
## Setup
Run `make install` before any task.
## Conventions
- Tests must pass (`make test`) before proposing a change.
- Match existing code style; no new dependencies without approval.
## Safety
Never modify files under `infra/prod/` without explicit sign-off.
Any compliant agent - from any vendor - reads this and adapts. No API, no lock-in, no config dialect. That's the whole philosophy of AAIF in one file: shared conventions beat proprietary moats.
How does this connect to the rest of cloud-native AI?
AAIF doesn't stand alone. The standards it governs are what make projects like kagent (agentic AI on Kubernetes) work - kagent speaks MCP natively, so an agent running in your cluster can use any MCP tool. The A2A (Agent-to-Agent) protocol - for agents talking to each other - joined the broader Linux Foundation agentic ecosystem alongside AAIF's founding projects. Where MCP goes down to tools and data, A2A goes sideways between agents; the two are complementary.
The picture that emerges: CNCF provides the infrastructure to run agents; AAIF provides the standards for how they behave. Two foundations, one interoperable agentic stack. If you build agents seriously, both now sit on your critical path.
Where is AAIF headed?
Fast, and global. Its 2026 events program spans North America, Europe, and Asia - anchored by AGNTCon + MCPCon (Europe in Amsterdam, North America in San Jose) and a series of MCP Dev Summits, including one in Mumbai - a signal that the agentic-standards conversation is coming to India, not just Silicon Valley. For developers and founders, the message is clear: the standards are set, the ecosystem is open, and the on-ramp has never been shorter.
Frequently asked
What is the Agentic AI Foundation (AAIF)?
AAIF is a Linux Foundation umbrella, formed in December 2025, that governs the open standards for AI agents. It was anchored by three donated projects - MCP (Anthropic), goose (Block), and AGENTS.md (OpenAI) - and provides neutral, vendor-independent governance so agentic AI develops on shared standards instead of fragmenting.
What are MCP, goose, and AGENTS.md?
MCP (Model Context Protocol) is the universal standard for connecting AI models to tools and data. goose is an open-source, local-first AI agent framework from Block. AGENTS.md is a universal file that gives AI coding agents consistent, project-specific guidance across repositories. All three are AAIF founding projects.
Why does AAIF matter for developers and enterprises?
It means the core ways agents connect to tools, run, and coordinate are open standards under neutral governance - backed by AWS, Google, Microsoft, OpenAI, Anthropic and others. Building on them avoids vendor lock-in and makes agents interoperable across platforms.
Written by Aman Mundra - founder of Welzin and the Welzin Open Source Software (WOSS), which contributes upstream to kagent and the open agentic-AI ecosystem.