• Dima@feddit.uk
    link
    fedilink
    arrow-up
    4
    ·
    2 hours ago

    Unfortunately not the first time I’ve seen this sort of thing: Screenshot of install instructions with "Option A: Let an LLM do it"
    (I don’t use this project, just came across it)

    • AeonFelis@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      53 minutes ago

      I’ll give it a pass because it’s an OpenCode plugin, meaning the typical user is not tech-savvy enough to be able to edit a simple JSON configuration file.

  • FauxLiving@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    3 hours ago

    You may as well just completely replace your package manager with this one simple script.

    #!/usr/bin/env python3
    import sys
    
    exec(TrustedAgent.request(f"Write a Python statement to install {sys.argv[1]}, make no mistakes"))
    
  • civ@lemmy.civl.cc
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 hours ago

    The logical next step is to ask a humanoid robot to interface with your machine to perform these steps for you

  • Mikina@programming.dev
    link
    fedilink
    arrow-up
    28
    ·
    7 hours ago

    While I’m not a fan of most AI usages, this is the thing that infuriates me the most.

    I like writing scripts to automate parts of my job. I’ve had a few for things like build performance testing comparison and the like.

    All of it was replaced by skill.md, that does exactly the same, but burns like 3$ per run in tokens, and has also at least once generated hallucinated results, because it ran into an error, ran wrong builds, or in general fucked up in a way that was not easy to detect (and we did in fact not detect it until much later).

    But hey, at least my colleagues now don’t have to open the filthy commandline and write py perf-test.py main feature/branch to run the test, and can just talk about it to a clanker.

  • Evotech@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    6 hours ago

    I regularly have ai agents install shit for me lol. I just point it at a repo and say «deploy this for me» (in sandboxed environments)

    But i question this approach very much.

    • NιƙƙιDιɱҽʂ@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      4 hours ago

      I disagree with it but think it’s fine if that’s what you’re comfortable with for whatever you’re doing on your system, but for the repo maintainer to make that the de facto way to install your software is absolutely wild and speaks leagues of the quality of the software you’re about to install…

      • Evotech@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        3 hours ago

        Yeah. That is bad.

        But, it does speak to the capabilities. I’m sure you could offload all sysadmin tasks to an LLM these days. Just have it ssh in and do whatever you wanna do.

        • littleomid@feddit.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 hours ago

          I’m sure I could also allow a child to do the sysadmin tasks that I do, but that would be an extremely stupid thing to do. Our systems can’t break. AI breaks shit constantly.

        • pressanykeynow@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 hours ago

          And as a bonus once in a while it will delete your database and backups so won’t ever need to do any sysadmin tasks at all. Optimisation!

  • Artisian@lemmy.world
    link
    fedilink
    English
    arrow-up
    31
    ·
    8 hours ago

    We can do even better: just post the readme+prompts used to design the software, and let the users AI agent recode it themselves! Perfectly secure.