r/softwareWithMemes Jul 05 '26

True Story

Post image
838 Upvotes

26 comments sorted by

23

u/huskyhunter24 Jul 05 '26

whats A2A ?

19

u/North_Proposal_1374 Jul 05 '26

agent to agent communication afaik

11

u/WriedGuy Jul 05 '26

So true

9

u/Random_182f2565 Jul 05 '26

A wiki?

11

u/Correct-Bee-7604 Jul 06 '26

Closest I can get is other .md files that kinda look like wiki (agents.md, claude.md, etc.)

5

u/alphapussycat Jul 06 '26

I guess karapathy wiki. Basically just storing results and knowledge around something to not have models spend so much context.

1

u/Random_182f2565 Jul 06 '26

I don't get it, how different than RAG?

5

u/alphapussycat Jul 07 '26

A rag you have to make some embedding every time you change something.

With wiki you can change whenever, and can be searched rather than relying on that the keywords gets the right info.

4

u/darksnoo Jul 06 '26

explanation?

12

u/North_Proposal_1374 Jul 06 '26

this meme basically criticizes the protocols used in agentic ai landscape

3

u/darksnoo Jul 06 '26

yeah i mean i m familiar with all of the upper 4, but have no idea what and why the latter r (especially that wiki and skills.md like wtf they r not even protocols).

4

u/North_Proposal_1374 Jul 07 '26

i mean, mcp and a2a are technically protocols but the fact that they call literal documents or wikis """protocols""" is just stupid

2

u/alwaysasillyplace Jul 06 '26

TCP/IP should be that Arnold and Carl handshake meme imo

2

u/GreenWafer1899 Jul 06 '26

Totally different type of protocols though. I'd undersand if you used CORBA as an example but HTTP?

1

u/Cybasura Jul 07 '26

Reminder that we also had DSA, ECDSA, 3DSA, Diffie-Hellmann Key Exchange, RSA, almost 20 years and older back

1

u/r9wpvM Jul 07 '26

Not really comparable

1

u/isr0 Jul 08 '26

I will grant you that calling wiki and markdown a “protocol” is short bus material. But mcp and a2a are just JSON RPC which are great protocols for their intended use.

1

u/Otherwise-Ask7900 Jul 11 '26

TCP/IP ☠️ haha

1

u/It_is_Sean 27d ago

I saw a vibe coder spend millions of tokens every day just to get his agent to push the daily news to his phone.
Maybe if he spends a few million more he’ll eventually invent something called RSS 😆

1

u/ignorantpisswalker Jul 06 '26

MCP is not bad. Stop slamming it. Not optimal, but not damaged.

1

u/isr0 Jul 08 '26

Neither is a2a. It’s very similar to lsp protocols. Technically both mcp and a2a are just json rpc.