Copy & Paste
“Copy is an act of reading; paste is an act of authorship” is a useful way of separating two operations that computers make appear symmetrical.
To copy something, you must first identify it as a meaningful unit. Even when the physical action is trivial—highlight, Ctrl-C—the intellectual act preceding it is interpretive. You decide where the relevant passage begins and ends, what deserves preservation, and implicitly what the passage means in relation to your purpose. Copying is therefore a peculiar form of attentive reading: selection reveals interpretation. Two people reading the same document will rarely copy exactly the same passages.
Paste changes the status of the selected material. The copied fragment is removed from one informational environment and inserted into another. At that point you are no longer merely observing a text; you are constructing one.
Context does much of the authorship.
Consider the sentence:
“The system is completely safe.”
Copied from a report, it is simply evidence that somebody wrote those words.
Pasted beneath the heading “Claims contradicted by the accident investigation,” it becomes ironic.
Pasted into an executive summary without qualification, it becomes an assertion.
Pasted beside evidence of repeated failures, it becomes an accusation.
The words have not changed. Their meaning has.
This resembles quotation in scholarship. An academic does not normally claim authorship of the quoted sentence, but certainly authors the argument in which that quotation appears. Selection, ordering, juxtaposition and omission are all rhetorical operations. Walter Benjamin’s unrealised Arcades Project, composed extensively from quotations and fragments, pushes this idea almost to its limit: arrangement itself can constitute intellectual work.
There is therefore an important distinction between linguistic authorship and compositional authorship. The original writer authored the sequence of words. The person pasting them authors their new relationship to surrounding material.
That is why montage, collage, sampling and found poetry can all legitimately be creative forms. Eisenstein could create an argument through the ordering of shots. A DJ can create musical structure from recordings made by others. A newspaper editor can radically alter the significance of a quotation merely by deciding which sentence precedes it.
The principle becomes particularly interesting in computing.
Copying is fundamentally a read operation:
$C = R(S)$
where some portion of source $S$ is acquired.
Pasting is closer to a write operation:
$D’ = W(D,C,p)$
where copied material $C$ is written into destination $D$ at position $p$.
But $p$ matters enormously. Once information is written into a new structure, relationships are created that did not exist in the source.
So one could sharpen the aphorism:
Copy preserves syntax. Paste creates semantics.
That is slightly too strong—the source already had semantics—but it captures the transformation. Pasting creates new relational semantics.
There is also an ethical dimension. “I merely copied what somebody said” describes acquisition. “I put it here” describes responsibility. Authors are responsible not merely for the propositions they originate but for the evidence they select, the quotations they juxtapose and the implications created by their arrangement.
This is particularly important in the era of generative AI. A person assembling generated fragments may contribute relatively few original sentences yet exercise considerable authorship through selection, rejection, sequencing, revision and contextualisation. Conversely, someone can generate thousands of apparently original words while exercising almost no meaningful authorship over them.
So originality and authorship are not identical.
There is, however, a useful reversal hiding inside the statement.
Copy can itself become authorship when selection is sufficiently deliberate.
A curator choosing 100 objects from a million-object archive is saying something through the choice alone. A historian’s archive, a photographer’s contact sheet, a programmer’s collection of diagnostic log lines—all can embody an argument before anything is pasted anywhere.
Likewise, paste need not be authorship. Dumping an entire document into another document without understanding it is technically a write operation but intellectually almost empty.
The deeper formulation might therefore be:
Copy asks, “What matters?” Paste asks, “What does it mean here?”
Reading discovers significance in an existing structure. Authorship constructs significance by creating a new structure.
And modern digital culture has made the boundary between those activities unusually visible. Ctrl-C and Ctrl-V look like neighbouring commands on a keyboard, but intellectually they sit on opposite sides of a fundamental transition: selection from the world, followed by intervention in it.