> For the complete documentation index, see [llms.txt](https://nextbook.technosemiotics.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nextbook.technosemiotics.eu/technology-and-society.md).

# Technology and society

<figure><img src="/files/1yiNdMAqz52u4ii6mtAV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/72bzo5vG0hXr7eJcKkAu" alt=""><figcaption></figcaption></figure>

> “Determinism inhibits the development of democratic controls on technology because it suggests that all interventions are futile. This is as true for science as it is for technology (Bijker, 1985; Collins and Pinch, 1993).” (Bijker, 1995, p. 281)

## Kranzberg's laws

In 1986, Melvin Kranzberg published an article where he outlines the so-called Kranzberg's laws or "a series of truisms deriving from a longtime immersion in the study of the development of technology and its interactions with sociocultural change." (Kranzberg 1986: 544)

<figure><img src="/files/j9YzwMsmbelZ7q9cdwRP" alt=""><figcaption><p>Kranzberg, Melvin. 1986. “Technology and History: ‘Kranzberg’s Laws.’” <em>Technology and Culture</em> 27 (3): 544–60. <a href="https://doi.org/10.2307/3105385">https://doi.org/10.2307/3105385</a>.</p></figcaption></figure>

Kranzberg's laws state the following:&#x20;

1. "Technology is neither good or bad; nor is it neutral."\
   “...technical developments frequently have environmental, social, and human consequences that go far beyond the immediate purposes of the technical devices and practices themselves, and the same” (Kranzberg, 1986, p. 545)
2. "Invention is the mother of necessity."
3. "Technology comes in packages, big and small."
4. "Although technology might be a prime element in many public issues, nontechnical factors take precedence in technology-policy decisions.”
5. "All history is relevant, but the history of technology is the most relevant."
6. "Technology is a very human activity—and so is the history of technology."

(Kranzberg 1986)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nextbook.technosemiotics.eu/technology-and-society.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
