Originally written in French. Translated by AI — the meaning has been preserved, not the prose.
Short definition
The part of a context where deliverables are manufactured from the knowledge kept elsewhere.
Full definition
In software development, a build is the compilation of source code into an executable, and the word designates the operation as much as its result. That isn't the sense used here, even if the analogy holds: in both cases, material is transformed into an output meant to be used.
In the articles on this blog, the build is a place and a function: where material is shaped for a given audience. It stands term for term against what keeps: the context keeps the material, the build produces the outputs.
A build can be redone without losing anything, since everything that counts is kept upstream. That is what distinguishes it from a document whose source has been mislaid.
Usage in the field
Used to situate where neutral knowledge stops and shaping begins, and to justify why a note must not already belong to the build.
Synonyms and variants
"production", "manufacturing", when the emphasis falls on the operation rather than the place.
Not to be confused with
- World of ideas — the layer that keeps what will be able to produce. The build produces; it keeps nothing that isn't held elsewhere.
- Deliverable — what comes out of the build. The build is the workshop, the deliverable the part.
- software compilation — the transformation of code into an executable. Same structure, different field: nothing here is automatic, human judgment intervenes at every output.
Examples
A published article, its translations and the messages announcing it all belong to the build; the ideas they express belong to the world of ideas.
Ambiguities / debates
The word is borrowed from technical vocabulary, and its software sense remains dominant for most readers. The borrowing suggests an automaticity that the gesture described here does not have.