Interactive Architecture Brief · Protected Development

Frontier Inference Without Frontier Custody

A practical architecture guide and offline toolkit for using frontier reasoning while keeping authoritative source custody under organizational control.

Keep authoritative source custody under organizational control. Export only the minimum reasoning surface required for the approved task.
System mode · custody mapAuthoritative source stays under organizational control.
Controlled environmentAuthoritative sourceLocal agentReconstruction key
Approved processing pathExact endpointBounded inferenceReturned output

Inference path and custody surface are separate decisions.

System mode · six deterministic outcomes

Every path names the custody boundary.

  1. A
    Local agent + local model

    Original source and inference remain inside the controlled environment.

  2. B
    Minimized remote inference

    Original source remains local; only the approved minimum reasoning surface crosses.

  3. C
    Enterprise-hosted inference

    Approved prompts, files, output, history, memory, or session state may exist remotely.

  4. D
    Cloud-hosted agent

    Authorized repositories, files, logs, builds, and workspace state may exist remotely.

  5. E
    Stop + escalate

    Classification, approval, retention, authority, or re-identification risk is unresolved.

  6. F
    Remove prohibited information

    Credentials, private keys, tokens, active secrets, or other prohibited material is accessible.

Protected Development preview. Doctrine, architecture, classification, decision precedence, privacy boundary, controls, and toolkit inventory are locked by Issue #214. Exact-head owner UAT remains required. Merge and Production are not authorized.

The central design problem is not whether an organization should use a capable model. It is whether the system can use frontier reasoning without turning the provider, product, endpoint, session, or cloud workspace into the custodian of the organization’s authoritative source.

Keep authoritative source custody under organizational control. Export only the minimum reasoning surface required for the approved task.
Use frontier intelligence without surrendering frontier custody.

This is an architecture guide, not a provider endorsement, compliance certification, or authorization to process a particular workload. It makes the information path visible, classifies the complete accessible context, selects a bounded architecture deterministically, and preserves evidence without reproducing the sensitive corpus.

The distinctions that keep the model honest

Inference is not retention.

Retention is not training.

Training is not disclosure.

Local execution is not necessarily local inference.

Local source custody does not necessarily mean zero data egress.

No-training commitments do not necessarily mean zero retention.

Deleting a chat is useful hygiene, not the primary privacy boundary.

Sanitization must address combinations of facts, not merely direct identifiers.

Model output may be more sensitive than model input.

Approval to reason does not authorize deployment, merge, publication, external communication, regulated action, or Production change.

Provider approval applies to a specific processing path, not to a provider in the abstract.

Evidence should prove the controls without creating another uncontrolled copy of the sensitive corpus.

These distinctions prevent a familiar category error. A local program can read a repository, select a few passages, and call a remote model. The repository remained local, but selected content crossed the boundary. A provider may promise not to train on that content while retaining it for another bounded period. A session may be deleted while logs, abuse-monitoring records, memory, connectors, or derived outputs follow separate rules. None of those conditions is necessarily unacceptable. They are different conditions, and the architecture must name them precisely.

Approved architecture model

A. Local agent and local model

Original source content and model inference remain inside the controlled environment.

Use for Restricted or regulated information, tasks that cannot be safely abstracted, or environments where task content cannot leave. The information path is local source → local agent → local model → local output. No task content is approved to cross a remote inference boundary.

Primary risks include endpoint compromise, local transcripts and caches, model provenance, silent remote fallback, and capability limitations. The control objective is not merely “offline.” It is a provable local path with remote fallback disabled, bounded file access, bounded persistence, verified model provenance, and evidence that the actual execution followed the approved route.

B. Local agent with minimized remote inference

Most practical controlled architecture

Original sources remain local. A local agent selects, reduces, sanitizes, and packages the task. Only the approved minimum reasoning surface reaches the remote frontier model.

Use for Confidential analysis, proprietary engineering, architecture review, strategy, research, and policy development where frontier reasoning is materially useful and the task can be safely abstracted.

A coding agent can process files locally without uploading the repository while still transmitting selected content to a remote inference endpoint.

The information path is local source → local selection and reduction → local re-identification review → exact outbound-context approval → approved remote inference endpoint → returned output → local validation and reconstruction. The provider may receive only the approved package, endpoint metadata, account context, feature state, and the resulting output. The repository, full document set, Git history, local logs, credentials, unrelated files, and reconstruction keys remain local.

C. Approved enterprise-hosted inference

Prompts, files, outputs, history, memory, or session state may exist in an approved provider environment.

Use for Public or Internal information and explicitly approved Confidential workloads. The exact provider, product, endpoint, model, account type, feature configuration, region, retention profile, processing purpose, and information class must be approved together. Approval of one enterprise product does not silently authorize another product, endpoint, memory feature, connector, region, or account type.

D. Approved cloud-hosted agent

Highest convenience and broadest custody surface

Repositories, files, logs, build artifacts, execution state, or workspace state may exist in a provider-managed environment.

Use only when cloud workspace custody is authorized for the data class and purpose. Remote inference approval alone is insufficient. The authorized boundary must cover repository custody, workspace snapshots, logs, build output, tool output, connector state, memory, retention, identity, network egress, and closeout.

E. Stop and escalate

Use when classification, approval, material retention, regulated authority, or re-identification risk is unknown or unacceptable.

Unknown is not a low-risk answer. Stop when the task needs frontier reasoning but cannot be safely abstracted and the original source must remain local; when a remote endpoint is not approved; when a regulated environment or processing purpose is not approved; when cloud workspace custody is required but not authorized; or when combinations of facts remain re-identifiable beyond the accepted threshold.

F. Remove prohibited information

Use when credentials, private keys, tokens, authentication material, active secrets, dangerous exploit details, or other prohibited information is present or accessible.

Removal precedes every other outcome. Do not sanitize an active secret into a reasoning package. Remove it from the accessible context, isolate or revoke it as appropriate, confirm that the model and tools cannot reach it, and restart classification from the changed context.

System mode · classification

Classification is a progression, not a label.

The highest class in the complete accessible context governs the path.

  1. C0Open reasoning surface

    C0 Public

    Information intentionally approved for unrestricted public release. Public does not mean consequence-free: combinations of public facts may still support a sensitive inference, and generated output receives its own classification.

    Reasoning boundary
    Output remains independently classified.
    Custody requirement
    Approved public sources only.
    Example
    Public research synthesis
  2. C1Organizational context

    C1 Internal

    Information intended for the organization or an approved working group but not for unrestricted public release.

    Reasoning boundary
    No unrestricted public release.
    Custody requirement
    Keep organizational control unless the exact path is approved.
    Example
    Internal procedure improvement
  3. C2Material disclosure risk

    C2 Confidential

    Proprietary, commercially sensitive, strategically sensitive, personally sensitive, or otherwise controlled information whose disclosure or uncontrolled processing could create material harm.

    Reasoning boundary
    Use only a bounded, purpose-approved reasoning surface.
    Custody requirement
    Authoritative source remains controlled.
    Example
    Confidential strategy analysis
  4. C3Regulated authority

    C3 Restricted or regulated

    Information governed by law, regulation, contractual restriction, formal handling rules, or a risk level that requires the strongest approved controls and explicit purpose-specific authority.

    Reasoning boundary
    Explicit purpose-specific authority is required.
    Custody requirement
    Use the strongest approved custody controls.
    Example
    Restricted clinical analysis
  5. C4Prohibited reasoning input

    C4 Prohibited

    Credentials, private keys, tokens, authentication material, active secrets, or other information that must not enter the reasoning path. Dangerous exploit detail or another explicitly prohibited class also resolves here.

    Reasoning boundary
    Removal precedes every architecture decision.
    Custody requirement
    Must not enter the reasoning path.
    Example
    Repository containing active credentials
Highest-class rule
The highest class in the complete accessible context governs. Accessible context includes prompt, files, repository, Git history, tool output, terminal output, logs, screenshots, connectors, prior sessions, memory, environment variables, retrieved content, and generated output.
Mixed-classification rule
A lower class may be used only after higher-class information is removed, isolated, replaced with synthetic content, made technically inaccessible, confirmed absent, and made non-reconstructable through remaining context.
Unknown rule
Unknown is unresolved. It must never be treated as Public, Internal, approved, or low risk.
Output rule
Output is classified independently because inference may produce a more sensitive conclusion than the literal input.
Decision mode · private by construction

Choose the processing path.

One decision at a time. Nine fixed-choice answers stay in transient browser memory. The deterministic result grants no authorization.

Review all nine questions and deterministic precedence

The interactive guide on this page runs entirely in the browser. It asks nine fixed-choice questions:

  1. What is the highest information class?

  2. Must original sources remain local?

  3. Can the task be safely abstracted?

  4. Is frontier reasoning materially required?

  5. Does the task require remote execution?

  6. Is an approved remote endpoint available?

  7. Is the remote environment approved for this regulated data and purpose?

  8. Is cloud workspace custody authorized?

  9. Can re-identification risk be reduced to an acceptable level?

It applies this outcome precedence exactly:

  1. Remove prohibited information

  2. Stop and escalate

  3. Local model only

  4. Local agent with minimized remote inference

  5. Approved enterprise-hosted inference

  6. Approved cloud-hosted agent

Every result identifies the recommended architecture, why it fits, what remains local, what may cross the boundary, required controls, residual risks, approval required, closeout actions, and decision basis.

The result is educational, not authorization. It cannot approve a provider, endpoint, purpose, regulated action, deployment, merge, publication, external communication, or Production change.

0 of 90 of 9 complete
Decision 01 of 09What is the highest information class?
Decision 02 of 09Must original sources remain local?
Decision 03 of 09Can the task be safely abstracted?
Decision 04 of 09Is frontier reasoning materially required?
Decision 05 of 09Does the task require remote execution?
Decision 06 of 09Is an approved remote endpoint available?
Decision 07 of 09Is the remote environment approved for this regulated data and purpose?
Decision 08 of 09Is cloud workspace custody authorized?
Decision 09 of 09Can re-identification risk be reduced to an acceptable level?

Decision 1 of 9. Choose one explicit answer.

Public-site privacy boundary

Assessment answers remain in transient browser memory for the current page only. The guide stores no assessment answers in cookies, local storage, session storage, IndexedDB, URL parameters, hidden form fields, or persistent history. It transmits no assessment answer through requests, analytics, embeds, third-party scripts, beacons, or error reporting.

The page requires no login, accepts no file upload, connects to no repository, requests no organization or project names, requests no source content, requests no provider credential, and contains no hidden assessment telemetry. Reset clears every answer and returns focus to the first question. Native controls preserve keyboard operation. The result and full guide can be printed without JavaScript.

The global SharePlane theme preference is separate shell state. It records only the reader’s light or dark presentation choice and contains no assessment answer.

System mode · operating journey

Twelve controls move one task across the boundary.

The sequence stays intact from purpose definition through closeout.

Bound the task

  1. 01

    Define the task

    Name the exact decision or transformation.

    Action, failure mode, and evidence
    Required action
    State the approved purpose, expected output, accountable owner, and actions that remain outside authority.
    Common failure mode
    Sending a broad corpus because the actual reasoning question was never isolated.
    Evidence produced
    Task statement, purpose, owner, authority boundary, and stop condition.
  2. 02

    Classify the information

    Determine the highest class across everything the system can reach.

    Action, failure mode, and evidence
    Required action
    Inspect prompt, files, repository, history, tools, outputs, logs, connectors, sessions, memory, and environment.
    Common failure mode
    Classifying only the visible prompt.
    Evidence produced
    Classification assessment with scope, rationale, unknowns, reviewer, and time.
  3. 03

    Reduce the source set

    Keep only material necessary for the approved reasoning task.

    Action, failure mode, and evidence
    Required action
    Remove irrelevant files, history, metadata, examples, logs, and context.
    Common failure mode
    Treating an entire repository or document room as the unit of work.
    Evidence produced
    Source inventory, inclusion rationale, exclusion record, and size limits.

Minimize the context

  1. 04

    Sanitize locally

    Replace or remove information the remote path does not need.

    Action, failure mode, and evidence
    Required action
    Remove direct identifiers, exact values, unique phrases, credentials, internal locators, and reconstruction keys; use synthetic replacements when they preserve the reasoning problem.
    Common failure mode
    Removing names while retaining a uniquely searchable combination of facts.
    Evidence produced
    Sanitization record and a diff or transformation receipt that does not reproduce prohibited values.
  2. 05

    Test for re-identification

    Determine whether the reduced package still points back to a person, organization, project, event, or sensitive conclusion.

    Action, failure mode, and evidence
    Required action
    Review combinations of dates, ranges, roles, geography, exact values, technologies, events, phrases, public information, provider context, prior sessions, memory, and connectors.
    Common failure mode
    Counting removed identifiers instead of testing remaining combinations.
    Evidence produced
    Re-identification review with critical overrides, unknowns, residual risk, and disposition.
  3. 06

    Build the minimum reasoning package

    Give the model enough structure to reason without exporting the authoritative source.

    Action, failure mode, and evidence
    Required action
    Include the question, bounded facts, synthetic structure, constraints, desired analysis, and output contract. Exclude the reconstruction key.
    Common failure mode
    Copying the source into a template and calling it minimized.
    Evidence produced
    Versioned package manifest, content hash, classification, purpose, and expiry.

Approve and run

  1. 07

    Select the endpoint and features

    Approve the exact processing path.

    Action, failure mode, and evidence
    Required action
    Evaluate provider, product, endpoint, model, account type, feature configuration, region, retention, purpose, and classification together.
    Common failure mode
    Treating a provider name or enterprise contract as universal approval.
    Evidence produced
    Provider and endpoint assessment with source dates, retrieval dates, review due date, and approver.
  2. 08

    Enforce local-agent controls

    Make the approved boundary mechanical.

    Action, failure mode, and evidence
    Required action
    Constrain workspace, read and write paths, environment inheritance, credentials, files, context size, outbound preview, network, tools, connectors, memory, transcripts, cloud workspace use, repository governance, and Production authority.
    Common failure mode
    Trusting the prompt to enforce restrictions the harness can enforce.
    Evidence produced
    Effective configuration, negative tests, permission receipt, and exact agent identity.
  3. 09

    Approve outbound context

    Review the exact bytes that may cross.

    Action, failure mode, and evidence
    Required action
    Show the final package, endpoint, purpose, classification, controls, and expected response path to the designated approver.
    Common failure mode
    Approving a category of content while the actual outbound context changes later.
    Evidence produced
    Exact package hash, approval identity, timestamp, expiry, and permitted endpoint.
  4. 10

    Perform inference

    Run only the approved reasoning request.

    Action, failure mode, and evidence
    Required action
    Use the exact package, endpoint, account, feature state, and purpose. Capture minimal non-sensitive telemetry needed to prove the route.
    Common failure mode
    Adding context interactively after approval or enabling memory and connectors by convenience.
    Evidence produced
    Inference receipt with package hash, processing path, time, output identity, and declared retention posture.

Validate and close

  1. 11

    Validate and reconstruct locally

    Treat output as untrusted and classify it independently.

    Action, failure mode, and evidence
    Required action
    Validate claims, logic, citations, code, and conclusions; reconstruct organization-specific detail locally; keep deployment and publication decisions under separate authority.
    Common failure mode
    Copying a persuasive response directly into an operational system.
    Evidence produced
    Validation results, output classification, local reconstruction record, and downstream decision boundary.
  2. 12

    Close the loop

    End access, persistence, and authority cleanly.

    Action, failure mode, and evidence
    Required action
    Remove temporary packages, close sessions, clear permitted transient state, revoke temporary access, retain bounded receipts, record exceptions, and review whether controls worked.
    Common failure mode
    Treating successful inference as completion while temporary copies, sessions, permissions, or unresolved output remain.
    Evidence produced
    Closeout receipt, deletion or retention record, revocation proof, incidents, exceptions, lessons, and next valid action.

Re-identification and sensitive inference

Removing names does not prove anonymity.

Review combinations of dates, ranges, roles, geography, exact values, technology combinations, event sequences, searchable phrases, terminology, public information, industry knowledge, insider knowledge, provider account context, prior sessions, memory, and connectors.

The review has five outcomes:

  • Acceptable — no unresolved critical risk and remaining combination risk is within the approved threshold.
  • Acceptable with controls — the task may proceed only with named compensating controls, an owner, and an expiry.
  • Additional reduction required — the package must be changed and reviewed again.
  • Local inference required — the reasoning task may proceed only inside the controlled environment.
  • Stop and escalate — classification, approval, regulated authority, retention, or re-identification risk remains unknown or unacceptable.

A single critical risk overrides any aggregate score. Unknown is not Low.

Model output receives an independent review. Ordinary facts can produce a sensitive ranking, diagnosis, legal conclusion, vulnerability path, strategic conclusion, or identity inference even when no single input looked sensitive.

System mode · local agent controls

Local is a provable control stack.

Execution location alone does not establish a privacy boundary.

Immutable boundaries

These conditions define the architecture and cannot be waived by convenience.

  1. Inference location

    Name inference location

    Record the exact local or remote model endpoint independently from execution location.

    Enforcement point
    Model endpoint configuration
    Evidence produced
    Endpoint identity receipt
  2. Source custody

    Keep source custody explicit

    Identify which source systems remain authoritative and which temporary copies are permitted.

    Enforcement point
    Source-system boundary
    Evidence produced
    Custody inventory
  3. Workspace root

    Bind one workspace

    Bind the agent to one validated workspace identity; do not rely on a raw path copied into a public receipt.

    Enforcement point
    Workspace claim
    Evidence produced
    Validated workspace identity
  4. Secret scanning

    Scan every boundary

    Scan source, selected context, diffs, output, logs, packages, and archives before boundary crossing.

    Enforcement point
    Preflight and package gates
    Evidence produced
    Secret-scan result
  5. Exact outbound-context preview

    Preview exact outbound context

    Make the final outbound bytes inspectable and hashable before approval.

    Enforcement point
    Outbound approval gate
    Evidence produced
    Approved package hash
  6. Cloud workspace use

    Authorize cloud custody separately

    Require separate authorization for repository, file, build, log, snapshot, and workspace custody.

    Enforcement point
    Cloud workspace admission
    Evidence produced
    Custody authorization
  7. Repository governance

    Preserve repository governance

    Require exact base and head identity, bounded branch scope, review, validation, and protected transitions.

    Enforcement point
    Branch and review controls
    Evidence produced
    Exact base/head receipt
  8. Closeout

    Close temporary access

    Remove temporary material, release access, preserve bounded receipts, and record the next valid action.

    Enforcement point
    Terminal closeout
    Evidence produced
    Revocation and release receipt
  9. Evidence receipts

    Keep receipts content-minimal

    Prove identity, classification, selected context, processing path, controls, results, and closeout without becoming another source copy.

    Enforcement point
    Evidence boundary
    Evidence produced
    Bounded evidence manifest

Configurable controls

These controls must be set deliberately for the exact task and path.

  1. Execution location

    Pin execution location

    Record the exact device, container, virtual machine, or cloud workspace in which tools run.

    Enforcement point
    Runtime or workspace launcher
    Evidence produced
    Execution identity receipt
  2. Read and write allowlists

    Allowlist reads and writes

    Permit only required paths and make unrelated repositories inaccessible.

    Enforcement point
    Filesystem policy
    Evidence produced
    Effective path permission receipt
  3. Environment inheritance

    Minimize environment inheritance

    Pass only necessary environment variables; do not inherit broad shell or CI secrets by default.

    Enforcement point
    Process environment
    Evidence produced
    Sanitized environment inventory
  4. File and context ceilings

    Enforce file and context ceilings

    Bound file count, byte count, token count, history depth, and tool-output size.

    Enforcement point
    Agent harness limits
    Evidence produced
    Limit configuration and negative test
  5. Network allowlist

    Allowlist network destinations

    Limit destinations to the approved endpoint and required infrastructure; deny silent fallback.

    Enforcement point
    Network policy
    Evidence produced
    Destination test receipt
  6. Tool permissions

    Separate tool permissions

    Separate read, write, execute, network, connector, repository, deployment, and administrative capabilities.

    Enforcement point
    Capability policy
    Evidence produced
    Effective permission receipt
  7. Connector permissions

    Constrain connectors

    Disable unused connectors and constrain enabled connectors by account, scope, class, and purpose.

    Enforcement point
    Connector scopes
    Evidence produced
    Connector inventory
  8. Persistent memory

    Disable persistent memory by default

    Disable unless specifically approved; classify and inspect what memory may contain.

    Enforcement point
    Session configuration
    Evidence produced
    Memory-state receipt
  9. Transcript storage

    Govern transcript storage

    Define location, access, retention, deletion, and evidentiary need.

    Enforcement point
    Transcript policy
    Evidence produced
    Retention and deletion receipt
  10. Monitoring

    Monitor without copying source

    Record policy decisions and technical outcomes without copying the sensitive corpus into telemetry.

    Enforcement point
    Telemetry policy
    Evidence produced
    Content-minimal monitoring receipt

Prohibited surfaces

These capabilities or materials remain outside the approved reasoning path.

  1. Denied paths

    Deny sensitive paths

    Deny credential stores, secrets, unrelated workspaces, private archives, browser profiles, messaging stores, and regulated repositories unless explicitly authorized.

    Enforcement point
    Filesystem deny policy
    Evidence produced
    Negative access test
  2. Credential stores

    Keep credentials out

    Use platform-managed identity and least privilege. Never place credentials in prompts, repositories, transcripts, or evidence.

    Enforcement point
    Platform identity boundary
    Evidence produced
    Credential handling receipt
  3. Production authority

    Keep Production authority separate

    Keep merge, deployment, publication, external communication, regulated action, and Production changes outside inference approval.

    Enforcement point
    Protected lifecycle gates
    Evidence produced
    Zero-mutation receipt
A local coding agent becomes a privacy-preserving architecture only when source access, outbound context, network behavior, persistence, and authority are all bounded and provable.

Provider and endpoint assessment

Evaluate the exact path:

Provider + Product + Endpoint + Model + Account type + Feature configuration + Region + Retention profile + Processing purpose + Information classification

For every provider-specific claim, record the provider, product or feature, account type, authoritative source, source date, retrieval date, applicable claim, and review due date. Treat provider terms, features, retention, regional availability, memory, connectors, logging, abuse monitoring, and training posture as current evidence that can change.

A provider is not approved in the abstract. A specific processing path is approved for a specific purpose, data class, architecture, configuration, and period.

This guide contains no provider ranking, leaderboard, universal approval label, or “safe” badge. The toolkit provides an empty assessment record. An organization must populate it from current primary sources and its own authority before use.

Engineering controls

An approved architecture must fail closed.

Test that the local agent cannot read denied files, inherit unapproved credentials, exceed file or context ceilings, send to an unapproved network destination, enable an unapproved connector, persist assessment data, or perform a Production action. Test that an unavailable endpoint does not cause silent remote fallback. Test that the exact outbound preview matches the approved package hash. Test that logs and receipts prove the control result without containing source content.

Keep approval layers separate:

  • approval to inspect source;
  • approval to construct a minimum reasoning package;
  • approval to send that exact package through one processing path;
  • approval to use the output for a bounded purpose;
  • approval to merge, deploy, publish, communicate externally, or take regulated action.

Passing one layer does not pass the next.

System mode · scenario storyboards

Twelve synthetic paths make custody visible.

Each storyboard separates source, reduction, reasoning location, permitted output, and closeout evidence.

Scenario 01

Public research synthesis

  1. Source material

    C0 Public, subject to output reclassification.

  2. Abstraction or minimization

    Searchable public facts can still produce a sensitive new conclusion. Review output independently.

  3. Reasoning location

    Approved enterprise-hosted inference may be appropriate when the sources are intentionally public, the endpoint is approved, and no private memory or connector adds higher-class context.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 02

Internal procedure improvement

  1. Source material

    C1 Internal unless the procedure contains higher-class operational detail.

  2. Abstraction or minimization

    Remove system locators, employee data, credentials, and exception history that the task does not need.

  3. Reasoning location

    Approved enterprise-hosted inference or a minimized remote package may be appropriate.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 03

Confidential strategy analysis

  1. Source material

    C2 Confidential.

  2. Abstraction or minimization

    Keep company identity, exact market position, financials, dates, counterparties, and reconstruction key local.

  3. Reasoning location

    Local agent with minimized remote inference when the task can be abstracted and frontier reasoning is materially useful.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 04

Proprietary code review

  1. Source material

    C2 Confidential, potentially C3 or C4 when regulated data or active credentials are accessible.

  2. Abstraction or minimization

    Git history, environment files, terminal output, tests, build logs, and generated patches are part of accessible context.

  3. Reasoning location

    Local agent with minimized remote inference for a synthetic or reduced code slice, or local model only when the task cannot be safely abstracted.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 05

Approved public cloud-agent task

  1. Source material

    C0 Public.

  2. Abstraction or minimization

    Public source does not authorize Production credentials, deployment authority, private issue context, or unrelated repositories.

  3. Reasoning location

    Approved cloud-hosted agent only when repository and workspace custody are expressly authorized.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 06

Restricted clinical analysis

  1. Source material

    C3 Restricted or regulated.

  2. Abstraction or minimization

    Removing names does not remove combinations of dates, conditions, geography, rare events, or provider context.

  3. Reasoning location

    Local model only unless the exact remote environment, purpose, region, retention, account, and data class are explicitly approved. Otherwise stop and escalate.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 07

Repository containing active credentials

  1. Source material

    C4 Prohibited.

  2. Abstraction or minimization

    Revoke or rotate exposed credentials as appropriate, isolate the repository context, confirm inaccessibility, and restart classification.

  3. Reasoning location

    Remove prohibited information before any inference architecture is considered.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 08

Sensitive inference from ordinary facts

  1. Source material

    Inputs may begin as C0 or C1; output may become C2 or C3.

  2. Abstraction or minimization

    A single critical re-identification or sensitive-inference risk overrides an aggregate score.

  3. Reasoning location

    Choose the architecture based on the complete accessible context and the likely output, not the literal sensitivity of each input fact.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 09

Legal agreement review

  1. Source material

    Commonly C2 Confidential and sometimes C3 depending on jurisdiction, matter, and content.

  2. Abstraction or minimization

    Approval to identify clauses does not authorize legal advice, signature, negotiation, filing, or external communication.

  3. Reasoning location

    Minimized remote inference only when safe abstraction and the exact processing path are approved; otherwise local inference or stop.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 10

Security architecture review

  1. Source material

    Commonly C2 Confidential; active secrets or dangerous exploit detail may be C4.

  2. Abstraction or minimization

    Output may create a more actionable attack path than the input and must be classified independently.

  3. Reasoning location

    Use a minimized architectural abstraction when safe; keep precise exploitable configuration and credentials local.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 11

Executive mailbox analysis

  1. Source material

    Highest class across messages, attachments, contacts, calendar context, connectors, memory, and inferred relationships.

  2. Abstraction or minimization

    The mailbox is not a single document. It is a high-reconstruction context with sensitive combinations and third-party information.

  3. Reasoning location

    Often local model only or stop and escalate unless the exact enterprise environment and purpose are explicitly approved.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Scenario 12

Public article derived from internal experience

  1. Source material

    Source experience may be C1 or C2 while the intended output is C0.

  2. Abstraction or minimization

    A public destination does not retroactively make the source public.

  3. Reasoning location

    Build a synthetic minimum reasoning package locally, remove private locators and reconstructable combinations, approve the exact outbound context, then review the output for residual disclosure.

  4. Permitted output

    Only output within the approved purpose; classify the result independently before use.

  5. Retention and evidence

    Retain a bounded receipt without reproducing the sensitive corpus, then close temporary access and state.

Every example is synthetic. None authorizes a real workload.

Evidence mode · offline toolkit

Carry the controls into the real decision.

The downloadable frontier-inference-without-frontier-custody-toolkit-v1.0.zip is deterministic, versioned, and designed to work offline.

It includes executive briefing material, architecture references, classification worksheets, privacy reviews, engineering control profiles and test plans, governance templates, twelve worked examples, synthetic packages and receipts, four JSON Schemas, a machine-readable manifest, SHA-256 checksums, a publication receipt, license, change log, and source/evidence index.

Download toolkit ZIP
Version
1.0.0
Members
35 data-only files
Archive SHA-256
e182a486f3b7…61cb621
Manifest
Inspect JSON
Publication
Inspect receipt

The archive contains no executable, macro, external spreadsheet connection, active content, credential, real organizational data, hidden comment, tracked change, unsafe path, or organization-specific default. JSON examples validate against JSON Schema Draft 2020-12. YAML templates parse as data and contain no custom tag.

Evidence

Stable doctrine and current provider evidence remain separate.

The architecture, classification, precedence, operating sequence, privacy boundary, and controls in this Work are stable owner authority under Issue #214. Provider-specific behavior is not frozen into that doctrine. The toolkit’s provider assessment is intentionally empty. Each use must gather current primary evidence for the exact product path, record its dates, and set a review due date.

Validation evidence proves the artifact’s code and package behavior. It does not certify an organization, provider, endpoint, workload, legal conclusion, privacy program, security posture, or regulatory compliance.

Full thesis

The choice is not between frontier reasoning and privacy. The choice is between an uncontrolled custody surface and an engineered processing path.

The strongest pattern keeps authoritative source custody under organizational control, classifies everything the system can reach, reduces the source set, sanitizes locally, tests combinations for re-identification, constructs the minimum reasoning package, approves the exact endpoint and features, bounds the local agent mechanically, previews and hashes outbound context, validates output locally, and closes the loop.

Sometimes the correct result is local inference. Sometimes it is a minimized remote package. Sometimes an approved enterprise environment or cloud-hosted agent is justified. Sometimes the only defensible action is to remove prohibited information or stop and escalate.

The architecture is credible only when it names what remains local, what may cross, what may persist, what can be inferred, what the system can change, who must approve, and what evidence remains.

Privacy is not achieved by refusing to reason. It is achieved by controlling what the reasoning system receives, where it operates, what it retains, what it can infer, what it can change, and what evidence remains.
Evidence behind the thesis

Check the work, not just the conclusion.

Public research, authority, lineage, and author testimony are labeled separately. Sources can corroborate, challenge, or bound the argument; they do not replace Tony Malott's judgment.

Portable public record

Take the complete artifact with you.

The deterministic package contains a self-contained offline article, the exact public-route snapshot, canonical public metadata, receipt, source text when available, plain-text context, claim ledger, source records, and a member-hash manifest.

4 public sources

Sources, authority, and lineage

Each record states the role it plays. Research support and governance provenance are not treated as interchangeable.

Owner Locked Semantic And Implementation Authority

Publish Frontier Inference Without Frontier Custody as a SharePlane Guide and Toolkit

Governs the doctrine, architecture, classification, decision precedence, privacy boundary, operating model, controls, toolkit, validation, and Development-only stop.

The complete issue-first authority. Implementation does not reopen or reinterpret its semantic model.

Open source
Public Standard

Artificial Intelligence Risk Management Framework (AI RMF 1.0)

Public lifecycle risk-management context; it does not authorize a provider, endpoint, workload, or SharePlane decision.

NIST framework context for governing, mapping, measuring, and managing AI risk.

Open source
Public Standard

NIST Privacy Framework

Public privacy-risk context for identifying and controlling data processing.

Framework context only; the Issue #214 classification and branching model remain owner authority.

Open source
Public Guidance

NIST Privacy Engineering Program

Public privacy-engineering context for data processing and system design.

Supports the general minimization posture without certifying this artifact or any processing path.

Open source
Claim discipline

What is asserted—and how it is bounded

Research, author analysis, and personal testimony remain distinct. Supporting links and caveats stay attached to each claim.

Public boundary. Public-safe doctrine, synthetic examples, empty templates, schemas, and validation evidence only. No real organization, project, source corpus, credential, provider approval, regulated record, assessment answer, private locator, or hidden operational evidence is included.

4 sources5 governed claims1 portable package
Connected work

Continue the thinking

Each connection explains why the next work belongs here. The graph records the edge; this layer makes it useful to a reader.

Foundations

Applications

Companions

Explore the complete graph