Research: Friction Points in Agentic Commerce Transactions

Hey LangChain community, I’m researching the friction points in agentic commerce. Given how many agents are built on LangChain, what do you see as the biggest hurdle for developers trying to enable agents to execute real-world transactions: (a) authorization/liability, (b) Merchant discovery, (c) real-time comparison, or (d) something else?

Hey,

I’d say the biggest hurdle is probably (a) authorization/liability.

Most agent owners simply don’t trust their agents enough yet to let them autonomously spend money or enter into binding transactions. On the other side, many businesses don’t feel enough demand to justify implementing entirely new payment and authorization flows for AI agents.

I also think it’s important to distinguish between:

  • LLMs with a few tools/workflows, and

  • actual persistent personal agents acting on behalf of users.

Outside the AI bubble, truly autonomous personal agents are still not mainstream, so many companies don’t see agent-native commerce as an immediate priority.

There’s also a historical parallel here: in the early internet, online payments were not a core capability either. It took years of infrastructure, trust, standards, and consumer adoption before e-commerce became normal.

https://www.jpmorgan.com/payments/newsroom/agentic-commerce-ai-future-shopping#:~:text=Early%20pilots%20show%20that%20AI,make%20purchases%20on%20their%20behalf

I’d put (a) first, but I’d split it into three separate hurdles: delegated authority (what exactly may this agent spend/do?), liability/rollback, and receipts/auditability after the fact.

Anthropic’s Project Deal is a useful proof point here: they had Claude agents buying, selling, and negotiating on behalf of employees. That makes the problem feel less hypothetical, but it also shows why “payment rails” alone aren’t enough. The hard layer is identity, consent boundaries, structured offers/requests, and recoverable handoffs — basically making the transaction legible enough that humans and merchants can trust it later.

Merchant discovery and comparison matter, but I think they unlock only after that trust substrate exists. Otherwise every checkout becomes a tiny legal piñata.

(post deleted by author)