will this sure is gonna go well :sarcmark:

it almost feels like when Google+ got shoved into every google product because someone had a bee in their bonnet

flipside, I guess, is that we’ll soon (at scale!) get to start seeing just how far those ideas can and can’t scale

  • froztbyte@awful.systemsOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    relatedly, I recently had to work on a project in a language I’ve barely touched before. also happened to notice that apparently I have free copilot “because of my open source contributions” (??? whatever)

    so I tried it out

    it was one of the usecases people keep telling me it’s ideal for. unfamiliar territory! a new language! something I have little direct experience in but could possibly navigate by using some of my other knowledge and using this to accelerate!

    well, it managed to perform just about exactly to my expectations! I didn’t really try hard to take down numbers but I’d say easily 30%+ simple (and possibly subtle?) errors, and suggestions being completely wrong 60%+. the mechanic for the latter is the same bullshit as they push with prompts, “choose the one you like best” > “cycle through the completion suggestions”

    observed things like logic inversions and incorrect property references, both of which are things I don’t know whether a learning-to-program person someone using it in the “this is magical! I can just make it type code for me!” sense would be able to catch without some amount of environment tooling or zen debugging (and the latter only if/when they get into the code reading mindset). at multiple points, even when I provided it with extremely detailed prompts about generation, it would just fail to synthesise working biz logic for it

    and that was all for just simple syntax and language stuff. I didn’t even try to do things with libraries or such. I’m gonna bet that my previous guesses are also all fairly on point

    all in all: underwhelming. I remain promptdubious.

    • sue_me_please@awful.systems
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 months ago

      Yeah, that always perplexed me. Copilot is a terrible tool if you’re using it in a domain you aren’t already proficient in, because it will mess up. And even worse, it’ll mess up in subtle ways that most people wouldn’t do themselves. You need to know what you’re doing to babysit it and ensure it doesn’t fuck everything up.