Skip to content

docs(readme): fix outdated claims in the 📖 LLM reference section#3848

Merged
louis030195 merged 1 commit into
mainfrom
claude/upbeat-wu-f29efa
Jun 5, 2026
Merged

docs(readme): fix outdated claims in the 📖 LLM reference section#3848
louis030195 merged 1 commit into
mainfrom
claude/upbeat-wu-f29efa

Conversation

@louis030195

@louis030195 louis030195 commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

Scoped to the 📖 LLM reference collapsible only (the machine-readable block), not the main README body. Fixes hallucinated / stale copy, each verified against the codebase, Louis's brain, and the in-flight pricing launch (website #238 launch subscription pricing + app #3846 gate app access behind subscription).

Pricing — before → after

Before (removed/stale):

- Lifetime: $400 one-time...
- Lifetime + Pro 1 year: $600 one-time...
- Pro subscription: $39/month...
- Teams: Custom pricing...

After (matches website #238):

Core engine + CLI are free and open source (MIT). Signed desktop app is a subscription:
- Standard:   $25/month        (local-first app)
- Pro:        $50/seat/month    (cloud sync, cloud AI, integrations; teams = 5+ seats self-serve)
- Enterprise: $150/seat/month   (managed deployment, SSO/SAML, MDM; sales-led)
Existing lifetime licenses remain valid; new lifetime purchases are no longer sold.

Every change and its source of truth

Fix Was Now Verified against
Pricing block + FAQ + comparison table $400 lifetime / $600 / $39 Pro / "one-time" / "no subscription" Standard $25 / Pro $50-seat / Enterprise $150-seat; lifetime grandfathered website PR #238 + brain (060126 $150/seat motion; Gustaf/Joe "ship new pricing")
AI-powered search "Semantic search using embeddings" "Full-text keyword search (SQLite FTS5)" engine uses FTS5; embeddings exist only for speaker-id (calendar_speaker_id.rs); content embeddings are a future TODO (pipes/mod.rs:58)
Built-in pipes obsidian-sync / reminders / idea-tracker (none exist) meeting-summary, day-recap, standup-update, time-breakdown, ai-prompt-journal, video-export crates/screenpipe-core/assets/pipes/
Audio transcription "OpenAI Whisper" "Whisper (Large-V3-Turbo) locally, or Deepgram cloud" recording_config.rs:250 default WhisperLargeV3Turbo + Deepgram config
MCP snippet screenpipe-mcp screenpipe-mcp@latest consistency with the install snippet

Notes

  • All changes are inside the <details>📖 LLM reference</details> block (lines 156-373). Main README body untouched.
  • Kept lifetime as grandfathered (still honored) per fix: #199 #238 — did not delete it.
  • No data-sharing/training-rights copy: fix: #199 #238 explicitly excludes that for now.
  • Scope is English README.md. The 6 translated_readmes/* still carry old pricing and want the same sweep as a follow-up.

🤖 Generated with Claude Code

scoped to the LLM-reference block only. cross-checked against the codebase,
the brain, and the in-flight pricing launch (website #238 / app #3846):

- pricing: drop removed lifetime/$400/$600/$39; use launch tiers
  Standard $25/mo, Pro $50/seat/mo, Enterprise $150/seat/mo. lifetime
  grandfathered, no new lifetime sales. core engine + CLI stay free/OSS.
- ai search: SQLite FTS5 keyword search, not "semantic embeddings"
  (embeddings exist only for speaker-id; content embeddings are a future TODO)
- built-in pipes: replace nonexistent obsidian-sync/reminders/idea-tracker
  with the actually-shipped pipes (meeting-summary, day-recap, etc.)
- audio: Whisper Large-V3-Turbo locally / Deepgram cloud
- mcp: pin @latest to match the install snippet
- faq + comparison table: one-time/lifetime -> subscription reality

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@louis030195 louis030195 force-pushed the claude/upbeat-wu-f29efa branch from 8a05c91 to 5b49ac4 Compare June 5, 2026 15:46
@louis030195 louis030195 changed the title docs(readme): fix outdated llm + pricing claims docs(readme): fix outdated claims in the 📖 LLM reference section Jun 5, 2026
@louis030195 louis030195 merged commit b8a32af into main Jun 5, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant