Theme: Education

  • Correct. We are reconstructing the home page and home page menus in particular.

    Correct. We are reconstructing the home page and home page menus in particular. We also work ‘live’ and publish as we go along, so that followers can access the work in the current state. This is much better than waiting until the vast project is complete before publishing…


    Source date (UTC): 2023-07-11 14:36:22 UTC

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

    Reply addressees: @WalterIII @FarajRashi93307

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

  • We will get there. We are not far from being able to teach it. Once we can teach

    We will get there. We are not far from being able to teach it. Once we can teach it we can create opportunity.


    Source date (UTC): 2023-07-11 00:07:36 UTC

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

    Reply addressees: @bierlingm

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

  • 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…


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

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

  • 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

  • Correct Dejan. Also, think of it as the number of steps you can think ahead. Eve

    Correct Dejan. Also, think of it as the number of steps you can think ahead. Every qualifier we ask them to consider place an additional burden.

    Worse, add one negative and they fail catastrophically immediately.

    The rate at which logic declines below 105 is terrifying.


    Source date (UTC): 2023-07-08 14:38:38 UTC

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

    Reply addressees: @Dek01907133 @TheAutistocrat @SurragoMichael @patriciamdavis @MahmoudEng4 @RobOU812Rob @_faraharif

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

  • More on the Determinism vs Nature vs Nurture Question. You can’t reduce behavior

    More on the Determinism vs Nature vs Nurture Question. You can’t reduce behavior to one cause.

    The one thing we find hardest to teach is full accounting by disambiguation, enumeration, and equilibrium, instead of ‘It’s just reducible to this”.

    Causes: Genetic vs Biological, vs Metaphysical (strategy, narrative) vs Political (institutions), vs Social (class), vs Sex vs Generation.

    See Michael’s comment from yesterday:

    —- Michael—–
    By reasoning in the shorthand (sets and ideals), academia Fails to account for causal constraints in each of their fields, promotes the lie that all ideals are equally shared by all people(s), and furthers our ignorance of how differing ideals originated in their host populations.

    Instead of educating people in sets, logic, and wordplay, We need to educate people in:
    Operations: Old Set —> New Set
    Logics: plural, both classical/formal AND ternary logic of decidability ( @curtdoolittle pioneers this work)
    Exchanges: tests of reciprocity, full accounting.
    My own speculation based on teaching experience says that most people natively think in sets as young children, as a way to negotiate with parents

    Set thinkers argue with your CHOICE OF WORDS 🙃 to describe the set bc the causal property of a “set” = “definition”.

    —–Michael End—

    In philosophy, we call this ‘oversimplification’ reductionism. Names of sets, and set logic are insufficient for the complexity of concepts we are trying to compare.

    So, we seek reduction to first principles (causes), where all first principles (causes) are in equilibrium(supply demand) because that’s the only way the universe can know anything: survival (persistence).

    In the sense of Nature vs Nurture, if we are speaking of maximum potential, it’s 80% nature and 20% idiosyncratic experience during development: meaning we don’t really know because genetics are probabilistic and recombinant so mathematical prediction is of lower resolution than genetic computation of outcomes. Mostly parents (nurture) can screw you up, or reduce your frictions (help) but your potential is genetic.

    There is no sense in bringing in determinism unless we disambiguate categorical determinism (abilities, biases, and preferences) that recognizes sex class culture and other differences, from soft determinism (tendency of similar people to come to similar conclusions when subject to the same stimuli) from hard determinism (we are purely reactive creatures). When given our brains are prediction engines, and given how poorly we predict outcomes, and how dependent we are on established experience, skills, knowledge, norms, traditions, and institutions, and metaphysical presumptions, ignorance, bias, and ERROR alone prevent hard determinism.

    We have categorical free will.

    And that’s before we get to all those aforementioned priors that prevent hard determinism.

    Hugs, Cheers, and All That.


    Source date (UTC): 2023-07-08 14:37:02 UTC

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

  • RT @WalterIII: “We’re infantilizing generations into incompetence and restoring

    RT @WalterIII: “We’re infantilizing generations into incompetence and restoring cultural barbarism – that’s not a value judgment, it’s a te…


    Source date (UTC): 2023-07-08 05:35:06 UTC

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

  • NLI UPDATE: PROGRESS ON THE WORK We work seven days a week, as a group for two t

    NLI UPDATE: PROGRESS ON THE WORK

    We work seven days a week, as a group for two to four hours. And we work on three threads 1) staff meeting, strategy, and event planning 2) First principles (Rules of evolutionary computation), and 3) Strict Construction of Rights, Obligations, and Inalienations (ROIs) – which is the ‘hard part’ of the content.

    We are working on an event with speakers – them is the secession vs reform possibilities. The team prefers sooner rather than later, but I’ve done these things before and it’s hard in short time frames. But we’ll remain cautiously optimistic.

    We will finish that draft of ROIs in the next few week days. We work on first principles on the weekend. And we should complete those in two or three weeks. Though, we have one outstanding issue that I need to discuss with a mathematical physicist to be comfortable that I haven’t overlooked anything.

    After, we’ll work on enumerating ROIs (bill of rights so to speak). And then we’ll move our work from the ‘working area’ that we’re using now, and integrate it into the constitution – revising the existing constitution with much more detail. (That’s our workflow.) Then we can link the home page to the major reforms page, and the major reforms sections to the appropriate constitution articles.

    So to get to the heart of our proposals, the user experience should be home page(easily accessible) -> major reforms (accessible) -> Constitutional detail (less accessible legalese.)

    We have so much work to do. And if we think about it, it’s overwhelming (and sometimes depressing). But keep making progress and and I think the timing is going to work out just fine. 😉

    Cheers


    Source date (UTC): 2023-07-08 01:00:41 UTC

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

  • I’ll just run through this briefly because I’m tired. Education in aristotelian

    I’ll just run through this briefly because I’m tired.

    Education in aristotelian sciences should improve capacity by one standard deviation. But (g) doesn’t change – it’s biological. IQ tests are now capable of distinquishing between (fluid) neural performance and demonstrated intelligence (crystallized) and between culture neutral and culture specific, where older tests weren’t.

    The increase you are talking about is the flynn effect. This is largely a correction in the health of the underclasses, combined with a marginal shift in the improvement of reason by moving from ancient discrete knowledge to european scientific systemic knowledge.

    The flynn effect is reversing due largely to declining gene pools and declining pressure for performance in school systems to minimize inequality (or at least feelings of it.)
    This applies to all groups. The ratios remain the same between the races no matter what we do.

    Evolution followed a simple path with four speciation events and a subsequent set of hybridization events. In this sense despite the discomvort with it, our races are subspecies that adapted to local environment. The direction of our adaptation was neotenic. And the racies represent a spectrom of neotenic evolution out of africa to extremes in western europe and eastern asia.

    Current knolwedge of Speciation events: African(RiftValley) > South Eurasian(Dry Persian Gulf) > Hybrids(Everywhere) > European(European Forests) > East Asia(Tibetan plains).

    The hybridization events are numerous and small but the major events are due to the agrarian revolution and expansion. Prior to that event all races were as different as europeans and east asians.

    If I err here anywhere it’s because I should be sleeping not trying to draw from memory when I’m tired. lol

    Reply addressees: @FarajRashi93307


    Source date (UTC): 2023-07-04 23:54:52 UTC

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

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

  • It’s not irrational. It’s just not good. One of our educational problems is over

    It’s not irrational. It’s just not good. One of our educational problems is overplaying the history of the atlantic and the age of empires and underplaying the holy roman empire, and the evolution of ‘being european’.


    Source date (UTC): 2023-07-03 04:56:18 UTC

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

    Reply addressees: @FlashGorgone

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