Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Blog - Agentic AI Foundation (AAIF)
[go: Go Back, main page]

THE LINUX FOUNDATION PROJECTS
Join us at MCP Dev Summit Bengaluru • June 9-10 • REGISTER NOW

Blog

Latest blog posts from the AAIF project community.

Asian woman speaking into mobile phone.

Karpathy’s LLM Wiki as Agent Memory

At work, I’m building agents to handle various operational tasks and have found Karpathy’s LLM Wiki design to be an excellent solution for implementing most types of memory for my agents. The LLM wiki is a simple yet powerful collection of interlinked markdown files that are updated as the LLM gains more knowledge.

Datadog’s 5 Tips for Building AI Agents

Getting an AI agent to work is a different problem from getting it to run in production without someone watching it. Datadog built its first hundred agents across SRE, code generation, and security investigation. The hardest parts had nothing to do with model quality.

MCP Is Growing Up

The next MCP specification release candidate is a big one. The headline change is that MCP is becoming stateless at the protocol layer, but the more useful story is what that does for people building agentic systems in practice.

Are MCP and CLIs Competing?

Nick Cooper, Member of Technical Staff at OpenAI and a contributor to the MCP ecosystem, shared that he'd been thinking about this debate for a year, but stopped short of picking a side: "As for whether or not one is better than the other, it's not a decision between one or the other. You clearly…

Stateless: The Future of MCP Transports

The operational scale of MCP is significant: Google Cloud maintains the reliability for its MCP servers supporting AlloyDB, Spanner, Cloud SQL, Bigtable, and Firestore. The team's open source MCP Toolbox for Databases has seen rapid adoption, surpassing 13,000 GitHub stars and managing over 20 million tool calls across 40+ databases in the last month.

The Missing Layer in AI Interoperability: Discovery

As we integrate AI into more workflows, a common question is: how do AI systems find each other and related artifacts? AI Catalog addresses this by providing a shared, trusted discovery layer that gives different kinds of AI artifacts a common place to be found.

Your MCP Server Works. Your Agent Doesn’t. Here’s Why.

Red Hat engineers Wesley Chun and Calum Murray opened with a problem that a lot of MCP server builders have already run into: your code passes every test, the agent still fails, and you have no idea where things went wrong. Their answer is MCP Checker, an open source evaluation framework built specifically for the…

Anthropic’s Lessons from Building MCP Apps

MCP Apps exist because displaying data in chat is wasteful. Take the case of a simple request like “What’s the weather today in New York?” When a user asks for it, the model gets JSON from the tool, converts it to text, and sends it back, token by token. The user reads a wall of…

How to Submit your Project to the AAIF

The Agentic AI Foundation (AAIF) is now accepting project proposals. If you're building open source tooling or standards for agentic systems and want it to become part of the shared infrastructure this ecosystem runs on, submit your project for consideration today.

The Four Pillars of Agentic AI Infrastructure on Kubernetes

For the better part of a decade, the "Microservice" has been the undisputed unit of value in software engineering. We spent years perfecting the art of the stateless, predictable container, wrapping it in layers of GitOps and CI/CD pipelines to ensure that what we deployed yesterday is exactly what runs tomorrow. But now we are…

Stripe on Agentic Commerce: Trends from 2026

Agentic commerce is coming. How do we make sense of the alphabet soup of protocols, standards, pieces, bits and flotsam that is agentic commerce, and how can make a future that is more cohesive and standardized? Here are five lessons I took away.

Closing the Context Gap: Why MCP + Skills Works

At the MCP Dev Summit 2026, Pedro Rodrigues, AI Tooling Engineer at Supabase, challenged a growing rift in the developer community. "People keep asking if they should build an MCP server or use Agent Skills," Rodrigues noted. "But that’s the wrong frame. They aren't competitors; they are the two halves of a working agent."

Use agentgateway to Mediate MCP and LLM Traffic at Solo.io

Since last year, we have created several open source projects: agentgateway, kagent, agentregistry, and agentevals. We also donated agentgateway, kagent, and agentregistry to vendor-neutral foundations under the Linux Foundation. These projects were not built for experimentation alone. They were driven by real internal needs as we improved operational efficiency with agentic AI at Solo.io and…

Debugging the Hardest Parts of MCP with MCP Debugger

Over the past year, I’ve spent a lot of time in the trickiest parts of Model Context Protocol: authorization flows, security, and the messy reality of how clients behave in the wild. MCP is exciting, and for good reason: it gives AI systems a common way to connect to the rest of the software world.…

MCP Maintainer Roundtable: Control, Security, And Quality

At the MCP Dev Summit NA in New York on April 2–3, the Agentic AI Foundation brought together a roundtable with the MCP Project maintainers: Clare Liguori of AWS, David Soria Parra of Anthropic, Caitie McCaffrey of Microsoft, and Nick Cooper of OpenAI, with Stephen O’Grady of RedMonk moderating. The conversation covered the state of…

Building the Foundation for Agentic AI

I've spent my career helping engineering teams build and ship systems that scale. That perspective shapes how I look at every new wave of technology. Agentic AI is moving fast, and we're at a point where demos won't cut it anymore. Developers are already building with agents in ways that would have felt out of…

Coding Agents Are the Foundation for Every Agent You’ll Ever Build

By Sam Partee, Co-founder & Head of AI Research, Arcade.dev, based on his joint talk with Harrison Chase (LangChain) at the Coding Agents: AI Driven Dev Conference — March 3, 2026 Coding agents are the foundation for every agent you'll ever build. The patterns for doing real work in the real world — persistent state,…