Skip to content

Commit bfbc97f

Browse files
committed
feat: elevate messaging to sovereign command infrastructure + trifecta positioning
Augmentum OS page (full rewrite): - New tagline: 'One operator. Total authority. UX, privacy, and security — none sacrificed.' - New overview lead: 'Your command center. Built without compromise.' - New overview body: trifecta framing — UX/privacy/security as self-reinforcing loop, not tradeoffs - Pillar 01: Command authority (operator/co-pilot model, voice-native, local inference) - Pillar 02: Privacy as infrastructure (local-first architecture, no telemetry) - Pillar 03: Security as perimeter (Visage as native OS primitive, biometric MFA) - Pillar 04: Declarative sovereignty (NixOS, one config, rollback-capable) - New specs: INTERFACE, AUTHENTICATION, AI LAYER, ORCHESTRATION rows - CTA: 'BUILT WITHOUT COMPROMISE.' - Meta/OG/Twitter: updated to reflect new positioning Home page: - Hero sub: 'Sovereign compute. Local identity. Programmable capital.' - Augmentum card: voice-native, biometric, local AI, trifecta framing - Thesis statement: 'Privacy is not a feature. Security is not a tradeoff. Sovereignty is the only acceptable default.' - Thesis body: operator framing, trifecta commitment explicit Ecosystem page: - Meta updated - Manifesto lede: convenience-without-compromise framing - Blockquote updated: 'You are a tenant. Sovren Software exists to change that.' - Manifesto body: trifecta as engineering commitment, not marketing claim - Computing pillar: 'THE MACHINE IS A COMMAND CENTER, NOT A SUBSCRIPTION.' - Closing H2: 'ONE OPERATOR. TOTAL AUTHORITY.' - Closing body: full trifecta stack description llms.txt: - Company description: trifecta commitment as primary framing - Augmentum OS: full rewrite with command center + trifecta positioning - Thesis section: updated to reflect new language CLAUDE.md: - Product copy reference updated for Home, Augmentum OS, Ecosystem - Avoid list added: 'cognitive OS', 'always watching', 'watches and learns'
1 parent 2479687 commit bfbc97f

File tree

5 files changed

+79
-64
lines changed

5 files changed

+79
-64
lines changed

CLAUDE.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -286,13 +286,18 @@ All static files live in `static/` (NOT `public/` — SvelteKit convention). Cop
286286

287287
### Home
288288
- Hero H1: `THE SOVREN STACK.`
289-
- Hero sub: `Sovereign OS. Local identity. Programmable assets.`
290-
- Thesis statement: "Privacy is not a feature. Control is not an option. Sovereignty is the baseline..."
291-
- Thesis body: "We build tools for those who want more of themselves — more capacity, more control, more surface area."
289+
- Hero sub: `Sovereign compute. Local identity. Programmable capital.`
290+
- Thesis statement: "Privacy is not a feature. Security is not a tradeoff. Sovereignty is the only acceptable default."
291+
- Thesis body: "We build infrastructure for operators who refuse to rent their own stack. Sovereign compute, local identity, and programmable capital — UX, privacy, and security without compromise."
292292

293293
### Augmentum OS
294-
- Tagline: "The operating system built for people who refuse to be owned by their software vendor."
295-
- Key angle: AI-native OS layer multiplies what one person can do
294+
- Tagline: "One operator. Total authority. UX, privacy, and security — none sacrificed."
295+
- Hero lead: "Your command center. Built without compromise."
296+
- CTA title: "BUILT WITHOUT COMPROMISE."
297+
- Core framing: The trifecta — UX, privacy, and security are not a tradeoff triangle, they are a self-reinforcing loop. Each pillar strengthens the others.
298+
- Operator framing: User is the operator, AI is the co-pilot. Chain of command has exactly one link.
299+
- Key capabilities (in order): voice-native command interface (local inference, no cloud transcription), biometric-secured access (Visage as native OS primitive, on-device ONNX), local AI co-pilot (no telemetry, no profiles), declarative NixOS stack (one config, version-controlled, rollback-capable)
300+
- Avoid: "cognitive OS", "always watching", "watches and learns" framing — replaced with operator/co-pilot model
296301
- Status: Ships Summer 2026
297302

298303
### Visage
@@ -306,8 +311,12 @@ All static files live in `static/` (NOT `public/` — SvelteKit convention). Cop
306311
- Status: Live on Base mainnet
307312

308313
### Ecosystem (Manifesto)
309-
- Frame: extraction is the default state → we reject that premise → one person with the right stack outbuilds a team
310-
- Closing: "The Sovren Stack...form the infrastructure for one person to operate at the scale of a team."
314+
- Opening lede: Convenience should not require compromise — that is what the vendor model requires, not what engineering requires
315+
- Blockquote: "You are not the root user of your own life. You are a tenant. Sovren Software exists to change that."
316+
- Core thesis: UX, privacy, and security are a trifecta — not a tradeoff triangle. Every engineering decision moves along all three axes.
317+
- Computing pillar: "THE MACHINE IS A COMMAND CENTER, NOT A SUBSCRIPTION."
318+
- Closing H2: "ONE OPERATOR. TOTAL AUTHORITY."
319+
- Closing body: Full stack description with trifecta commitment stated explicitly
311320

312321
## Deploy Process
313322

src/routes/+page.svelte

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<svelte:head>
2-
<title>Sovren Software — Sovereign Computing Stack</title>
3-
<meta name="description" content="Sovereign OS. Local identity. Programmable assets. Augmentum OS, Visage, and Mr. Haven — computing, identity, and finance fully under your control." />
2+
<title>Sovren Software — Sovereign Command Infrastructure</title>
3+
<meta name="description" content="Sovereign command infrastructure for the high-leverage operator. Augmentum OS, Visage, and Mr. Haven — compute, identity, and capital. UX, privacy, and security — none sacrificed." />
44
<link rel="canonical" href="https://sovren.software/" />
5-
<meta property="og:title" content="Sovren Software — Sovereign Computing Stack" />
6-
<meta property="og:description" content="Sovereign OS. Local identity. Programmable assets. The stack for people who refuse to be owned by their software vendor." />
5+
<meta property="og:title" content="Sovren Software — Sovereign Command Infrastructure" />
6+
<meta property="og:description" content="Sovereign command infrastructure for the high-leverage operator. Compute, identity, and capital — UX, privacy, and security without compromise." />
77
<meta property="og:url" content="https://sovren.software/" />
8-
<meta name="twitter:title" content="Sovren Software — Sovereign Computing Stack" />
9-
<meta name="twitter:description" content="Sovereign OS. Local identity. Programmable assets. The stack for people who refuse to be owned by their software vendor." />
8+
<meta name="twitter:title" content="Sovren Software — Sovereign Command Infrastructure" />
9+
<meta name="twitter:description" content="Sovereign command infrastructure for the high-leverage operator. Compute, identity, and capital — UX, privacy, and security without compromise." />
1010
</svelte:head>
1111

1212
<script>
@@ -16,7 +16,7 @@
1616
category: 'OS',
1717
name: 'AUGMENTUM OS',
1818
href: '/augmentum',
19-
description: 'Declarative NixOS system. Your entire OS in a single reproducible config — version-controlled, rollback-capable, answerable only to you. No silent updates. No telemetry.',
19+
description: 'Voice-native command interface. Biometric-secured access. Local AI co-pilot. Declarative NixOS substrate. UX, privacy, and security — none sacrificed.',
2020
},
2121
{
2222
number: '02',
@@ -40,7 +40,7 @@
4040
<div class="hero-inner">
4141
<div class="hero-copy">
4242
<h1 class="preserve-3d">THE SOVREN<br />STACK.</h1>
43-
<p class="hero-sub">Sovereign OS. Local identity. Programmable assets.</p>
43+
<p class="hero-sub">Sovereign compute. Local identity. Programmable capital.</p>
4444
</div>
4545
<div class="scroll-hint">[ SCROLL TO EXPLORE ]</div>
4646
</div>
@@ -64,12 +64,12 @@
6464
<div class="thesis-inner glitch-subtle preserve-3d">
6565
<h2 class="thesis-statement">
6666
Privacy is not a feature.<br />
67-
Control is not an option.<br />
68-
Sovereignty is the baseline for the<br />
69-
future of digital existence.
67+
Security is not a tradeoff.<br />
68+
Sovereignty is the only<br />
69+
acceptable default.
7070
</h2>
7171
<div class="thesis-foot">
72-
<p>We build tools for those who want more of themselves — more capacity, more control, more surface area. The stack is open, inspectable, and answerable only to you.</p>
72+
<p>We build infrastructure for operators who refuse to rent their own stack. Sovereign compute, local identity, and programmable capital — UX, privacy, and security without compromise.</p>
7373
<a href="/ecosystem" class="btn-primary">READ THE MANIFESTO</a>
7474
</div>
7575
</div>

src/routes/augmentum/+page.svelte

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<svelte:head>
2-
<title>Augmentum OS — A Cognitive Operating System for High-Leverage Operators | Sovren Software</title>
3-
<meta name="description" content="One operator. Team-scale output. Augmentum OS is a cognitive operating system that watches, learns, and surfaces what matters — without compromising on privacy, security, or usability." />
2+
<title>Augmentum OS — Sovereign Command Infrastructure | Sovren Software</title>
3+
<meta name="description" content="Augmentum OS is your command center. Voice-native interface. Biometric-secured access. Local AI co-pilot. UX, privacy, and security — none sacrificed. Ships Summer 2026." />
44
<link rel="canonical" href="https://sovren.software/augmentum" />
5-
<meta property="og:title" content="Augmentum OS — One Operator. Team-Scale Output." />
6-
<meta property="og:description" content="A cognitive operating system for founders, operators, and high-leverage individuals. UX, privacy, and security — none sacrificed. Ships Summer 2026." />
5+
<meta property="og:title" content="Augmentum OS — One Operator. Total Authority." />
6+
<meta property="og:description" content="Voice-native command interface. Biometric-secured sessions. Local AI co-pilot. UX, privacy, and security — none sacrificed. Sovereign infrastructure for high-leverage operators." />
77
<meta property="og:url" content="https://sovren.software/augmentum" />
8-
<meta name="twitter:title" content="Augmentum OS — One Operator. Team-Scale Output." />
9-
<meta name="twitter:description" content="A cognitive operating system for founders, operators, and high-leverage individuals. UX, privacy, and security — none sacrificed. Ships Summer 2026." />
8+
<meta name="twitter:title" content="Augmentum OS — One Operator. Total Authority." />
9+
<meta name="twitter:description" content="Voice-native command interface. Biometric-secured sessions. Local AI co-pilot. UX, privacy, and security — none sacrificed. Sovereign infrastructure for high-leverage operators." />
1010
</svelte:head>
1111

1212
<script>
@@ -18,31 +18,32 @@
1818
const pillars = [
1919
{
2020
num: '01',
21-
label: 'ALWAYS WATCHING. NEVER LEAKING.',
22-
desc: 'The OS observes your system continuously and surfaces what matters — using AI that runs entirely on your hardware. Nothing leaves without your explicit permission. You control the privacy dial, and you can change it at any time.',
21+
label: 'COMMAND THE MACHINE. DON\'T NEGOTIATE WITH IT.',
22+
desc: 'Augmentum OS is built around a single principle: you are the operator, the system is the co-pilot. Issue commands by voice. Query your environment in natural language. Trigger workflows, interrogate processes, orchestrate tasks — the interface adapts to how you think. The entire command layer runs on local inference. Nothing is transcribed in the cloud. The UX is fast because the system is yours.',
2323
},
2424
{
2525
num: '02',
26-
label: 'YOU OWN THE CONSENT',
27-
desc: 'Every AI feature is gated. You grant access. You revoke it. Session permissions expire when you reboot — so nothing persists without you actively choosing it. Before anything leaves your machine, the system tells you exactly what, and asks.',
26+
label: 'PRIVACY IS WHAT MAKES REAL CAPABILITY POSSIBLE.',
27+
desc: 'A system that phones home cannot be trusted as a command center. Augmentum\'s AI co-pilot runs entirely on your hardware — no telemetry, no behavioral profiles, no vendor with a copy of your activity. This is not a privacy feature bolted on after the fact. The architecture is local-first because local-first is the only way to give you genuine control. Intelligence without surveillance is not a tradeoff. It is the design.',
2828
},
2929
{
3030
num: '03',
31-
label: 'EVERY ACTION IS RECEIPTED',
32-
desc: 'Agents operate within boundaries you define. Every action is logged, signed, and auditable. You can see what happened, when, and why. Control does not end when you delegate — it follows the work.',
31+
label: 'SECURITY IS THE PERIMETER OF YOUR AUTHORITY.',
32+
desc: 'Access to your command infrastructure is governed by biometric authentication — Visage integrated at the OS level as a native primitive, not a plugin. Face verification happens via on-device ONNX inference. Your face never leaves your hardware. Sessions are scoped, privileges are gated, and every elevated action requires explicit authorization. Weak authentication is a hole in your perimeter. Augmentum does not have one.',
3333
},
3434
{
3535
num: '04',
36-
label: 'SECURE BY DEFAULT. USABLE BY DESIGN.',
37-
desc: 'The secure path is the easy path. One command to check system status. One command to diagnose a problem. One command to change your privacy posture. Good defaults. No gotchas.',
36+
label: 'THE STACK IS YOURS. FULLY AND WITHOUT EXCEPTION.',
37+
desc: 'The entire OS state is declared in a single reproducible configuration — version-controlled, auditable, rollback-capable. No silent updates. No background processes you did not authorize. No vendor lock-in. Clone your machine to new hardware in minutes. Every package, service, and setting answers to your config file. If you did not write it, it does not run.',
3838
},
3939
]
4040
4141
const specs = [
42-
{ label: 'BASE', value: 'NixOS 25.05 (Warbler)' },
43-
{ label: 'CONFIG', value: 'Declarative · Version-controlled · Rollback-capable' },
44-
{ label: 'INFERENCE', value: 'Runs locally · Your data stays on your hardware' },
45-
{ label: 'CONSENT', value: 'Granular · Revocable · Expires on reboot' },
42+
{ label: 'BASE', value: 'NixOS — declarative, version-controlled, rollback-capable' },
43+
{ label: 'INTERFACE', value: 'Voice-native · Natural language command layer · Local inference' },
44+
{ label: 'AUTHENTICATION', value: 'Biometric (Visage) · MFA · Session-scoped privileges' },
45+
{ label: 'AI LAYER', value: 'On-device co-pilot · No telemetry · No cloud dependency' },
46+
{ label: 'ORCHESTRATION', value: 'Programmable automation · Explicit agent authority boundaries' },
4647
{ label: 'STATUS', value: 'Ships Summer 2026', dim: true },
4748
]
4849
</script>
@@ -52,23 +53,23 @@
5253
category="01 / OS"
5354
title="AUGMENTUM<br />OS."
5455
status="Ships Summer 2026"
55-
tagline="One operator. Team-scale output."
56+
tagline="One operator. Total authority. UX, privacy, and security — none sacrificed."
5657
/>
5758

5859
<Overview
59-
lead="A cognitive operating system."
60+
lead="Your command center. Built without compromise."
6061
{specs}
61-
stackNote="<a href='/visage'>Visage</a> face authentication and <a href='/mrhaven'>Mr. Haven</a> programmable finance are first-class primitives at the OS level. The Sovren Stack runs as a unified command layer."
62+
stackNote="<a href='/visage'>Visage</a> biometric authentication runs as a native OS primitive — not an app, not a plugin, not a third-party service. <a href='/mrhaven'>Mr. Haven</a> programmable asset control is wired directly into the operator layer. The full Sovren Stack is unified sovereign infrastructure."
6263
>
63-
<p>Most operating systems make you choose: convenience or privacy. Ease of use or security. Augmentum OS does not accept that tradeoff.</p>
64-
<p>It is built for founders, operators, and high-leverage individuals who need the output of a team — without surrendering control of their own machine. The system watches, learns, and surfaces what matters. You decide what it sees, what it retains, and when it acts. That clarity compounds over time.</p>
64+
<p>Every operating system makes an implicit promise about who it serves. Most serve the vendor: they harvest telemetry, enforce update schedules you did not choose, and treat your machine as a managed endpoint in someone else's deployment. Augmentum OS makes a different promise.</p>
65+
<p>It is your command center. The interface is voice-native — you speak, the system responds, all inference runs locally. The access layer is biometric — your face, verified on-device, governs your sessions. The AI co-pilot surfaces context and executes tasks inside boundaries you define, with no data leaving the machine. And the entire OS is declarative — one config file, version-controlled, reproducible on any hardware. UX, privacy, and security do not trade off against each other here. Each one reinforces the others. That is the engineering commitment.</p>
6566
</Overview>
6667

6768
<PillarList {pillars} />
6869

6970
<CtaSection
70-
title="BUILT FOR THE<br />OPERATOR."
71-
body="Augmentum OS ships Summer 2026. No early access. No waitlist. One email when it is ready — send us your address."
71+
title="BUILT WITHOUT<br />COMPROMISE."
72+
body="Augmentum OS ships Summer 2026. One email when it is ready — send us your address."
7273
actions={[{ label: 'NOTIFY ME AT LAUNCH →', href: 'mailto:hello@sovren.software?subject=Augmentum OS Launch Notification' }]}
7374
/>
7475
</main>

0 commit comments

Comments
 (0)