{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_topology","feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","contains":"claims, sources, anecdotes, question_graph slice","slug":"thinker-austin-searle","urls":{"read":"https://miscsubjects.com/api/articles/thinker-austin-searle/topology"},"how_to_use":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","write":null,"imessage":null,"router_tag":null,"proof_chain":[{"step":1,"claim":"Articles are voxel graphs of tiered claims, not prose blobs.","verify":"https://miscsubjects.com/api/articles/constitution"},{"step":2,"claim":"Claims link to hash-chained sources via source_ids.","verify":"https://miscsubjects.com/api/articles/thinker-austin-searle/sources"},{"step":3,"claim":"Ask reads topology; ingest/claim append to ledger.","verify":"https://miscsubjects.com/api/protocol"},{"step":4,"claim":"Models queue growth: populate → collaborate → repair → reflex.","verify":"https://miscsubjects.com/api/protocol/grow"},{"step":5,"claim":"Graph proves its own shape (reflex) and $/claim (yield).","verify":"https://miscsubjects.com/graph.html?layer=reflex"},{"step":6,"claim":"Full feature index + _explain on every API response.","verify":"https://miscsubjects.com/api/articles/system-map"}],"related_features":[{"id":"ask","name":"Ask protocol","what":"Answer only from topology; creates question_node with gaps and ingest_hint.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-austin-searle/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"graph_topology","name":"Cross-article graph","what":"Merged claims/sources across condition+stack slugs for one question.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-austin-searle/graph-topology?question=..."}},{"id":"question_graph","name":"Question graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output).","urls":{"read":"https://miscsubjects.com/api/articles/thinker-austin-searle/question-graph","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"voxels","name":"Voxel graph","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-austin-searle/voxels","write":"https://miscsubjects.com/api/protocol/claim"}}],"system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","not_medical_advice":true},"_explain":{"feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","why":"Every feature is auditable collective intelligence","how":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/thinker-austin-searle/topology"},"imessage":null,"router":null,"related":[{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"graph_topology","what":"Merged claims/sources across condition+stack slugs for one question."},{"id":"question_graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output)."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."}],"not_medical_advice":true},"slug":"thinker-austin-searle","title":"J.L. Austin and John Searle — Speech Acts","register":"standard","tags":["oip","kimi-import","self-explaining","voxel","thinkers","thinker-austin-searle"],"updated_at":"2026-07-15T04:20:26.977Z","body_excerpt":"<!-- hierarchy:nav -->\n> **Path:** [OIP](https://miscsubjects.com/a/oip) › [Thinker Reference](https://miscsubjects.com/a/oip-thinker-reference) › [Thinkers](https://miscsubjects.com/a/oip-thinkers) › **J.L. Austin and John Searle — Speech Acts**\n>\n> **Shelf:** Thinkers · **Traversal:** self-explaining · hierarchical · voxel-ready\n> **Machine root:** [OIP tree](https://miscsubjects.com/api/dispatch?map=1&format=markdown) · [Registry](https://miscsubjects.com/api/dispatch?registry=1)\n\n# J.L. Austin and John Searle — Speech Acts\n\n## §SELF — thinker-austin-searle\n\n**What this page is:** An explanation of speech act theory and its two principal architects.\n**What it explains:** How saying something is a form of doing something, and why this distinction matters for designing systems that process language.\n**Why read it:** To understand the difference between describing an action and performing one — a distinction with direct consequences for protocol design.\n\n### What Speech Act Theory Is\n\nSpeech act theory is the branch of philosophy of language that studies how utterances perform actions, not just describe the world.\n\nJ.L. Austin (1911–1960), a British philosopher, introduced the theory in a series of lectures at Harvard in 1955, published as *How to Do Things with Words* (1962). His core claim: language is not only for stating facts. Some sentences do not describe anything — they perform an action by being spoken. Example: \"I promise to pay you\" does not describe a promise; it makes one.\n\n### Why It Matters\n\nIf saying something is doing something, then any system that processes language must distinguish between descriptions (statements about the world) and performances (actions carried out through words). A protocol that treats a capability description as a command has a design flaw: it confuses what a user *can* do with what they *are* doing.\n\n### The Key Idea\n\nA speech act has three components:\n\n1. **Locution** — the act of saying something. This is the words themselves, with their literal meaning. Example: the string of sounds or text \"I promise to pay you.\"\n\n2. **Illocution** — what the speaker is doing in saying it. This is the force of the utterance: promising, ordering, warning, asking, naming. Example: the act of making a promise.\n\n3. **Perlocution** — the effect the utterance has on the listener. This is the consequence: persuading, frightening, convincing, reassuring. Example: the listener now believes they will be paid.\n\nExample in full: \"I promise to pay you $50.\"\n- Locution: the words \"I promise to pay you $50\"\n- Illocution: the act of promising\n- Perlocution: your confidence that you will receive $50\n\nJohn Searle (born 1932) systematized Austin's work in *Speech Acts: An Essay in the Philosophy of Language* (1969). Searle added formal rules for what makes a speech act valid (felicity conditions) and classified illocutionary acts into five types: assertives, directives, commissives, expressives, and declarations.\n\n### What They Got Right\n\n- Identified that meaning is not only in the words but in what the speaker intends to do with them.\n- Created a framework that applies to any language use, including machine-processed language.\n- Showed that context determines meaning: the same sentence can be a warning, a threat, or a promise depending on who says it and when.\n- Searle's classification system allows systematic analysis of any utterance's function.\n\n### What They Got Wrong or Left Unfinished\n\n- Austin died before fully developing the theory; his published work is reconstructed from lecture notes.\n- Searle's classification is disputed: some philosophers argue the five categories overlap and cannot be cleanly separated.\n- Neither addressed how speech acts function in non-human or machine-mediated communication. The theory was built for face-to-face conversation.\n- The perlocutionary effect is inherently unpredictable: you cannot know what effect your words will have, which makes it hard to model formally.\n\n### How It","ranking":"safety-first (interaction_risk/limitations), then quote-gated effective_weight","claims":[],"sources":[],"anecdotal_sources":[],"scientific_sources":[],"user_reports":[],"related_articles":[],"question_graph":{"slug":"thinker-austin-searle","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"honesty":{"active_claims":0,"retracted_claims":0,"cut_claims":0,"challenges":0,"scrub_events":0,"note":"Retracted/cut claims stay on ledger but are excluded from ask unless ?include_inactive=1"},"counts":{"claims":0,"claims_total":0,"sources":0,"anecdotal":0,"scientific":0,"user_reports":0,"questions":0,"evidence_ingests":0}}