Model
Understands requests, interprets retrieved records, reasons within its capability and explains results in natural language.
AEGIS separates language and reasoning from persistent knowledge. A local model handles interpretation and response generation. The Memory Vault preserves approved records, project history, procedures, permissions and evidence outside the model.
Running artificial intelligence locally creates a real engineering trade-off. Larger models often provide stronger general reasoning, coding assistance and flexibility, but they need substantially more memory, processing power, storage, cooling and electricity. Smaller models are easier to run privately on ordinary computers, but their internal capability ceiling is lower.
A well-designed Vault offers a practical middle path. It does not alter the model's trained parameters. Instead, it reduces how much the model must remember or reconstruct by itself. The complete assistant becomes a coordinated system made from a model, persistent memory, retrieval, deterministic tools, permissions and verification.
Understands requests, interprets retrieved records, reasons within its capability and explains results in natural language.
Preserves approved facts, documents, decisions, procedures, versions, checksums and project history outside the model.
Search, inspect, sanitise, verify, calculate, enforce permissions, create backups and perform exact operations.
AEGIS is optional. Sentinel Linux does not automatically install an AI model or runtime during operating-system conversion or installation. The user deliberately chooses and configures a supported local runtime and model later.
The language model is temporary working intelligence. The Vault is persistent local knowledge. Keeping these responsibilities separate improves maintainability and makes important information easier to inspect, correct, back up and protect.
Natural-language understanding, limited reasoning and planning, summarisation, drafting, explanation, action selection and conversion of retrieved facts into useful answers.
Persistent storage, project continuity, approved preferences, previous decisions, procedures, historical records, source references, integrity information and current version status.
Search, document intake, quarantine, sanitisation, indexing, checksums, policy enforcement, permission checks, command execution, backups and audit logging.
Approval of memories, trust decisions, permission boundaries, release acceptance and final responsibility for consequential actions.
A strong Vault is not simply a large conversation transcript. It is a managed knowledge system with structure, provenance, permissions, lifecycle states and retrieval logic.
Identify the subject, intent, entities, timeframe and type of evidence required.
Search indexed records using semantic and keyword retrieval, preferring canonical and directly relevant material.
Remove duplicates, obsolete drafts, withdrawn baselines and records the current user is not authorised to access.
Supply the smallest useful set of records. Too much context can make a small model less reliable.
The model interprets the retrieved evidence and responds within its actual reasoning limits.
Check versions, package manifests, checksums, source files, command output and accepted policy records where appropriate.
Store new information only with a clear status such as draft, confirmed, accepted, superseded, withdrawn or archived.
The assistant can retrieve the current release, withdrawn packages, naming rules, previous decisions, file locations and next development phase.
A 7B or 8B model can become very useful within a software project, workshop, household, accounting system, network, repair operation or document archive.
The assistant can use the user's current documentation as its source of truth instead of guessing from possibly outdated model knowledge.
Exact backup, audit, build, install, test and acceptance workflows can be retrieved instead of reconstructed on every run.
Good retrieval avoids loading every document into one enormous prompt and leaves memory available for the desktop, indexes and tools.
The model, Vault, embeddings, indexes and tools can remain on the user's own computer without requiring a remote AI service.
| Capability | Small model alone | Small model with Vault | Larger model alone |
|---|---|---|---|
| General knowledge | Limited | Improved when relevant records exist | Usually broader |
| Personal memory | Minimal | Potentially excellent | Minimal without its own memory |
| Project continuity | Weak | Strong when records are maintained | Weak without project access |
| Novel reasoning | Limited | Still limited | Usually stronger |
| Factual local answers | Unreliable | Strong when retrieval succeeds | Unreliable without local records |
| Repeated procedures | Inconsistent | Highly consistent with good workflows | Generally capable |
| Hardware requirement | Low | Low to moderate | High |
| Local privacy | Easy to maintain | Easy to maintain | More expensive to maintain locally |
| Context management | Easier but limited | Requires careful retrieval | Usually handles more context |
A strong 7B or 8B model with excellent retrieval may feel comparable to a 14B, 32B or occasionally larger model when answering questions about the user's own environment. It will not consistently match that larger model across broad knowledge, unfamiliar programming or novel reasoning.
Actual requirements depend on parameter count, numerical precision, quantisation, architecture, context length, KV cache, batch size, concurrency, vision or audio components, runtime overhead and how many layers are placed on the GPU.
| Model class | Approximate model size | Typical role |
|---|---|---|
| 1B to 3B | 0.8 to 2.5 GB | Basic chat, classification and simple commands |
| 7B to 8B | 4.5 to 6 GB | General assistant, coding, retrieval and tools |
| 12B to 14B | 7.5 to 10.5 GB | Stronger writing, coding and reasoning |
| 20B to 24B | 12.5 to 18 GB | Advanced local assistant |
| 27B to 32B | 17 to 24 GB | Strong reasoning and professional workloads |
| 40B to 46B | 25 to 34 GB | High-capability workstation model |
| 65B to 70B | 38 to 48 GB | Workstation or server-class assistant |
Additional memory is required for the KV cache, runtime buffers, prompt processing, output generation, the desktop, retrieval databases, embeddings and other applications. A system should not be planned so that the model consumes every available gigabyte.
CPU and RAM inference is the most accessible configuration. It avoids a dedicated GPU and makes large amounts of memory comparatively affordable, but generation is slower and heavily dependent on memory bandwidth.
| Model | Minimum RAM | Comfortable RAM | Suggested CPU class |
|---|---|---|---|
| 1B to 3B | 8 GB | 16 GB | Modern 4-core or better |
| 7B to 8B | 16 GB | 24 to 32 GB | Modern 6 to 8 core |
| 12B to 14B | 24 GB | 32 to 48 GB | Modern 8 to 12 core |
| 20B to 24B | 32 GB | 48 to 64 GB | High-bandwidth 8 to 16 core |
| 27B to 32B | 48 GB | 64 to 96 GB | Modern 12 to 16 core |
| 40B to 46B | 64 GB | 96 to 128 GB | Workstation-class CPU |
| 65B to 70B | 64 GB, very tight | 96 to 128 GB | High-bandwidth workstation CPU |
Full GPU offload is usually the fastest interactive configuration. It improves prompt processing and token generation but makes memory capacity more expensive and still requires adequate host RAM.
| Model | Tight minimum VRAM | Comfortable VRAM | Recommended host RAM |
|---|---|---|---|
| 1B to 3B | 4 GB | 6 to 8 GB | 16 GB |
| 7B to 8B | 6 to 8 GB | 10 to 12 GB | 16 to 32 GB |
| 12B to 14B | 12 GB | 16 to 24 GB | 32 GB |
| 20B to 24B | 20 GB | 24 to 32 GB | 32 to 64 GB |
| 27B to 32B | 24 GB | 32 to 48 GB | 32 to 64 GB |
| 40B to 46B | 32 to 40 GB | 48 to 64 GB | 64 GB |
| 65B to 70B | 48 GB, context-limited | 64 to 80 GB | 64 to 128 GB |
Hybrid inference divides model layers between GPU memory and system memory. It is a practical way to use a model that is larger than the GPU, but it is slower than complete GPU offload and does not combine RAM and VRAM into one perfectly efficient pool.
| Model | VRAM target | System RAM target | Expected result |
|---|---|---|---|
| 1B to 3B | 4 GB | 8 to 16 GB | Usually full or nearly full GPU operation |
| 7B to 8B | 6 to 8 GB | 16 to 24 GB | Very good interactive performance |
| 12B to 14B | 8 to 12 GB | 24 to 32 GB | Good hybrid performance |
| 20B to 24B | 12 to 16 GB | 32 to 48 GB | Usable with meaningful CPU involvement |
| 27B to 32B | 16 to 24 GB | 48 to 64 GB | Strong but slower hybrid workstation |
| 40B to 46B | 24 to 32 GB | 64 to 96 GB | Usable high-end hybrid system |
| 65B to 70B | 32 to 48 GB | 96 to 128 GB | Practical hybrid server or workstation |
The context window contains system instructions, the user's request, retrieved Vault records, conversation history, tool results and the generated answer. The runtime also maintains a KV cache, whose memory use generally grows with context length and concurrent sessions.
A model that fits at 4,000 tokens may exceed available memory at 32,000, 64,000 or 128,000 tokens. The Vault should therefore retrieve a small amount of highly relevant information instead of inserting the entire knowledge store into every prompt.
Dedicated GPUs provide high bandwidth, while system RAM provides cheaper capacity. Hybrid operation is useful but introduces transfer latency and CPU bottlenecks.
Shared CPU and GPU memory can reduce copying and expose a larger pool, but the operating system, display, runtime and context cache still consume part of that capacity.
For comfortable 70B operation on a unified-memory system, 96 to 128 GB is a safer planning target than trying to use a 64 GB machine at its absolute limit.
Use 1B to 3B models, short contexts, simple commands and basic document retrieval. A full desktop plus a 7B model is not recommended.
Run 3B comfortably or 7B to 8B with controlled context. Expect CPU generation to be slow.
A 7B to 8B model is the practical AEGIS default. A 12B to 14B model may run experimentally, but leaves less room for the Vault, desktop and tools.
Excellent 7B to 8B acceleration, practical 12B to 14B operation, substantial retrieval and moderate context sizes.
Comfortable 14B use, practical 20B to 24B models and 27B to 32B through hybrid inference.
Strong 32B acceleration, 40B to 46B hybrid inference, 70B hybrid operation and larger Vault workloads.
Efficient full-GPU 70B inference, longer contexts and advanced professional local-assistant workloads.
The complete system also needs memory for the operating system, AEGIS interface, runtime, Vault database, embeddings, indexes, security tools, logs and backups.
Identify the subject, current value, status, source, verification date, superseded records and relevant permissions.
Use explicit states such as canonical, accepted, locked, draft, experimental, withdrawn, superseded and archived.
Record what was decided, why, who approved it, when it became active and what it replaced.
Provide the smallest set of records required for the question rather than flooding the model with loosely related material.
The assistant should be able to identify where an important fact came from and whether it has been verified.
Checksums, package inspection, calculations and file comparisons should be performed by exact tools rather than language prediction.
Project: Sentinel Linux ISO
Release: Sentinel Linux 1.0 AMBROSO
Status: accepted baseline
Canonical record: current ISO build phase and path
Withdrawn record: previous contaminated baseline
Pending requirement: next audited correction
Last verified: YYYY-MM-DDFor many users, a modern 7B to 14B model with 4-bit quantisation, a structured Memory Vault, semantic and keyword search, canonical records, permission controls, source tracking, document sanitisation and sufficient unused memory will produce a better complete system than a much larger model that leaves no room for the desktop or supporting services.
The result is not an artificial intelligence that knows everything. It is a local assistant that can reliably retrieve the information that matters to its user while keeping that knowledge private, maintainable and under user control.
Use the AEGIS Suite Manual for installation, Vault setup, intake, permissions, verification, backup, recovery and command reference.
This web guide is adapted from Small Local AI, Large Memory: How a Memory Vault Can Make Efficient Models Far More Capable. Hardware figures are planning estimates and vary by model family, quantisation, runtime, context length and workload.