|
19 | 19 | { |
20 | 20 | num: '01', |
21 | 21 | label: 'COMMAND THE MACHINE. DON\'T NEGOTIATE WITH IT.', |
22 | | - desc: 'You are the operator. The system is the co-pilot. Issue commands by voice, query your environment in natural language, trigger workflows — the interface adapts to how you think. The entire command layer runs on local inference. Nothing is sent to a cloud for transcription. The UX is fast because the system answers only to you.', |
| 22 | + desc: 'You are the operator. The system is the co-pilot. Issue commands by voice, query your environment in natural language, trigger workflows — the interface adapts to how you think. Local inference runs by default. Cloud inference is available when you choose it. Nothing leaves your machine without explicit authorization.', |
23 | 23 | }, |
24 | 24 | { |
25 | 25 | num: '02', |
26 | 26 | label: 'PRIVACY IS WHAT MAKES REAL CAPABILITY POSSIBLE.', |
27 | | - desc: 'A system that phones home is not a command center. It is a managed endpoint. The AI co-pilot runs entirely on your hardware — no telemetry, no behavioral profiles, no vendor copy of your activity. Local-first is not a privacy feature. It is the architecture. Intelligence without surveillance is the design.', |
| 27 | + desc: 'A system that phones home is not a command center. It is a managed endpoint. Local inference is the default — no telemetry collected by us. Your operational data belongs to you. Intelligence without surveillance is the design.', |
28 | 28 | }, |
29 | 29 | { |
30 | 30 | num: '03', |
|
42 | 42 | { label: 'BASE', value: 'NixOS — declarative, version-controlled, rollback-capable' }, |
43 | 43 | { label: 'INTERFACE', value: 'Voice-native · Natural language command layer · Local inference' }, |
44 | 44 | { label: 'AUTHENTICATION', value: 'Biometric (Visage) · MFA · Session-scoped privileges' }, |
45 | | - { label: 'AI LAYER', value: 'On-device co-pilot · No telemetry · No cloud dependency' }, |
| 45 | + { label: 'AI LAYER', value: 'Local-first by default · Optional cloud inference · Your telemetry, your data' }, |
46 | 46 | { label: 'ORCHESTRATION', value: 'Programmable automation · Explicit agent authority boundaries' }, |
47 | 47 | { label: 'STATUS', value: 'Ships Summer 2026', dim: true }, |
48 | 48 | ] |
|
62 | 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." |
63 | 63 | > |
64 | 64 | <p>Most operating systems serve the vendor. They harvest telemetry, push updates on their schedule, and treat your machine as a managed endpoint. Augmentum OS is built on the opposite premise.</p> |
65 | | - <p>The interface is voice-native — speak a command, the system responds, all inference runs locally. Access 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. The entire OS is one declarative config — version-controlled, reproducible, rollback-capable.</p> |
| 65 | + <p>The interface is voice-native — speak a command, the system responds, local inference by default with optional cloud when you need it. Access is biometric — your face, verified on-device, governs your sessions. The AI co-pilot surfaces context and executes tasks inside boundaries you define; your operational data stays yours. The entire OS is one declarative config — version-controlled, reproducible, rollback-capable.</p> |
66 | 66 | <p>UX, privacy, and security do not trade off against each other. Each one reinforces the others. That is the engineering commitment.</p> |
67 | 67 | </Overview> |
68 | 68 |
|
|
0 commit comments