• Buckshot@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    14 hours ago

    How long until someone asks an LLM how to customize the property names of JSON and it tells them to use github copilot to that 😂

  • criss_cross@lemmy.world
    link
    fedilink
    arrow-up
    68
    ·
    22 hours ago

    I am so tired of everyone and everything trying to shove AI down my throat.

    My current job’s CEO has done nothing but say we need to do nothing but AI our life to the point where they cut all our old stipends and replaced it with an AI stipend. My last job installed an AI plugin in our browser so we’d feed their llm our data. Everyone has a worthless llm chatbot that no one asked for.

    I’m tired man. I’m sick of everything demanding I use this thing so they can try to replace me with it. It’s like being asked to train my replacement.

    • 4grams@awful.systems
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      13 hours ago

      I fucking booked it from a job after about 2 months because in every fucking meeting the CTO would wax on about how great it would be once we were all replaced by robots and AI. This fucker who clawed his way into his C level position though merit, and hard work, and the same last name as the owner, and all he could do to inspire the team was tell us about how a 91 year old who lost his job to AI was saying how he would be fine. I mean, if he can find a way to be happy, we all can!

    • Underwire@lemmy.world
      link
      fedilink
      arrow-up
      14
      ·
      21 hours ago

      Same here, my CEO and other board directors did a long video telling that we released an impressive AI feature that will change the world and they didn’t even explain what the feature is. It is nothing than text summarizer that will extract relevant keywords. We already did that without LLM. Now in the company, people working on AI things are getting promotion and raises.

    • Boomkop3@reddthat.com
      link
      fedilink
      arrow-up
      8
      ·
      22 hours ago

      You should fire your ceo, and not hire a new one. It sounds like they’re not adding anything of value

  • MNByChoice@midwest.social
    link
    fedilink
    arrow-up
    15
    ·
    22 hours ago

    Fuck. Copilot is going to add ads to everything.

    Videos, links, random paragraphs. Everything written by a llm will feature 3rd party ads. Taking a page from malware developers, there will be innocuous libraries added that will later morph.

    Eventually, we will stop writing software as llms will be all software. Serving ads. Serving you to advertisers.

    “Hey watch, what time is it?”

    “Time for a sugar snack. Just go to the counter, it is already paid for (by you).”

  • abbadon420@lemm.ee
    link
    fedilink
    arrow-up
    26
    ·
    1 day ago

    I like how this forum thread has actual thoughtful and objective commentary that all point to how bad this feature is.

    • I mean, this user does quite eloquently raise a good point: https://github.com/dotnet/docs/issues/45996#issuecomment-2848267714

      It’s a single link all the way at the bottom of the page, so not really obtrusive. And given that there are people using Copilot this way, it’s probably better to give them something to use docs-wise rather than leaving them to Copilot’s mercy. The article linked to is also pretty much just instructions on how to do it, no real gushing about how amazing Copilot supposedly is.

      • carrylex@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        edit-2
        18 hours ago

        That GitHub comment makes my brain hurt and gives me Microsoft community forum advisor (run ChEcKDiSK tO mAYbe fIX tHe ProBLem) and “leave the multi-billion dollar company alone” vibes.

        Also it’s not a single line - when looking at the source file - and a complete section instead.

        GitHub Copilot, as used in the documentation here, is free and integrated into the IDE.

        1. It’s inside the dotnet Docs. dotnet has nothing to do with an IDE. You can code/run dotnet code in any editor or terminal if you like.
        2. This person assumes that Visual Studio is the only IDE for dotnet. Looks like they never heard of Rider or VS Code or anything else.

        I do not think that you can call it an ad if it is for a free tool.

        WTF is he defining as an ad? “Advertising is the practice and techniques employed to bring attention to a product or service”. The whole section is bascially “Hey you can use Copilot to do this” - that’s an ad right there.

        Even if you interpret this as encouraging users to pay

        Makes no sense. Does this person think ad = you have to pay for it???

        it is hardly the first time that dotnet documentation guides users towards paid Microsoft products: are we going to start complaining about all pages with references to Azure next?

        1. A deployment target is not the same as “AI”
        2. If a page/section is not named like “How to deploy example app to Azure” then it shouldn’t contain any reference to Azure. And yes you should complain about such stuff if it exists.

        The only part of this I actually object to is that I don’t think that what essentially amounts to ‘prompt an LLM’ belongs in documentation, although at the very least the page does disclose that the output may be erroneous.

        That’s basically what the whole issue is about. WTF are you even talking about then? Just shut up and give an upvote.

        Overall a totally useless comment.

        • Also it’s not a single line - when looking at the source file - and a complete section instead.

          True, I misjudged the original screenshot at the top of the thread. Still, it is all the way at the bottom of the page.

          1. It’s inside the dotnet Docs. dotnet has nothing to do with an IDE. You can code/run dotnet code in any editor or terminal if you like.
          2. This person assumes that Visual Studio is the only IDE for dotnet. Looks like they never heard of Rider or VS Code or anything else.

          This seems a bit harsh. The dotnet docs have tons of examples where it’s shown how to do something in VS Studio or VSCode. “How to use dotnet feature X in product Y” doesn’t seem like an unreasonable thing to include in your docs, especially with Microsoft having developed both.

          WTF is he defining as an ad? “Advertising is the practice and techniques employed to bring attention to a product or service”. The whole section is bascially “Hey you can use Copilot to do this” - that’s an ad right there.

          Again I think you’re being too harsh here. Not every mention of a product is necessarily an ad. The dotnet docs aren’t an ad for dotnet for example. Given that this section is at the bottom of the page, doesn’t demand any attention from the user and doesn’t really seem like a direction for the user to start using Copilot, I find it hard to really consider it a proper advertisement. It’s not saying “Hey you can use Copilot to do this”, it’s saying “If you want to use this with Copilot, here’s how to do so”. It makes no effort in convincing the reader that they should use Copilot, it’s just instructions for those who already do use it.

          There’s also plenty of other places where the dotnet docs refer to non-dotnet products, e.g. this page on deep learning: https://github.com/dotnet/docs/blob/main/docs/machine-learning/deep-learning-overview.md

          It mentions other products like Tensorflow and ONNX there. Are these mentions also ads?

          1. A deployment target is not the same as “AI”
          2. If a page/section is not named like “How to deploy example app to Azure” then it shouldn’t contain any reference to Azure. And yes you should complain about such stuff if it exists.

          Plenty of the how-to guides end with “and here’s how to deploy your stuff to Azure!”. The dotnet docs even have an entire section on Azure, a service that has very little if nothing to do with how dotnet works. But it’s still mentioned and documented in the dotnet docs, because it can be useful information for dotnet developers.

          That’s basically what the whole issue is about. WTF are you even talking about then? Just shut up and give an upvote.

          They’re referring to how they don’t find it useful info, but other people who do use Copilot more intensively might find it useful. It’s also a completely different point: the creator of the issue objects to the docs section because they consider it an ad for Copilot. The comment author disagrees, but says they’d rather see it removed because it’s just not that useful information, though acknowledging that they might not be the target audience. It’s a different argument that does contribute to the discussion imo.

        • Danitos@reddthat.com
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          17 hours ago

          I disagree so much with the “But it’s free argument”. Consider the millions YouTube videos with ads to free to play games. Would you consider them to be ad-free videos? And that’s ignoring that Copilot isn’t even free (either pay with data or with a subscription model)

  • SplashJackson@lemmy.ca
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    22 hours ago

    Shouldn’t documentation be accurate? By including AI in documentation, which is (as legally disclaimed) inaccurate, isn’t that a conflict of interest?

  • 56!@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    1 day ago

    Looks more like there are copilot ads in .NET docs.

    Edit: should have reloaded the page before posting the comment

  • dependencyinjection@discuss.tchncs.de
    link
    fedilink
    arrow-up
    3
    arrow-down
    7
    ·
    edit-2
    3 hours ago

    How is that an ad? It’s linking to a feature in the IDE.

    Is it also an ad when it links to a section to install something via nuget?

    Edit: This place has the Donald vibes. Ask a question get downvoted but nobody will explain themselves.