REVIEW 5 major objections 5 minor 48 references
Computational Architects of Society: Quantum Machine Learning for Social Rule Genesis
T0 review · 5 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper claims that a quantum-inspired model—each person holding two behavioral potentials, shaped by a social-norm rule and AI agents—can simulate the emergence, breakdown, and re-stabilization of social norms.
desk verdict The quantum formalism collapses under its own norm operator; the simulations confirm the model's mechanics, so this is a proof-of-concept in search of a valid model. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the social norm operator, the $2\times 2$ matrix $\begin{pmatrix} s & 1-s \\ 1-s & s \end{pmatrix}$, applied to the two-component behavioral state vector; with $s \in [0,1]$ it plays the role of a quantum gate (a state-transforming operator) that pushes individuals toward or away from conformity. Around it sit the superposition state $|S\rangle = p_R |R\rangle + p_N |N\rangle$, the entangled pair state $|S_{AB}\rangle = p_{RR}|RR\rangle + p_{NN}|NN\rangle$, and the tensor-product full-system state, so that norms, bonds, and society are mapped onto gates, entanglement, and circuits. The ideal-type experiments III-V additionally use maximally entangled multi-qubit states and Pauli $Z$-observables to track correlation decay. These pieces carry the argument that micro-level randomness aggregates into macro-level order.
What would settle it
Start one agent in the pure conforming state $|R\rangle = [1,0]$ and apply the norm operator with $s = 0.9$; the result is $[0.9, 0.1]$, whose squared entries sum to $0.82$, not $1$—so unless the simulation includes an explicit renormalization step, the 'probabilities' produced by the model are not probabilities at all.
Extended reading notes
Core claim
The paper's central discovery, stated on its own terms, is that a two-state quantum-inspired representation of individual behavior—$|S\rangle = p_R |R\rangle + p_N |N\rangle$ with $p_R^2 + p_N^2 = 1$, so each person is a superposition (a blend of two behavioral potentials)—combined with a $2\times 2$ social-norm operator and entanglement (mutual influence between paired agents), produces macroscopic social patterns when run through 25 generative agents. Stronger norm strength ($s$ closer to 1) amplifies an initial conforming bias; normative discipline, punishment, and peer influence drive behavioral entropy (a measure of disorder) steadily downward; abrupt norm shocks cause entropy spikes followed by partial re-stabilization; and a Watcher figure (a symbolic central observer representing surveillance) with spatial discipline produces internalized compliance. The paper takes these outputs as evidence that quantum principles integrated with generative AI can model uncertainty, emergence, and interdependence in complex social systems, and that social rules can emerge, spread, and re-form as equilibria of the system.
Load-bearing premise
The load-bearing premise is that repeatedly applying the social-norm matrix $\begin{pmatrix} s & 1-s \\ 1-s & s \end{pmatrix}$ to a person's two behavior probabilities keeps those probabilities adding up to one; the paper does not show this happens, and if it does not, the reported probabilities and entropy values are not well-defined.
Editorial extensions
If this is right
- Groups exposed to higher normative pressure and stronger initial conformity will end with a dominant role-conforming majority, while weaker norms allow a balanced mix.
- Combined normative discipline, punishment for deviance, and peer influence will drive a population toward a stable behavioral equilibrium, visible as declining entropy over hundreds of steps.
- Abrupt changes in the target norm will produce temporary spikes in behavioral disorder, with compliers and rebels far more volatile than authorities, and the system will re-stabilize at a higher entropy level under fatigue.
- A monitored spatial environment with a symbolic Watcher will redirect low-trust and low-compliance agents to a disciplinary site, and high-trust agents will express internalized compliance.
- Across all these settings, social systems will tend toward equilibrium even after disruptions, with the equilibrium shaped by normative strength, role heterogeneity, and power structure.
Reading between the lines
- A testable extension would replace the non-unitary norm matrix with a unitary or explicitly renormalized update: if the qualitative patterns survive, they reflect the model's structure rather than an artifact of shrinking state norms.
- The two-group entanglement experiment is formally a synchronization process; comparing it with a classical opinion-dynamics baseline would show whether the quantum vocabulary adds predictive power or only redescribes consensus.
- Ideal-types III-V, which use maximally entangled multi-qubit circuits and Pauli-$Z$ correlation decay, were left unapplied in the empirical phase; implementing them with generative agents would test whether 'entanglement decay' has any observable social counterpart, such as fading inter-group influence.
- Because the framework treats society as redesignable, it invites counterfactual policy experiments that vary norm strength and surveillance intensity to see which parameter regimes yield resilient versus fragile normative orders.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a 'quantum-informed' computational framework for social rule emergence, combining a quantum-inspired state-vector model of individual behavior with generative AI (GPT-4) and Qiskit-based randomness. It presents four implemented experiments plus three additional ideal-type scenarios, claiming that higher norm strength increases conformity, that discipline and peer influence produce convergence, that norm shocks cause entropy spikes, and that a Pygame surveillance simulation illustrates Foucauldian discipline. The central formal device is a two-state superposition |S⟩ = p_R|R⟩ + p_N|N⟩ with p_R^2 + p_N^2 = 1, acted on by a 'Social Norm Operator' M = [[s, 1-s], [1-s, s]].
Significance. If the framework were internally consistent and the experiments genuinely tested quantum principles, the paper could contribute to an interdisciplinary discussion of quantum-inspired social simulation. The author correctly identifies a gap between micro-level quantum cognition models and macro-level social dynamics, and the use of generative agents plus quantum randomness is a plausible vehicle for exploratory simulation. The paper also ships executable artifacts (Qiskit circuits, a Pygame environment, and a GitHub repository), which is a practical strength. However, the formal core is not sound: the norm operator is non-unitary, the normalization condition is violated after one application, and the main 'hypotheses' are restatements of the operator's deterministic mechanics rather than falsifiable predictions. As a result, the reported probabilities, entropy values, and emergent patterns are not well-defined, and the work does not currently support its central claim that quantum principles enable the modeling of uncertainty, emergence, and interdependence in social systems.
major comments (5)
- [§III.B and §IV.A] The state vector normalization condition is incompatible with the Social Norm Operator. Section III.B defines |S⟩ = p_R|R⟩ + p_N|N⟩ with p_R^2 + p_N^2 = 1, and §IV.A defines M = [[s, 1-s], [1-s, s]] applied to each individual's amplitude vector. For 0 < s < 1, M is not unitary (eigenvalues 1 and 2s−1), so repeated application contracts the antisymmetric component. Concretely, with s = 0.6 and initial vector (1,0), one application yields (0.6,0.4), whose squared norm is 0.52, not 1. The manuscript states no renormalization step. Therefore the 'probabilities' and all entropy values reported in Experiments 1–3 are not well-defined after the first operator application, and the formal foundation of the paper's central claim is internally inconsistent.
- [§V, Experiment 1 and §IV.A] The first hypothesis is circular. Since the Social Norm Operator is a deterministic linear transformation that, for s > 0.5, moves every amplitude vector toward the |R⟩ basis and for s < 0.5 toward |N⟩, the finding that higher s yields more role-conforming behavior is a direct consequence of the operator's definition rather than an emergent or empirical result. Similarly, the claim that higher initial conforming bias amplifies conformity is guaranteed by the linearity of the update. The experiment therefore does not test a hypothesis; it restates the model mechanics.
- [§V, Experiments 2–3] The simulations in Experiments 2 and 3 are classical update rules (discipline, punishment, peer influence, role-specific parameters) without any quantum measurement, superposition, or entanglement in the implemented dynamics. The entropy plots and convergence behavior follow from those classical rules and from abrupt changes in the target norm parameter. The paper nevertheless labels these as 'quantum observables' and uses them to support the conclusion that 'quantum principles, when integrated with generative AI, enable the modeling of...'. As written, these experiments provide no evidence for the quantum-mechanical part of the claim.
- [§VI and Appendix (Ideal-types III–V)] The abstract and introduction state that five ideal-type experiments are simulated, but the empirical section implements only Experiments 1–4, and Experiment 4 is a qualitative Pygame visualization rather than a quantitative test. The conclusion itself concedes that Ideal-types III–V have 'not been fully applied in the empirical phase.' This overstatement should be corrected in the abstract, or the additional experiments should be reported with results.
- [§III.B and Appendix Step 2] The coefficients p_R and p_N are described both as 'probabilistic weights' and as 'amplitudes,' and the text switches between p_R^2 + p_N^2 = 1 and a probability interpretation. This ambiguity is not merely terminological: if the coefficients are amplitudes, the operator M must be unitary; if they are probabilities, M must act as a stochastic matrix on a probability vector. The paper uses neither interpretation consistently, which is part of why the normalization violation is left unaddressed.
minor comments (5)
- [§I] There is a formatting error in the sentence beginning 'Both disciplines begin with elementary units': the parenthetical '(Table I)' is missing its opening parenthesis.
- [References] Reference [43] lists the author as 'W. Ideal-Types,' which is not a valid author name; this appears to be a bibliographic error that must be corrected.
- [§V, Experiment titles] Experiment 1 is titled 'Quantum-Inspired Social Conformity under Normative Pressure' and Experiment 2 is titled 'Behavioral States and Norm Influence via Computational Simulation,' but Experiment 2's setup is nearly identical to Experiment 1's setup; the titles and numbering are confusing and should be differentiated.
- [§IV.A] The parameter range for the norm strength is stated as 's ∈ [0,1]' in one place and 'strength from 0.5 to 1.0' in another; the text should specify the exact admissible range and explain whether values below 0.5 are permitted.
- [§V, Figure captions] Figures 1 and 2 captions are minimal and do not fully describe the plotted quantities or the parameter values used; the captions should state which curves correspond to Group A and Group B and what 'behavioral shift' means quantitatively.
Circularity Check
The paper's central empirical findings are restatements of its own model mechanics: the social norm operator is defined to push toward conformity, and each experiment's hypothesis is encoded in its update rules.
-
self definitional
[Section IV.A, Ideal-type I (Social Norm Operator and Hypothesis), repeated in Section V, Experiment 1]
"The Social Norm Operator is defined as: s 1−s 1−s s where s ∈ [0, 1] represents the strength of social normative pressure. ... A higher value of s indicates stronger normative pressure, pushing individuals toward conformity. ... Specifically, it is expected that groups exposed to stronger normative pressure (higher s) and initialized with a higher bias toward conformity will exhibit a greater number of role-conforming individuals."
The matrix M = [[s,1-s],[1-s,s]] is defined so that it maps every state (p_R,p_N) to (s p_R + (1-s)p_N, (1-s)p_R + s p_N). The conforming-minus-norm-breaking difference after one application is (2s-1)(p_R - p_N), so for any s > 1/2 the conforming amplitude is strictly amplified and larger s amplifies it more. The hypothesis that higher s yields more role-conforming individuals is therefore a restatement of the operator's definition, not an independent empirical prediction of the simulation.
-
self definitional
[Section V, Experiment 2 (Setup and Hypothesis)]
"Agents are drawn toward a target behavior (the social norm) through a discipline term. If an agent deviates too far from the norm, a punishment mechanism adjusts their behavior more strongly. Additionally, agents are influenced by the average behavior of their peers, simulating social conformity through local interactions. ... Hypothesis. Experiment 2 hypothesizes that the combination of normative discipline, targeted punishment, and peer influence will guide the agents toward behavioral convergence."
The simulation is a mean-reverting dynamical system by construction: agents are explicitly drawn toward the target norm, punished more strongly when they deviate, and pulled toward the peer average. The predicted convergence and declining entropy are properties of these update rules, not emergent findings. Reporting the simulation as confirming the hypothesis is equivalent to reporting that the implemented attraction terms attract.
2 more flagged steps
-
self definitional
[Section V, Experiment 3 (Setup, Hypothesis, and Results)]
"Over 300 time steps, the social norm target changes at predefined shock points, modeling dynamic environments. ... Entropy-used as a measure of behavioral diversity-is expected to spike during norm shocks, followed by gradual convergence as the system stabilizes. ... two visible spikes in entropy around time steps 150 and 230 correspond to norm shocks, where the target norm value is abruptly altered."
The experiment itself inserts sudden changes in the target norm at time steps 150 and 230 and then reports that entropy spikes at those same steps before re-converging. Any adaptive system with finite response speed will show a transient increase in diversity immediately after its target is moved, followed by relaxation toward the new target. The spike-then-convergence pattern is an artifact of the shock schedule and the attraction dynamics, not a discovery about social order.
-
self definitional
[Section V, Experiment 4 (Setup and Hypothesis)]
"The core mechanic is disciplinary enforcement: agents who deviate from their scheduled location are automatically redirected to School, representing institutional correction. ... Hypothesis. Experiment 4 hypothesizes that agents with low trust or compliance will exhibit resistance to their schedules and be more frequently redirected to the disciplinary site (School). Conversely, agents with high trust and compliance are expected to follow their paths without intervention."
The redirection rule is the enforcement mechanism itself: if deviation is defined as leaving the schedule and deviating agents are automatically redirected by the implemented rule, then low-compliance agents will necessarily appear at the disciplinary site more often. The result that the Watcher and School shape behavior is therefore a playback of the code's own decision logic, not an empirical confirmation of a Foucauldian hypothesis.
full rationale
The paper's hypotheses are not tested against external data; they are restatements of the update rules and operators that define each simulation. The social norm operator in Section IV.A is explicitly designed to push states toward the role-conforming basis, so Experiment 1's confirmed monotonicity in s is a direct algebraic consequence. Experiments 2-4 similarly build convergence, shock responses, and disciplinary redirection into the mechanics, so their findings are playback of the implementation. No load-bearing self-citation appears, so the circularity is internal to the construction rather than imported from prior work. Because the central claimed results reduce to the model's own definitions, the score is 8. Separately, the mathematical apparatus is not well-defined: M = [[s,1-s],[1-s,s]] is not unitary, and with no renormalization the condition p_R^2 + p_N^2 = 1 fails after one application, so the reported probabilities and entropies are not valid quantum observables; this is a correctness problem beyond circularity, and it reinforces that the quantum-prediction language is doing no independent derivational work.
Assumptions & free parameters
free parameters (5)
- norm strength s =
0.9 and 0.6 in Experiment 1
- initial_role_bias =
0.6 (Group A), 0.4 (Group B)
- entanglement strength =
not specified
- discipline, punishment, and peer influence weights =
not specified
- trust and compliance initial values =
random values in [0,1]
assumptions (5)
- domain assumption The quantum analogy between qubits and individuals is a valid basis for modeling social behavior.
- ad hoc to paper The social norm operator, a symmetric 2x2 matrix with diagonal s, adequately represents the effect of social norms.
- domain assumption GPT-4 agents responding to prompts are valid proxies for human social actors.
- domain assumption Entropy computed over agent behaviors is a meaningful measure of social order.
- ad hoc to paper GHZ entanglement decay is relevant to social rule dynamics.
invented entities (2)
-
The Watcher
-
Social Norm Operator
Cite this review
Pith. "Pith review of Computational Architects of Society: Quantum Machine Learning for Social Rule Genesis." pith.science (2026). https://pith.science/paper/GFHK7Q23
@misc{pith2026250603503,
author = {Pith},
title = {Pith review of: Computational Architects of Society: Quantum Machine Learning for Social Rule Genesis},
year = {2026},
howpublished = {\url{https://pith.science/paper/GFHK7Q23}},
note = {Machine review of arXiv:2506.03503}
}
read the original abstract
The quantification of social science remains a longstanding challenge, largely due to the philosophical nature of its foundational theories. Although quantum computing has advanced rapidly in recent years, its relevance to social theory remains underexplored. Most existing research focuses on micro-cognitive models or philosophical analogies, leaving a gap in system-level applications of quantum principles to the analysis of social systems. This study addresses that gap by proposing a theoretical and computational framework that combines quantum mechanics with Generative AI to simulate the emergence and evolution of social norms. Drawing on core quantum concepts--such as superposition, entanglement, and probabilistic measurement--this research models society as a dynamic, uncertain system and sets up five ideal-type experiments. These scenarios are simulated using 25 generative agents, each assigned evolving roles as compliers, resistors, or enforcers. Within a simulated environment monitored by a central observer (the Watcher), agents interact, respond to surveillance, and adapt to periodic normative disruptions. These interactions allow the system to self-organize under external stress and reveal emergent patterns. Key findings show that quantum principles, when integrated with generative AI, enable the modeling of uncertainty, emergence, and interdependence in complex social systems. Simulations reveal patterns including convergence toward normative order, the spread of resistance, and the spontaneous emergence of new equilibria in social rules. In conclusion, this study introduces a novel computational lens that lays the groundwork for a quantum-informed social theory. It offers interdisciplinary insights into how society can be understood not just as a structure to observe but as a dynamic system to simulate and redesign through quantum technologies.
Reference graph
Works this paper leans on
-
[1]
K. Marx, “Theses on feuerbach,” https://www.marxists.org/archive/ marx/works/1845/theses/, 1845, thesis XI: "The philosophers have only interpreted the world in various ways; the point, however, is to change it."
-
[2]
Dumas, The Count of Monte Cristo
A. Dumas, The Count of Monte Cristo . Project Gutenberg, 1844, original work published in serialized form, 1844–
-
[3]
A. Comte, The Positive Philosophy of Auguste Comte . Calvin Blanchard, 1853, originally published in French as "Cours de philosophie positive" (1830–1842)
-
[4]
T. M. Porter, The Rise of Statistical Thinking, 1820–1900 . Princeton University Press, 1986
work page 1900
-
[5]
F. E. Manuel, The Shaping of the Modern Mind . Harvard University Press, 1962
work page 1962
-
[6]
K. Svozil and K. Svozil, “Shut up and calculate,” Physical (A) Causality: Determinism, Randomness and Uncaused Events , pp. 47–49, 2018
work page 2018
-
[7]
History: Shut up and calculate!
D. Kaiser, “History: Shut up and calculate!” Nature, vol. 505, no. 7482, pp. 153–155, 2014
work page 2014
-
[8]
What’s wrong with this pillow?
N. D. Mermin, “What’s wrong with this pillow?” Physics Today, vol. 42, no. 4, p. 9, 1989
work page 1989
Show all 48 references
-
[9]
The unanticipated consequences of purposive social action,
R. K. Merton, “The unanticipated consequences of purposive social action,” American Sociological Review , vol. 1, no. 6, pp. 894–904, 1936
1936
-
[10]
Free Press, 1968
——, Social Theory and Social Structure , enlarged ed. Free Press, 1968
1968
-
[11]
The myth of functional analysis as a special method in sociology and anthropology,
K. Davis, “The myth of functional analysis as a special method in sociology and anthropology,” American Sociological Review , vol. 24, no. 6, pp. 757–772, 1959
1959
-
[12]
Quantum theory, the church–turing principle and the universal quantum computer,
D. Deutsch, “Quantum theory, the church–turing principle and the universal quantum computer,” Proceedings of the Royal Society A, vol. 400, no. 1818, pp. 97–117, 1985
1985
-
[13]
Quantum computing,
A. Steane, “Quantum computing,” Reports on Progress in Physics, vol. 61, no. 2, p. 117, 1998
1998
-
[14]
Hirvensalo, Quantum computing
M. Hirvensalo, Quantum computing . Springer Science & Business Media, 2013
2013
-
[15]
An introduction to quantum computing for non-physicists,
E. Rieffel and W. Polak, “An introduction to quantum computing for non-physicists,” ACM Computing Surveys (CSUR) , vol. 32, no. 3, pp. 300–335, 2000
2000
-
[16]
Quantum computing,
G. Brassard, I. Chuang, S. Lloyd, and C. Monroe, “Quantum computing,” Proceedings of the National Academy of Sciences , vol. 95, no. 19, pp. 11 032–11 033, 1998
1998
-
[17]
Bernhardt, Quantum computing for everyone
C. Bernhardt, Quantum computing for everyone . MIT Press, 2019
2019
-
[18]
Quantum computing,
S. Li, G. Long, F. Bai, S. Feng, and H. Zheng, “Quantum computing,” Proceedings of the National Academy of Sciences , vol. 98, no. 21, pp. 11 847–11 848, 2001
2001
-
[19]
Quantum computers,
T. Ladd, F. Jelezko, R. Laflamme, Y . Nakamura, C. Monroe, and J. O’Brien, “Quantum computers,” Nature, vol. 464, no. 7285, pp. 45–53, 2010
2010
-
[20]
Quantum computing: pro and con,
J. Preskill, “Quantum computing: pro and con,” Proceedings of the Royal Society of London. Series A: Mathematical, Physical and Engineering Sciences , vol. 454, no. 1969, pp. 469–486, 1998
1969
-
[21]
Quantum computing with qiskit,
A. Javadi-Abhari, M. Treinish, K. Krsulich, C. Wood, J. Lishman, J. Gacon, S. Martiel, P. Nation, L. Bishop, A. Cross, and B. Johnson, “Quantum computing with qiskit,” arXiv preprint arXiv:2405.08810, 2024
2024 arXiv
-
[22]
Quantum computation,
D. DiVincenzo, “Quantum computation,” Science, vol. 270, no. 5234, pp. 255–261, 1995
1995
-
[23]
Hidary, Quantum computing: an applied approach
J. Hidary, Quantum computing: an applied approach . Springer, Cham, 2021, vol. 1
2021
-
[24]
Pittenger, An introduction to quantum computing algorithms
A. Pittenger, An introduction to quantum computing algorithms . Springer Science & Business Media, 2012, vol. 19
2012
-
[25]
A survey on quantum computing technology,
L. Gyongyosi and S. Imre, “A survey on quantum computing technology,” Computer Science Review , vol. 31, pp. 51–71, 2019
2019
-
[26]
Wendt, Quantum Mind and Social Science: Unifying Physical and Social Ontology
A. Wendt, Quantum Mind and Social Science: Unifying Physical and Social Ontology . Cambridge University Press, 2015
2015
-
[27]
Haven and A
E. Haven and A. Khrennikov, Quantum Social Science . Cam- bridge University Press, 2013
2013
-
[28]
J. R. Busemeyer and P. D. Bruza, Quantum Models of Cognition and Decision. Cambridge University Press, 2012
2012
-
[29]
The rules of sociological method,
Émile Durkheim, “The rules of sociological method,” in Social Theory Re-Wired, 3rd ed., W. Wadsworth and D. Rasch, Eds. New York: Routledge, 2023, p. 6, originally published in 1895
2023
-
[30]
Quantum computing in the nisq era and beyond,
J. Preskill, “Quantum computing in the nisq era and beyond,” Quantum, vol. 2, p. 79, 2018
2018
-
[31]
M. A. Nielsen and I. L. Chuang, Quantum computation and quantum information. Cambridge university press, 2010
2010
-
[32]
More is different,
P. W. Anderson, “More is different,” Science, vol. 177, no. 4047, pp. 393–396, 1972
1972
-
[33]
Kindergarten quantum mechanics: Lecture notes,
B. Coecke, “Kindergarten quantum mechanics: Lecture notes,” in AIP Conference Proceedings, vol. 810, no. 1. American Institute of Physics, 2006, pp. 81–98
2006
-
[34]
Categorical quantum mechanics,
S. Abramsky and B. Coecke, “Categorical quantum mechanics,” in Handbook of Quantum Logic and Quantum Structures . Elsevier, 2009, vol. 2, pp. 261–325
2009
-
[35]
Parsons, The Social System
T. Parsons, The Social System . Free Press, 1951
1951
-
[36]
Heisenberg, Physics and Philosophy: The Revolution in Modern Science
W. Heisenberg, Physics and Philosophy: The Revolution in Modern Science. Harper, 1958
1958
-
[37]
Mitchell, Complexity: A Guided Tour
M. Mitchell, Complexity: A Guided Tour . Oxford: Oxford University Press, 2009
2009
-
[38]
The role of space in the formation of social ties,
M. L. Small and L. Adler, “The role of space in the formation of social ties,” Annual Review of Sociology , vol. 45, no. 1, pp. 111–132, 2019
2019
-
[39]
Quantum entanglement,
R. Horodecki, P. Horodecki, M. Horodecki, and K. Horodecki, “Quantum entanglement,” Reviews of modern physics , vol. 81, no. 2, pp. 865–942, 2009
2009
-
[40]
Quantum picturalism,
B. Coecke, “Quantum picturalism,” Contemporary physics, vol. 51, no. 1, pp. 59–83, 2010
2010
-
[41]
Quantum computing: A taxonomy, systematic review and future directions,
S. S. Gill, A. Kumar, H. Singh, M. Singh, K. Kaur, M. Usman, and R. Buyya, “Quantum computing: A taxonomy, systematic review and future directions,” Software: Practice and Experience , vol. 52, no. 1, pp. 66–114, 2022
2022
-
[42]
Weber, Economy and Society: An Outline of Interpretive Sociology, G
M. Weber, Economy and Society: An Outline of Interpretive Sociology, G. Roth and C. Wittich, Eds. Berkeley: University of California Press, 1978, vol. 1, originally published posthumously in 1922
1978
-
[43]
A physico-social theory of weberian ideal-types: The newtonian deconstruction of classical sociology
W. Ideal-Types, “A physico-social theory of weberian ideal-types: The newtonian deconstruction of classical sociology.”
-
[44]
Gpt-4 technical report,
J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida et al., “Gpt-4 technical report,” arXiv preprint arXiv:2303.08774, 2023
2023 arXiv
-
[45]
Openai api,
OpenAI, “Openai api,” https://openai.com/blog/openai-api, ac- cessed: 2025-04-10. APPENDIX
2025
-
[47]
Base Quantum Formula: As shown in item ((2)), social bonds function analogously to entanglement. Fig. 9 Step 1: Base Quantum Formula: In quantum mechan- ics, the state of a qubit is written as: |ψ⟩ = α |0⟩ + β |1⟩ where: • |ψ⟩ is the quantum state, • α, β are complex amplitude...
-
[48]
Ideal-type III: Quantum Social Dynamics and Entan- glement Decay Setup
Final Combined Math Structure (Summary): • Micro level: |S⟩ = pR |R⟩ + pN |N ⟩ , p 2 R + p2 N = 1 • Social connection (entanglement): |SAB⟩ = pRR |RR⟩ + pN N|N N⟩ • Macro system (emergent structure): |S⟩ = NO i=1 |Si⟩ • Social influence (norms as operators): |S′⟩ = N |S⟩ A. Id...
-
[1846]
[Online]
Translated from French. [Online]. Available: https: //www.gutenberg.org/ebooks/1184
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.