this post was submitted on 20 Aug 2023
671 points (97.7% liked)

Autism

6749 readers
12 users here now

A community for respectful discussion and memes related to autism acceptance. All neurotypes are welcome.

We have created our own instance! Visit Autism Place the following community for more info.

Community:

Values

  • Acceptance
  • Openness
  • Understanding
  • Equality
  • Reciprocity
  • Mutuality
  • Love

Rules

  1. No abusive, derogatory, or offensive post/comments e.g: racism, sexism, religious hatred, homophobia, gatekeeping, trolling.
  2. Posts must be related to autism, off-topic discussions happen in the matrix chat.
  3. Your posts must include a text body. It doesn't have to be long, it just needs to be descriptive.
  4. Do not request donations.
  5. Be respectful in discussions.
  6. Do not post misinformation.
  7. Mark NSFW content accordingly.
  8. Do not promote Autism Speaks.
  9. General Lemmy World rules.

Encouraged

  1. Open acceptance of all autism levels as a respectable neurotype.
  2. Funny memes.
  3. Respectful venting.
  4. Describe posts of pictures/memes using text in the body for our visually impaired users.
  5. Welcoming and accepting attitudes.
  6. Questions regarding autism.
  7. Questions on confusing situations.
  8. Seeking and sharing support.
  9. Engagement in our community's values.
  10. Expressing a difference of opinion without directly insulting another user.
  11. Please report questionable posts and let the mods deal with it. Chat Room
  • We have a chat room! Want to engage in dialogue? Come join us at the community's Matrix Chat.

.

Helpful Resources

founded 1 year ago
MODERATORS
 

Like, why wouldn't people be interested in knowing that the African slave trade of the colonial period actually started with Jewish kids, but they all died in the African climate of Sao Tome, so the Portuguese started buying slaves from the Congolese, which they captured from neighboring tribes, to work the fields??

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (1 children)

Do you mean AI in the modern sense, like neural networks, or AI in the traditional sense? As far as I'm aware, the first neural-ish AIs were cybernetic. Before that the only generally programmable computers were electromechanical.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

An important aspect of the phrase "Artificial Intelligence" is the ever-moving goalposts. In the mid 20th century, a machine that could follow and perform mathematical instructions was an insane and exciting dream of intelligent machines. Then we got the first computers, and people went "yeah okay but they're not intelligent" and the research of AI went into machines that could make useful decisions. Then we got programmable algorithmic machines, which clearly were "cool but not intelligent like us yes?" and the dream of AI became machines that could learn. Then machines that could imagine. Then machines that could conceivably impersonate humans.

ANYWAY

So using the late-middle-of-AI-history definition of AI, we have machines that can make decisions and learn, taking over some human tasks.

The same basic concept, the "Centrifugal Governor" or "PID controller" has been invented independently since at least the 17th century. A full PID has the capacity to look at the state of a system (Proportional), estimate how the system will change (Derivative), and remember how the system responds to change (Integral).

The first controllers like the mechanisms used by windmills, and later the "centrifugal governor" invented for steam engines, mechanically changes how high the windmill stone should be or how much steam should be let out of the boiler, based on how fast the machine is running. While simple, it literally replaced human labor and was more effective than the person standing around and moving the lever whenever something seemed to go faster or slower. These did the equivalence of multiplication using only gears, levers and centrifugal force.

Then later, we have machines that could perform derivation! Whitehead torpedoes from the 19th century used pressure sensors and gravity-aligned levers to determine how deep a torpedo was in the water, and whether it was gaining depth (tilted down) or gaining height (tilting up). Still purely mechanical, these could be programmed to remain at a fixed depth, and gently steer themselves to the correct one if they were off. This meant you could just throw them into the water pointing the right direction and away they went.

Later again, and still before electronics we had the first instance of - via very strict use of definitions here - machine learning. A pneumatic PID controller would calculate an integration over all error values. It was used by American warships as an auto-pilot of sorts. It steered the rudder to maintain a course, and "learned" via an inflated balloon whether its steering was sufficient or not. The latter part was necessary because wind or streams would turn the ship in a way that pure calculation could not predict.

While we today use PIDs everywhere to control temperatures and hobby drone balance and a million other things, you might still find a mechanical PD controller in your chainsaw if you open it up.

Some more source material to dig into: https://en.wikipedia.org/wiki/Centrifugal_governor

[–] [email protected] 2 points 1 year ago

Interesting, I never really considered how a torpedo stayed on course when computers were still the size of rooms.