Term

Outbox

Info

Originally written in French. Translated by AI — the meaning has been preserved, not the prose.

Short definition

A reachable place where a tool drops what you asked it to get out, pending another mechanism that files it at its final destination.

Full definition

The word comes from messaging, where the outbox holds outgoing messages. The sense retained here keeps its essential trait: you don't stay there.

In the articles on this blog, the outbox designates an exit point chosen for a single quality — the tool knows how to write to it — and not for its merits as storage. A shared spreadsheet does the job perfectly well for receiving what a conversational assistant has to get out, even if the intended destination is a versioned Markdown file.

What defines it is therefore a position in a chain, not a technology: it separates the hard problem — getting a precise piece of information out of a flow — from the ordinary problem — transforming it and filing it.

Usage in the field

Used to justify accepting a mediocre tool at the exit point, and to designate what a script will later have to pick up.

Synonyms and variants

"exit point" when the emphasis falls on the position in the chain.

Not to be confused with

  • Session source — primary material that grows during the work and gets reread. The outbox isn't reread: it is emptied.
  • archive — a set kept so it can be found again. An outbox never picked up isn't an archive, it is a graveyard.
  • backup — a safety copy of a complete set. The outbox receives only what has been designated.

Examples

A date | context | content row added to a spreadsheet as soon as you say "persist that" to a conversational assistant, later picked up by a script that produces Markdown.

Ambiguities / debates

Nothing prevents an outbox from becoming, for want of a pick-up mechanism, the final storage. The word states an intention; it doesn't guarantee you hold to it.