• 0 Posts
  • 300 Comments
Joined 2 years ago
cake
Cake day: August 16th, 2023

help-circle











  • Yeah I’m starting to see this in every meme post. There’s always someone commenting “ai slop” or whatever.

    It’s a meme. We know. AI was used as a tool to convey a 2 second joke. Not sure why they’re getting so worked up.

    It’s like calling a photo “camera slop” because it wasn’t painted. Or an email “internet garbage” because you didn’t mail a paper letter.

    Sorry I know I’m preaching to the choir here but their comments are more annoying than what they’re complaining about and I just needed to vent a bit.



  • Really well. Temp turned down all the way, and Gemini has this new feature to run and execute code… Not function calling… It can write a small python script, run it and return the output.

    So our prompt explains the excel spreadsheet, then tell it exactly the format we need it in, and then tell it to use python and pandas to read in the CSV, clean it up and reshape it the way we need it to match what we expect and voila.

    So hallucinations are not really and issue with the data as it’s simply writing code which then deterministically processes and returns the data.

    Edit to add more info: basically Gemini can create and run a lambda function on the fly. And if you’re a coder you can really guide the prompt. Eg "load this into pandas. Then remove all the empty columns. Also remove the total rows. Now unpivot the data so the months are not columns but in separate rows with a column called month.

    You get the idea.