frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Ask HN: Is anyone using the A2A protocol?

42•asim•12h ago
The A2A protocol is an agent to agent protocol from Google. I was looking at it 6 months back but it didn't feel like I really understood how to use it at that point. Probably because we were all still trying to figure out agents and then the MCP protocol became quite a big deal. But now I'm starting to think that once an agent has tools and services and data and then contacts. Actually, the point of interaction becomes the agent itself and then if you build other agents you would want them to interact because they have the most relevant context and ability to answer whatever queries. So I was just curious to know if anyone is using this yet?

https://github.com/a2aproject/A2A

Comments

dang•2h ago
Related. Others?

The Agent2Agent Protocol (A2A) - https://news.ycombinator.com/item?id=43631381 - April 2025 (280 comments)

baroiall•1h ago
enterprises are, its the future for them. Take a look: https://www.tigera.io/blog/why-we-built-lynx-bringing-contro...
nyellin•1h ago
No, it was designed on paper by someone with no understanding of prompt caching and no consideration of latency or token costs
code51•1h ago
You mean Google doesn't understand prompt caching, latency or token costs?

Or Google teams fail to communicate for such things?

kittikitti•34m ago
A2A is a very high level protocol that's meant to be an entry point for the actual network protocols that allow agents to communicate with others like HTTP, gRPC, and others. The promise of no-code means the concept has to exist as an abstraction.

There's a Kaggle course going on where Google discusses A2A and their thoughts on it. If you're a pure vibe coder who doesn't know how to code, A2A is for you. If you know the basics of programming and could even do some web crawling, there are many accessible options.

Google and the industry is honing in on these vibe coders who will look at 10 million tokens consumed to make a checklist application and think nothing of it. The agent to agent (A2A) protocol is for them. Personally, I think it's useful to describe what I'm already doing to people who aren't experts.

hypendev•18m ago
This is kind of a loaded question.

"Google" doesn't understand anything, as it isn't one being. Google has also as many average employees as any other company, and they will also come up with bad, corporate, ideas.

Honestly the worst part about the LLM age is that everyone is suddenly an "expert", and that is why we get shitty things like A2A or MCP or whatever the next "shiny" overengineered thing is.

Just like with any new technology, people will crawl out the woodwork to establish "standards" just so they can claim fame, money and attention that comes with it.

bckr•1h ago
We set up something with a registry of AgentCards and a messaging system with SSE streaming—then we realized we didn’t need an agent on the other side so now we have this weird hybrid pattern.

So, no.

calny•1h ago
Not to great effect, AFAIK. Laurie Voss (creator of npm) had a good presentation a few months back on all the different agent interaction protocols, and was skeptical whether they (including A2A) added much value. https://youtu.be/kqB_xML1SfA?si=lxehX1-_z_dBoZtQ
lazharichir•1h ago
I am using A2A at work. It's a bit like the "microservices architecture" for agents... Allows you or teams to develop agents independently and have them interact as and when they need to. No major hurdles so far.
asim•22m ago
This was my assumption. Agents will supersede services. There will be many companies way ahead of the curve and the rest of the industry will take 5-10 years to catch up.
reactordev•1h ago
Yes. My agent speaks A2A with itself and others. But my agent is built in layers like an organization.
techwizrd•42m ago
I'm using it at work as well. It's quite challenging to manage.
asdev•37m ago
Seems like over engineering just build an API in front of your agent, give the other agent the spec in a markdown file.
pocksuppet•23m ago
why dropbox when you can just rsync
dewey•11m ago
I'm a fan of that phrasing usually but that's not a good comparison in this case I feel. Agents are perfectly fine to use existing REST APIs. I have yet to see the big selling point for MCP as they are usually a very thin layer on top of an existing API just with a formalized description for each tool.

How is it better than just a REST API with a openapi spec json file?

david_shi•34m ago
I've changed my mind a few times on this, but given how substantial the adoption for MCP has been (Claude and OpenAI both use it for their native integrations) its only a matter of time before consolidation happens.

There's a way higher incentive to build an MCP server than an A2A one, and unless Google makes their default AI search a native A2A client it doesn't feel like it will get the momentum it needs to take off.

lherron•28m ago
I uh…still use tmux send-keys. I’ll change as soon as I find a use-case it doesn’t solve. ¯\_(ツ)_/¯
winwang•28m ago
(Based off 2-3 month-old recollection, take with a grain of salt)

I had wanted to use it for my agent "network". A2A didn't fit the use case of "trusted agent, and was bloated due to "what if rogue actor". Of course, I could have used it, with all of its roughness, but chose to just vibe my own (before Claude Teams, though I haven't really used that, I think). In the process of creating a server to handle this (I already set up a Scala webserver to administrate/orchestrate hooks). Would love to hear others' suggestions for this.

siva7•20m ago
I work at some megacorp and have direct insight about any ai use - nope, not a single use case i witnessed used a2a in the final product. I still don't get a2a but you probably have to work at Google or something to see this as the solution to something.
thallavajhula•19m ago
In the past 1 year, I think I've moved from MCP to A2A to Agent <> MCP back again. I have agents still talking to other Agents via A2A for some use cases, but for the most part, it's back to Agent <> MCP now; couple that with tool search/code mode (whatever you want to call it) in your Agentic AI harness, MCPs seem to be the way to go for now.
inickt•2m ago
I know our sales/business team is pitching it quite a bit (instead of our current end-to-end solution we provide), but no one has quite been able to define the boundaries of how that interacts when we don't own the full solution. Curious how others have been using it. Definitely seems designed for more of an internal or B2B use case where agents have super well defined behavior but are ultimately behind some other system entirely.

Ask HN: Is anyone using the A2A protocol?

43•asim•12h ago•21 comments

Ask HN: What tools are you using for AI-assisted code review?

10•agos•5h ago•2 comments

Ask HN: I'm lost. How can I define ICP (Ideal Customer Profile)?

3•snowhy•3h ago•1 comments

Ask HN: Conflicted about founding engineer role

4•gondolin1683•3h ago•11 comments

Ask HN: How do you effectively communicate or present?

6•hnthrow10282910•2h ago•4 comments

Ask HN: Is there a way to stop the animated Google Doodles?

8•arnejenssen•5h ago•9 comments

Anthropic confident of re-enabling Mythos, Fable 5 access 'in coming days'

3•getbowtied•3h ago•0 comments

Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

1295•cloudking•3d ago•550 comments

Ask HN: Do you find vibe coding / agentic engineering to be fulfilling?

4•uejfiweun•3h ago•5 comments

Ask HN: Opus and regression with patterns not included in trainng data

2•dleech•4h ago•4 comments

Ask HN: Do we even need code anymore?

3•lasky•5h ago•6 comments

Ask HN: Best resources for learning how to build a forum back end?

3•jupr•7h ago•2 comments

Ask HN: Whats the best and small open source model?

3•hairymouse•7h ago•1 comments

Ask HN: How are thinking efforts implemented?

103•simianwords•1w ago•31 comments

I indexed 669 GB of my GoPro videos using my M1 Max computer and local ML models

435•iliashad•4d ago•114 comments

Ask HN: What's a prompt you've written that you're genuinely proud of?

10•akashwadhwani35•16h ago•5 comments

Ask HN: What is the job market like?

47•gardnr•3h ago•44 comments

Ask HN: Looking for a CI/CD project for my local lab

4•q8zd3•10h ago•9 comments

AI Tokenmaxxing and Hypomania

6•karthikeyankc•11h ago•5 comments

Ask HN: Has anyone had success with SBIR grants and what is the process like?

10•lyfeninja•20h ago•8 comments

Ask HN: What are you working on? (June 2026)

310•david927•4d ago•1130 comments

Ask HN: Are other people seeing a spike in IT problems with businesses?

14•PaulHoule•1d ago•11 comments

Ask HN: Why hasn't there been a real competitor to Ticketmaster yet?

264•mdni007•1w ago•240 comments

Ask HN: Favorite text heavy blogs that are a joy to read?

119•joshmarinacci•1w ago•30 comments

AWS Bedrock to require sharing data with Anthropic for Mythos and future models

427•TomAnthony•1w ago•255 comments

Reviews have become expensive, rewrites have become cheap

82•_z6bq•2d ago•73 comments

Ask HN: Want to build something open source on nights and weekends together?

39•vira28•1w ago•18 comments

Notes on DeepSeek

211•vinhnx•1w ago•141 comments

Anthropic pauses credit change for Claude Code

35•fabianlindfors•3d ago•12 comments

Ask HN: Would it be useful to have a slop button in addition to flag?

41•BugsJustFindMe•1w ago•23 comments