• 0 posts
  • 14 comments
Joined 2 years ago
Cake day: April 28th, 2024
  • algorithm that’s been modelled after the real world structure and behaviour of neurons and how they process signals

    Except the Neural Net model doesn’t actually reproduce everything real, living neurons do. A mathematician in the 70s said, “hey what if this is how brains work?” He didn’t actually study brains, he just put forward a model. It’s a useful model. But it’s also an extreme misrepresentation to say it approximates actual neurons.

  • I think what people are struggling to articulate is that, the way AI gets thrown around now, it’s basically being used as a replacement for the word “algorithm”.

    It’s obfuscating the truth that this is all (relatively) comprehensible mathematics. Even the black box stuff. Just because the programmer doesn’t know each step the end program takes, doesn’t mean they don’t know the principals behind how it was made, or didn’t make deliberate choices to shape the outcome.

    There’s some very neat mathematics, yes, and an utterly staggering amount of data and hardware. But at the end of the day its still just an (large) algorithm. Calling it AI is dubious at best, and con-artistry at worst.

  • Langton’s ant can procedurally generate things, if you set it up right. Would you call that AI?

    As for enemies in gaming, it got called that because game makers wanted to give the appearance of intelligence in enemy encounters. Aspirationally cribbing a word from sci-fi. It could just as accurately have been called “puppet behavior”… more accurately, really.

    The point is “AI” is not a useful word. A bunch of different disciplines across computing all use it to describe different things, each trying to cash in on the cultural associations of a term that comes from fiction.

  • Each model is allowed 2000 tokens to generate its clock. Here is its prompt: Create HTML/CSS of an analog clock showing ${time}. Include numbers (or numerals) if you wish, and have a CSS animated second hand. Make it responsive and use a white background. Return ONLY the HTML/CSS code with no markdown formatting.

    are you using the same prompt?

  • isn’t it a combination of younger developers not learning to programme under the restrictions of limited memory and cpu speed, on top of employers demanding code as soon as possible rather than code that is elegant or resource efficient or even slightly planned out

  • Living, growing, changing cells are pretty damn dissimilar to static circuitry. Neural networks are based on an oversimplified model of neuron cells. The model ignores the fact neurons are constantly growing, shifting, and breaking connections with one another, and flat out does not consider structures and interactions within the cells.

    Metaphysics is not required to make the observation that computer programmes are magnitudes less complex than a brain.

  • The trouble with phrases like ‘neural structures’ and ‘language parsing’ is that these descriptions still play into the “AI” narrative that’s been used to oversell large language models.

    Fundamentally, these are statistical weights randomly wired up to other statistical weights, tested and pruned against a huge database. That isn’t language parsing, it’s still just brute-force calculation. The understanding comes from us, from people assigning linguistic meaning to patterns in binary.