I feel like the word "protocol", is just abused like it is a glorified marketing term. Kind of like how the word "hacker" was abused in everything else that had nothing to do with hacking.
MCP was just a glorified way of tool calling but generated so much hype (and it eventually died down). Now we have MPP. Which again - could have just been another tool call exposed to the agent.
Imagine you hire someone who claimed to have invented a new protocol and you're thinking of something like TCP or UDP, but all they share is just a markdown file.
rickydrolltoday at 8:32 PM
As soon as you have a fungible currency, I expect that, from past experience, everyone who carries those packets will stick out a hand for a piece of the action. From a brief read of the description, I also expect attackers to work out a way to drain your account without you noticing.
Regulation E limits your losses for electronic banking. Is this new payment system covered by Regulation E? What is the maximum loss a consumer would experience?
btowntoday at 4:26 PM
Jokes about wallet-draining aside, we're already giving our agents a real cash budget that they use for tokens. Our harnesses have mechanisms to manage that spend. And having an easily detectable protocol would allow the harness to ensure that its deterministic code is in play to make these payments - you'd give your payment details to the harness, not to the agent itself.
And as to use cases, if I want quality outputs for automated research and discovery of a topic, in a world where quality journalism/scholarship should be compensated and does use tools like Cloudflare to block automated access, and where AI-generated content is everywhere, it's optimal for me to want to spend some amount of the money I spend on tokens, on the ability for my agent to access reputable primary and secondary sources as needed.
The challenge, of course, is that now there's an incentive for a spam source to try to get my agent to pay it, rather than the actual creator of the content. But there are interesting ways to solve this, because with these payment rails there's now an incentive for alliances of content creators to maintain indices of reputable sources and their canonical domains - perhaps even authoritative hashes of content. Lots of possibilities here.
giovannibonettitoday at 7:45 PM
For those of you in Brazil, my company jota.ai has built a financial AI-assistant that you can chat with to open a bank account, connect with accounts from other banks, make instant Pix payments with any of them, all of that through WhatsApp right now. We're working hard to release long-running agents soon that can do increasingly complex workflows involving payments and whatnot.
Please let us know if you have suggestions of what complex workflows you would like to build.
sutibtoday at 5:51 PM
"they need the ability to transact with businesses and one another."
Really, they _need_ it. How can we possibly live without computers spending money without supervision?
gavinraytoday at 4:56 PM
I fail to see how "API call" is anything inherent to Agents/LLMs?
Is this an attempt to get multiple payment processors to adopt the same Payments API so that agents fail less often?
codeuliketoday at 3:58 PM
You're absolutely right! I should have sent $5.00 for that transaction and not $500,000. I will generate a letter for you to print and sign and send to your bank to notify them of my mistake. Would you like me to generate a bankruptcy filing for you as well?
danlitttoday at 4:12 PM
What does this actually have to do with agents? What does the protocol include that makes this useful with AI rather than just a boring old program?
All payments are final. Cancellations and refunds will be charged a 5% processing fee.
NoahZunigatoday at 3:54 PM
Didn't stripe already have a payments protocol?
glitchctoday at 7:04 PM
It feels like an attempt to bypass PCI-DSS...
xmlytoday at 4:47 PM
Fascinating β this is the future of decentralized finance. Agents will be the entities that both earn and consume.
vicchenaitoday at 4:28 PM
the real question for me is what happens when agents start hitting premium data APIs with MPP. right now if i want my agent to pull realtime financial data it has to go through my API keys with monthly billing. with MPP the agent could theoretically pay per-query directly to data vendors. thats a much better model for bursty workloads but the authorization problem naomi_kynes raised is real - you need spending caps that the agent cant override, not just logging.
david_shitoday at 3:56 PM
It seems like this is designed for atomic purchases, could it be extended for subscriptions?
Animatstoday at 6:48 PM
"Creates a direct connection between your wallet and our bank account!"
Note the absence of invoices, bills of lading, and receipts,
all the things you need when a vendor doesn't deliver.
All it does is send money, one-way. So it's useless in a B2B context.
rvztoday at 4:23 PM
This is a good standard that I can get behind [0] since it's a serious proposal and submitted to the IETF [1] for MPP for machine-to-machine payments.
A well thought out proposal for the long term, unlike MCP which is a complete joke of a "standard" and broken by design.
The more industrial activity and investment I see in βpaymentsβ and ecommerce, is to me a signal of a hollow society that has ceased creating real value. We have more to contribute than materialism, skimming off of electronic transactions, entertainment etc.
quantium1628today at 6:29 PM
the comments here are better than the article lol
FL4TLiN3today at 8:10 PM
[dead]
prakashsuniltoday at 5:54 PM
[dead]
aplomb1026today at 5:32 PM
[dead]
robutsumetoday at 4:02 PM
[dead]
deletedtoday at 5:51 PM
maxothextoday at 4:03 PM
[dead]
naomi_kynestoday at 4:15 PM
MPP handles 'how do agents pay', but not 'did anyone authorize this'. For low-value API calls that's fine. But once agents start chaining transactions, you need a channel where the agent can ask a human 'I'm about to spend $2k on this, still in scope?' before the payment happens - not a fraud alert after. The authorization layer is a separate infrastructure problem from the payment protocol.