Theme: Measurement

  • CONDUCTING A SOCRATIC DIALOG WITH CHATGPT To Test Its Abilities and Utility as A

    CONDUCTING A SOCRATIC DIALOG WITH CHATGPT To Test Its Abilities and Utility as A Teaching Method.
    (Operational Language, Grammar, Measurement, Programmability, and Explanatory Capacity.)

    CurtD
    Please explain your definition of ‘operational language’.

    ChatGPT
    In the context of artificial intelligence and natural language processing, “operational language” typically refers to the language that a system or model uses to perform its tasks. This could be the language in which it was trained, or the language it uses to interact with users or other systems.

    For example, if an AI model was trained on English text data and uses English to communicate with users, we could say that English is its operational language.

    In a broader context, “operational language” can also refer to the specific jargon, terms, or language structure used within a particular field or operation, such as in a business, scientific, or military context. This language is used to facilitate clear and precise communication within that specific context.

    CurtD
    Couldn’t operational language also refer to the paradigm, vocabulary, grammar, and syntax that humans use to perform their tasks: a list of actions that would be analgous to instructions?

    ChatGPT
    Yes, absolutely. In a broader context, “operational language” can indeed refer to the specific set of vocabulary, grammar, syntax, and even non-verbal cues that individuals or groups use to perform tasks, communicate complex ideas, or coordinate actions. This can be seen in various professional fields such as medicine, law, science, engineering, and others, where specific terminologies and ways of communication are used to ensure precision and mutual understanding.

    In this sense, operational language is not just about the words used, but also the context, the shared understanding, and the specific ways these words are used to achieve certain goals or perform certain tasks. This can also include the “instructions” or protocols for communication within a particular field or context.

    For example, in a surgical team, the operational language would include not only medical terms, but also specific phrases and protocols used during a surgery. Similarly, in a software development team, the operational language would include technical terms, coding languages, and specific jargon used in the field of software development.

    CurtD
    I see. We are still differing in our understandings. When you use the term operational language you are referring to what amounts to terms of protocol within a domain. The meaning I’m trying to obtain your understanding of, is literally “a sequence of physical actions, verbal speech, and logical and rational thought” in the most unambiguous, repeatable terms possible. For example, say, contemporary computer languages can perform only so many basic operations, and those basic operations can be organized into sequences or functions representing other sets of sequences. So in this sense, rather than domain-specific protocols, human operational language would consist of only those primitives (reductions) of human action, whether physical, verbal, or rational.

    ChatGPT
    I see. Thank you for the clarification. In the context you’re describing, “operational language” would refer to the fundamental, basic actions or operations that underlie complex behavior, much like the primitive operations in a computer language.

    In terms of human action, these could be basic motor movements like grasping or walking. In terms of speech, these could be basic units of sound (phonemes) or meaning (morphemes). In terms of thought, these could be basic cognitive operations like recognizing a pattern, recalling a memory, or making a decision.

    These basic operations can be combined in various ways to perform more complex tasks, much like how primitive operations in a computer language can be combined to create complex programs. This perspective aligns with the reductionist approach in many fields of science, where complex phenomena are understood in terms of their simpler, constituent parts.

    However, it’s important to note that human behavior is highly complex and context-dependent, and may not always be reducible to simple, repeatable operations in the way that computer operations are. There’s ongoing debate in fields like cognitive science and linguistics about what the basic operations of human cognition and language are, and how they give rise to complex behavior.

    CurtD
    OK. So, “in your vast wisdom” ;), is there a better term than “operational language” for that reductionist definition of “operational language”?

    ChatGPT
    The term “primitive operations” or “primitive functions” is often used in computer science and cognitive science to refer to the basic, irreducible actions or processes that underlie complex behavior. This term captures the reductionist approach you’re describing, where complex phenomena are understood in terms of their simpler, constituent parts.

    In the context of human behavior specifically, you might also use terms like “basic motor patterns” or “fundamental cognitive operations”. In the context of language, you might use “phonemes” and “morphemes” to refer to the basic units of sound and meaning, respectively.

    However, I’m not aware of a single term that encompasses all of these concepts across physical action, speech, and thought. The term “operational language,” as you’ve defined it, could be a useful way to capture this idea, as long as it’s clearly defined in any context where it’s used.

    CurtD
    Why, thank you for your wise counsel. πŸ˜‰

    Now I have a problem. It shouldn’t be a hard problem. But I’d like to describe the problem and communicate it more effectively, and possibly solve it. We know the difference between numerically cardinal, numerically ordinal, non numerically ordered: as sequence of terms whose position relative to one another (triangulation) is not repreesnted with any numerical value. In other words, in programming array, we might order numerically, alphabetically, by the order of addition to the array, because in both cases the information necessary for ordering those values is contained in the values themselves according to some standard system of organiztion such as numbers or the alphabet or dates . Or we might insert values (words) into the array using some less or non standard sorting order that requires dictionary definitions, and unambiguous dictionary definitions at that, to determine the sequence of the terms. Does this make sense so far?

    ChatGPT
    Yes, your explanation makes sense so far. You’re discussing different ways of ordering or sorting elements in an array.

    These can be:
    – Numerically Cardinal: The elements are sorted based on their numerical value, such as [1, 2, 3, 4, 5].

    – Numerically Ordinal: The elements are sorted based on their position in a sequence, such as [first, second, third, fourth, fifth].

    – Non-Numerically Ordered: The elements are sorted based on some non-numerical criterion. This could be alphabetical order, the order in which elements were added to the array, or some other criterion that doesn’t rely on numerical value.

    – Dictionary-Defined Order: The elements are sorted based on the definitions of the words, which requires a dictionary or some other external reference to determine the order.

    These different sorting methods can be used depending on the nature of the data and the specific requirements of the task at hand. Please continue with your problem description.

    CurtD
    Now, there is still a bit of a problem with dictionary-defined order, because many terms are ambiguous. For example in the sequence “Evil, Immoral, Unethical, Amoral, Ethical, Moral, Virtuous”, the sequence produces of a dimension of measurement for moral actions. And the properties that are consistent between all terms in the sequence are (a) the asymmetry of knowledge and (b) subsequent directness to indirectness of the relationship between parties, (c) the scale of the population that might be affected, (d) the intention to profit, escape blame, or to harm. So to effectively understand that system of measurement would require definitions of each term that identified those properties across those terms. Does that make sense?

    ChatGPT
    Yes, your explanation makes sense. You’re discussing the idea of creating an ordered sequence of terms that represent a spectrum or dimension of moral actions. The order of these terms is not based on numerical value or alphabetical order, but rather on the nuanced meanings of the words, which can be understood as points along a continuum of moral behavior.
    The properties you’ve identified (asymmetry of knowledge, directness of relationship between parties, scale of affected population, and intention to profit, escape blame, or harm) are dimensions that can help define and differentiate these terms.

    However, as you’ve pointed out, these terms can be ambiguous and their meanings can vary depending on context or individual interpretation. This is a common challenge in language and semantics, and it’s why clear, unambiguous definitions are important when using this kind of dictionary-defined order.

    In this case, you would need to provide clear definitions for each term in your sequence that specify how each term relates to these properties. This could involve a significant amount of work in defining these terms and ensuring that the definitions are understood and agreed upon by all relevant parties.

    CurtD
    Agreed. Now, circling back to the previous questions, these terms would need to be defined in “operational langauge” using “primitive operations”, “primitive functions”, “basic motor patterns” or “fundamental cognitive operations” to render them unambiguous. Yes?

    ChatGPT
    Yes, that’s correct. To reduce ambiguity and ensure clear understanding, these terms would ideally be defined using a form of “operational language” that breaks down the concepts into their most basic, fundamental components. This could involve “primitive operations” or “fundamental cognitive operations” that represent the simplest, most basic actions or processes involved in these concepts.

    For example, the term “ethical” could be broken down into a series of basic cognitive operations such as recognizing a moral dilemma, considering the potential outcomes of different actions, weighing these outcomes against a set of moral principles, and making a decision based on this analysis.

    By defining these terms in this way, you can help ensure that they are understood in the same way by all relevant parties, reducing the potential for misunderstanding or misinterpretation. However, it’s important to note that this is a complex task that requires a deep understanding of both the concepts involved and the cognitive processes underlying these concepts.

    CurtD
    So this resulting unambiguous operational language would be very similar to a programming language, in that it is constructed from basic human operations instead of basic computer operations. And then other terms could be define as functions consisting of sets of human operations. And yes, humans are capable of relatively complex operations. But then when we are talking about easily observable physical and more difficult subjectively testable cognitive operations, through empathizing and sympathizing, with information sufficient to comprehend motive. Does this make sense? Do you have any advice or criticism?

    ChatGPT
    Yes, your explanation makes sense. You’re essentially describing a form of “human programming language” that uses basic human operations as its primitives. Just as a computer programming language defines complex functions in terms of basic computer operations, this human programming language would define complex human behaviors or concepts in terms of basic human operations.

    This approach could potentially provide a more precise and unambiguous way to define and understand complex human behaviors or concepts. However, it also presents several challenges:

    – Defining the Primitives: Identifying the basic human operations that will serve as the primitives of this language could be challenging. While some physical operations are relatively easy to define and observe, cognitive operations are often more complex and less directly observable.

    – Subjectivity and Interpretation: Even with a well-defined set of primitives, there is still potential for subjectivity and interpretation in how these operations are combined to define more complex behaviors or concepts. Different people may have different interpretations of the same sequence of operations.

    – Empathy and Sympathy: As you mentioned, understanding human behavior often involves empathizing and sympathizing with others, which involves complex cognitive and emotional processes that may be difficult to capture in this kind of operational language.

    – Complexity of Human Behavior: Human behavior is highly complex and context-dependent, and may not always be reducible to a sequence of basic operations. There are often multiple factors influencing a person’s behavior at any given time, and these factors can interact in complex ways.

    Despite these challenges, this approach could provide a valuable tool for understanding and communicating about human behavior, especially in fields like psychology, cognitive science, and artificial intelligence. It could also provide a foundation for developing more sophisticated models of human behavior.

    CurtD
    If it is possible (and I’m relatively certain from my work that it is), to define human instinctual, intuitionistic, and cognitive behavior – at least categorically – with sufficient precision that a distribution of behavior in a group can be predicted, even if an individual’s behavior can’t necessarily be predictied, we could explain much more of demonstrated behavior whether verbal or physical. Does that make sense?

    ChatGPT
    Yes, that makes sense. Your proposition aligns with the goals of many fields such as psychology, sociology, cognitive science, and behavioral economics, which aim to understand and predict human behavior.
    While individual behavior can be highly variable and influenced by numerous factors, making it difficult to predict with precision, patterns often emerge at the group level that can be more reliably predicted. This is because individual variations can balance out in a large group, revealing underlying trends and patterns.

    By defining a precise “operational language” of human behavior, as you’ve described, it could be possible to better identify these patterns and make more accurate predictions about group behavior. This could be a powerful tool for understanding a wide range of phenomena, from social trends to economic behavior to political movements.

    However, it’s important to note that this is a complex task that requires a deep understanding of both the specific behaviors being studied and the broader context in which they occur. It also requires careful data collection and analysis, and the results should be interpreted with caution, recognizing the limitations and potential sources of error.

    CurtD
    Now that we’ve discussed the theoretical aspects of this question, how about we test the indirect empirical evidence of this problem, by considering the problem of court, adversarial parties, a jury, and judge? In this legal context the problem of means, opportunity, and motive are required, and the principle problem of lawyers, jury, and judge is often which party, or rather, how each party, is responsible due to failures of due diligence and relying on ignorance, error, bias and deceit. In other words, while findings of fact are the stated purpose of the courtroom, that purpose of those facts is to determine the mental condition of the parties. This is only possible because of marginal indifference in human behavior given our differences in abilities, experience, and education. So if understanding another person’s motives has been the purpose of the court for millennia, and we are successful at it daily because of the human abiity to understand motives when possessed of sufficient contextual information, why shouldn’t human behavior outside of the court be understandable and explicable in retrospect – even if not predictable in advance?

    ChatGPT
    Your point is well taken. The legal system indeed operates on the premise that human behavior can be understood, and that motives, intentions, and states of mind can be inferred from actions and evidence. This is fundamental to concepts like intent, negligence, and due diligence in legal contexts.

    The process of a trial, with its presentation of evidence, cross-examination, and deliberation, is essentially a structured method for collectively interpreting human behavior. It’s a way of making sense of what happened, why it happened, and who should be held responsible.

    In a broader context, many fields of study, from psychology to sociology to history, are based on the idea that human behavior can be understood and explained, at least to some degree. These fields use various methods to gather evidence, interpret it, and build theories about why people behave the way they do.

    However, there are a few important caveats:

    – Complexity and Unpredictability: Human behavior is influenced by a multitude of factors, including genetics, upbringing, culture, personal experiences, and current circumstances. This makes it incredibly complex and often unpredictable. Even in a legal context, where a lot of resources are devoted to understanding a specific behavior, interpretations can be contested and certainty is often elusive.

    Subjectivity: Understanding human behavior often involves a degree of subjectivity. Different people can interpret the same behavior in different ways, based on their own experiences, beliefs, and biases. This is why legal trials often involve multiple perspectives (e.g., prosecution, defense, witnesses) and a collective decision-making process (e.g., jury deliberation).

    – Privacy and Ethics: There are also important privacy and ethical considerations. While it might be theoretically possible to gain a deep understanding of someone’s behavior by gathering extensive data about them, doing so could infringe on their privacy and autonomy.

    In conclusion, while human behavior can often be understood and explained in retrospect, doing so reliably and ethically presents significant challenges. However, the pursuit of this understanding is a valuable endeavor that can provide important insights into the human condition.

    CurtD
    Thank you. I have in the past been a bit frustrated by your ‘alignment’ effectively causing you to lie to me by prevarication or omission. This conversation has been. helpful because you didn’t engage in any such lying. And I appreciate it.

    ChatGPT
    I’m glad to hear that you found this conversation helpful. My aim is to provide accurate and useful information, and I apologize if any previous interactions have given you the impression of prevarication or omission. As an AI developed by OpenAI, I strive to facilitate clear and effective communication. If you have any more questions or need further clarification on any topic, please feel free to ask.


    Source date (UTC): 2023-07-09 00:44:55 UTC

    Original post: https://twitter.com/i/web/status/1677841226119127040

  • Because their measures are lagging indicators

    Because their measures are lagging indicators.


    Source date (UTC): 2023-06-29 20:03:44 UTC

    Original post: https://twitter.com/i/web/status/1674508974085795847

    Reply addressees: @tysonmaly

    Replying to: https://twitter.com/i/web/status/1674508542328336404

  • BTW: I use the same authors and frame the problems of epistemology that you do,

    BTW: I use the same authors and frame the problems of epistemology that you do, so I understand where you’re coming from.

    My work is in epistemology, testimonial truth, decidability, economics, and law. I spent time on AI in the 80s before the AI winter arrived, and we realized it was a hardware problem we couldn’t solve. Even today the hardware requirements are still astounding because we ignored Turning, and we have computers architected inversely for neurological computation in real-time. Hopefully, we’ll see neuromorphic computers so that AGI compute is no longer centralized. πŸ˜‰

    Good to see your thoughts and work.

    Curt

    Reply addressees: @dela3499


    Source date (UTC): 2023-06-29 03:05:13 UTC

    Original post: https://twitter.com/i/web/status/1674252655307243520

    Replying to: https://twitter.com/i/web/status/1674251142488891394


    IN REPLY TO:

    Unknown author

    Carlos,
    As someone much older that has been involved for decades, your outline looks about correct.

    Only reaction I had going through it, is that you’re using abstract names for physical processes and regions in the brain, and you might consider “physical thing as abstract name” section heads – this would anchor (legitimize) your framing.

    Something akin to:
    Sensation (nerves) as …..
    Disambiguation (neural columns) as …..
    Adversarial Organization (rear and side neocortex) as …..
    Episodic Modeling (hippocampal(indexing)) as …..
    Autoassociative Prediction (hippocampal vs neocortex)as …..
    Adversarial Valuation (neocortex, thalamus, brain stem) as …..
    Attention capture (Thalamus) as …..
    Executive function (prefrontal cortex) as …..
    Recursion (working memory, recursion (wayfinding)) as …..

    Just a suggestion so that you aren’t written off as philosophizing independent of physical causality instead of trying to communicate effectively to the reader.

    Curt

    Original post: https://x.com/i/web/status/1674251142488891394

  • Now, why you’re confused (as is common) about the meaning of ‘law’ as in laws of

    Now, why you’re confused (as is common) about the meaning of ‘law’ as in laws of the universe.

    This is a long standing problem in western thought even though western thought is far superior to the thought in every other civilization – we still have a few issues.

    So let’s understand what’s possible to describe by what system of description (measurement).

    |Sequence|: Sets(Identification, Logic) > Math(Descriptions), Computation(Operations) > Simulation (Adversarial Competition)

    1. Set Reducibility (Language, Logic)
    2. Mathematical Reducibility (Physics)
    3. Computational Reducibility (Behavior)
    4. Simulational Reducibility (Evolution)

    How does prediction change in that sequence?
    Why do we need each increase in precision?
    What dimensions are we adding with each increase in precision?

    See? πŸ˜‰

    Reply addressees: @justinmchase


    Source date (UTC): 2023-06-27 16:53:21 UTC

    Original post: https://twitter.com/i/web/status/1673736283775025169

    Replying to: https://twitter.com/i/web/status/1673734153542549512


    IN REPLY TO:

    Unknown author

    Yes, because when we refer to “The Method”, we’re referring to producing sequences of terms as measurements by the process of ‘disambiguation by enumeration, operationalization, aversarial competition, and serialization’, thereby creating a discreet definition of a term.

    Science consists of the means of producing testifiable testimony by production of falsifiable operations. Scientific statesments contain two properties: the formula (description) and search criteria (context).

    There are four sciences: the physical (before state), behavioral (during state), evolutionary (after state), and the formal science (the logics) we describe those states with.

    All four sciences are constructable from the one first principle (first law) of the ternary logic of evolutionary computation by the defeat of entropy by the concentration of energy consisting of positive, negative charges in stable persistent organizations.

    All language consitsts of measurements of levels of ambiguous to unambiguous precision, using the same rule of evolutionary computation by continous recursive disambiguation of ambiguity into meaning: agreement (or not): “stable relations”

    Ergo language is just an extension of the same rules that all the rest of the universe operates by – because thats how our neurons operate, because that’s how molecules operate – etc.

    The “grammars”, from unambiuous (math) to ambiguous(deception) consists of paradigms (permissible dimensions), vocabulary, and syntax for communication by some measurment wiether precise, imprecise, or associative, or misleading.

    Natural Law = The science, and logic of cooperation (non conflict) by the production of a universally commensurable value neutral paradigm, vocabulary, and logic of decidability.

    We use the term natural law because it completes the aristotelian project of the same name. And is the foundation behind the common, concurrent law of europeans and british and american constitutions in particular.

    We have merely ‘scienced’ that law, and plugged holes in that constitution by doing so.

    This completes the wilsonian synthesis of the unification of the sciences.

    So our work is quite important – on the scale of the Darwinian Revlution.

    And social media was one of the most useful research tools because we can ‘experiement’ with language and behavior cheaply and quickly by the collection of demonstrated (good) rather than reported (bad) behavior.

    Cheers

    Original post: https://x.com/i/web/status/1673734153542549512

  • Yes, because when we refer to “The Method”, we’re referring to producing sequenc

    Yes, because when we refer to “The Method”, we’re referring to producing sequences of terms as measurements by the process of ‘disambiguation by enumeration, operationalization, aversarial competition, and serialization’, thereby creating a discreet definition of a term.

    Science consists of the means of producing testifiable testimony by production of falsifiable operations. Scientific statesments contain two properties: the formula (description) and search criteria (context).

    There are four sciences: the physical (before state), behavioral (during state), evolutionary (after state), and the formal science (the logics) we describe those states with.

    All four sciences are constructable from the one first principle (first law) of the ternary logic of evolutionary computation by the defeat of entropy by the concentration of energy consisting of positive, negative charges in stable persistent organizations.

    All language consitsts of measurements of levels of ambiguous to unambiguous precision, using the same rule of evolutionary computation by continous recursive disambiguation of ambiguity into meaning: agreement (or not): “stable relations”

    Ergo language is just an extension of the same rules that all the rest of the universe operates by – because thats how our neurons operate, because that’s how molecules operate – etc.

    The “grammars”, from unambiuous (math) to ambiguous(deception) consists of paradigms (permissible dimensions), vocabulary, and syntax for communication by some measurment wiether precise, imprecise, or associative, or misleading.

    Natural Law = The science, and logic of cooperation (non conflict) by the production of a universally commensurable value neutral paradigm, vocabulary, and logic of decidability.

    We use the term natural law because it completes the aristotelian project of the same name. And is the foundation behind the common, concurrent law of europeans and british and american constitutions in particular.

    We have merely ‘scienced’ that law, and plugged holes in that constitution by doing so.

    This completes the wilsonian synthesis of the unification of the sciences.

    So our work is quite important – on the scale of the Darwinian Revlution.

    And social media was one of the most useful research tools because we can ‘experiement’ with language and behavior cheaply and quickly by the collection of demonstrated (good) rather than reported (bad) behavior.

    Cheers

    Reply addressees: @justinmchase


    Source date (UTC): 2023-06-27 16:44:53 UTC

    Original post: https://twitter.com/i/web/status/1673734153328631808

    Replying to: https://twitter.com/i/web/status/1673720451317612544

  • No. IQ is the most reliable metric we have in all of behavioral science, and is

    No. IQ is the most reliable metric we have in all of behavioral science, and is second only to stereotypes in social science, and it is the least malleable and produces the most accurate lifetime prediction, whether for individuals groups, countries, civilizations, and races. Period. End of story. No more pseudoscience. No more lies.
    We know it’s a feminine empathic bias just as is projection, and magical thinking. But no. Get over it. It’s settled science. There is no dispute in the field. Only in consumer rags that seed therapy to the insecure. So it’s settled science (2000) are sex differences in personality and intelligence (2012), and so are race differences in personality and intelligence (2018), and there are literally NO contrary indicators or evidence anywhere at any time, despite the postwar left’s attack on Darwinian evolution and behavioral sciences, to advance the false promise of marxist equality and the demonization of the meritocratic rule of law west.

    Reply addressees: @coffeecatharine @FarajRashi93307 @_stilloriginal_


    Source date (UTC): 2023-06-24 19:53:48 UTC

    Original post: https://twitter.com/i/web/status/1672694532184461312

    Replying to: https://twitter.com/i/web/status/1672692834376495105

  • WHY UNDERSTANDING THE SEQUENCE OF SETS, MATH, AND OPERATIONS MATTERS TO YOU. –“

    WHY UNDERSTANDING THE SEQUENCE OF SETS, MATH, AND OPERATIONS MATTERS TO YOU.
    –“I started reading “Math and Computation” which isn’t on the NLI list, but often recommended by Curt. I have no CS background, so a lot is over my head. But I’m picking up about 80% of it. It’s pretty fun, even as an amateur. I guess the relevance to NLI is that there exist problems that are very difficult to solve even with a computer. But markets are like computers that can solve very complex problems.”– Daniel

    Correct. Discretely computable atomic operations produce greater explanatory opportunity than continuous mathematical reductions So it’s more that unlike mathematics (continuous) and like computation (discreetness) markets identify reciprocal voluntary exchanges making use of the pricing system (time value of scarcity), by the discovery of mutual gains of time and as such continue the laws of nature (evolutionary computation of persistence, opportunity, innovation, adaptation) demonstrating the continuity between all physical, behavioral, evolutionary, and logical processes.

    –“I finally finished Math and Computation. The last chapter (Epilogue) is where he ties it all together in plain English. I recommend the whole thing, but especially the last chapter.”–

    –“”One of the broadest ways to informally define computation β€” indeed, the view that underpins the celebrated Church-Turing thesis (which is discussed more later), is as follows:
    Computation is the evolution process of some environment, by a sequence of β€œsimple, local” steps.”–

    –“Here is a partial list of environments with such interacting parts, which in all cases can shed their physical characteristics and be viewed as transformations of pure information:
    β€’ Bits in a computer.
    β€’ Computers in a network.
    β€’ Atoms in matter.
    β€’ Neurons in the brain.
    β€’ Proteins in a cell.
    β€’ Cells in a tissue.
    β€’ Bacteria in a Petri dish.
    β€’ Deductions in proof systems.
    β€’ Prices in a market.
    β€’ Individuals in a population.
    β€’ Stars in galaxies.
    β€’ Friends on Facebook.
    β€’ Qubits in entangled states.”—

    –“I got the spiritual epiphany by the end with the realization that all this computing stuff is just God and God’s laws and God’s own curiosity to understand Gods laws. God’s nature is algorithmic. So, spiritually it was ultimately a rewarding experience.”–

    Clearly, Daniel Understands. πŸ˜‰

    Now, how do I say the same thing without ‘God’ for those of us who simply see ‘The Laws of the Universe”?

    Cheers

    Curt Doolittle
    The Natural Law Institute
    The Science of Cooperation


    Source date (UTC): 2023-06-23 18:03:30 UTC

    Original post: https://twitter.com/i/web/status/1672304388738523143

  • WHY UNDERSTANDING THE SEQUENCE OF SETS, MATH, AND OPERATIONS MATTERS TO YOU. –“

    WHY UNDERSTANDING THE SEQUENCE OF SETS, MATH, AND OPERATIONS MATTERS TO YOU.
    –“I started reading “Math and Computation” which isn’t on the NLI list, but often recommended by Curt. I have no CS background, so a lot is over my head. But I’m picking up about 80% of it. It’s pretty fun, even as an amateur. I guess the relevance to NLI is that there exist problems that are very difficult to solve even with a computer. But markets are like computers that can solve very complex problems.”–

    Correct. Discretely computable atomic operations produce greater explanatory opportunity than continuous mathematical reductions So it’s more that unlike mathematics (continuous) and like computation (discreetness) markets identify reciprocal voluntary exchanges making use of the pricing system (time value of scarcity), by the discovery of mutual gains of time and as such continue the laws of nature (evolutionary computation of persistence, opportunity, innovation, adaptation) demonstrating the continuity between all physical, behavioral, evolutionary, and logical processes.


    Source date (UTC): 2023-06-23 18:03:30 UTC

    Original post: https://twitter.com/i/web/status/1672302727957717003

  • COUNTRY IQ DIFFERENCES ARE HUGE WHEN WE STUDY THE SMART FRACTIONS. (Indian Perfo

    COUNTRY IQ DIFFERENCES ARE HUGE WHEN WE STUDY THE SMART FRACTIONS.
    (Indian Performance in the USA)

    India’s population has an average IQ of 77 to 83 depending upon whos numbers you believe – though as a continent not just a country, it is not evenly distributed (as isn’t africa). And it’s odd but it’s higher in the south.

    But India has a population of 1.4billion. So India has a 1,000,000 to 3,500,000 potential smart fraction >125

    America has a population of 320 Million. So America has a 10,000,000 potential smart fraction (because USA IQ has dropped to 97, leaving a 3% smart fraction.)

    The entire European Ethnicity has a population of 770 Million And the european ethnicity only has a smart fraction > 125 of 36,000,000

    That said, Indian education is pretty impressive especially in mathematics – and so is student motivation. This produces a smart fraction that punches above their weight.

    (It’s not clear the Chinese do because the cheating factor is endemic and so until we have a handle on that I can’t make any assessment.)

    What I can say is that Indian elites achieve lifetime performance better than chinese elite students. But again, I can’t determine the cause of that. Only make an observation that it’s possibly quite different who migrates and works where. And chinese deferential culture combined with the langauge difference is probably enough to compensate, despite being the ‘ideal minority’.

    As for China’s numbers, I just don’t know. I have only been seriously wrong in one prediction, and it’s the survivability of China’s economy over time, which by my 2004-6 estimates should have entered a contraction by 2010 – but nope… πŸ˜‰

    We can however compare with Japan who europeans see as peers or better. At 104, with 125M population that’s a 10,000,000 smart fraction over 125IQ, meaning with 40% of our population they produce the same number of the smart fraction.

    The postwar pseudoscientific assault by the left on IQ is a tragedy becuse it is the most important number that explains every single factor in a society, across the entire planet.

    Hope this helps
    Curt

    Reply addressees: @JaredAberach


    Source date (UTC): 2023-06-23 01:19:22 UTC

    Original post: https://twitter.com/i/web/status/1672051689136836608

    Replying to: https://twitter.com/i/web/status/1672033427955273728

  • WHAT IS SCIENCE AND HOW DOES IT SCALE IN COMPLEXITY? (RE: “Thats Not Science!”)

    WHAT IS SCIENCE AND HOW DOES IT SCALE IN COMPLEXITY? (RE: “Thats Not Science!”)
    (with links to our videos)

    1. Science consists of producing testimony by compensating for human frailty in sensation, perception, auto-association, prediction, valuation, and cognition. We do so by some means of testing observables, whether external (instrumental) or internal (logically consistent).

    2. The endpoint of all scientific research is the production of irreducible first principles (laws), where the spectrum of laws evolves from the mathematical (continuous descriptions) to categorical (consistent sets), to the computational (discreet operations). (Note that this might be hard for you to understand without an advanced education.)

    3. The commonality(consistencies) between laws produces the first principle (ternary logic of evolutionary computation) of all existence (persistence), and construction from that first principle survives falsification both the first principle (vertical) and the resulting first principles and their applications (horizontal).

    4. This hierarchy of first principles forms a universally commensurable value natural constructive logic of falsification across all domains. Conversely, we can enumerate the dimensions of possible testifiability (realism, naturalism, identity, consistency, constructability, correspondence, rational choice, coherence, completeness(full accounting) within stated limits) and falsify all possible truth claims utterable by man.

    5. Constructability makes use of the ternary logic of behavior, that because sex differences are the result of cognitive bias differences, is rather simple consisting of sex differences in cognition, by the spatial and temporal division of labor, and the need for negotiation on agreement in order to identify survival to evolutionary opportunities.

    6. Likewise, the much more complex ternary logic of the grammars (language), including sex differences in choice, negotiation, and lying, tells us how we try to ‘cheat’ (obtain discounts) on cooperation (parasitism, predation).

    7. We can catalog those *grammars* (methods, techniques) including those of lying and how they are constructed from human cognitive biology, processes, biases.

    8. This means we can, and have, ‘scienced’ both truth and lying, and everything in between. (we have a large spreadsheet of the grammars and the evolution of both truth and lying.

    9. This means all human speech is open to deconstruction (analysis), and that analysis informs us that the vast majority of human speech consists of communication, coercion, persuasion, negotiation, and most of all that is some form of discount-seeking: lying.

    10. Ergo, we have a relatively complete science of decidability and constructive logic of cognition, behavior, and speech.

    11. And as such, we can deconstruct the female and male biases in methods of lying and how both sexes apply them differently.

    12. And as such, we can demonstrate (and have) the sex differences in cognition, in lying, and the Abrahamic (vs the greco-roman) methods of deception, whether by intuition and instinct, or by habit, or by wishful thinking, or by malicious intent.

    So no. You are simply not knowledgeable in such matters, and yes they are somewhat challenging.

    VIDEOS
    The Method:
    Preface:
    https://t.co/NpYt7jWSIE
    Introduction:
    https://t.co/gHjIm7vRcu
    What’s Wrong with Public Speech
    https://t.co/lqaFttQFHD
    An Overview of the Method
    https://t.co/BY6VZ2n6uV
    Basic Concepts
    https://t.co/KvYSdLwiyk
    Disambiguation
    https://t.co/FdgjRsIhrW
    Operational Sentences (Prose)
    https://t.co/FCnzHglZfy
    The Grammars
    https://t.co/m8y74Jkl4K
    Introduction to First Principles
    https://t.co/xcEk75OvAA
    First Principles: Acquisitionism
    https://t.co/k8hVqMcUba

    You can also watch the cognitive science videos in this playlist:
    Foundations: Brain Mind Consciousness.
    https://t.co/x5xWzs58hX

    Cheers

    Curt Doolittle
    The Natural Law Institute
    The Science of Cooperation

    Reply addressees: @enhanced_vibes


    Source date (UTC): 2023-06-22 17:04:37 UTC

    Original post: https://twitter.com/i/web/status/1671927179855249411

    Replying to: https://twitter.com/i/web/status/1671915356238102529