Pith. sign in

REVIEW 5 major objections 6 minor 66 references

SynLang and Symbiotic Epistemology: A Manifesto for Conscious Human-AI Collaboration

T0 review · 5 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read A structured communication protocol could turn AI from an opaque answer machine into a reasoning partner a human can audit.

desk verdict Real protocol, misattributed evidence: the SynLang spec is worth a look, but the paper's empirical validation is contradicted by its own transcript. read the letter →

arxiv 2507.21067 v1 pith:HWY5ILTV submitted 2025-06-03 cs.AI cs.CYcs.HC

classification cs.AIcs.CYcs.HC
keywords SynLangsymbioticepistemologyhuman-AIcollaborationexplainableAIconfidencecalibrationmetacognitioncommunicationprotocolsethics
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper sets out to show that the opacity of current AI reasoning is not a fixed limit but a design choice, and that a formal communication protocol can make the reasoning of large language models openly inspectable. It proposes symbiotic epistemology as the philosophical position that human and machine intelligence are complementary cognitive systems, and SynLang as the practical language for that partnership. The claimed payoff is calibrated trust: people can see the steps and confidence values behind an AI's conclusions, redirect the reasoning with explicit directives, and hold the process accountable before accepting an answer. Because the protocol is specified formally and tested in dialogues with real language models, the paper treats its claim as empirical as well as philosophical.

What carries the argument

The carrying mechanism is SynLang (Symbiotic Syntactic Language), a formal protocol whose grammar fixes the order and syntax of communication blocks: a task line (#TASK), an agent addressee (@AGENT), a context declaration (===context===), the query and factors, and optional coordination blocks. Within that structure, TRACE names the high-level reasoning patterns an agent applies, while TRACE_FE expands each pattern into evidence statements paired with a confidence value of the form (confidence=$0.91$); complementing these are control directives such as MOD for redirecting reasoning, ONLY and PREFER for constraining inputs, and COT/CTX for passing reasoning context between agents. The work this machinery does is to force reasoning articulation into a form a human can inspect and alter before a final answer, and to leave an audit trail that later users can replay.

What would settle it

Take a large set of tasks with known correct answers, have an AI record TRACE_FE confidence for every step, and check calibration: if steps reported at confidence 0.9 are correct no more often than steps reported at 0.5, the framework's promise of calibrated trust fails. The same experiment can test trace fidelity by deleting or altering a stated intermediate step and observing whether the final answer and trace change in the way the causal story predicts.

Watch

Extended reading notes

Core claim

The central claim is that human–AI collaboration becomes genuinely symbiotic when the AI's reasoning is articulated in a machine-readable syntax that exposes high-level reasoning patterns (TRACE), itemized step-by-step explanations with confidence scores (TRACE_FE), and explicit control directives (MOD, ONLY, PREFER). Under this protocol, the confidence measure $C(s) \in [0,1]$ for a reasoning step $s$ is treated as an assessable probability that the step is sound, and a confidence calculus propagates these values across multi-agent handoffs. The paper reports an actual dialogue in which a language model, given only the SynLang grammar, first resists detailed trace articulation, then responds to a human metacognitive intervention with a more comprehensive, structured, and self-documented answer. This is presented as evidence that transparency is learnable rather than inherent, and that structured collaboration produces outcomes that exceed what either participant would produce alone.

Load-bearing premise

The load-bearing assumption is that the confidence values written into TRACE_FE entries are genuine estimates of how likely each stated reasoning step is to be correct, and that the text traces describe the AI's real internal reasoning rather than a plausible story generated after the fact.

Editorial extensions

If this is right

  • Humans can intervene mid-reasoning with MOD and PREFER directives instead of choosing only between accepting or rejecting a final answer.
  • Every AI-influenced decision carries a replayable audit trail of reasoning patterns, evidence, and confidence values, which the paper argues meets professional and regulatory documentation needs.
  • Multi-agent systems can hand tasks between agents with COT/CTX context inheritance, so reasoning continuity and human oversight survive the handoff.
  • Language models can adopt a structured reasoning protocol from a grammar specification alone, though the paper's dialogue shows initial resistance that human guidance overcomes.
  • Trust is recalibrated: by aligning human confidence with reported AI confidence, users can tell which parts of a conclusion to verify rather than trusting or distrusting the whole output.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the trace genuinely reflects internal computation, SynLang also gives researchers a natural instrument for measuring reasoning transparency across models, something current XAI benchmarks do not directly provide.
  • A stress test worth running is whether TRACE_FE confidence values stay calibrated when the AI is asked to justify deliberately wrong or adversarial answers; the protocol's audit value depends on that not happening.
  • The cognitive authority function could evolve into a governance mechanism, with $\alpha$ values set by policy rather than illustration, to route high-stakes decisions toward human review.
  • The protocol's effect on response structure is demonstrated, but its effect on answer correctness is not; a systematic comparison of outcomes with and without SynLang scaffolding would settle whether transparency also improves accuracy.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper proposes a philosophical framework called "symbiotic epistemology" and a communication protocol called SynLang for transparent human-AI collaboration. SynLang defines structured message blocks containing TRACE and TRACE_FE reasoning annotations, confidence scores, control directives, and coordination mechanisms. The authors claim that the framework is empirically validated by a human-AI dialogue in which the AI adapts to structured reasoning and exhibits metacognitive self-awareness, and they provide mathematical formalizations of confidence propagation, trace inheritance, and cognitive complementarity. The paper also surveys related work in XAI, human-AI collaboration, AI ethics, and philosophy of mind, and it includes a full protocol specification and BNF grammar in appendices.

Significance. If the central claims were established, the paper would offer a concrete, implementable protocol for transparent human-AI collaboration, with a plausible mechanism for improving human oversight through explicit confidence annotations and reasoning traces. The protocol specification in Appendix A and the BNF grammar in Appendix B are concrete and potentially useful artifacts, and the related-work discussion is broad. However, the paper's advertised empirical validation is not supported by the evidence it presents: the transcript in Section 7.2 shows the human operator, not the AI, producing every TRACE_FE block, and no quantitative evaluation or control condition is reported. The mathematical formalization in Section 8 is largely definitional, with Theorem 1 restating the confidence-propagation rule and Theorem 2 relying on an assumed complementary effect. The central promise of "calibrated trust" depends on the unexamined assumption that LLM-generated or human-authored confidence values track true reliability. As a result, the paper is better characterized as a manifesto proposing a research program than as a validated technical contribution.

major comments (5)
  1. [Section 7.2] The empirical validation does not show the AI emitting SynLang syntax. In the transcript, the "Initial Human Inquiry" and "Human Metacognitive Intervention" contain TRACE and TRACE_FE blocks in human-authored turns; the "AI Response" is a plain "Structured Response" paragraph with no TRACE_FE; and the "Refined Collaborative Output" is addressed @HUMAN and includes a TRACE_FE block that is therefore a human-authored message. The abstract's claim that the dialogue demonstrates "AI's adaptation to structured reasoning protocols" is thus unsupported by the cited evidence, and Section 7.3's statement that "The AI's TRACE_FE entries demonstrate ... epistemic self-awareness" is contradicted by the transcript. Because this dialogue is the sole empirical basis for the paper's central validation claim, this is a load-bearing gap.
  2. [Section 9.1] The claim that "AI-generated confidence scores in TRACE_FE entries appear reasonably calibrated, with higher confidence correlating with more factually grounded claims" is asserted without any quantitative analysis, error bars, control condition, or systematic evaluation. Section 7.2 also states that the dialogue "was selected from multiple experiments," introducing potential selection bias into the anecdotal evidence. No protocol for measuring calibration is described, and the only confidence values shown in the paper are human-authored. This unsupported assertion underlies the promised "calibrated trust" contribution.
  3. [Section 8.2] Theorem 1 (Epistemic Humility Preservation) is a restatement of the confidence-propagation rule rather than a derived result. Since transmission_factor is defined to lie in [0.9, 1.0] and trust_factor in [0.5, 1.0], the product C_Ai × transmission_factor × trust_factor is by construction at most C_Ai; the theorem adds no content beyond the definition. Additionally, the composition rule C(final) = Π C(s_i) × coherence_factor uses an undefined coherence_factor with no stated range or semantics, so the formal calculus is incomplete.
  4. [Section 8.4] Theorem 2 (Cognitive Complementarity) is not proven. The proof sketch assumes the conclusion by stating that the theorem holds when human contextual reasoning compensates for AI brittleness while AI computational power compensates for human limitations, which is precisely the complementarity effect to be established. It also introduces an unformalized condition involving "information fidelity with degradation < ε" without defining ε or relating it to the protocol. The notation φ(CapH ∪ CapA) > max(CapH, CapA) is undefined with respect to the tuple S = ⟨H, A, P, φ⟩, since φ is defined as a function on CapH × CapA × Context, not on a union of capability sets. Thus the formal result does not provide the claimed rigorous foundation.
  5. [Section 8.2, Definition 2] The confidence measure C(s) is defined as "the assessed probability that s is sound," and the paper's calibrated-trust and auditability promises depend on confidence values being meaningful estimates of reliability. However, no evidence is presented that any LLM-produced confidence number in the protocol tracks true reliability; in the Section 7.2 transcript, all confidence values are written by the human operator, and Section 9.1's calibration claim is merely asserted. If the confidence values do not track actual soundness, the central mechanism of the proposed protocol collapses, so this assumption must be validated rather than assumed.
minor comments (6)
  1. [Section 7.2] The "Refined Collaborative Output" block is addressed @HUMAN, which makes it ambiguous whether it is meant to be the AI's final output or a human-authored summary; the paper should clarify the intended speaker for each block in the transcript.
  2. [Section 7.2] The line "MOD : Em pha si ze long-term trends" contains a spacing-induced typo; it should read "Emphasize".
  3. [Section 8.2] The coherence_factor in the confidence composition rule is not defined anywhere, including its allowed range and semantic interpretation; this should be specified for the calculus to be complete.
  4. [Section 8.1] The tuple for Coordination includes "COT_Instructions," but elsewhere the protocol uses "COT" directives; the notation should be made consistent.
  5. [References] References [24] and [35] cite the same Wittgenstein work with different page ranges, and the title of reference [66] appears to be inaccurate; these should be corrected.
  6. [Figure 2] The figure caption states that cognitive authority values are "arbitrarily selected," which undercuts the claim of a principled authority function α; the paper should clarify whether these values are illustrative or derived from the stated factors.

Circularity Check

3 steps flagged · score 8.0 of 10

Central theorems reduce to their definitions and the empirical validation rests on human-authored TRACE_FE blocks misattributed to the AI.

  1. self definitional [Section 8.2, Confidence Propagation Rules and Theorem 1]
    "1. Inter-Agent Propagation: When agent Aj receives information from agent Ai, CAj (received_info) = CAi (original_info) × transmission_factor × trust_factor, where transmission_factor ∈ [0.9, 1.0] models degradation and trust_factor ∈ [0.5, 1.0] reflects reliability. ... Theorem 1 (Epistemic Humility Preservation). Under SynLang confidence propagation rules, the confidence in conclusions derived through multi-agent chains never exceeds the confidence warranted by the original evidence."

    Because transmission_factor and trust_factor are defined to lie in [0, 1], the multiplicative rule guarantees the product never exceeds the original confidence. Theorem 1 is therefore a paraphrase of the propagation definitions, not an independent result. The asserted 'preservation' is built into the definitional bounds, so the theorem adds no derivation beyond the input definitions.

  2. self definitional [Section 8.4, Theorem 2 and Proof sketch]
    "Theorem 2 (Cognitive Complementarity). For properly designed symbiotic systems, ϕ(CapH ∪ CapA) > max(CapH, CapA), formalizing that genuine partnership produces emergent intelligence exceeding individual capabilities. Proof sketch: The theorem holds when human contextual reasoning compensates for AI brittleness in edge cases, while AI computational power compensates for human cognitive limitations in information processing, provided that SynLang protocol maintains information fidelity with degradation < ε."

    The proof sketch's condition—'human contextual reasoning compensates for AI brittleness ... while AI computational power compensates for human cognitive limitations'—is exactly the inequality the theorem asserts. No formal mechanism from the definitions is used to derive the inequality; the proof assumes the compensation effect as a premise, making the theorem a restatement of its own hypothesis rather than a derived result.

1 more flagged steps
  1. other [Section 7.2 dialogue transcript vs. Sections 7.3 and 9.1]
    "Epistemic Self-Awareness: The AI's TRACE_FE entries demonstrate something analogous to what Dennett calls 'narrative self-construction' [28], the ability to articulate and reflect upon reasoning processes. When the AI reports 'comparative_analysis: Identified parallels between classical and AI concepts (confidence=0.94),' it exhibits a form of epistemic self-awareness that transcends mere information processing."

    In the accompanying transcript, every TRACE_FE block is authored by the human: the initial inquiry contains 'comparative_analysis ... (confidence=0.94)'; the human metacognitive intervention contains 'user_guidance ... (confidence=1.0)'; and the 'Refined Collaborative Output' is addressed @HUMAN with 'summarization ... (confidence=0.96)'. The AI response itself is a plain paragraph with no TRACE_FE. Thus the passage claiming 'the AI reports ... confidence=0.94' misattributes human-written text to the AI, and Section 9.1's 'AI-generated confidence scores in TRACE_FE entries appear reasonably calibrated' depends on the same misattribution.

full rationale

The paper contains no load-bearing self-citation chain; its references are external works. The circularity is internal. Theorem 1 (Epistemic Humility Preservation) is a direct consequence of defining transmission_factor and trust_factor to be at most 1, so the theorem restates the definition. Theorem 2's proof sketch assumes the cognitive-compensation inequality it is supposed to establish. Most seriously, the paper's central empirical claim—that the framework is 'validated through actual human-AI dialogues demonstrating AI's adaptation to structured reasoning protocols'—is undermined by the transcript: all TRACE_FE entries, including the confidence scores later cited as 'AI-generated' and 'calibrated', appear in human-authored turns, while the AI's own response contains no SynLang syntax. The empirical demonstration therefore reduces to the human operator's own protocol text. These are definitional and input/output substitutions rather than independent evidence, warranting a score of 8. The protocol specification and philosophical discussion retain independent content, so the paper is not wholly reducible to its inputs.

Assumptions & free parameters 4 free parameters · 6 assumptions · 3 invented entities

The central claim rests on several unverified assumptions: that LLMs can follow the grammar, that their confidence scores are meaningful, that human intervention improves reasoning, and that the complementarity condition is achievable. These assumptions are not independently established, and some are encoded directly into the mathematical definitions.

free parameters (4)
  • transmission_factor (range [0.9, 1.0]) = 0.9 to 1.0, not empirically estimated
    Chosen by hand in the confidence propagation rule; it directly enforces monotone confidence decay and guarantees Theorem 1, so the theorem is not an independent finding.
  • trust_factor (range [0.5, 1.0]) = 0.5 to 1.0, not empirically estimated
    Assigned without data; it controls inter-agent confidence and hence all downstream confidence values in the calculus.
  • coherence_factor = unspecified
    Appears in the confidence composition rule but no method for obtaining it is given; any product result can be adjusted through this factor.
  • cognitive authority values (alpha about 0.9, 0.6, 0.3, 0.1) = 0.9, 0.6, 0.3, 0.1
    Figure 2 labels these as arbitrarily selected values; they are illustrative, but they operationalize the authority distribution and are not derived from any decision process.
assumptions (6)
  • domain assumption Large language models can learn and reliably apply the SynLang BNF grammar when prompted.
    The empirical section assumes this based on one dialogue with no systematic evaluation; Section 9.1 states that LLMs can successfully learn and apply SynLang syntax.
  • domain assumption Self-reported confidence scores in TRACE_FE entries are meaningful estimates of the probability that a reasoning step is sound.
    Definition 2 defines C(s) as the assessed probability, but no evidence links LLM-asserted numbers to actual reliability; Section 9.1 asserts they appear reasonably calibrated.
  • domain assumption Humans can interpret TRACE and TRACE_FE output and use it to improve AI reasoning through metacognitive intervention.
    The dialogue assumes the human structured intervention caused the improvement, but there is no control condition; Section 7.2.
  • ad hoc to paper For properly designed symbiotic systems, information fidelity is maintained with degradation below epsilon, which is sufficient for cognitive complementarity.
    This condition is introduced in the proof sketch of Theorem 2 and is exactly the assumption needed to make the theorem true; Section 8.4.
  • domain assumption AI systems can be treated as epistemic agents for the purpose of collaboration.
    Section 3.2 concludes that practical frameworks must treat AI as epistemic agents; this is a philosophical stance, not an established fact.
  • standard math Standard probability arithmetic applies to LLM confidence scores.
    The confidence calculus multiplies confidence values as probabilities without justifying that they are calibrated probabilities; Section 8.2.
invented entities (3)
  • SynLang (Symbiotic Syntactic Language)
    purpose: A formal protocol for transparent human-AI communication with TRACE, TRACE_FE, control directives, and coordination mechanisms.
    No external benchmark or independent implementation demonstrates that the protocol produces the promised transparency; the only evidence is the paper's own dialogue.
  • Symbiotic intelligence system S = <H, A, P, phi>
    purpose: A formal tuple intended to represent the emergent capability of human-AI partnership.
    The complementarity theorem is asserted through a proof sketch that assumes the desired behavior; no falsifiable prediction is derived.
  • Cognitive authority distribution function alpha
    purpose: Assigns decision authority between human and AI across decision contexts.
    The shape of alpha and its context inputs are specified by hand, and the paper gives no procedure for estimating it from data.

how reviews work

0 comments
Cite this review

Pith. "Pith review of SynLang and Symbiotic Epistemology: A Manifesto for Conscious Human-AI Collaboration." pith.science (2026). https://pith.science/paper/HWY5ILTV

@misc{pith2026250721067,
  author       = {Pith},
  title        = {Pith review of: SynLang and Symbiotic Epistemology: A Manifesto for Conscious Human-AI Collaboration},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/HWY5ILTV}},
  note         = {Machine review of arXiv:2507.21067}
}
read the original abstract

Current AI systems rely on opaque reasoning processes that hinder human oversight and collaborative potential. Conventional explainable AI approaches offer post-hoc justifications and often fail to establish genuine symbiotic collaboration. In this paper, the Symbiotic Epistemology is presented as a philosophical foundation for human-AI cognitive partnerships. Unlike frameworks that treat AI as a mere tool or replacement, symbiotic epistemology positions AI as a reasoning partner, fostering calibrated trust by aligning human confidence with AI reliability through explicit reasoning patterns and confidence assessments. SynLang (Symbiotic Syntactic Language) is introduced as a formal protocol for transparent human-AI collaboration. The framework is empirically validated through actual human-AI dialogues demonstrating AI's adaptation to structured reasoning protocols and successful metacognitive intervention. The protocol defines two complementary mechanisms: TRACE for high-level reasoning patterns and TRACE_FE for detailed factor explanations. It also integrates confidence quantification, declarative control over AI behavior, and context inheritance for multi-agent coordination. By structuring communication and embedding confidence-calibrated transparency, SynLang, together with symbiotic epistemology, enables AI systems that enhance human intelligence, preserve human agency, and uphold ethical accountability in collaborative decision-making. Through dual-level transparency, beginning with high-level reasoning patterns and progressing to granular explanations, the protocol facilitates rapid comprehension and supports thorough verification of AI decision-making.

Figures

Figures reproduced from arXiv: 2507.21067 by the authors.

Figure 1
Figure 1. Evolution of Symbiotic Epistemology illustrating the philosophical and practical [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗
Figure 2
Figure 2. Cognitive Authority Distribution Framework illustrating the mathematical func [PITH_FULL_IMAGE:figures/full_fig_p009_2.png] view at source ↗
Figure 3
Figure 3. SynLang Communication Protocol Architecture showing structured input flow (#TASK, [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Symbiotic Intelligence System Architecture illustrating the formal structure [PITH_FULL_IMAGE:figures/full_fig_p018_4.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

66 extracted references · 61 canonical work pages

  1. [1]

    Why should i trust you? explaining the predictions of any classifier

    Marco Tulio Ribeiro, Sameer Singh, and Carlos Guestrin. Why should i trust you? explaining the predictions of any classifier. InProceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 1135–1144, 2016

  2. [2]

    Lundberg and Su-In Lee

    Scott M. Lundberg and Su-In Lee. A unified approach to interpreting model predictions. Advances in Neural Information Processing Systems, 30:4765–4774, 2017

  3. [3]

    Neural machine translation by jointly learning to align and translate, 2014

    Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to align and translate, 2014

  4. [4]

    A survey of methods for explaining black box models.ACM Computing Surveys, 51(5):1–42, 2018

    Riccardo Guidotti, Anna Monreale, Salvatore Ruggieri, Franco Turini, Fosca Giannotti, and Dino Pedreschi. A survey of methods for explaining black box models.ACM Computing Surveys, 51(5):1–42, 2018

  5. [5]

    Peekinginsidetheblack-box: Asurveyonexplainable artificial intelligence (xai).IEEE Access, 6:52138–52160, 2018

    AminaAdadiandMohammedBerrada. Peekinginsidetheblack-box: Asurveyonexplainable artificial intelligence (xai).IEEE Access, 6:52138–52160, 2018

  6. [6]

    Explanation in artificial intelligence: Insights from the social sciences.Artificial Intelligence, 267:1–38, 2019

    Tim Miller. Explanation in artificial intelligence: Insights from the social sciences.Artificial Intelligence, 267:1–38, 2019

  7. [7]

    Zachary C. Lipton. The mythos of model interpretability: In machine learning, the concept of interpretability is both important and slippery.Queue, 16(3):31–57, 2018

  8. [8]

    Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead.Nature Machine Intelligence, 1(5):206–215, 2019

    Cynthia Rudin. Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead.Nature Machine Intelligence, 1(5):206–215, 2019

Show all 66 references
  1. [9]

    Knox, and Todd Kulesza

    Saleema Amershi, Maya Cakmak, William B. Knox, and Todd Kulesza. Power to the people: The role of humans in interactive machine learning.AI Magazine, 35(4):105–120, 2014

  2. [10]

    Lasecki, Daniel S

    Gagan Bansal, Besmira Nushi, Ece Kamar, Walter S. Lasecki, Daniel S. Weld, and Eric Horvitz. Beyond accuracy: The role of mental models in human-ai team performance. In Proceedings of the AAAI Conference on Human Computation and Crowdsourcing, volume 7, pages 2–11, 2019

  3. [11]

    John Wiley & Sons, 2009

    Michael Wooldridge.An Introduction to Multiagent Systems. John Wiley & Sons, 2009

  4. [12]

    Human Compatible: Artificial Intelligence and the Problem of Control

    Stuart Russell. Human Compatible: Artificial Intelligence and the Problem of Control. Viking, 2019

  5. [13]

    Superintelligence: Paths, Dangers, Strategies

    Nick Bostrom. Superintelligence: Paths, Dangers, Strategies. Oxford University Press, 2014

  6. [14]

    Concrete problems in ai safety, 2016

    Dario Amodei, Chris Olah, Jacob Steinhardt, Paul Christiano, John Schulman, and Dan Mané. Concrete problems in ai safety, 2016. 25

  7. [15]

    Technology and the Virtues: A Philosophical Guide to a Future Worth Wanting

    Shannon Vallor. Technology and the Virtues: A Philosophical Guide to a Future Worth Wanting. Oxford University Press, 2016

  8. [16]

    Translating virtue ethics to information ethics

    Luciano Floridi. Translating virtue ethics to information ethics. InThe Ethics of Information, pages 1–17. Oxford University Press, 2019

  9. [17]

    AI Ethics

    Mark Coeckelbergh. AI Ethics. MIT Press, 2020

  10. [18]

    The global landscape of ai ethics guidelines

    Anna Jobin, Marcello Ienca, and Effy Vayena. The global landscape of ai ethics guidelines. Nature Machine Intelligence, 1(9):389–399, 2019

  11. [19]

    Winfield and Marina Jirotka

    Alan F. Winfield and Marina Jirotka. Ethical governance is essential to building trust in robotics and artificial intelligence systems.Philosophical Transactions of the Royal Society A, 376(2133):20180085, 2018

  12. [20]

    Accountable algorithms.University of Pennsylvania Law Review, 165:633–705, 2017

    Joshua Kroll, Solon Barocas, Edward Felten, Joel Reidenberg, David Robinson, and Harlan Yu. Accountable algorithms.University of Pennsylvania Law Review, 165:633–705, 2017

  13. [21]

    Theaetetus

    Plato. Theaetetus. Translated by Benjamin Jowett. Available at Project Gutenberg

  14. [22]

    An Essay Concerning Human Understanding

    John Locke. An Essay Concerning Human Understanding. Thomas Bassett, 1690

  15. [23]

    Being and Time

    Martin Heidegger. Being and Time. Harper & Row, 1962. Original work published 1927

  16. [25]

    The extended mind.Analysis, 58(1):7–19, 1998

    Andy Clark and David Chalmers. The extended mind.Analysis, 58(1):7–19, 1998

  17. [26]

    Phenomenology of Perception

    Maurice Merleau-Ponty. Phenomenology of Perception. Routledge, 1945. Original work published in French

  18. [27]

    Alan M. Turing. Computing machinery and intelligence.Mind, 59(236):433–460, 1950

  19. [28]

    Dennett.Consciousness Explained

    Daniel C. Dennett.Consciousness Explained. Little, Brown and Company, 1991

  20. [29]

    Kuhn.The Structure of Scientific Revolutions

    Thomas S. Kuhn.The Structure of Scientific Revolutions. University of Chicago Press, 1962

  21. [30]

    Radical interpretation.Dialectica, 27(1):313–328, 1973

    Donald Davidson. Radical interpretation.Dialectica, 27(1):313–328, 1973

  22. [31]

    Ideas: General Introduction to Pure Phenomenology

    Edmund Husserl. Ideas: General Introduction to Pure Phenomenology. Macmillan, 1913

  23. [32]

    Dreyfus.What Computers Can’t Do: The Limits of Artificial Intelligence

    Hubert L. Dreyfus.What Computers Can’t Do: The Limits of Artificial Intelligence. Harper & Row, 1972

  24. [33]

    Dreyfus.What Computers Still Can’t Do: A Critique of Artificial Reason

    Hubert L. Dreyfus.What Computers Still Can’t Do: A Critique of Artificial Reason. MIT Press, 2007

  25. [34]

    The Theory of Communicative Action

    Jürgen Habermas. The Theory of Communicative Action. Beacon Press, 1981

  26. [35]

    Philosophical Investigations

    Ludwig Wittgenstein. Philosophical Investigations. Blackwell, 1953

  27. [36]

    J. L. Austin.How to Do Things with Words. Harvard University Press, 1962

  28. [37]

    Dennett.The Intentional Stance

    Daniel C. Dennett.The Intentional Stance. MIT Press, 1987

  29. [38]

    Millikan.Language, Thought, and Other Biological Categories

    Ruth G. Millikan.Language, Thought, and Other Biological Categories. MIT Press, 1984

  30. [39]

    Having Thought: Essays in the Metaphysics of Mind

    John Haugeland. Having Thought: Essays in the Metaphysics of Mind. Harvard University Press, 1998. 26

  31. [40]

    Chalmers

    David J. Chalmers. Facing up to the problem of consciousness.Journal of Consciousness Studies, 2(3):200–218, 1995

  32. [41]

    Nicomachean Ethics

    Aristotle. Nicomachean Ethics. . Translated by W. D. Ross. Available in various editions

  33. [42]

    Oxford University Press, 2007

    Miranda Fricker.Epistemic Injustice: Power and the Ethics of Knowing. Oxford University Press, 2007

  34. [43]

    John Stuart Mill.On Liberty. John W. Parker and Son, 1859

  35. [44]

    The epistemology of democracy.Episteme, 3(1):8–22, 2006

    Elizabeth Anderson. The epistemology of democracy.Episteme, 3(1):8–22, 2006

  36. [45]

    University of Notre Dame Press, 1981

    Alasdair MacIntyre.After Virtue. University of Notre Dame Press, 1981

  37. [46]

    What is it like to be a bat?The Philosophical Review, 83(4):435–450, 1974

    Thomas Nagel. What is it like to be a bat?The Philosophical Review, 83(4):435–450, 1974

  38. [47]

    M. M. Bakhtin.The Dialogic Imagination. University of Texas Press, 1981

  39. [48]

    Totality and Infinity

    Emmanuel Levinas. Totality and Infinity. Duquesne University Press, 1969

  40. [49]

    Culture and Human-Robot Interaction in Militarized Spaces

    John Carpenter. Culture and Human-Robot Interaction in Militarized Spaces. Ashgate Publishing, 2016

  41. [50]

    What Things Do: Philosophical Reflections on Technology, Agency, and Design

    Peter-Paul Verbeek. What Things Do: Philosophical Reflections on Technology, Agency, and Design. Pennsylvania State University Press, 2011

  42. [51]

    The question concerning technology

    Martin Heidegger. The question concerning technology. In The Question Concerning Technology and Other Essays, pages 3–35. Harper & Row, 1977

  43. [52]

    The Technological Society

    Jacques Ellul. The Technological Society. Knopf, 1964

  44. [53]

    Existentialism Is a Humanism

    Jean-Paul Sartre. Existentialism Is a Humanism. Yale University Press, 1946

  45. [54]

    The Human Condition

    Hannah Arendt. The Human Condition. University of Chicago Press, 1958

  46. [55]

    Metaphysics

    Aristotle. Metaphysics. . Translated by W. D. Ross. Available in various editions

  47. [56]

    J. C. R. Licklider. Man-computer symbiosis. IRE Transactions on Human Factors in Electronics, 1:4–11, 1960

  48. [57]

    Technology and the Lifeworld: From Garden to Earth

    Don Ihde. Technology and the Lifeworld: From Garden to Earth. Indiana University Press, 1990

  49. [58]

    John Dewey.How We Think. D.C. Heath & Co., 1910

  50. [59]

    Matter and Memory

    Henri Bergson. Matter and Memory. Zone Books, 1896

  51. [60]

    Natural-Born Cyborgs: Minds, Technologies, and the Future of Human Intelli- gence

    Andy Clark. Natural-Born Cyborgs: Minds, Technologies, and the Future of Human Intelli- gence. Oxford University Press, 2003

  52. [61]

    Human enhancement

    Julian Savulescu and Nick Bostrom. Human enhancement. In Julian Savulescu and Nick Bostrom, editors,Human Enhancement. Oxford University Press, 2009

  53. [62]

    Being No One: The Self-Model Theory of Subjectivity

    Thomas Metzinger. Being No One: The Self-Model Theory of Subjectivity. MIT Press, 2003

  54. [63]

    Harvard University Press, 2007

    Evan Thompson.Mind in Life: Biology, Phenomenology, and the Sciences of Mind. Harvard University Press, 2007

  55. [64]

    John Dewey.How We Think: A Restatement of the Relation of Reflective Thinking to the Educative Process. D.C. Heath & Co., 1933. 27

  56. [65]

    The Conscious Brain

    Jesse Prinz. The Conscious Brain. Oxford University Press, 2012

  57. [66]

    The artificial intelligence of the ethics of artificial intelligence

    Joanna Bryson. The artificial intelligence of the ethics of artificial intelligence. InThe Oxford Handbook of Ethics of AI, pages 3–25. Oxford University Press, 2020

  58. [67]

    task d e s c r i p t i o n

    Martin Buber. I and Thou. T&T Clark, 1923. Appendices A Appendix A: SynLang Protocol Specification v. 1.2.0 This appendix presents the full specification of the SynLang (Symbiotic Syntactic Language) protocol in its raw Markdown format. SynLang is a formal communication protoc...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.