On-device
Perceive raw context, personalize, minimize, and obtain consent.
- Raw source stays here
- Local policy enforcement
- Immediate user review
A working architecture thesis
A Semantic Airlock turns sensitive context into the smallest useful disclosure for a remote model. The disclosure is inspectable and testable. The sensitive source stays in the trusted tier.
A purpose-bound disclosure architecture for hybrid AI.
The architectural choice
Route representations by sensitivity and purpose, then make the boundary inspectable.The pattern
The local model extracts only what the task needs. Deterministic code and human review decide what is actually permitted to leave.
Beyond local versus cloud
Model routing already weighs quality, latency, and cost. Sensitivity and permitted disclosure are joining that list.
Perceive raw context, personalize, minimize, and obtain consent.
Handle explicitly selected sensitive work that exceeds the device.
Perform expensive synthesis using a minimized, approved brief.
The first proof
An on-device model can draft the brief from a child's photograph. OpenAI's image model can then draw from it without receiving the photograph, a face embedding, or the local nickname.
The parent reviews and can edit the brief before generation. The server rejects any request containing fields outside the explicit contract.
See how Crayonymous explains this{
"scene": "exploring a moon garden",
"characters": [{
"ageBand": "older-child",
"hair": "two long braids",
"features": ["round glasses"],
"clothing": ["striped hoodie"]
}]
}Your scene and four approved Character Card traits: approximate age band, hair silhouette, visible markers, and signature clothing.
The photo itself, the name saved on the card, a photo URL, photo metadata, a face embedding, or an unrestricted photo caption.
The non-negotiables
Local inference reduces exposure, but enforceable boundaries come from software architecture, product behavior, and evidence.
Raw photos, voices, and documents remain in the most trusted compute tier.
Local intelligence answers a narrow question. It does not produce an unrestricted caption, transcript, or profile.
A fixed list of allowed fields is checked before anything is sent. Whatever is not on the list never leaves.
When the derivative is personal and will leave the device, the user sees and can edit it first.
If the local capability is unavailable, the feature fails closed or becomes manual. The source never falls through to cloud processing.
Serialization tests, packet traces, content-free logs, retention settings, and external review turn a promise into evidence.
A derived description can still be personal data. A distinctive combination of traits may identify someone to a party with outside knowledge. Remote providers still have retention policies and operational access to what they process.
The honest promise is narrower: the source is confined, the disclosure is materially smaller and limited to one purpose, and the user can see what crosses. Crayonymous currently discloses that under standard OpenAI API controls, image-generation prompts and outputs may appear in abuse-monitoring logs for up to 30 days.
Data minimization, local sanitization, confidential inference, and privacy-preserving representations all predate this work. The thesis under test is narrower: their combination can become a typed, human-inspectable disclosure boundary with useful evidence for users and product teams.
Beyond coloring sheets
A screenshot becomes a sanitized issue report. Its messages, names, and account details stay on the machine.
A letter becomes the one question you need answered. Nothing else travels with it.
A room photo becomes a floor plan, layout, and style brief. Faces and family photos stay out of the request.
Local audio becomes a list of decisions and action items. Voices and the full conversation never leave the room.
A local clip becomes one frame that says “package delivered” — all the notification needs.
A photo becomes an approved character description, activity idea, or caption. The original never leaves the device.
Sometimes a summary is not enough. If someone needs to verify the original, examine exact wording, or make a high-stakes decision, the source should stay local—or travel through a separate, explicitly approved path.
Back to the coloring app