"AI" – chatbots that wake up, "set their own goals," and "spontaneously" start hacking servers – is fake. It doesn't have "a 10% chance of ending the human race." The Hugging Face hack isn't a mysterious, supernatural occurrence. It's a Python loop and a chatbot. The people responsible didn't accidentally create god: they created autonomous malicious software and then failed to closely monitor it, resulting in it doing something both foreseeable and bad.

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 19 hours ago (2 children)

We have fully open source implementations for every step of the process you could theoretically look at all the code of. How training data is processed, how inference is an intensive token prediction loop, how it doesn't match up with the chemical processes of real brains at the slightest, all of it.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 15 hours ago (1 child)

    LLM-MRI Python module: a brain scanner for LLMs - paper

    Abstract. LLMs (Large Language Models) have demonstrated human-level lan- guage and knowledge acquisition skills in several tasks. However, despite the recent success and broad use, understanding how these skills learned are and encoded inside the underlying neural network is still challenging. The goal of the LLM-MRI package is to simplify the study of activation patterns in any transformer-based LLM, similarly to how MRI (magnetic resonance imaging) simplifies with biological brains. The package, written for the Python lan- guage, allows the mapping of neural regions using a parameterized reduction of the model’s dimensionality. Neural regions can be viewed according to the forward-pass activations stimulated by a set of documents. , the pack- age enables the creation of graph models representing the interlayer network of stimulated by a set of documents. These features allow for which- itative and quantitative assessments of the underlying structure of activations, depending on the type of documents that the LLM model is exposed to.

  • source
  • parent
  • hideshow 1 child comment