惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
Y
Y Combinator Blog
月光博客
月光博客
IT之家
IT之家
T
Tailwind CSS Blog
Last Week in AI
Last Week in AI
L
LangChain Blog
博客园_首页
MongoDB | Blog
MongoDB | Blog
P
Proofpoint News Feed
博客园 - Franky
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
V
Visual Studio Blog
小众软件
小众软件
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
agentgateway Joins AAIF as an Open Gateway for Agentic AI...
Agentic AI Foundation · 2026-06-04 · via Hacker News - Newest: "AI"

TLDR: agentgateway has become an AAIF-hosted project under the Linux Foundation. agentgateway is a unified gateway control plane and proxy data plane designed for AI and agent workloads, including MCP, A2A, LLM inference, HTTP, and gRPC traffic. It is open source under Apache 2.0 and available today at agentgateway.dev.

AI systems are starting to look a lot more like distributed systems.

Agents are calling tools. Models are routing across providers. Workflows are spanning APIs, MCP servers, databases, and other agents. As these systems move from experiments into real operational environments, organizations are quickly realizing that the infrastructure patterns built for traditional web traffic do not fully address the governance, observability, routing, and security challenges agentic systems introduce.

That is the problem agentgateway was built to solve.

To help the community address these emerging infrastructure challenges, agentgateway is joining the Agentic AI Foundation (AAIF) as the fourth hosted project under the Linux Foundation.

What is agentgateway

agentgateway is an open source gateway built for the way modern AI systems actually work. It provides a unified layer for managing MCP traffic, Agent-to-Agent communication, LLM inference, REST APIs, and gRPC services through a single operational surface.

Instead of standing up separate infrastructure for AI systems, organizations can use agentgateway to manage AI and traditional application traffic together using the same security controls, observability pipelines, routing policies, and governance models.

For platform teams, this means agent traffic can be managed with familiar operational primitives instead of requiring a separate, AI-only infrastructure stack. The same kinds of controls teams already care about — security, observability, routing, governance, and reliability — can apply to agent workflows too.

Key capabilities include:

  • MCP and A2A support — routing, federation, and traffic management for modern agent interoperability protocols
  • Model independence — seamless switching between LLM providers, with native flexibility for open-weights models
  • Unified data plane — one gateway for HTTP, gRPC, LLM inference, and agent traffic
  • Security controls — JWT authentication, API key auth, RBAC, external authorization, mTLS, CORS, and protections against malicious tool behavior
  • Built-in observability — metrics, tracing, and access logging designed for AI and agent workflows
  • MCP virtualization — federate multiple MCP tool servers into a single access point with the ability to configure tool-level access policy for MCP clients.
  • Declarative policy with CEL – dynamic configuration and extensibility using Common Expression Language (CEL) 
  • Model and tool governance — rate limiting, content-based routing, prompt guards, budget controls, and model aliasing
  • Platform-agnostic deployment — runs on bare metal, VMs, containers, and Kubernetes, with full Gateway API conformance
  • Dynamic configuration — updates through xDS without downtime
  • High-performance architecture — built in Rust for low-latency, high-throughput workloads

Why AAIF

AAIF provides an open and neutral home for critical agentic AI standards, protocols, and open source projects, with governance hosted by the Linux Foundation.

That includes standards like MCP, open source tooling like goose, and infrastructure projects like agentgateway that help organizations operate AI systems safely and reliably at scale.

agentgateway strengthens the ecosystem by providing a shared infrastructure layer for managing AI traffic, agent workflows, interoperability, security, and governance across tools and services. It gives the community a place to collaborate on the operational foundations agentic systems will need as they become more widely adopted.

“Donating agentgateway to AAIF is the natural next step for a project built around open connectivity and interoperability. Our goal from day one has been to help organizations manage the operational realities of AI systems — security, governance, observability, and reliability — through open infrastructure. Bringing the project into AAIF ensures it can evolve through open collaboration and neutral governance alongside the broader ecosystem.” Lin Sun, Head of Open Source, Solo.io & agentgateway Contributor

agentgateway joins a growing AAIF ecosystem focused on making agentic systems more interoperable, manageable, and trustworthy.

The project is licensed under Apache 2.0, and the community is already active with 300+ active contributors across over 60 organizations, including CoreWeave, Red Hat, Solo.io, Adobe, Salesforce, Amdocs, and Microsoft.

Get involved