AIOS Proresearch
AIOS Intelligence System · Research Overview

Research library · Full memo

Local-first, on-device, private, and sovereign AI

This memo reviews evidence current through 10 August 2026 on laptops, phones, tablets, edge computers, and hybrid local/cloud systems. Source status is identified alongside the evidence so that peer-reviewed findings, standards, vendor reports, regulatory opinions, and preprints remain distinguishable.

Abstract

On-device generative AI is now technically credible for a meaningful but bounded class of work. Peer-reviewed measurements show that quantized small language models can run interactively on recent phones and embedded accelerators, while current vendor systems extend that envelope with tightly integrated neural processors, multimodal encoders, weight streaming, sparsity, and task-specific adapters. The resulting capability is not equivalent to unrestricted frontier-model reasoning. Device memory, prefill cost, thermal throttling, context growth, runtime maturity, and model-task fit remain decisive. A nominal context window or parameter count is especially poor shorthand for usable local capability.

Privacy is likewise a system property, not a synonym for deployment location. Keeping computation local removes a major class of routine data transfers, but it does not prevent malicious applications, prompt injection from local files, poisoned memory, unsafe tool use, model extraction, insecure backups, output leakage, or compromised system software. Confidential-cloud designs can reduce operator access through trusted execution environments, attestation, stateless processing, and release transparency. They still depend on hardware, firmware, client, code, and governance assumptions. Recent attacks against confidential-computing hardware show why such guarantees must be stated as threat-model-bounded rather than absolute. FHE and MPC research reduces hardware trust through cryptographic computation, but current results are still bounded to smaller transformers and relative gains over costly private-inference baselines.

Hybrid local/cloud routing has solid evidence as a cost–quality optimization and emerging evidence as an edge-performance technique. The evidence does not establish privacy-preserving routing by itself. A privacy-respecting system needs a policy gate before any learned capability router: sensitivity, authorization, jurisdiction, network state, provenance, and allowed disclosure should determine whether cloud execution is permissible; only then should expected quality, latency, energy, and cost influence placement.

The architectural proposition that a bounded knowledge system may use ordinary files, exact read/write/edit/search operations, and derived metadata relationships without a canonical database, vector store, or embedding pipeline is defensible as a contingent engineering choice. Research comparing long-context use with retrieval, measuring effective context, and evaluating sparse, dense, hybrid, and graph retrieval supports no universal winner. For bounded, well-curated, human-navigable corpora, exact selection and lexical search may be simpler, more auditable, and sufficient. As query volume, corpus scale, vocabulary mismatch, multi-hop relationship depth, update concurrency, or latency requirements rise, derived lexical, vector, relational, or graph indexes become increasingly useful. The key distinction is between the canonical file representation and an operational acceleration layer: an index may be disposable, rebuildable, and versioned while ordinary files remain authoritative.

The AIOS theses are therefore examined as consequential architectural hypotheses whose direct system-level validation remains open. Current evidence establishes useful bounded local capability and shows that context selection, retrieval, tool exposure, memory design, validation, and model routing can each change performance or cost. AIOS adds the stronger thesis that useful intelligence is an outcome of their coordination with purpose, provenance, exact operations, post-response integration, and human authority—not merely a property of model weights. If substantially correct, the cumulative system could let smaller local models satisfy a growing share of recurring personal and organizational work, reduce retries and unnecessary remote inference, preserve private local cognition, and make frontier models selectively invoked complements rather than custodians of durable knowledge. The combined magnitude, interaction effects, and generality remain unmeasured; model limitations, integration overhead, poisoned context, stale memory, and external dependencies are credible counterforces. The memo preserves both the implication and the conditions required to test it.

1. Terms and evidentiary boundaries

Four terms are often collapsed even though they answer different questions:

The evidence supports several distinctions that matter for this research scope:

  1. Location is not governance. A proprietary device model may be local but difficult to inspect, migrate, or replace. A confidential remote service may provide strong protection from the operator but still depend on one provider.
  2. Open weights are not automatically open source. The Open Source Initiative's Open Source AI Definition 1.0 requires the freedoms and preferred form needed to use, study, modify, and share a system, not merely a downloadable weight file [S20].
  3. Canonical data and performance infrastructure are separable. A vector or graph index need not become a canonical source or system of record. It can be a versioned projection of canonical files.
  4. Benchmark capability is not operational reliability. Most current studies test accuracy, latency, or energy under bounded workloads. Few jointly test security, long-running memory, edit fidelity, provenance, recovery, and human oversight.

1.1 Research method and source selection

The review used primary conference proceedings and paper repositories for systems, NLP, machine learning, and security research; final or draft publications from NIST and the European Data Protection Board; current project documentation for portability; and first-party technical reports where proprietary on-device or confidential-cloud systems have no equivalent independent description. Sources were selected for methodological relevance rather than count. Product announcements without meaningful architectural or evaluation detail were excluded.

The main review window is August 2024 through August 10, 2026. Older work appears only in the separately labeled foundational-lineage section. Quantitative findings are reported as results of the named study, not universal device facts. Vendor reports and previews are used to describe current architectures, not as independent confirmation of quality, security, or energy. Preprints and accepted-but-not-yet-presented work are visibly labeled. The final interpretation is a synthesis by this memo and should be tested against the actual target workload.

2. What current devices can actually do

2.1 Evidence-calibrated capability envelope

The table below is a synthesis, not a compatibility guarantee. “Interactive” depends on prompt length, output length, accelerator support, thermal state, runtime, quantization, and the task's acceptable latency.

Device classEvidence-supported envelope by the cutoffMain constraintsConfidence
Recent high-end phones and tabletsRoughly 0.1–4B-class dense or effective models can support bounded summarization, extraction, classification, writing assistance, short question answering, and some multimodal tasks. Some 7–8B 4-bit models can load on high-memory devices, but measured time to first token and thermal behavior often make them unattractive for interactive use.Shared memory, sustained thermal load, long-prompt prefill, KV-cache growth, battery, backend availability, and application packaging.High for bounded text tasks; medium for current vendor multimodality; low for general-purpose autonomous reasoning.
Current neural-processor laptops3–8B-class dense models are broadly plausible; larger quantized or sparse models are possible on sufficiently provisioned systems. A 2026 vendor preview describes a 20B sparse model activating 1–4B parameters through prompt-level selection with periodic reselection, while a separate preprint reports an end-to-end retrieval-and-generation pipeline on one Snapdragon laptop NPU.Memory capacity and bandwidth, accelerator operator coverage, flash traffic, context size, power mode, background workload, runtime fragmentation.High for local inference in general; medium for the newest sparse/fully NPU pipelines because evidence is vendor-authored or unreplicated.
Jetson-class and similar edge computersQuantized small models, including some 1–7B-class models, are feasible where memory and accelerator support permit. They are useful for bounded offline assistants, sensors, robotics interfaces, and site-local processing.Tight memory/power envelopes, lower throughput, deployment-specific kernels, heat dissipation, safety and real-time deadlines.Medium to high for inference feasibility; task-specific for end-to-end usefulness.
Microcontrollers and very small edge devicesTiny neural networks and specialized language/audio/vision classifiers are established. General conversational LLMs remain a different hardware class.Kilobytes-to-megabytes of memory, milliwatt budgets, restricted operators, and hard real-time constraints.High.

These categories deliberately avoid a universal “largest model that runs.” Loading is a weak test. A useful deployment must meet time-to-first-token, sustained generation, peak memory, temperature, battery or wall energy, response quality, and failure-rate requirements on its actual workload.

Direct tablet-specific research is notably thin. Tablets often share phone or laptop-class system-on-chip families and may have more thermal or memory headroom, but extrapolating from phones or vendor compatibility claims is not an independent tablet benchmark. This is an evidence gap rather than evidence of equivalence.

2.2 Major evidence profile: PalmBench

Status: Peer-reviewed, ICLR 2025 [S01].

2.3 Major evidence profile: Demystifying Small Language Models for Edge Deployment

Status: Peer-reviewed, ACL 2025 [S02].

2.4 Major evidence profile: SlimLM

Status: Peer-reviewed system demonstration, ACL 2025 [S03].

2.5 Current vendor systems: useful evidence with narrower epistemic weight

Apple's 2025 foundation-model report describes an approximately 3B on-device multilingual and multimodal model, two-bit quantization-aware training for most decoder weights, eight-bit KV caching, and KV-cache sharing reported to reduce cache memory by 37.5% [S04]. Its developer framework exposes guided generation, tool calls, streaming, and adapters. These are significant implementation disclosures, but the evaluation is vendor-authored and the hardware/software stack is proprietary.

Apple's June 2026 third-generation preview goes further: its “Core Advanced” model is described as a 20B sparse system that activates 1–4B parameters, using prompt-level selection and periodic reselection while keeping the full weight set in device storage rather than swapping experts token by token [S05]. This is evidence of an important systems direction—coarse-grained sparsity plus flash-resident weights—but not yet independent evidence of sustained energy, latency, or quality across applications. At the cutoff, Apple stated that a fuller technical report would follow; the page is therefore labeled vendor preview, not a peer-reviewed result.

Gemma 3n's 2025 model card describes open-weight E2B and E4B models designed for phones, tablets, and laptops, with a 32K context window, text/image/video/audio inputs, more than 140 languages, nested MatFormer submodels, parameter skipping, and optional modality loading [S07]. These features show how effective active parameter count and conditional loading can matter more than total stored weights. The claims remain vendor-authored; the model card is not an independent cross-device energy benchmark, and the Gemma license should not be conflated with the OSI definition of open-source AI.

2.6 Major evidence profile: instruction-following pruning

Status: Peer-reviewed, ICML 2025; Apple-affiliated authors [S06].

3. Performance, energy, and context are coupled

3.1 The useful performance model

Local inference has at least four distinct resource phases:

  1. Model load and initialization move weights from storage into usable memory and compile or select kernels.
  2. Prefill processes the prompt in parallel. Its cost grows quickly with input length and is often compute-bound.
  3. Decode generates tokens sequentially and is frequently memory-bandwidth-bound, which is why low-bit weights can help disproportionately.
  4. Post-processing and tools parse output, retrieve files, render results, execute actions, and persist state. These costs are routinely omitted from model-only benchmarks.

Weight storage has a rough lower bound of parameter count × bits per weight / 8, but real memory also includes embeddings, scale metadata, temporary activations, runtime buffers, loaded modalities, and the KV cache. KV memory grows with context length and model structure. Consequently, a model advertised for a long context may fit at short context but fail a device budget—or become thermally and interactively unacceptable—at the maximum.

This produces several evidence-supported design rules:

3.2 Major evidence profile: end-to-end RAG on a mobile NPU

Status: Preprint—not peer-reviewed, June 2026 [S08].

3.3 Energy accounting beyond the device

Local processing often saves network transfer and remote inference for small, frequent, personal tasks. It can also avoid sending raw content to a provider. It does not follow that local execution always minimizes total energy or carbon. A small device may run a poorly optimized model much longer than a shared datacenter accelerator; conversely, network transport, datacenter idle capacity, and repeated remote prompts can dominate some workloads. Current studies rarely use a common lifecycle boundary.

The appropriate comparison is task-specific:

useful task success / joule, measured across device computation, networking, remote computation, failed attempts, retries, and index maintenance. Carbon claims additionally require time- and location-specific electricity data and embodied-hardware assumptions. None of the reviewed papers supports a blanket “local is greener” conclusion.

4. Hybrid local/cloud routing

4.1 Routing patterns

PatternWhat crosses the boundaryStrengthMain privacy or systems weakness
Local-onlyNothing during inferenceStrongest routine data minimization; offline operationCapability ceiling; local compromise and unsafe tools still matter
Query-level fallbackA selected prompt and context bundleSimple; permits strong remote model for difficult casesThe selected content may still be sensitive; learned confidence can be wrong
Redacted or transformed fallbackA minimized summary, entities, or non-sensitive subproblemReduces disclosed contentTransformation can leak; omitted detail may reduce correctness; local redactor can fail
Confidential-cloud executionEncrypted request enters an attested protected workloadReduces operator/hypervisor visibility under its threat modelHardware, firmware, client, code, release governance, output, and availability remain trusted or exposed
Token-level collaborationRepeated hidden state, tokens, or partial contextFine-grained quality/latency control in research prototypesRepeated network latency, cache reconstruction, larger observation surface, and hard-to-explain disclosure
Local foreground plus remote background workUser gets an immediate local result; authorized downstream jobs run laterSeparates interactive latency from deeper workRequires explicit job provenance, disclosure manifest, cancellation, and integration controls

For a privacy-oriented system, a learned router should not be the first decision-maker. A safer decision order is:

  1. Policy eligibility: Is remote processing allowed for this domain, file, person, jurisdiction, and task?
  2. Disclosure minimization: What is the smallest sufficient context? Can identifiers or irrelevant passages be removed without making the task unsafe?
  3. Execution guarantees: Does the selected remote path meet required retention, logging, attestation, key, region, and model-use constraints?
  4. Capability routing: Among eligible paths, which is most likely to meet correctness, latency, energy, availability, and cost goals?
  5. Authority and integration: Is the result advisory, or may it change canonical files? What validation or human confirmation is required?

This ordering prevents a quality or confidence score from silently overriding a non-disclosure rule.

4.2 Major evidence profile: RouteLLM

Status: Peer-reviewed, ICLR 2025 [S09].

4.3 Major evidence profile: CITER

Status: Peer-reviewed, COLM 2025 [S10]; related implementation is a peer-reviewed system demonstration, ACL 2025 [S30].

5. Confidential computation and secure enclaves

5.1 What current designs add

Apple's Private Cloud Compute (PCC) security guide specifies stateless request processing, no privileged runtime access to plaintext, anonymous routing, hardware-rooted secure boot, and device-side verification that a node's complete software measurement appears in a public append-only transparency log [S11]. Apple also publishes binaries and a research environment intended to allow inspection. In June 2026, Apple described extending PCC to selected Google Cloud and NVIDIA infrastructure while retaining the same attestation and release-transparency requirements. These are unusually concrete, vendor-authored security design claims; they are not proof that every implementation layer is flaw-free.

Google’s 2025 Private AI Compute brief describes encrypted, attested processing using Titanium Intelligence Enclaves, an AMD CPU trusted execution environment, hardened TPU paths, and peer attestation for multi-node workloads [S12]. Google’s 2026 private-compute infrastructure documentation describes attestation-linked mutual TLS and restricted egress from protected workloads [S27]. This is also vendor-authored. Public documentation explains the intended architecture but is not equivalent to independent verification of every production release.

NIST IR 8320E, an authoritative initial public draft published May 29, 2026, provides a useful neutral vocabulary and example implementation for confidential-computing platforms, isolation, attestation, and cloud AI workloads [S13]. Because it was not final at the cutoff, it should not be cited as settled normative guidance.

On-device secure hardware usually plays a narrower but essential role. Apple documents its Secure Enclave as the root for protected key generation/storage, biometric authorization, secure boot relationships, and data-at-rest encryption on recent phones, tablets, and Apple-silicon computers [S28]. Android’s current Keystore/KeyMint documentation describes application-scoped, hardware-backed keys in a trusted execution environment or StrongBox and exposes attestation of hardware-enforced properties [S29]. These facilities can protect domain-encryption keys, gate sensitive actions on user authentication, sign audit records, and authenticate an approved remote workload. They normally do not execute the whole language model or make plaintext invisible to the authorized application process that composes the prompt. The NPU should not be assumed to be a secure enclave merely because it is on the same chip.

5.2 Guarantees must be scoped

Confidential computing can protect data in use from a cloud operator, hypervisor, or neighboring workload—if the hardware and attested software behave as specified. It does not inherently:

5.3 Major evidence profile: Fabricked

Status: Accepted prepublication, USENIX Security 2026; accepted and public before the cutoff, conference presentation scheduled after it [S14].

5.4 Cryptographic privacy beyond trusted hardware

Fully homomorphic encryption (FHE) permits a server to compute on ciphertext, while secure multi-party computation (MPC) distributes computation so that no designated participant learns the protected input under the protocol's assumptions. These approaches reduce reliance on a confidential-computing processor, but transformer linear algebra, nonlinear activations, autoregressive state, ciphertext expansion, and communication remain expensive.

Major evidence profile: EncryptedLLM

Status: Peer-reviewed, ICML 2025 [S31].

Major evidence profile: Breaking the Layer Barrier

Status: Peer-reviewed, USENIX Security 2025 [S32].

6. Threat model for a file-native local reasoning system

6.1 Assets and adversaries

Relevant assets include canonical files; encryption keys; derived metadata and indexes; prompts and intermediate context; model weights and adapters; tool credentials; action history; personal preferences; outputs; and human decisions. Plausible adversaries include a remote service provider, compromised dependency or model artifact, malicious application, local account or thief, untrusted collaborator, poisoned document or web content, compromised synchronization service, and an authorized insider exceeding purpose.

Local execution substantially reduces routine provider access to raw data. It does not remove most endpoint and content-layer adversaries.

6.2 Major evidence profile: AgentDojo

Status: Peer-reviewed dataset and benchmark, NeurIPS 2024 [S15].

6.3 Major evidence profile: Agent Security Bench

Status: Peer-reviewed, ICLR 2025 [S16].

6.4 Authoritative attack taxonomy

NIST AI 100-2e2025 is a final authoritative report, not a performance benchmark [S17]. It organizes adversarial machine-learning risk across evasion and prompt injection, poisoning, privacy attacks, misuse, and the data/model/deployment lifecycle. Its value here is completeness and shared terminology. It does not prescribe a foolproof control set, and NIST explicitly treats mitigations as limited and context-dependent.

6.5 Threat-to-control map

ThreatWhy “local” does not solve itProportionate controls for consideration
Indirect prompt injection in a fileThe local model still interprets hostile textSeparate data from instructions; content trust labels; taint tracking; quoted-data handling; tool policy independent of model text
Memory or metadata poisoningA malicious inference can persist into future contextProvenance and timestamps; content hashes; immutable source snapshots; reviewable diffs; rollback; derived-memory expiry and rebuild
Unsafe file changesA model may be wrong without being attackedRead/search broader than write; path-scoped permissions; preview and diff; schema validation; human confirmation for consequential changes
Path traversal, symlink, or parser exploitExact operations can still target an unintended objectCanonical path resolution; sandboxing; no-follow policies where appropriate; hardened parsers; file-type allowlists
Malicious model/runtime artifactLocal weights and kernels are software supply chainSigned artifacts; reproducible hashes; model cards and licenses; isolated runtimes; dependency inventory; update and rollback process
Lost or compromised deviceLocal corpus is physically presentFull-disk encryption; secure key storage; short lock timeout; separate sensitive domains; backup encryption and remote revocation where appropriate
Sensitive output or logsData can leave after correct local inferenceMinimized logs; explicit export destinations; clipboard/share controls; output classification; retention limits
Cloud fallback leakageRouting may send more context than necessaryHard egress policy; context manifest; local redaction; consent; confidential execution where justified; no provider training/retention by contract and configuration
Over-trust in model judgmentPlausible language can obscure uncertaintySource-linked answers; deterministic checks; bounded action scopes; escalation; human authority over canonical changes

The controls are design candidates. Their effectiveness must be tested in the actual operating system, synchronization, parser, model, and tool environment.

7. Data minimization, sovereignty, and provider independence

7.1 Data minimization is a lifecycle discipline

The European Data Protection Board's Opinion 28/2024 is a regulatory opinion addressing AI models and personal data [S18]. It states that model anonymity is case-specific and requires a very low likelihood both of identifying people and of extracting their personal data. It also stresses that unlawfully processed upstream data can affect later deployment. The opinion is European legal guidance rather than a systems benchmark, but it usefully rebuts the assumption that model training automatically anonymizes source data.

For a local-first knowledge system, minimization should occur at each boundary:

Local storage helps mainly at the inference-transfer boundary. Duplicate files, embeddings, caches, logs, and backups can expand the local privacy surface if unmanaged.

7.2 A decomposed sovereignty test

DimensionA strong form would provideCommon failure mode
Data sovereigntyUser-controlled canonical files, keys, retention, location, export, and deletionData is local but hidden in a proprietary database or opaque sync service
Operational sovereigntyCore work functions offline; documented recovery and migration pathsA local interface fails when an authentication or remote-model service disappears
Model sovereigntyReplaceable models; sufficient rights and artifacts to run, inspect, adapt, and preserve them“Open weights” license restricts use, or essential tokenizer/runtime/tool behavior is provider-only
Platform sovereigntyMultiple hardware and runtime paths with tested fallbacksA model only runs efficiently on one vendor's NPU or proprietary system API
Epistemic sovereigntySources, transformations, uncertainty, and human decisions remain inspectableModel-generated summaries or embeddings silently become the only surviving representation
Governance sovereigntyA person or accountable institution controls policy and consequential actionsA routing model or cloud service silently changes disclosure and action policy

Sovereignty is therefore graduated. A system may be private but provider-dependent, local but non-portable, or open-weight but remotely operated.

7.3 Portability and model/provider independence

ExecuTorch 1.0, released in October 2025, is a project/vendor release that provides a common PyTorch-oriented edge runtime across CPU, GPU, and NPU backends from multiple hardware vendors [S19]. Portable model representations and other cross-platform runtimes serve a similar architectural purpose. These projects reduce integration duplication, but a common file format does not guarantee operator coverage, numerical parity, tokenizer equivalence, performance, or access to every proprietary accelerator.

A provider-independent deployment would need more than interchangeable API endpoints:

  1. Canonical files and accepted ground in documented, exportable formats.
  2. Model-independent task specifications, tool schemas, and evaluation sets.
  3. Explicit tokenizer, prompt, adapter, and structured-output dependencies.
  4. At least two viable runtimes or model families for important tasks, with a degraded offline mode.
  5. Versioned quality, latency, energy, and safety tests run before substitution.
  6. No provider-only hidden state as the sole copy of memory or provenance.
  7. Licenses that permit the intended use, preservation, modification, and redistribution.
  8. A migration path for derived data: embeddings and indexes either rebuild under a new model or retain their old runtime and version metadata.

The last point is often missed. An embedding index couples a corpus to a model, preprocessing pipeline, dimension, distance function, and chunking policy. It can remain non-canonical, but only if the source-to-index transformation is recorded and reproducible.

8. The file-native, no-canonical-database proposition

8.1 The claim under examination

The proposition is not that databases, vector stores, or embeddings are unnecessary. It is narrower:

For a bounded, self-contained domain, ordinary files plus exact read/write/edit/search and derived metadata relationships may be sufficient as the canonical file-and-metadata substrate. Specialized indexes can be added as disposable acceleration or discovery layers rather than made authoritative by default.

That proposition is consistent with available retrieval and long-context evidence, but the evidence does not identify a universal boundary at which it succeeds or fails. The correct boundary depends more on task distribution and service requirements than raw corpus size.

8.2 What ordinary files do unusually well

These are engineering properties, not empirical proof of higher answer quality.

8.3 Conditions under which files plus exact operations are likely sufficient

Files are a plausible complete canonical substrate when most of the following hold:

This describes many personal projects, case files, research notebooks, policy domains, and small expert corpora. It does not describe every personal archive, enterprise repository, or high-rate sensor system.

8.4 Major evidence profile: long context versus RAG

Status: Peer-reviewed industry paper, EMNLP 2024 [S21].

8.5 Major evidence profile: LongBench v2

Status: Peer-reviewed, ACL 2025 [S23].

8.6 Major evidence profile: RULER

Status: Peer-reviewed, COLM 2024 [S24].

8.7 Major evidence profile: RAG pipeline best practices

Status: Peer-reviewed, EMNLP 2024 [S22].

8.8 When an index or database becomes useful

The following escalation ladder keeps canonical files and accepted ground conceptually separate from access infrastructure:

LayerTrigger conditionsWhat it addsWhat it costsCanonical role recommended for a bounded file-native system
0. Files + exact operationsKnown paths/terms; shallow domain; scans meet latencyMaximum auditability and portabilityPoor discovery under vocabulary mismatch; repeated scansCanonical
1. File manifest + lexical indexRepeated queries; scans miss latency objective; exact phrases, identifiers, names, dates matterFast filtering, full-text/BM25 ranking, facetsIndex maintenance; tokenizer/language choicesDerived and rebuildable
2. Dense or hybrid semantic indexParaphrase, conceptual similarity, multilingual queries, noisy OCR, heterogeneous terminologySemantic recall; hybrid retrieval can combine exact and conceptual signalsEmbedding model coupling; chunking errors; opaque misses; storage and rebuild costDerived, model-versioned, never sole surviving representation
3. Relational or graph indexHigh-fanout entity queries, multi-hop relationships, global aggregates, temporal joinsEfficient traversals, constraints, entity resolutionExtraction errors; schema and synchronization; graph stalenessDerived projection unless structured records themselves are authoritative
4. Transactional databaseMultiple concurrent writers; atomic cross-record invariants; high update rate; fine-grained ACLs; server-scale query loadTransactions, constraints, concurrency, structured joins, operational observabilityMigration, administration, opaque binary state or service dependencyMay become operationally canonical when invariants require it; provide durable export

No research-backed document-count threshold cleanly separates these layers. An engineering heuristic is to instrument the actual workload and escalate when one or more measurable conditions persists:

For rough planning only—not as a research law—teams often encounter lexical-index pressure in the tens of thousands of documents or hundreds of megabytes to a few gigabytes, especially with repeated interactive queries. A well-named million-file corpus may favor an index much earlier due to filesystem enumeration, while a few hundred enormous heterogeneous documents may require semantic or structural indexing sooner. Query entropy and update behavior dominate document count.

8.9 Major evidence profile: HybGRAG

Status: Peer-reviewed, ACL 2025 [S25].

8.10 Sparse, dense, and hybrid retrieval are workload choices

A 2026 financial-domain study of 23,088 queries and 7,318 text-and-table documents reports that BM25 remained a strong or superior baseline for precise financial retrieval, while hybrid retrieval plus reranking produced the best aggregate Recall@5 and MRR@3 [S26]. This is a preprint—not peer-reviewed and not independently replicated. It is included because the scale and table-heavy domain are methodologically relevant, not as settled evidence. Its result reinforces a broader conclusion already visible in peer-reviewed RAG studies: dense retrieval is not universally superior, and exact identifiers, numbers, and domain terms often favor sparse methods.

For a file-native system, an evaluation should always include an exact/lexical baseline before adopting embeddings. The right question is not “Does semantic search feel intelligent?” but “What unique errors does it remove, what new errors does it introduce, and can the index be rebuilt and audited?”

8.11 A decisive file-native experiment

The evidence gap is direct evaluation on real file-native domains. A useful study would freeze representative corpora and task sets, then compare:

  1. explicit file selection plus exact search;
  2. a local lexical index;
  3. dense retrieval;
  4. hybrid lexical+dense retrieval with reranking;
  5. metadata/graph-aware retrieval for relationship tasks;
  6. long-context composition without retrieval where the corpus fits.

Measure at least source recall, grounded-answer correctness, unsupported-claim rate, exact edit success, provenance fidelity, p50/p95 latency, time to first useful response, peak memory, system energy, index size, update/rebuild cost, corruption recovery, portability to a second model/runtime, and human ability to understand a miss. Stratify by corpus size, file type, query specificity, paraphrase distance, relationship depth, and model context. This would test the contingent design choice; adjacent literature cannot substitute for it.

9. Four-layer examination of the AIOS theses relevant to this topic

This section preserves the ambition of the AIOS architectural thesis while separating four analytical layers:

  1. what current evidence establishes;
  2. the AIOS architectural thesis;
  3. first- and second-order implications if the thesis is substantially correct;
  4. conditions, uncertainties, counterforces, and tests.

Absence of direct validation limits the confidence assigned to an implication; it does not make the implication analytically unimportant. AIOS is examined here as a complement to frontier models and centralized frontier training. The thesis is that durable context, expertise, memory, workflow, and authority can increasingly reside in person- or organization-controlled local systems, which may consult local or remote frontier models selectively.

9.1 Complementary local intelligence rather than model replacement

Layer 1 — Current evidence. Quantized local models already perform bounded document, language, retrieval, and multimodal tasks on phones, laptops, and edge computers [S01–S08]. Hybrid routers can select between model tiers, although the reviewed routing research optimizes cost and benchmark quality rather than sovereignty [S09, S10, S30]. Long-context and retrieval evidence shows that model calls can operate over external, updateable knowledge rather than requiring all durable knowledge to reside in model parameters [S21–S25].

Layer 2 — AIOS architectural thesis. A model is a reasoning faculty within a larger local intelligence environment, not the location of the person's durable knowledge or authority. Canonical files, annotations, relationships, policies, memory, task history, and exact operations remain locally controlled. Small local models handle suitable foreground work; stronger local or remote models are selected when their marginal capability justifies the latency, energy, disclosure, and dependency cost. Centralized frontier training remains valuable because better base models expand what every compatible local system can do.

Layer 3 — If the thesis is substantially correct.

Layer 4 — Conditions and tests. This implication requires portable file and metadata formats, model-independent task interfaces, reliable local runtimes, policy-gated routing, affordable hardware, secure updates, and evidence that retained context continues to help after model substitution. It also requires measuring whether local context truly reduces remote tokens and dependence rather than merely duplicating cloud state. A longitudinal study should replace the model and runtime while holding the local domain constant, then measure task continuity, migration loss, remote-call frequency, and human trust.

9.2 Bounded model judgment, exact operations, and human authority

Layer 1 — Current evidence. ContextualJudgeBench shows that contextual semantic evaluation remains difficult even for strong judge models; its best reported model reached about 55% consistent accuracy over 2,000 challenging response pairs [S34]. τ-bench shows that policy instructions and API tools do not make transactional agents reliable: the strongest tested agent succeeded on fewer than half the tasks and had retail pass^8 below 25% [S33]. AgentDojo, Agent Security Bench, and NIST's adversarial taxonomy show why model text cannot safely serve as its own authorization boundary [S15–S17].

Major evidence profile: ContextualJudgeBench

Status: Peer-reviewed, ACL 2025 [S34].

Major evidence profile: τ-bench

Status: Peer-reviewed, ICLR 2025 [S33].

Layer 2 — AIOS architectural thesis. Models make bounded semantic judgments—classifying, comparing, planning, drafting, interpreting, or proposing an edit. Typed interfaces carry those proposals. Deterministic code establishes identity, resolves exact paths, enforces scope and authorization, validates schemas and preconditions, and applies exact effects. Humans set purpose and retain authority over consequences that cannot be safely delegated. No central agent has to embody all three forms of responsibility.

Layer 3 — If the thesis is substantially correct.

Layer 4 — Conditions and tests. Deterministic code guarantees only specified invariants. It cannot prove that a semantic judgment is fair, complete, strategically wise, or faithful to an ambiguous purpose. Some apparently semantic work—dates, identities, arithmetic, policy lookup—should move into exact checks; some authorization decisions require semantic and human interpretation. Human review must avoid becoming a rubber stamp. Test free-form parsing, typed proposals, deterministic-only rules, validated proposals, and human-approved execution on identical tasks, measuring semantic correctness, invalid-action rejection, authorization error, edit fidelity, abstention, and review burden.

9.3 Scaffolding, distinct cognitive modes, and bounded menus

Layer 1 — Current evidence. Scaffolding can both expose and obscure model capability. AgentIF's 707 instructions from 50 agentic applications average 1,723 words and 11.9 constraints; models struggled especially with complex constraints and tool specifications [S37]. Tool-description edits produced more than tenfold changes in use for some competing tools, demonstrating interface-induced selection bias [S40]. ToolScope reports tool-selection improvements ranging from 8.38% to 38.6% by merging redundant tools and exposing a context-relevant subset [S38]. MultiAgentBench finds coordination topology affects performance and reports a 3% milestone improvement from cognitive planning in its setting [S39]. Debate or Vote, however, finds that majority voting explains most gains attributed to multi-agent debate across seven benchmarks [S36].

Major evidence profile: ToolScope

Status: Peer-reviewed, ACL 2026 [S38].

Major evidence profile: Debate or Vote

Status: Peer-reviewed, NeurIPS 2025 [S36].

Layer 2 — AIOS architectural thesis. Thinking, writing, editing, structuring, planning, and review are treated as different modes with different context, tools, permissions, and success criteria. Bounded menus expose only the actions relevant to the current mode. This seeks a middle path between rigid deterministic pipelines and an agent with unrestricted context and authority. The “role” may be a separate process, a phase-specific context, a local model specialization, or a human handoff; it need not imply a society of autonomous agents.

Layer 3 — If the thesis is substantially correct.

Layer 4 — Conditions and counterforces. Phase separation can create handoff loss, duplicated inference, correlated errors, longer total latency, and false confidence in “independent” review by the same model. A bounded menu can hide a necessary action. The exact AIOS mode taxonomy has not been directly tested. Equal-budget experiments must compare phase-specific roles with a monolithic context, independent samples, majority voting, self-review, and heterogeneous specialists while holding model calls, tokens, tools, and latency constant.

9.4 Local domain systems, personal intelligence, and private cognition

Layer 1 — Current evidence. Current devices support useful bounded local work; specialized small models can be responsive on phones, and end-to-end local retrieval and generation is technically plausible on a laptop NPU [S01–S08]. Long-context versus RAG evidence shows that bounded corpora can sometimes be used directly, while retrieval lowers token and compute cost as corpus scale grows [S21–S24]. File-native architecture can keep source knowledge inspectable while using derived indexes only where the workload justifies them.

Layer 2 — AIOS architectural thesis. A self-contained domain contains the durable files, metadata, relationships, annotations, memory, policies, and workflows needed for a recurring area of life or work. Increasingly capable local models, supported by mature context composition and exact operations, may satisfy a large share of ordinary personal and organizational needs inside these domains. Frontier models remain available for exceptional difficulty, external knowledge, or tasks whose quality benefit outweighs disclosure and dependency cost.

Layer 3 — If the thesis is substantially correct.

Layer 4 — Conditions and counterforces. The “large share” is a population-level empirical question, not a fixed claim. Knowledge may not be closed: live law, prices, schedules, scientific evidence, counterparties, or organizational state may require external access. Action may not be closed: real effects often involve institutions and shared systems. High-stakes evaluation may require independent expertise. Organizational work needs concurrency, identity, synchronization, conflict resolution, retention, and audit. A coverage study should sample real personal and organizational tasks over time, compare local, indexed-local, policy-gated hybrid, and cloud-first conditions, and classify failures by missing knowledge, model capacity, collaboration, external action, latency, or policy.

9.5 Reduced dependence on centralized application infrastructure

Layer 1 — Current evidence. Local canonical files can remove a central content database from some bounded workflows; local models and retrieval can remove routine inference calls; portable runtimes and model artifacts can reduce dependence on one provider [S08, S19–S22]. The reviewed literature does not directly measure whole-application infrastructure displacement, so the evidence establishes technical ingredients rather than aggregate effect.

Layer 2 — AIOS architectural thesis. When canonical files, accepted ground, memory, workflow state, and authority reside locally, centralized services need not own the durable intelligence layer. They may provide optional synchronization, distribution, collaboration, external data, confidential computation, or frontier reasoning. AIOS therefore predicts reduced dependence on centralized application-layer infrastructure and remote inference, not the disappearance of centralized training or all network services.

Layer 3 — If the thesis is substantially correct.

Layer 4 — Conditions and counterforces. Synchronization, identity, backup, recovery, collaboration, model distribution, security updates, and organizational policy remain substantial. Heterogeneous device fleets increase testing and support. Shared services may be cheaper or more energy efficient for some loads; duplicated local computation can be wasteful. Network effects and regulated recordkeeping can favor central systems. The correct empirical question is which named services, costs, data flows, and trust dependencies are removed, retained, or relocated. Equivalent reference deployments should measure server compute, storage, transfer, identity, synchronization, backup, update distribution, support labor, device energy, recovery, and remote-inference frequency.

9.6 Regulated use, peer collaboration, and global accessibility

Layer 1 — Current evidence. Local processing can minimize routine transfer; hardware-backed keys and device encryption can protect local domains; confidential computation can provide a bounded remote path; EDPB guidance reinforces case-specific anonymity, upstream lawfulness, and data minimization; portable runtimes and licensing definitions clarify conditions for model substitution [S11–S20, S27–S32]. Current local models are multilingual and multimodal to varying degrees, but vendor coverage claims are not equivalent to uniform quality across languages, devices, or accessibility needs [S04, S05, S07].

Layer 2 — AIOS architectural thesis. Person- and organization-controlled domains can attach purpose, provenance, retention, authorization, and disclosure policy to the knowledge itself. Collaboration exchanges selected files, diffs, annotations, relationship metadata, or derived artifacts rather than requiring every participant to place their full domain inside one provider. Regulated and sensitive domains may perform most processing locally and use attested or cryptographic remote computation only where authorized. Ordinary reasoning can remain available in low-connectivity settings.

Layer 3 — If the thesis is substantially correct.

Layer 4 — Conditions and counterforces. Locality does not itself confer legal compliance; policy must match jurisdiction, purpose, retention, and human-accountability requirements. Peer collaboration needs identity, signatures, provenance, conflict resolution, revocation, and protection against poisoned contributions. Global accessibility depends on affordable capable hardware, energy, repair, secure model distribution, inclusive interfaces, high-quality local-language models, and training rights. A local system that is difficult to update or only effective in high-resource languages could widen rather than reduce inequality. Tests should include regulated-domain pilots with independent governance review, adversarial peer-sync trials, low-bandwidth field studies, accessibility evaluation, and per-language task quality rather than aggregate multilingual claims.

9.7 Context is a force multiplier, not a complete failure theory

Layer 1 — Current evidence. Better-selected context and tool menus can improve performance [S21–S24, S38], but agent benchmarks identify independent failures in semantic judgment, policy adherence, security, state management, GUI grounding, operational knowledge, and tool use [S15, S16, S33–S35, S37].

Major evidence profile: OSWorld

Status: Peer-reviewed dataset and benchmark, NeurIPS 2024 [S35].

Layer 2 — AIOS architectural thesis. Much model capability is wasted when the environment supplies undifferentiated context, ambiguous tools, unstable memory, or no exact connection between judgment and effect. A composed local environment can make relevant context, identity, relationships, and permitted operations available at the right resolution and time.

Layer 3 — If the thesis is substantially correct. Better context composition and exact operations could yield capability gains that raw model benchmarks understate, especially for local models operating repeatedly in a known domain. The combination of persistent domain knowledge, role-specific context, and deterministic execution may make a smaller model economically equivalent to a larger remote model for many recurring tasks. Second-order, progress in scaffolding could expand practical local capability even between major model releases.

Layer 4 — Conditions and counterforces. Context cannot repair missing world knowledge, inadequate reasoning, malicious instructions, perception errors, or an incomplete action interface. More context can increase latency, energy, prompt injection exposure, and instruction interference. Causal experiments must vary context relevance, length, provenance, perception fidelity, tool reliability, and state observability independently.

Observed resultOne interpretationAlternate explanations to test
A role-separated system outperforms one promptDistinct modes unlocked better reasoningMore calls, more tokens, sampling diversity, decomposition, evaluator alignment, or majority voting [S36]
Added context improves an agentMissing context was the bottleneckRestated constraints, a newly exposed tool, a demonstration effect, or distribution-specific prompt cues
A local specialist performs wellLocal models cover a broad task classTask-specific training, short inputs, narrow labels, teacher-generated data, or an easier metric [S03]
A bounded menu improves successRestricted autonomy improves reasoningFewer semantic collisions and fewer schema tokens; a different task may fail because the required tool was filtered [S38]
A file-native domain performs wellSpecialized indexes are unnecessarySmall, curated, well-named corpus; low concurrency; exact-query task distribution
Local execution improves privacyThe system is private end to endAvoided cloud transfer while local logs, backups, applications, or poisoned content remain exposed
Fewer cloud calls reduce central dependenceInfrastructure was eliminatedComputation, synchronization, distribution, recovery, or support moved to devices or narrower shared services

9.8 Useful intelligence as a cumulative system outcome

Layer 1 — Current evidence. The reviewed literature supports component-level effects rather than an integrated AIOS effect. Context and retrieval strategy change answer quality and compute [S21–S26]; tool descriptions and menu filtering change model behavior [S38, S40]; deterministic end-state checks expose failures that fluent interaction can conceal [S33]; routing can trade model cost against measured quality [S09, S10, S30]; and persistent context introduces both continuity and poisoning risk [S15, S16]. These results establish that the environment around a model matters. They do not establish that many small improvements will add linearly, produce a particular aggregate gain, or always outperform using a stronger model.

Layer 2 — AIOS architectural thesis. Useful intelligence arises from the coordinated system: purpose framing, composed context, distinct cognitive modes, multiple memory resolutions, relational metadata, provenance, bounded semantic judgment, planning, verification, exact effects, and post-response integration. Each element is intended to reduce a different source of wasted inference or error. Routing can occur at each cognitive movement rather than once per conversation, selecting among small local, larger local, ordinary remote, or confidential-remote models according to task capability, privacy policy, sensitivity, latency, energy, cost, and permitted disclosure. Frontier models remain part of the system where their marginal value is material.

Layer 3 — If the thesis is substantially correct. Several modest improvements could compound: better source selection reduces irrelevant tokens; durable memory avoids rediscovery; provenance enables targeted verification; exact operations reduce recovery from malformed effects; mode-specific tools reduce selection ambiguity; and post-response integration prevents useful work from vanishing into chat history. The first-order result could be fewer retries, shorter prompts, lower remote-token use, and lower unsupported-claim rates for recurring domain work. The second-order result could be a shift in capability comparisons: the relevant unit would be the whole person-owned system over a longitudinal workload, not one model answering an isolated prompt. A well-composed local system might therefore outperform a stronger but context-poor remote call on familiar work while still escalating genuinely difficult movements to the frontier.

Layer 4 — Conditions, interactions, and tests. Benefits may overlap, cancel, or introduce overhead. More metadata can become stale; more modes can multiply calls; planning can add latency without improving execution; verification can repeat correlated model errors; memory can propagate poison; routing itself can misclassify difficulty; and an apparently lower inference burden can be offset by indexing, synchronization, or device energy. “Hallucination risk” must be measured as source-supported factuality, edit correctness, calibrated abstention, and downstream error—not inferred from architectural neatness. A limited factorial and sequential-ablation study should measure task success, unsupported claims, retries, total local and remote tokens, calls by route, latency, energy, disclosure volume, integration failures, and human correction time. Because a separate benchmark and routing investigation owns the full question, this memo treats those measurements as required validation rather than specifying a universal routing algorithm.

9.9 Research program for the larger implications

  1. Model–code–human boundary study. Compare free-form model output parsed by code, typed proposals, deterministic-only rules, validated proposals, and human-approved execution. Measure semantic correctness, invalid-action rejection, authorization error, edit fidelity, abstention, and review burden.
  2. Equal-budget cumulative-system factorial. Hold model, sampling budget, tools, and task set constant while varying purpose framing, monolithic versus mode-specific contexts, full versus retrieved menus, memory layers, provenance, planner/reviewer roles, deterministic validation, and post-response integration. Report both individual and interaction effects, including retries, unsupported claims, human correction time, local and remote tokens, latency, energy, and disclosure volume.
  3. Role and faculty portability test. Compare named roles with independent samples, majority voting, self-review, and heterogeneous specialist models. Then replace the underlying model while retaining local workflow and domain state to measure continuity.
  4. Local-domain coverage study. Sample real personal and organizational tasks for several weeks. Compare offline local, indexed local, policy-gated hybrid, and cloud-first conditions; record task coverage, failure cause, remote context sent, energy, latency, and user preference.
  5. Infrastructure displacement accounting. Build equivalent reference deployments and measure every retained or relocated service: server compute, storage, network, identity, sync, backup, update delivery, support, device energy, recovery, and remote inference.
  6. Regulated-domain pilot. In a legally and ethically approved setting, test data minimization, local auditability, human authority, retention, model substitution, and a governed confidential-cloud fallback. Independent domain and governance experts should assess whether local architecture changes—not merely documents—improve control.
  7. Peer-domain collaboration trial. Exchange signed files, annotations, relationship metadata, and proposed edits between separately governed domains. Measure provenance preservation, merge conflicts, revocation, poisoning resistance, and whether collaboration requires central custody.
  8. Global-access field study. Evaluate low-bandwidth and intermittent-connectivity use on affordable hardware, stratified by language, disability access, energy availability, and local support capacity. Compare local benefit with the cost of model distribution and updates.
  9. Longitudinal integrity test. Run months of edits and memory updates with benign and poisoned documents. Measure provenance loss, stale summaries, semantic drift, rollback, and whether exact controls contain unsafe effects.
  10. Frontier-complementarity study. Route the same workload among small local, larger local, ordinary cloud, and confidential-cloud models at task and cognitive-movement granularity. Test whether a stable local knowledge layer can reduce remote disclosure, retries, and switching cost while preserving quality on difficult tasks; analyze full routing behavior in the dedicated benchmark/routing study.

This program can establish the range in which the large implications hold, identify where centralized or frontier capability remains essential, and reveal whether local person-owned intelligence systems change the economics and governance of AI as the thesis predicts.

10. Architectural interpretation for AIOS

This section is explicitly interpretive. It identifies possible connections; it does not report validated AIOS properties.

10.1 A plausible local-first execution order

  1. Purpose and policy define the domain, task, authority, and disclosure boundary.
  2. Exact local operations identify candidate files, metadata, annotations, and relationship edges.
  3. Derived retrieval, if enabled, proposes additional candidates but does not override access rules or provenance.
  4. Context composition records which source slices and transformations were included.
  5. A bounded model judgment produces a draft, decision aid, or tool proposal.
  6. Deterministic post-processing validates paths, schemas, citations, and requested edit scope.
  7. Human authority controls consequential changes, cloud escalation, and disputed interpretations.
  8. Memory integration preserves provenance, distinguishes source from inference, and keeps derived state reversible.

This order fits the evidence better than a design in which an opaque model decides both what may be disclosed and what may be changed.

10.2 Policy-gated routing

A suitable AIOS router would be closer to a constrained policy engine than a model leaderboard. It could make a new decision for research, planning, drafting, editing, review, or verification rather than binding the entire interaction to one model. Eligibility should be determined first by domain policy, file sensitivity and provenance, person authorization, jurisdiction, permitted disclosure, network state, and whether the movement can affect canonical files or accepted ground. Among eligible routes, selection could then consider measured task capability, expected risk, latency, device energy and thermal state, monetary cost, and confidence or escalation signals. The route and the exact disclosed context should be inspectable. Remote output should return as evidence or a proposal, not silently become canonical state.

This design would permit provider- and model-independent composition: a private local model for sensitive source selection, a specialist local model for a narrow edit, and a frontier or confidential-remote model for a difficult synthesis or independent review. It also creates new failure modes—misrouting, gaming of confidence, route thrashing, inconsistent judgments, hidden state transfer, and coordination overhead. No reviewed routing paper tests this complete architecture. This is a possible connection point, not a validated design, and the full benchmark question belongs to the dedicated routing investigation.

10.3 Multiple-resolution memory

Short summaries, working notes, durable domain files, annotations, and relationship metadata can reduce repeated context and support fast foreground responses. Security evidence also shows that every persistent layer can carry poisoning forward [S15, S16]. Each memory item should therefore record its source, creation method, timestamp, confidence or review state, and invalidation relationship. Machine-generated summaries should not silently replace their source material.

10.4 Fractal grammar as interface discipline

The recurring Why–How–What grammar may help structure tasks, outputs, metadata, and review because it makes intent, method, and artifact explicit at multiple scales. None of the reviewed literature evaluates that grammar. Its value remains a design hypothesis to test for comprehension, edit quality, retrieval precision, and human oversight.

10.5 Short foreground responses and non-blocking work

Separating an immediate bounded response from deeper authorized background work may lower perceived latency and limit the first-pass context. It can also create stale integration, unnoticed cloud disclosure, or action races. Background work needs a visible job record: purpose, selected sources, route, remote disclosures, model/version, permissions, state changes, cancellation, and final integration decision.

11. Foundational lineage (pre–August 2024)

The following older works are separated because the charter permits them only when indispensable to the lineage.

Local-first software principles (2019)

Kleppmann and colleagues' Ink & Switch essay is a perspective, not a peer-reviewed AI study [F01]. It articulated local copies, offline capability, user ownership, longevity, privacy, and collaboration as design priorities. It supplies the software-architecture lineage for “local-first,” but it does not establish the safety or capability of generative models.

Retrieval-augmented generation (2020)

Lewis et al.'s RAG paper is a peer-reviewed NeurIPS 2020 paper [F02]. It combined parametric generation with retrieved passages from a non-parametric corpus and showed gains on knowledge-intensive tasks. It established retrieval as a way to update and ground model outputs; it did not establish that dense retrieval is necessary for every bounded corpus or that a vector store should be canonical.

BEIR retrieval benchmark (2021)

BEIR is a peer-reviewed NeurIPS 2021 benchmark covering heterogeneous retrieval tasks [F03]. It showed that lexical BM25 remained a robust zero-shot baseline and that dense retrievers could suffer under domain shift, although later methods improved. Its enduring relevance is methodological: retrieval approaches must be evaluated out of domain and against strong sparse baselines.

12. Closing assessment

Strongest supported conclusions

  1. Bounded on-device generative AI is operationally real. Quantized small models can provide useful latency and quality for constrained language tasks on current phones, laptops, and edge accelerators. The reliable envelope is smaller than “any model that loads,” and task specialization often matters more than parameter count [S01–S08].
  2. Quantization, sparsity, and accelerator integration are central, but not free. Four-bit weights are a common practical compromise; prefill, decode, KV cache, storage traffic, and thermal state respond differently. Current prompt-level sparsity and flash-resident designs are promising but still lack broad independent replication [S01, S02, S05, S06].
  3. Privacy is end-to-end. Local inference minimizes routine content transfer, but endpoint compromise, malicious files, memory poisoning, unsafe actions, logs, synchronization, and outputs remain important [S15–S18].
  4. Confidential cloud can narrow provider trust. Hardware isolation, remote attestation, stateless processing, egress restrictions, and release transparency create meaningful protection under specified assumptions. They do not eliminate implementation, hardware, client, correctness, or governance risk [S11–S14, S27].
  5. Cryptographic private inference is advancing but remains workload-bounded. Current FHE and MPC systems report large improvements over earlier private-inference baselines, yet their transformer scales and end-to-end latencies do not establish parity with plaintext serving [S31, S32].
  6. Hybrid routing is viable but privacy-aware routing is not solved by current cost–quality routers. Policy and disclosure eligibility should precede learned capability selection [S09, S10, S30].
  7. No universal retrieval architecture wins. Long context can outperform RAG when the relevant corpus fits and resources permit; RAG can be much cheaper; lexical, dense, hybrid, and graph retrieval each win under different query and corpus conditions [S21–S26].
  8. Files can remain canonical while indexes evolve. The literature is compatible with—though does not validate—a design in which exact files are authoritative and lexical, vector, or graph structures are derived, versioned, and rebuildable.
  9. Sovereignty requires portability and authority, not only locality. Canonical data formats, model/runtime substitutes, explicit licenses, rebuildable derived state, offline recovery, provenance, and human control are separate requirements [S19, S20].
  10. Bounded semantic judgment plus deterministic enforcement is a supportable pattern, not a correctness proof. Models can propose contextual interpretations; exact code can enforce typed interfaces, scope, authorization, and state invariants; humans remain necessary for purpose and consequential ambiguity. Contextual-judge and transactional-agent results show that none of those layers can safely stand in for the others [S33, S34].
  11. Harness design matters, but no single scaffolding theory explains agent performance. Long constraint sets, tool descriptions, candidate menus, perception, state, and coordination topology all change outcomes. Selective tool exposure can help, while debate benefits can be confounded by voting and extra computation [S35–S40].
  12. Useful intelligence must be evaluated at system as well as model level. Current studies show that context, retrieval, interfaces, memory, validation, and routing can each change observed quality, cost, or risk. They support treating model weights as one causal component; they do not yet establish the aggregate AIOS effect or how its components interact [S09, S10, S15, S16, S21–S26, S33, S38, S40].

Unresolved or contradictory evidence

Possible AIOS connection points for later consideration

Claims that would be unsafe to make

Source table

Dates identify publication, release, or material update; all links are direct.

IDDateStatusSource and methodological relevance
S012025-04Peer-reviewed, ICLR 2025PalmBench: A Comprehensive Benchmark of Compressed Large Language Models on Mobile Platforms. Multi-device measurements of model compression, latency, power, thermal behavior, memory, and output properties.
S022025-07Peer-reviewed, ACL 2025Demystifying Small Language Models for Edge Deployment. Evaluation of 68 models and targeted runtime tests on edge hardware and phones.
S032025-07Peer-reviewed system demonstration, ACL 2025SlimLM: An Efficient Small Language Model for On-Device Document Assistance. Galaxy S24 profiling and specialized document-assistance models.
S042025-06Vendor-authored technical reportApple Intelligence Foundation Language Models: Tech Report 2025. Architecture, compression, KV-cache, adapter, tool-use, and vendor evaluation details.
S052026-06-08Vendor preview; non-independentIntroducing Apple's third generation of foundation models. Dense 3B Core and 20B sparse Core Advanced descriptions; full report pending at cutoff.
S062025-06Peer-reviewed, ICML 2025; vendor-affiliatedInstruction-Following Pruning for Large Language Models. Instruction-level dynamic structured pruning and active-parameter evaluation.
S072025-06Vendor-authored model cardGemma 3n model overview and model card. Effective-parameter, multimodal, language, context, nested-model, and conditional-loading disclosures.
S082026-06Preprint—not peer-reviewed; non-replicatedEnergy-Efficient On-Device RAG on a Mobile NPU: System Design and Benchmark on Snapdragon X Elite. Single-laptop end-to-end NPU RAG latency and system-energy study.
S092025-04Peer-reviewed, ICLR 2025RouteLLM: Learning to Route LLMs with Preference Data. Learned cost–quality routing between model tiers.
S102025-10Peer-reviewed, COLM 2025CITER: Collaborative Inference for Efficient Large Language Model Decoding with Token-Level Routing. Token-level local/large-model collaboration and call-efficiency results.
S112024-10; expanded 2026-06Vendor-authored security documentationPrivate Cloud Compute Security Guide and Expanding Private Cloud Compute. Threat model, statelessness, attestation, transparency, routing, and 2026 infrastructure expansion.
S122025-11Vendor-authored technical briefPrivate AI Compute technical brief. Google's enclave, attestation, CPU TEE, TPU, and multi-node design claims.
S132026-05-29Authoritative initial public draft—not finalNIST IR 8320E, Hardware-Enabled Security: Confidential Computing of Data in Cloud Workloads. Neutral terminology, trust/attestation framing, and an example protected cloud-AI implementation.
S14Disclosed 2026-04; conference 2026-08Accepted prepublication, USENIX Security 2026; not yet presented at cutoffFabricked: Misconfiguring Infinity Fabric to Break AMD SEV-SNP. Software-only malicious-hypervisor attack demonstrating a concrete confidential-computing failure.
S152024-12Peer-reviewed dataset and benchmark, NeurIPS 2024AgentDojo: A Dynamic Environment to Evaluate Prompt Injection Attacks and Defenses for LLM Agents. Tool-agent tasks and security test cases with untrusted content.
S162025-04Peer-reviewed, ICLR 2025Agent Security Bench (ASB): Formalizing and Benchmarking Attacks and Defenses in LLM-based Agents. Broad agent attack, defense, tool, and model evaluation.
S172025-03Authoritative final reportNIST AI 100-2e2025, Adversarial Machine Learning: A Taxonomy and Terminology of Attacks and Mitigations. Lifecycle attack taxonomy and mitigation limits.
S182024-12-18Regulatory opinionEDPB Opinion 28/2024 on certain data-protection aspects related to the processing of personal data in the context of AI models. Case-specific anonymity, extraction, and upstream-lawfulness analysis.
S192025-10-22Project/vendor releaseIntroducing ExecuTorch 1.0. Cross-platform edge runtime and heterogeneous hardware backends.
S202024-10-28Authoritative community definitionOpen Source AI Definition 1.0. Freedom, preferred-form, and component criteria distinguishing open-source AI from weight availability alone.
S212024-11Peer-reviewed industry paper, EMNLP 2024Retrieval Augmented Generation or Long-Context LLMs? A Comprehensive Study and Hybrid Approach. Nine-dataset comparison of long context, RAG, and routing.
S222024-11Peer-reviewed, EMNLP 2024Searching for Best Practices in Retrieval-Augmented Generation. Component-level evaluation of RAG pipeline choices.
S232025-07Peer-reviewed, ACL 2025LongBench v2: Towards Deeper Understanding and Reasoning on Realistic Long-context Multitasks. Human-curated 8K–2M-word context benchmark.
S242024-10Peer-reviewed, COLM 2024RULER: What's the Real Context Size of Your Long-Context Language Models?. Controlled effective-context evaluation beyond simple needle retrieval.
S252025-07Peer-reviewed, ACL 2025HybGRAG: Hybrid Retrieval-Augmented Generation on Textual and Relational Knowledge Bases. Hybrid textual/relational retrieval on STaRK.
S262026-04Preprint—not peer-reviewed; non-replicatedFrom BM25 to Corrective RAG: Evaluating Retrieval and Generation Pipelines in the Financial Domain. Large domain-specific comparison of sparse, dense, hybrid, and reranked retrieval.
S27Updated 2026-06Vendor-authored infrastructure documentationGoogle Private Compute Infrastructure Toolkit: System overview. Attestation-linked workload identity, protected channels, and egress controls.
S282024-12-19Vendor-authored platform-security documentationApple Platform Security: Hardware security overview. Secure Enclave, hardware roots of trust, key protection, and data-at-rest encryption roles.
S29Updated 2026-06-17Vendor-maintained open-platform documentationAndroid Open Source Project: Hardware-backed Keystore. Keystore/KeyMint, trusted-environment or StrongBox keys, access control, and attestation.
S302025-07Peer-reviewed system demonstration, ACL 2025Token Level Routing Inference System for Edge Devices. M1-laptop/32B-cloud prototype, CommonsenseQA result, upload fraction, and network/state overhead.
S312025-07Peer-reviewed, ICML 2025EncryptedLLM: Privacy-Preserving Large Language Model Inference via GPU-Accelerated Fully Homomorphic Encryption. Encrypted GPT-2 forward pass, GPU FHE, activation approximations, and CPU-FHE comparison.
S322025-08Peer-reviewed, USENIX Security 2025Breaking the Layer Barrier: Remodeling Private Transformer Inference with Hybrid CKKS and MPC. Hybrid cryptographic protocol, communication, and latency evaluation on BERT and GPT-2.
S332025-04Peer-reviewed, ICLR 2025τ-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Domains. Policy-guided conversational agents, API tools, deterministic end-state checks, and repeatability.
S342025-07Peer-reviewed, ACL 2025Does Context Matter? ContextualJudgeBench for Evaluating LLM-based Judges in Contextual Settings. Two thousand contextual response pairs and consistency evaluation across judge and general-purpose models.
S352024-12Peer-reviewed dataset and benchmark, NeurIPS 2024OSWorld: Benchmarking Multimodal Agents for Open-Ended Tasks in Real Computer Environments. Execution-based evaluation of 369 open-ended computer tasks and analysis of grounding and operational failures.
S362025-12Peer-reviewed, NeurIPS 2025Debate or Vote: Which Yields Better Decisions in Multi-Agent Large Language Models?. Controlled separation of debate from majority-vote effects across seven benchmarks.
S372025-12Peer-reviewed dataset and benchmark, NeurIPS 2025AgentIF: Benchmarking Large Language Models Instruction Following Ability in Agentic Scenarios. Long, constraint-dense instructions from 50 agentic applications.
S382026-07Peer-reviewed, ACL 2026ToolScope: Enhancing LLM Agent Tool Use through Tool Merging and Context-Aware Filtering. Tool merging, retrieval, reranking, and selection benchmarks across three model families.
S392025-07Peer-reviewed, ACL 2025MultiAgentBench: Evaluating the Collaboration and Competition of LLM Agents. Coordination topologies, cognitive planning, and milestone-based multi-agent evaluation.
S402025-11Peer-reviewed, EMNLP 2025Tool Preferences in Agentic LLMs Are Unreliable. Controlled tool-description edits and tool-choice fragility across 17 models.
F012019Foundational perspectiveLocal-first software: You own your data, in spite of the cloud. Local-first software principles; not an AI evaluation.
F022020Foundational peer-reviewed paper, NeurIPS 2020Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks. Original RAG formulation and knowledge-intensive task evidence.
F032021Foundational peer-reviewed benchmark, NeurIPS 2021BEIR: A Heterogeneous Benchmark for Zero-shot Evaluation of Information Retrieval Models. Cross-domain sparse and dense retrieval evaluation.