Revised Draft · May 2026 · v2

The Personalization Layer for Robotics

How big is the opportunity for software that makes robots adapt to individual humans?

00Why a "Personalization Layer" Exists at All

Before sizing the market, we have to answer the hardest question first: is personalization actually a separable software layer, or is it just a quality of a well-built robot?

Spotify doesn't have a "personalization middleware" — recommendation is deeply integrated. Tesla Autopilot doesn't have separate "driver personalization" — it learns as part of the core stack. So why would robotics be different?

Three structural reasons:

TL;DR: Personalization decouples in robotics because (1) fragmented hardware demands cross-platform middleware, (2) user models need to outlast any single robot, and (3) regulation requires clean data boundaries. None of these forces existed for Spotify or Tesla.

01Why Now: The Triple Convergence

Five years ago, personalization in robotics was an academic curiosity. Three things crossed simultaneously in 2025–2026:

🧠 Foundation models

LLMs and VLMs made natural robot-human interaction 10x cheaper and more capable. A robot can now understand context, nuance, and intent without hand-crafted dialogue trees. This dropped the "interaction tax" on personalization from years of NLP engineering to weeks of fine-tuning.

⚡ Edge AI silicon

Qualcomm QCS and NVIDIA Jetson Orin NX run local LoRA fine-tuning on user behavior in real-time. No 200ms cloud round-trip to adjust to a user's mood. On-device personalization is genuinely new as of 2025 — previous generations required cloud inference that made adaptive behavior too slow and too latency-sensitive for physical interaction.

🔋 Autonomous operation hours

Modern humanoid and service robots now achieve 200+ hours of continuous autonomous operation (Figure 03 hit this milestone in early 2026). Previous platforms needed constant supervision, making personalization moot — you can't learn a user's habits when a human is babysitting the robot the whole time. True autonomy is what creates the data surface area for personalization.

The bottom line: Foundation models + edge silicon + autonomous operation hours all crossed simultaneously. That's the investable moment. None of these alone is sufficient; all three together make the personalization layer technically viable and commercially realizable for the first time.

02Market Sizing: The Honest Version

Let's lead with our real number. The total AI-in-robotics software market is projected at $146.8B by 2033 (Market.us). But that's not our market. Our market is the personalization-specific software that makes robots adapt to individual humans.

Adjacent TAM
$146.8B
All AI-robotics SW
Our SAM
$8–15B
Personalization SW only
SOM (2030)
$0.5–2B
Realistically capturable

Bottoms-up SAM derivation

Input Conservative Base Optimistic Source
Personalizable robots shipped (cumulative by 2030) 15M 35M 60M Estimated
Software attach rate 10% 20% 30% Estimated
Personalization SW ASP (annual per unit) $50 $120 $250 Estimated
Resulting SAM $0.75B $8.4B $4.5B
Transparency note: The attach rates and ASPs for a category that barely exists are inherently speculative. We present these as scenarios, not forecasts. The "base" case assumes personalization becomes middleware (OEM-licensed SDK at ~$120/year/unit with 20% attach). See the GTM section for how these economics map to business models.

Scenario framing: What if personalization is a…

Feature $0 incremental Baked into robot OS. OEM absorbs cost. No standalone market. Attach = 100%, ASP = $0.
Middleware $50–200/unit/yr OEM-licensed personalization SDK. 10–30% attach. This is our base case.
Platform $500+/yr/robot Vertical SaaS with outcomes data, compliance, caregiver tools. 5–15% attach. Higher ASP, smaller base.

03Adjacent Markets (Context, Not Our Market)

These markets set the landscape. Our personalization SAM is a subset of the software component within them.

AI in Robotics
$146.8B by 2033
Service Robotics
$99–150B by 2030
Adaptive Robotics
$86B by 2034
Consumer Robots
$40B by 2030
Personal Assist
$7.7B by 2030

Note on overlap: These markets nest hierarchically: Service Robotics ⊃ Consumer Robots ⊃ Personal Assistance. We do not sum them. The bars above show independent market projections from different research firms — each defines its scope differently. Our SAM derivation uses the bottoms-up model above, not a % of these totals.

04Where Personalization Creates the Most Value

Ranked by willingness-to-pay evidence and personalization surface area (not market size):

Vertical Why Personalization Matters WtP Signal Wedge
Healthcare / Eldercare Patient-specific routines, medication adherence, mood detection, fall risk adaptation Strong — facilities pay $200-500/mo per unit for monitoring software today Compliance + outcomes data + caregiver dashboards
Home / Consumer Household habits, voice preferences, scheduling, proactive assistance Unproven — consumers pay for smart home devices but personalization is assumed free OEM SDK that ships inside the robot
Education / Therapy Learning pace, emotional state, therapeutic protocols, progress tracking Moderate — schools and clinics pay for adaptive learning platforms (类比: DreamBox, Duolingo) Outcomes data + progress reporting for institutions
Hospitality / Retail Guest recognition, language, service preferences, loyalty integration Weak — brands see personalization as a feature they'd build or buy once Multi-tenant SaaS across hotel/retail chains
Logistics / Warehouse Worker preferences for robot pace, pathing, communication style Lowest — efficiency trumps personalization; ROI is measured in throughput, not comfort Worker safety compliance (regulatory-driven)
Biggest near-term bet: Healthcare/Eldercare — it has the strongest willingness-to-pay signals (facilities already pay for monitoring software), regulatory requirements that demand adaptation, and the highest cost of getting personalization wrong (patient safety). A vertical SaaS play at $200-500/month per robot with 30% penetration of the adaptive eldercare segment is a ~$2B standalone opportunity. Smaller than $146B, but fundable with a credible path to $100M ARR.

05Competitive Landscape: Who's Already Here

Samsung Ballie
Consumer · In-home companion · Shipping 2025
Gap: Personalization is Samsung-specific. No cross-platform user model. Locks you into Samsung ecosystem.
Amazon Astro
Consumer · Home monitoring · Limited release
Gap: Personalization = Alexa routines. Surface-level. No deep behavioral learning or adaptation.
Intuition Robotics (ElliQ)
Healthcare · Eldercare companion · Deployed
Gap: Best personalization in market today, but proprietary to ElliQ hardware. Not a platform others can use.
NVIDIA Isaac Gr00t
Platform · Robot foundation models · In development
Gap: Positioned as the "Android for robots" — general intelligence middleware. Personalization is not their focus; it's a layer above their stack.
Tesla Optimus
Enterprise + Consumer · Humanoid · Early production
Gap: Vertically integrated. Will likely build personalization in-house. But only covers Tesla robots — not the fragmented rest of the market.
Google Everyday Robots (RIP)
Research · General-purpose robots · Shut down 2023
Gap: Proved the concept but Google killed it. IP and learnings are scattered. Opportunity for a startup to pick up where they left off.
The wedge: Every major player is building personalization for their own robots. Nobody is building the cross-platform personalization layer — the one that follows the human across devices, OEMs, and form factors. That's the gap. NVIDIA Gr00t is the closest competitor but they're focused on foundation model intelligence, not user modeling. Personalization is above their stack.

06What's Actually in the Personalization Layer?

The layer isn't one product — it's a stack of capabilities that every personalized robot needs:

🧠 User Modeling
Persistent profiles: short-term, working, and long-term memory; preference graphs; identity across robots
👁️ Perception
Face, voice, emotion, intent recognition — the sensory input to personalization
⚙️ Adaptive Behavior
RL, imitation learning, task adaptation, preference prediction
🗣️ Natural Interaction
Conversational AI, gesture, tone — personalized communication style
🔒 Privacy & Edge
Federated learning, on-device inference, HIPAA/GDPR compliance, data portability
🔗 Integration
Smart home APIs, wearables, calendars, electronic health records

07The Real Moat: Data Ownership and Portability

If a Sanctuary AI humanoid spends 6 months learning an elderly parent's routines, that behavioral model is incredibly valuable — and incredibly sensitive. Who owns it?

The startup opportunity: "We own the cross-platform user model that follows the human, not the robot." This creates a genuine network effect — every new robot OEM that integrates expands the value of the user profiles already in the system. But it requires solving privacy, HIPAA, edge-vs-cloud, and data portability simultaneously. The company that gets this right has a defensible moat. The company that gets it wrong has a liability.

08Go-to-Market Hypothesis

Model How It Works Pros Cons
OEM-Embedded SDK License personalization SDK to robot manufacturers. Ship inside every unit. Rides hardware volume. Scales with market growth. Low CAC. Terrible pricing power (cf. Qualcomm: $5-15/chip for billions in R&D). Need massive volume. Robotics isn't shipping at phone scale anytime soon.
Vertical SaaS Pick one domain (eldercare). Own the full stack: compliance + user modeling + caregiver dashboards + outcomes data. Charge $200-500/month per robot. High ASP. Credible path to $100M ARR. Defensible via domain expertise and data. WtP already proven (facilities pay for monitoring today). Slower to expand. Domain expertise required. Longer sales cycles.
Developer Platform Open API / SDK for third-party robot app developers to build personalized experiences. Marketplace model. Ecosystem leverage. Long-term could be the biggest play. Requires critical mass of both developers and robot platforms. Chicken-and-egg problem. 3-5 years away minimum.
Our recommendation: Start with Vertical SaaS (eldercare) to get to $100M ARR and prove the model. Then expand horizontally into adjacent verticals. Eventually, the user modeling infrastructure becomes the developer platform. The OEM SDK play is a distribution channel, not a business model — it's how you get onto devices, but the revenue comes from the SaaS layer above it.

09Growth Drivers

10Key Numbers

28% AI-in-robotics CAGR
(2023–2033)
$8–15B Our SAM (personalization SW)
by 2030
33% Software segment CAGR
(fastest growing)
35M Personalizable robots
projected by 2030 (base)

On the 35M unit estimate: IFR World Robotics reports ~4.4M cumulative industrial robots globally. Adding service + consumer robots generously gets to 30–50M units by 2030. We use 35M as our base case for "robots with sufficient compute and sensors to support personalization" — defined as devices with vision, voice, and edge AI capability. This excludes basic Roombas and robot lawnmowers but includes companion robots, carebots, humanoids, and advanced service platforms.