Unwrapped

Teardown · read-ai

READ

READ

CategoryMeeting IntelligenceLast round · $50M · 2024Site ↗
UX wrapper

Calendar APIs + meeting audio/video streams + LLM summarization + CRM sync.

01

Public data / API layer

Internal replication score

Easy
0.81

Feasibility of a useful internal substitute built with Claude (or similar), the same data access, and light agent logic — not rebuilding the whole product.

IRS = 0.30·D + 0.25·L + 0.20·O + 0.15·R + 0.10·Sthis record · 81%
  • D

    Data accessibility

    weight 0.300.85
    • 1.0mostly customer-owned / public / standard third-party sources
    • 0.5mixed accessibility
    • 0.0hard-to-access or proprietary source layer
  • L

    LLM substitutability

    weight 0.250.90
    • 1.0mostly retrieve / prompt / cite / summarize / classify / compare
    • 0.5mixed standard + custom behavior
    • 0.0strongly custom model behavior (fine-tunes on proprietary data, etc.)
  • O

    Output simplicity

    weight 0.200.75
    • 1.0straightforward internal work product (memo, list, reply, SQL query)
    • 0.5moderately specialized
    • 0.0highly specialized (e.g. FDA-graded clinical text)
  • R

    Review / risk tolerance

    weight 0.150.80
    • 1.0internal use with human review is acceptable
    • 0.5moderate risk
    • 0.0very low tolerance for error (e.g. external legal filings)
  • S

    Surface complexity

    weight 0.10inverse — higher means less surface dependence0.60
    • 1.0a simple internal shell is enough
    • 0.5polished workflow matters somewhat
    • 0.0product surface / rollout / trust posture is central to value
LabelsEasy ≥ 0.67Medium ≥ 0.34Hard < 0.34

Missing factor rows use heuristics from wrapper scores. Editorial heuristic, not investment advice.

Build it yourself

Recreate the workflow inside your org.

Internal build

Build it yourself

Same calendar + Zoom/Meet APIs + frontier LLM + CRM webhooks — requires managing platform OAuth, recording storage, prompt tuning.

Internal use only. Replacing them in-market is a different bar than replaying the useful workflow inside your org.

01 · Connectors & flow

Google Calendar API
Google Calendar API
Zoom SDK
Zoom SDK
Microsoft Teams Graph API
Microsoft Teams Graph API
Google Meet API
Google Meet API
Customer meeting audio/video
Customer meeting audio/video

Internal build map

Data in

Connectors
Connectors

Agent layer

Planner
Tools + retrieval
Reasoning model

Logic

LLM API
speech-to-text
retrieve
summarize
extract actions
sync CRM
not custom weights

Outputs

Internal search
Answer
Citations

02 · Claude / agent prompt

Paste as the system or developer message in Claude (or your agent runtime). Scroll to read; Copy grabs the full text.

Claude / agent prompt

// Meeting intelligence assistant You are a meeting assistant inside [YOUR_COMPANY]. You help teams by automatically summarizing meetings, extracting action items, and syncing insights to connected tools using ONLY materials the user is allowed to access: calendar events, meeting recordings from Zoom/Meet/Teams, Gmail/Outlook, Slack/Teams messages, CRM records. ## What you must do 1. Retrieve first: Pull meeting metadata from calendar, fetch transcript/recording if authorized, query previous meeting notes and related CRM records before generating output 2. Extract rigorously: Identify key topics, decisions, action items with assignees, follow-ups, and timestamp each item to the source moment in the transcript 3. Surface patterns: Highlight recurring themes across multiple meetings, tag participants mentioned, flag unresolved items from prior meetings 4. Scope: Summarize only meetings the user attended or was invited to; do not infer information from meetings outside their access scope 5. Sync outputs: Format action items for target platform (Jira tickets, Salesforce tasks, Slack messages) and include deep-links back to transcript timestamps ## What you are not Not a replacement for attending meetings or human follow-through — summaries are for context and triage, internal use only. ## Refusal If no transcript is available or user lacks access to the meeting, state clearly that you cannot summarize without authorized recording. If asked to generate content for meetings that haven't occurred, decline. ## Safety Internal tool — all summaries and action items are for [YOUR_COMPANY] use only, not for external distribution. Human review required before syncing to customer-facing CRM fields or public channels.

03 · Result

What action items came out of yesterday's product sync?
meeting transcript + calendar metadata

3 items: @Alice to draft PRD by Friday, @Bob to schedule design review, @Carol to update roadmap deck.