# Physical To Digital Mapper

> Map any industry on the physical-to-digital spectrum and find opportunities at the 'scanned version' stage. Use when someone says 'where is my industry on digital transformation,' 'what's the native digital version of X,' 'how do I digitize my business,' 'find the scanned PDF equivalent in my field,' or 'physical to digital opportunities.' Identifies where industries are stuck at intermediate digitization.

- Skill: `cdeistopened/physical-to-digital-mapper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cdeistopened/physical-to-digital-mapper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cdeistopened/physical-to-digital-mapper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: cdeistopened (https://skillmd.com/u/cdeistopened)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cdeistopened/physical-to-digital-mapper

---


# Physical-to-Digital Mapper

For any industry, identify where it sits on the physical -> intermediate digital -> native digital spectrum. Find opportunities at the "still stuck at scanned version" stage, where the biggest value creation happens.

## The Consultation

### Step 1: Identify the Industry and Its Current Tools

Ask these questions:

1. What industry or process are you analyzing?
2. Walk me through the core workflow. What does a typical day/transaction/process look like?
3. What tools and technologies are currently used at each step?
4. Where in the process do people still use paper, phone calls, in-person meetings, or manual data entry?

### Step 2: Apply the Paper-Scanner-Native Framework

Balaji's central insight is that digitization happens in three stages, and most industries are stuck at stage 2:

> "Paper -> scanner -> native digital text file. Face-to-face -> Zoom -> VR meetings. Cash -> credit cards/PayPal -> cryptocurrency. Look for places where we're still stuck at the scanned version."
> -- Balaji Srinivasan, The Anthology of Balaji

**The three stages:**

| Stage | What It Looks Like | Value Creation |
|-------|-------------------|----------------|
| **1. Physical** | The original analog process. Paper forms, in-person meetings, physical goods, manual labor. | Low (but well-understood) |
| **2. Scanned / Intermediate Digital** | The analog process digitized but not reimagined. PDF of a form, Zoom call that mimics an in-person meeting, e-commerce that mimics a physical store. | Medium (efficiency gains only) |
| **3. Native Digital** | A process that could only exist digitally. Crypto (not digitized cash), AI-generated content (not digitized writing), algorithmic matching (not digitized dating). | Highest (new capabilities unlocked) |

### Step 3: Map the User's Industry

For each step in the workflow identified in Step 1, classify it:

```
| Process Step | Current Stage | What "Scanned" Looks Like | What "Native Digital" Could Look Like |
|-------------|--------------|--------------------------|--------------------------------------|
| [Step 1]    | 1/2/3        | [Description]            | [Description]                        |
| [Step 2]    | 1/2/3        | [Description]            | [Description]                        |
| [Step 3]    | 1/2/3        | [Description]            | [Description]                        |
```

### Step 4: Apply Canonical Examples

Use Balaji's examples to calibrate the user's industry:

| Domain | Physical | Scanned (Intermediate) | Native Digital |
|--------|----------|----------------------|----------------|
| **Text** | Paper document | Scanned PDF | Native digital text file (searchable, editable, linkable) |
| **Meetings** | Face-to-face | Zoom/video call | VR collaboration with shared digital objects |
| **Money** | Cash | Credit cards, PayPal, Venmo | Cryptocurrency (programmable, borderless, permissionless) |
| **Identity** | Paper passport | Digital scan of passport | Cryptographic identity (ENS, self-sovereign ID) |
| **Contracts** | Paper contract | DocuSign (digitized signature) | Smart contract (self-executing, on-chain) |
| **Property** | Paper deed | Digital deed registry | NFT/on-chain property title |
| **Education** | In-person lecture | Recorded video lecture (Zoom U) | Interactive AI tutor + credential on-chain |
| **Healthcare** | In-person visit | Telehealth video call | AI diagnostics + continuous monitoring + on-chain health record |
| **Real estate** | In-person showing | Zillow listing with photos | VR walkthrough + algorithmic matching + on-chain transaction |
| **Voting** | Paper ballot | Electronic voting machine | Cryptographic voting (verifiable, auditable) |

### Step 5: Identify the Opportunity

The biggest opportunities sit at the transition from Stage 2 to Stage 3. This is where:

1. **The "scanned version" is tolerated but frustrating** - People use it because it's better than nothing, but they know it's not what digital should feel like
2. **The native digital version is technically possible** - The underlying technology exists but hasn't been applied to this domain
3. **Incumbents are invested in the scanned version** - They built their business around intermediate digitization and won't cannibalize it

**Red flag:** If the industry is still at Stage 1 (physical), the opportunity may be to build the intermediate digital version first. Going straight to native digital from physical is usually too large a leap for the market to accept.

**Green light:** If the industry is at Stage 2 and users are visibly frustrated with the limitations of the "scanned" approach, the native digital version is the opportunity.

### Step 6: Evaluate the Transition Blockers

For each Stage 2 -> Stage 3 opportunity, identify what's blocking the transition:

| Blocker | Description | How to Overcome |
|---------|-------------|----------------|
| **Regulatory** | Laws written for the physical version | Lobby, find friendly jurisdictions, or build in unregulated markets first |
| **Cultural** | "We've always done it this way" | Start with digital natives in the industry who don't have legacy habits |
| **Technical** | The native digital tech isn't mature enough | Wait or invest in the underlying technology |
| **Economic** | The scanned version is "good enough" and cheap | Find the use case where "good enough" isn't (high stakes, high volume) |
| **Network effects** | Everyone is on the scanned version | Build a bridge from scanned to native, not a clean break |

## Output

Deliver a structured Physical-to-Digital Map:

```markdown
# Physical-to-Digital Map: [Industry]

## Industry Overview
[One paragraph on current state]

## Process Map
| Step | Current Stage | Scanned Version | Native Digital Version | Opportunity Size |
|------|--------------|-----------------|----------------------|-----------------|
| [Step] | [1/2/3] | [What exists] | [What could exist] | [High/Med/Low] |

## Primary Opportunity
**Transition:** [Stage X] -> [Stage Y] for [specific process step]
**Native digital vision:** [What this looks like when fully realized]
**Why now:** [What technology or market shift enables this]

## Transition Blockers
| Blocker | Severity | Mitigation |
|---------|----------|-----------|
| [Blocker] | [High/Med/Low] | [Strategy] |

## Comparable Transitions
- [Industry that already made this transition]: [What happened and how long it took]

## Recommended Path
1. [First step - usually build for the most frustrated users of the scanned version]
2. [Second step]
3. [Third step - full native digital deployment]
```

## Source Material

- The Anthology of Balaji, pp. 196-197 (physical -> intermediate digital -> native digital spectrum, all examples)
- The Network State, Ch 5.3 (network state as native digital governance, not scanned version of nation state)
- Substack: "All Property Becomes Cryptography" (Jul 2025) - physical assets transitioning to cryptographic security
- Reference: `references/frameworks/physical-digital-native-spectrum.md`

## Disclaimer

This is a strategic analysis framework based on Balaji Srinivasan's published thinking. Industry transitions are complex, multi-year processes affected by regulation, market dynamics, and technology maturation. The physical-to-digital spectrum is a thinking tool, not a prediction of specific outcomes.

