Earlier quoted context omitted.
Morden software consists of separation of responsibilities between services and a higher plane orchestrating the data flow for business logic. If you believe there is value in fuzzy tasks being done by LLMs then from that it follows that having separate "agent" services with a higher order orchestrator would be required. Each calling LLMs on their own inside.
I don't buy it. Why would I want my LLM to talk to some other LLM and introduce even more space for weird, non-deterministic bugs when I could have my LLM call a deterministic API to achieve the same thing?
The Agent2Agent Protocol (A2A)
181–190 of 293 posts
Re: The Agent2Agent Protocol (A2A)
#182Re: The Agent2Agent Protocol (A2A)
#183Re: The Agent2Agent Protocol (A2A)
#184But, why do they launch Firebase Studio ( https://firebase.blog/posts/2025/04/introducing-firebase-stu... ) on the same day? I wonder if this is a timed.
Re: The Agent2Agent Protocol (A2A)
#185So it’s actually looks like a strategic focus, rather than just announcement for interest, relevance or whatever
Re: The Agent2Agent Protocol (A2A)
#186Langchain is a technology partner? People just love bloat and abstraction for its own sake huh. Screw google and screw this protocol
Re: The Agent2Agent Protocol (A2A)
#187Re: The Agent2Agent Protocol (A2A)
#188Earlier quoted context omitted.
Should security be part of the protocol? Both the host and the client should make sure to sanitize the data. How else would you trust a model to be passing "safe" data to the client and the host to pass "safe" data to the LLM?
There is no such thing as "safe" data in context of a general system, not in a black-or-white sense. There's only degrees of safety, and a question how much we're willing to spend - in terms of effort, money, or sacrifices in system capabilities - on securing the system, before it stops being worth it, vs. how much an attacker might be willing to spend to compromise it. That is, it turns into regular, physical world…
Edit: My apologies then.
Re: The Agent2Agent Protocol (A2A)
#189Earlier quoted context omitted.
At some level everything has to go in a single band. I don't have separate network connections to my house, I don't send separate TCP SYN packets for each "band". I don't have separate storage devices for each file on my harddrive. We multiplex the data somewhere. Yhe trick to it is that the multiplexer has to be a component, and not a distributed set of ad-hoc regexes.
at some level, sure, but I can no longer put +++ATH0 into my comment and have it hang up your connection, so it's worth some effort to prevent the problem.
Anything that would hang up on seeing that string as a monolith was operating out of Hayes spec.
Re: The Agent2Agent Protocol (A2A)
#190Earlier quoted context omitted.
I don't buy it. Why would I want my LLM to talk to some other LLM and introduce even more space for weird, non-deterministic bugs when I could have my LLM call a deterministic API to achieve the same thing?
Why do you assume there's a deterministic API doing the same thing?