{
  "path": "/3mbtzp34jpc2z",
  "site": "at://did:plc:yltnuhmi5446q5gixfz277lu/site.standard.publication/3mbm2gtkoz225",
  "tags": [],
  "$type": "site.standard.document",
  "title": "Notes from my Beginner Computer Literacy Class Part 1",
  "content": {
    "$type": "pub.leaflet.content",
    "pages": [
      {
        "id": "019b9986-7bd5-7227-83c9-92f607624134",
        "$type": "pub.leaflet.pages.linearDocument",
        "blocks": [
          {
            "$type": "pub.leaflet.pages.linearDocument#block",
            "block": {
              "$type": "pub.leaflet.blocks.text",
              "facets": [],
              "plaintext": "I'm teaching a Computer Literacy class for my community. It's open-ended - we learn about whatever the students have questions about. I don't want to shy away from more technical explanations, since that can give good context and demystify, but I don't go too in-depth. Here's a summary of what we learned."
            }
          },
          {
            "$type": "pub.leaflet.pages.linearDocument#block",
            "block": {
              "$type": "pub.leaflet.blocks.unorderedList",
              "children": [
                {
                  "$type": "pub.leaflet.blocks.unorderedList#listItem",
                  "content": {
                    "$type": "pub.leaflet.blocks.text",
                    "facets": [],
                    "plaintext": "Don't trust everything you read on the internet."
                  },
                  "children": [
                    {
                      "$type": "pub.leaflet.blocks.unorderedList#listItem",
                      "content": {
                        "$type": "pub.leaflet.blocks.text",
                        "facets": [],
                        "plaintext": "Especially if its coming from AI, since AI is known to just make things up."
                      },
                      "children": []
                    }
                  ]
                },
                {
                  "$type": "pub.leaflet.blocks.unorderedList#listItem",
                  "content": {
                    "$type": "pub.leaflet.blocks.text",
                    "facets": [],
                    "plaintext": "Verify claims that you see on the internet."
                  },
                  "children": [
                    {
                      "$type": "pub.leaflet.blocks.unorderedList#listItem",
                      "content": {
                        "$type": "pub.leaflet.blocks.text",
                        "facets": [],
                        "plaintext": "Look for sources, go to those sources, and find out for yourself."
                      },
                      "children": []
                    }
                  ]
                },
                {
                  "$type": "pub.leaflet.blocks.unorderedList#listItem",
                  "content": {
                    "$type": "pub.leaflet.blocks.text",
                    "facets": [],
                    "plaintext": "LLMs are not magic, quite the opposite."
                  },
                  "children": [
                    {
                      "$type": "pub.leaflet.blocks.unorderedList#listItem",
                      "content": {
                        "$type": "pub.leaflet.blocks.text",
                        "facets": [],
                        "plaintext": "Ultimately, LLMs are fancy neural networks that turn text into numbers, multiply those numbers a bunch of times, figure out the numbers for the words most likely to come next, and then regurgitate the most likely word."
                      },
                      "children": []
                    },
                    {
                      "$type": "pub.leaflet.blocks.unorderedList#listItem",
                      "content": {
                        "$type": "pub.leaflet.blocks.text",
                        "facets": [],
                        "plaintext": "Neural Networks work a bit like the human brain by sending signals between different nodes that alter those signals before sending them to other nodes."
                      },
                      "children": []
                    },
                    {
                      "$type": "pub.leaflet.blocks.unorderedList#listItem",
                      "content": {
                        "$type": "pub.leaflet.blocks.text",
                        "facets": [],
                        "plaintext": "Human brains are way more sophisticated than LLMs."
                      },
                      "children": []
                    }
                  ]
                },
                {
                  "$type": "pub.leaflet.blocks.unorderedList#listItem",
                  "content": {
                    "$type": "pub.leaflet.blocks.text",
                    "facets": [],
                    "plaintext": "How LLM training works."
                  },
                  "children": [
                    {
                      "$type": "pub.leaflet.blocks.unorderedList#listItem",
                      "content": {
                        "$type": "pub.leaflet.blocks.text",
                        "facets": [],
                        "plaintext": "Human babies are better at training than LLMs because they're always absorbing information. LLMs only train from what you give them."
                      },
                      "children": []
                    },
                    {
                      "$type": "pub.leaflet.blocks.unorderedList#listItem",
                      "content": {
                        "$type": "pub.leaflet.blocks.text",
                        "facets": [],
                        "plaintext": "The big companies have taken a whole bunch of text from books, papers, and the internet, and used them to generate those Neural Network nodes."
                      },
                      "children": []
                    }
                  ]
                },
                {
                  "$type": "pub.leaflet.blocks.unorderedList#listItem",
                  "content": {
                    "$type": "pub.leaflet.blocks.text",
                    "facets": [],
                    "plaintext": "LLMs depend on their training data to produce good output, but the training isn't continually being updated."
                  },
                  "children": []
                },
                {
                  "$type": "pub.leaflet.blocks.unorderedList#listItem",
                  "content": {
                    "$type": "pub.leaflet.blocks.text",
                    "facets": [],
                    "plaintext": "Most LLMs have safeguards to prevent bad actors from doing bad things with them. These safeguards can be circumvented though, and some LLMs have no safeguards."
                  },
                  "children": []
                },
                {
                  "$type": "pub.leaflet.blocks.unorderedList#listItem",
                  "content": {
                    "$type": "pub.leaflet.blocks.text",
                    "facets": [],
                    "plaintext": "Searching for results on Google is a skill you can hone."
                  },
                  "children": [
                    {
                      "$type": "pub.leaflet.blocks.unorderedList#listItem",
                      "content": {
                        "$type": "pub.leaflet.blocks.text",
                        "facets": [
                          {
                            "index": {
                              "byteEnd": 15,
                              "byteStart": 0
                            },
                            "features": [
                              {
                                "uri": "https://www.google.com/advanced_search",
                                "$type": "pub.leaflet.richtext.facet#link"
                              }
                            ]
                          }
                        ],
                        "plaintext": "Advanced Search is a good way to get started with making better search queries."
                      },
                      "children": []
                    }
                  ]
                },
                {
                  "$type": "pub.leaflet.blocks.unorderedList#listItem",
                  "content": {
                    "$type": "pub.leaflet.blocks.text",
                    "facets": [],
                    "plaintext": "The Dark Web isn't just for bad guys (though it is mostly for bad guys). It's for anyone who wants to remain anonymous on the internet."
                  },
                  "children": [
                    {
                      "$type": "pub.leaflet.blocks.unorderedList#listItem",
                      "content": {
                        "$type": "pub.leaflet.blocks.text",
                        "facets": [],
                        "plaintext": "Though it can be circumvented in some cases."
                      },
                      "children": []
                    }
                  ]
                },
                {
                  "$type": "pub.leaflet.blocks.unorderedList#listItem",
                  "content": {
                    "$type": "pub.leaflet.blocks.text",
                    "facets": [],
                    "plaintext": "Anything you put on the internet can and will stay on the internet forever."
                  },
                  "children": []
                }
              ]
            }
          }
        ]
      }
    ]
  },
  "bskyPostRef": {
    "cid": "bafyreia6575kywor3u3nfc4lfw2za5ic5d6jttsm7kvcaiytfd7vltvi44",
    "uri": "at://did:plc:yltnuhmi5446q5gixfz277lu/app.bsky.feed.post/3mbtzpafykk2z",
    "commit": {
      "cid": "bafyreibfmabpcs3ec4pdvp7j6ehub6dwcmqwqdd7xxgl64jzycsdnzeu2i",
      "rev": "3mbtzpajcox2u"
    },
    "validationStatus": "valid"
  },
  "description": "Helping the uninitiated navigate this brave new digital world ",
  "publishedAt": "2026-01-07T17:49:31.065Z"
}