Technical choices themselves carry value judgments
Aliases: artifacts have politics · value-laden design · embedded values
What it is
Technical choices are not value-neutral: encryption architecture, data models, and default ranking are "pure engineering" decisions that each fix a moral stance. End-to-end encryption places confidentiality above content moderation; chronological versus engagement ranking puts transparency versus growth first; on-device versus cloud processing determines whether users retain any physical control over their data. Values embedded in technology names this fact — value judgments enter the system through architecture, earlier and less reversibly than through copy or policy.
Why it happens
Architecture fixes the ordering of values ahead of policy because it determines what remains possible later: once data is stored centrally in linkable form, anonymity promises exist only as after-the-fact policy constraints; once a ranking objective is baked into the training and serving pipeline, switching objectives means rebuilding the system, not editing a config line. Values also enter through what is measurable: systems record what they can record, measured values become optimization targets, and unmeasured values (quiet, being left alone) have no place in the architecture at all. A classic study of overpass heights on parkways — clearances low enough to keep buses, and the communities that rode them, away from the beach — showed how a neutral-looking engineering parameter can perform social filtering with no malice on the designer's part.
Where it stops holding
Not every choice carries value weight: options that are equivalent in their value implications (cache strategy, error-code formats) do not deserve forced ethicization, which only dilutes the real judgment points. The inverse abuse also exists — invoking "there is no technical alternative" to dress a debatable trade-off as objective necessity; the test is to ask what, and whom, the chosen option excludes. Reversibility varies by form: client-only architecture can be undone in a release, while choices involving already-collected data and third-party integrations are close to irreversible — the latter deserve the heaviest justification.
Applying it
- Add a "value implications" line under each candidate architecture: which value does this option make harder to realize, and which users does it make harder to serve.
- Treat every "no alternative" claim as a prompt to surface the excluded alternative and its costs; write the answer into the review record.
- Escalate irreversible decisions (data centralization, third-party dependencies, ranking objectives) to higher review with written justification weighted equally against performance metrics.
- Verify: take an existing architecture diagram and annotate each decision's value stance; for items with no stance, check whether that simply means nobody thought about it.
Related
- Same group: P4.01.1 Name the values and stakeholders involved before designing · P4.01.2 Record value conflicts instead of avoiding them
- Adjacent: O1.01 Privacy built into architecture · P4.14 Institutionalizing ethics review
- Search terms:
values embedded in technology·artifacts have politics·value-laden design