• 0 Posts
  • 57 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle

  • Pennomi@lemmy.worldtoTechnology@lemmy.mlAI is a Lie.
    link
    fedilink
    English
    arrow-up
    6
    ·
    20 days ago

    AI does mean something, but it’s quite disappointing.

    Even mundane algorithms like A* pathfinding are technically under the umbrella of Artificial Intelligence. However the public’s perception of what AI means constantly shifts to be “whatever computers can’t do today”.












  • Yes, but seeding the random generator makes it deterministic. Because LLMs don’t use actual randomness, they use pseudorandom generators.

    For all the same inputs, you’ll get the same result, barring a hardware failure. But you have to give it exactly the same inputs. That includes random seed and system prompt (eg. you can’t put the current time and date in the system prompt), as well as the prompt.