• 1 Post
  • 254 Comments
Joined 1 year ago
cake
Cake day: August 11th, 2023

help-circle
  • I grew up as a PC gamer (if you can call 8-bit computers PCs too) and never had a console as a kid. I got an Xbox One when it came out, just because of the Kinect, and never played anything on it other than Just Dance. Playing on my PC is more convenient. I got a Switch and played some Pokémon, but couldn’t get in the habit of playing on a device instead of a PC. When I got a Switch emulator on my PC, I played more on that than I did on the actual Switch in all the time I owned it.






  • It’s really good at boilerplate. Saves a lot of time on repetitive tasks. I’ve found it particularly useful for unit tests and demo pages. Things where you write one variation and it automatically generates the others for you.

    Another instance where it was useful for me was when I needed to make a small change in another team’s repo. I knew exactly what I needed to do, but I wasn’t familiar with the language. Copilot helped with getting the correct syntax.








  • Hallucinations are an issue for generative AI. This is a classification problem, not gen AI. This type of use for AI predates gen AI by many years. What you describe is called a false positive, not a hallucination.

    For this type of problem you use AI to narrow down a set to a more manageable size. e.g. you have tens of thousands of images and the AI identifies a few dozen that are likely what you’re looking for. Humans would have taken forever to manually review all those images. Instead you have humans verifying just the reduced set, and confirming the findings through further investigation.