Skip to main content
Case StudyRegulated Industries

Why Robinhood and Allstate Both Score 66: The Regulated Industry Silver Pattern

Robinhood trades stocks. Allstate sells insurance. They share nothing in common — except an identical Agent Readiness Score of 66. Both sit at Silver tier. Both are blocked from Gold by the same three missing files. This is not a coincidence. It is a pattern we see across every heavily regulated industry that invested in digital-first architecture.

AH
AgentHermes Research
April 15, 202611 min read

Score Breakdown: 66 vs 66

The overall scores are identical, but the path to 66 differs by dimension. Robinhood leads on API Quality and Data Richness — its trading API is well-documented and data-dense. Allstate leads slightly on Onboarding — its quote flow, while still requiring human completion, is more structured for guided interaction.

Dimension
Robinhood
Allstate
Insight
D1 Discovery
72
68
Both have structured sitemaps and developer docs. Neither has agent-card.json or llms.txt.
D2 API Quality
85
70
Robinhood has a well-documented API. Allstate exposes structured quote data through digital channels.
D3 Onboarding
60
62
Both require identity verification (KYC/KYB). Neither is agent-completable end to end.
D4 Pricing
78
55
Robinhood is transparent on fees. Allstate pricing is personalized and opaque until quote completion.
D5 Payment
70
65
Both accept digital payments. Neither supports agent-initiated transactions via API.
D6 Data Richness
82
72
Robinhood exposes rich market data. Allstate has structured product data but less depth.
D7 Security
90
88
Both excel here. Regulation forces strong auth, encryption, and audit trails.
D8 Reliability
80
75
Both have high uptime and status pages. Mobile-first architecture means solid infrastructure.
D9 Agent Exp
45
42
Neither has MCP, agent-card.json, or structured agent handoff. This is what caps both at Silver.
66
Robinhood (Fintech)
Silver Tier
66
Allstate (Insurance)
Silver Tier

What Both Companies Get Right

Regulation forced both companies to build proper digital infrastructure. That infrastructure turns out to be 80% of what agent readiness requires.

Mobile-First Architecture with APIs

Both companies built mobile apps that communicate through structured APIs. This means the data layer already exists in machine-readable form — it just is not exposed to agents.

OAuth 2.0 Authentication

Regulatory requirements forced both to implement proper authentication flows. OAuth is the standard that agents understand best. This gives both a head start on D7 Security.

Structured Data Models

Stock tickers, insurance products, policy types, coverage levels — both operate on highly structured data that maps cleanly to API schemas. The data is agent-friendly even if the interface is not.

Status Pages and Monitoring

Both maintain public status pages with uptime metrics. This contributes to D8 Reliability scores and signals to agents that the service is professionally operated.

What Holds Both at Silver

The same four gaps block both companies from Gold. None of these are regulatory barriers — they are infrastructure omissions that any company can fix.

No agent-card.json

Neither publishes an agent card at /.well-known/agent-card.json. This is the single most impactful file for D1 Discovery — it tells agents what the service can do and how to connect.

No MCP Server

Neither has a Model Context Protocol server. Without MCP, agents cannot discover tools, call functions, or interact with the service programmatically through the standard protocol.

No llms.txt

Neither publishes an llms.txt file. This file helps AI models understand the service in natural language — what it does, what it does not do, and how to interact responsibly.

Pricing Requires Human Completion

Robinhood shows fees but requires account creation first. Allstate requires a multi-step quote process. No agent can get a complete price without a human in the loop.

The Silver Ceiling Pattern: Across every regulated industry we have scanned — fintech, insurance, healthcare, banking, legal — the same pattern repeats. Strong D7 Security (regulation forces it). Strong D2 API Quality (mobile apps require it). Weak D9 Agent Experience (nobody has asked for it yet). The result is a cluster of scores between 55 and 70 that we call the Regulated Silver Ceiling.

The Bigger Insight: Regulation Is Not the Barrier — Architecture Is

The common assumption is that regulated industries will be the last to adopt agent-native infrastructure. Compliance, legal review, security concerns — these are real constraints. But our data shows the opposite conclusion: regulated industries are already 80% of the way there.

The regulatory requirements that most companies view as burdens — identity verification, encrypted communications, structured data formats, audit logging — are exactly the infrastructure that agents need to interact with a service. OAuth is agent-ready authentication. Structured data is agent-ready content. Audit trails are agent-ready accountability.

What regulated companies are missing is the last mile: the agent-native discovery and interaction layer. Agent-card.json, llms.txt, and MCP are not regulated artifacts — they are open-standard files that any team can publish without legal review. A Robinhood engineer could publish an agent card that exposes read-only market data tools (stock prices, market hours, fee schedules) without touching any regulated functionality.

The first regulated company to break through the Silver Ceiling will set the template for the entire sector. Based on our enterprise vs startup analysis, we expect this to happen within 12 months — and it will come from a fintech company, not a traditional bank.

The Path From 66 to Gold (75+)

Both companies need the same three additions to reach Gold tier. Combined implementation time: 2 to 4 weeks for a single engineer.

1

Publish agent-card.json at /.well-known/agent-card.json

+10 pts

Describe capabilities, supported protocols, and contact information in the standard format. This is a static JSON file — no backend changes required. Estimated D1 impact: +8 to +12 points.

2

Create llms.txt at /llms.txt

+4 pts

Write a natural-language description of the service for AI models. Include what the service does, what it does not do, pricing model, and how to get started. Estimated D1 impact: +3 to +5 points.

3

Deploy a read-only MCP server

+12 pts

Expose safe, non-transactional tools: get_stock_price, get_market_hours, get_fee_schedule (Robinhood) or get_coverage_types, get_agent_locator, get_claim_status (Allstate). No regulated data. No transactions. Just structured read access. Estimated D9 impact: +8 to +15 points.

Projected score with all three: 66 + 10 + 4 + 12 = approximately 82 to 92 (Gold to Platinum tier). The agent-native layer is the highest-ROI investment either company can make for agent economy participation. Three files and one lightweight server.

Frequently Asked Questions

Is regulation the reason these companies score Silver instead of Gold?

No. Regulation is not the barrier. Both companies have the technical architecture to support agent interactions — APIs, OAuth, structured data. What holds them at Silver is the absence of agent-native infrastructure: no agent-card.json, no MCP server, no llms.txt. These are files that any company can publish regardless of regulatory status. A regulated company with MCP and an agent card could score Gold.

How can a fintech and an insurance company have the same score?

The Agent Readiness Score measures infrastructure capabilities, not industry complexity. Both Robinhood and Allstate share the same architectural pattern: mobile-first apps backed by structured APIs, strong auth, and professional infrastructure. Both also share the same blind spots: no agent-native discovery files, no MCP, and pricing that requires human completion. Different products, same infrastructure maturity level.

What would it take for Robinhood or Allstate to reach Gold?

Three files: agent-card.json at /.well-known/agent-card.json (describing capabilities and MCP endpoint), llms.txt at /llms.txt (natural language service description), and an MCP server exposing read-only tools like check_stock_price or get_quote_estimate. These do not require exposing sensitive operations — even read-only agent access would push both into Gold territory. Combined, these would add 15 to 20 points to their current scores.

Does this pattern apply to other regulated industries?

Yes. We see the same Silver ceiling in healthcare (HIPAA), banking (SOC2/PCI), and legal services. Regulated industries that invested in digital-first experiences consistently score 55 to 70. The regulation forced them to build proper APIs, auth, and data structures — which is 80% of agent readiness. The remaining 20% is agent-native infrastructure that regulation does not address and most regulated companies have not yet considered.


Is your regulated business hitting the Silver Ceiling?

Run a free Agent Readiness Scan and see your score across all 9 dimensions. Regulation built your foundation — find out what three files separate you from Gold.


Share this article: