🚧 Under construction β€” I'm migrating this site from Framer to Next.js and publishing it early for testing, so a lot of the content is still in flux.🚧 Under construction β€” I'm migrating this site from Framer to Next.js and publishing it early for testing, so a lot of the content is still in flux.🚧 Under construction β€” I'm migrating this site from Framer to Next.js and publishing it early for testing, so a lot of the content is still in flux.🚧 Under construction β€” I'm migrating this site from Framer to Next.js and publishing it early for testing, so a lot of the content is still in flux.🚧 Under construction β€” I'm migrating this site from Framer to Next.js and publishing it early for testing, so a lot of the content is still in flux.🚧 Under construction β€” I'm migrating this site from Framer to Next.js and publishing it early for testing, so a lot of the content is still in flux.
Open menu
Switch to Darkhello@product.inc
AIUX patterns

Redaction moves to the export

Tags: privacy, on-device, enterprise

A product organised around "nothing leaves the machine unredacted" looks like it loses its reason to exist the moment a capable model runs locally. That conclusion is wrong, and it is the part worth writing down.

The risk was never that a model saw the content. It was that the content crossed a boundary. Local inference does not delete the boundary, it moves it.

Where the boundary goes

When inference happened somewhere else, the boundary was the network call, so the redaction work sat at the input. When inference happens on the user's machine, the boundary becomes the export: what gets copied out, pasted into a ticket, attached to an email, shared with a colleague who isn't cleared for it.

Same craft, different position in the flow.

Rendering diagram…

When to reach for this

When it doesn't apply

Grounded in

DocRobot was an enterprise workspace for teams whose documents are confidential enough that legal will not let them near a hosted model. It started from a rule rather than a feature: nothing leaves the machine unredacted. Every other decision followed from that one.

In practice that meant redaction was the first step in the flow rather than a setting somewhere in preferences. In the working proof of concept it was manual search-and-redact β€” slow, unglamorous, and the reason a security review could pass at all. Later iterations detected names, dates and account numbers automatically. The document stayed on screen throughout and answers were grounded in it, so a team could trace any response back to the page it came from.

The whole shape of the product was a workaround for the model being somewhere else. That constraint has since dissolved β€” and the craft survived it by moving.

Anti-patterns

The full argument: Designing document AI before the model could run locally.