]> git.99rst.org Git - sgasser-llm-shield.git/commitdiff
Refine positioning copy
authorStefan Gasser <redacted>
Sun, 28 Jun 2026 23:23:52 +0000 (01:23 +0200)
committerGitHub <redacted>
Sun, 28 Jun 2026 23:23:52 +0000 (01:23 +0200)
README.md
docs/concepts/local-first-privacy.mdx
docs/introduction.mdx
docs/use-cases/chat.mdx
docs/use-cases/regulated-teams.mdx

index 511ef396a76edac81392a77e8528765c13bcb3c0..b3ccd4b330181b19b3e427228b4259b2d9a8f6ff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ It works in three places:
 
 **ChatGPT, Claude, and Gemini.** Paste customer notes, contracts, support tickets, candidate details, or internal context without sending the raw private values to the chat provider. You see the originals; the AI sees placeholders.
 
-The browser extension is currently in beta.
+The browser extension beta is available for ChatGPT, Claude, and Gemini.
 
 **[Install browser extension](https://pasteguard.com/browser-extension)** ยท **[Browser Chat docs](https://pasteguard.com/docs/use-cases/chat)**
 
@@ -73,7 +73,7 @@ Use it when your current options are:
 
 - Do not use cloud AI for sensitive work
 - Redact client or production data manually
-- Fall back to a weaker local model because the provider cannot see real context
+- Switch to a local model even when a cloud provider would give better results
 - Build one-off masking code inside every app
 
 ## Quick Start
index 9ac6a1b7a143f5842799c2c1cf0be3f727bf2c2a..39ed17684ac85c4507b1e5521abc78bfce6f9b8d 100644 (file)
@@ -47,7 +47,7 @@ Restoration depends on the provider endpoint and response format. OpenAI Chat Co
 
 ## Browser Extension
 
-The browser extension is currently in beta. It uses a local PasteGuard server for masking and restoration so browser chat can follow the same privacy model as the proxy.
+The browser extension beta uses a local PasteGuard server for masking and restoration so browser chat can follow the same privacy model as the proxy.
 
 ## Logs And Dashboard
 
index bd0c40be9e79d0e106d285c64f076ed8dafa8d8c..cc10401c4459fc7399f223df79465a816603c8e5 100644 (file)
@@ -30,7 +30,7 @@ It is built for teams that want to use AI with real context but cannot send raw
 
 PasteGuard gives teams a local or self-hosted control point before requests reach AI providers.
 
-Use it when the current options are manual redaction, no cloud AI for sensitive work, a weaker local-only model, or custom masking code in every app.
+Use it when the current options are manual redaction, no cloud AI for sensitive work, local-only models where a cloud provider would work better, or custom masking code in every app.
 
 <CardGroup cols={2}>
   <Card title="Regulated Teams" icon="shield-check" href="/use-cases/regulated-teams">
index 20a5a1b7a6a951afc956d5fba3688c6a814c95fd..74e4108dab78426cc15c07923498eae4d170392d 100644 (file)
@@ -9,7 +9,7 @@ Browser Chat protects what people already do: paste real context into ChatGPT, C
 PasteGuard masks names, emails, account details, customer notes, contracts, support tickets, and other sensitive values before they reach the chat provider. You keep the originals. The AI sees placeholders.
 
 <Note>
-The browser extension is currently in beta.
+The browser extension beta is available for ChatGPT, Claude, and Gemini.
 </Note>
 
 ## Supported Platforms
index 7f0d3003ccde2d6446afe7aa354784ebf3d6caf3..091fda2a0cff3911c84c6b9db4ed9bda53e15bf8 100644 (file)
@@ -14,7 +14,7 @@ Teams usually choose one of these options before adopting a privacy layer:
 
 - Avoid cloud AI for sensitive work
 - Redact client or production data manually
-- Use a weaker local model because cloud providers cannot receive raw data
+- Switch to a local model even when a cloud provider would give better results
 - Build one-off masking code inside each app
 
 PasteGuard is designed to replace that manual step with a consistent control point.
git clone https://git.99rst.org/PROJECT