Skip to content

Commit 0814558

Browse files
ccross2claude
andcommitted
copy(augmentum): reframe around cognitive OS / force multiplier positioning
- Hero tagline: "One operator. Team-scale output." - Intro: UX-privacy-security trifecta as the core differentiator - Spec table: INFERENCE + CONSENT rows replace AI LAYER + GOVERNANCE - 4 pillars rewritten in plain language, grounded in real implementation - Section label: ARCHITECTURE → HOW IT WORKS - CTA: "BUILT FOR THE OPERATOR." replaces "BE NOTIFIED AT LAUNCH." - Meta title/description updated to reflect cognitive OS positioning Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 555ffc0 commit 0814558

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

src/routes/augmentum/+page.svelte

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
<svelte:head>
2-
<title>Augmentum OS — Governance-First NixOS Operating System | Sovren Software</title>
3-
<meta name="description" content="An OS with a cognitive loop that learns your system — local inference, cryptographic receipts, consent that expires at reboot. Governance built into the substrate, not bolted on top." />
4-
<meta property="og:title" content="Augmentum OS — Stop Managing Your OS. Start Commanding It." />
5-
<meta property="og:description" content="Local intelligence at the OS layer. Governance built into the substrate. Actions that prove they executed. Ships Summer 2026." />
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." />
4+
<meta property="og:title" content="Augmentum OS — One Operator. Team-Scale Output." />
5+
<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." />
66
<meta property="og:url" content="https://sovren.software/augmentum" />
77
</svelte:head>
88

99
<script>
1010
const pillars = [
1111
{
1212
num: '01',
13-
label: 'COGNITIVE LOOP',
14-
desc: 'The OS observes system health every 5 minutes, detects patterns hourly, and surfaces recommendations — using local LLMs on your hardware, without your private data leaving your fleet.',
13+
label: 'ALWAYS WATCHING. NEVER LEAKING.',
14+
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.',
1515
},
1616
{
1717
num: '02',
18-
label: 'GOVERNANCE BY DESIGN',
19-
desc: 'Actions in the governance pipeline produce cryptographic receipts — hash-chained, Ed25519-signed, auditable. Every agent operates within explicitly defined, time-limited capability bounds.',
18+
label: 'YOU OWN THE CONSENT',
19+
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.',
2020
},
2121
{
2222
num: '03',
23-
label: 'CONSENT AS INFRASTRUCTURE',
24-
desc: 'Privacy controls are encoded as sentinel files on a RAM-only filesystem. They expire on reboot — requiring active re-authorization every time the system starts.',
23+
label: 'EVERY ACTION IS RECEIPTED',
24+
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.',
2525
},
2626
{
2727
num: '04',
28-
label: 'SOVEREIGN IDENTITY',
29-
desc: 'Your Ethereum wallet signs your identity. SSH key derives to age key derives to ETH address — a complete identity chain with no external provider.',
28+
label: 'SECURE BY DEFAULT. USABLE BY DESIGN.',
29+
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.',
3030
},
3131
]
3232
</script>
@@ -37,16 +37,17 @@
3737
<span class="category">01 / OS</span>
3838
<h1>AUGMENTUM<br />OS.</h1>
3939
<p class="status">Ships Summer 2026</p>
40-
<p class="tagline">Stop managing your OS. Start commanding it.</p>
40+
<p class="tagline">One operator. Team-scale output.</p>
4141
</div>
4242
</section>
4343

4444
<section class="overview">
4545
<div class="overview-inner">
4646
<div class="overview-text">
47-
<p class="overview-lead">A different category of machine.</p>
48-
<p class="overview-body">Most operating systems host your programs and stay out of the way. Augmentum OS runs a persistent cognitive layer — observing system health, detecting trends, surfacing recommendations — locally, on your hardware, without your private data leaving your fleet. Governance is built into the substrate: every action receipted, every agent bounded, consent that expires at reboot.</p>
49-
<p class="overview-stack">Integration layer for the Sovren Stack — Visage face authentication and MrHaven vault access are first-class primitives at the OS level.</p>
47+
<p class="overview-lead">A cognitive operating system.</p>
48+
<p class="overview-body">Most operating systems make you choose: convenience or privacy. Ease of use or security. Augmentum OS does not accept that tradeoff.</p>
49+
<p class="overview-body">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>
50+
<p class="overview-stack">Visage face authentication and MrHaven programmable finance are first-class primitives at the OS level. The Sovren Stack runs as a unified command layer.</p>
5051
</div>
5152
<div class="overview-specs">
5253
<div class="spec-row">
@@ -55,15 +56,15 @@
5556
</div>
5657
<div class="spec-row">
5758
<span class="spec-label">CONFIG</span>
58-
<span class="spec-value">Declarative · Git-tracked · 8 hosts</span>
59+
<span class="spec-value">Declarative · Version-controlled · Rollback-capable</span>
5960
</div>
6061
<div class="spec-row">
61-
<span class="spec-label">AI LAYER</span>
62-
<span class="spec-value">Local inference · Fleet-distributed</span>
62+
<span class="spec-label">INFERENCE</span>
63+
<span class="spec-value">Runs locally · Your data stays on your hardware</span>
6364
</div>
6465
<div class="spec-row">
65-
<span class="spec-label">GOVERNANCE</span>
66-
<span class="spec-value">Cryptographic receipts · Consent-gated</span>
66+
<span class="spec-label">CONSENT</span>
67+
<span class="spec-value">Granular · Revocable · Expires on reboot</span>
6768
</div>
6869
<div class="spec-row">
6970
<span class="spec-label">STATUS</span>
@@ -75,7 +76,7 @@
7576

7677
<section class="pillars">
7778
<div class="pillars-inner">
78-
<span class="section-label">ARCHITECTURE</span>
79+
<span class="section-label">HOW IT WORKS</span>
7980
<div class="pillar-rows">
8081
{#each pillars as p}
8182
<div class="pillar-row">
@@ -92,8 +93,8 @@
9293

9394
<section class="cta">
9495
<div class="cta-inner">
95-
<h2>BE NOTIFIED<br />AT LAUNCH.</h2>
96-
<p>Augmentum OS ships Summer 2026. No early access. No waitlist. Email us if you want a single notification the day it launches.</p>
96+
<h2>BUILT FOR THE<br />OPERATOR.</h2>
97+
<p>Augmentum OS ships Summer 2026. No early access. No waitlist. One email when it is ready — send us your address.</p>
9798
<a href="mailto:hello@sovren.software?subject=Augmentum OS Launch Notification" class="btn-primary">
9899
NOTIFY ME AT LAUNCH →
99100
</a>

0 commit comments

Comments
 (0)