The AI.gov repository and staging site vanished when we asked questions, but don’t worry – we captured backups

  • Deflated0ne@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    2
    ·
    9 hours ago

    Can’t wait for some serbian hacker with Xx69 in their name multiple times to destroy the US government because one of Elon’s script kiddies left 42,069 security holes in the fucking system.

    Gonna be awesome. lmao.

  • brucethemoose@lemmy.world
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    1
    ·
    edit-2
    23 hours ago

    “all-in-one API” that will allow agencies to connect their systems to models from OpenAI, Google, and Anthropic

    This is a huge red flag to me.

    It means:

    • They are ignorant of existing APIs and standards that are exactly this. Uh, MCP or OpenAI API? Which everyone already uses?
    • They have zero interesting in models they can host themselves, or from cheaper providers. Or, heaven forbit, finetune for their own work.
    • They have zero interest in actually useful tools. Like, say, SGLang’s cached hosting and fast fill-in-the-blanks formatting which is perfect for say, processing government forms.

    In other words, it’s just full corporate AI Bro capture. And shitty.

    One of the consequences is that it will be very bad, unfortunately.

    • Donkter@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      20 hours ago

      What’s sad is that this is a consequence not just of this admins shittiness but of a long enshittification of our government.

      Not only do government jobs pay a mediocre salary until you get really really far in the org, a fact that only gets worse as the idea of a middle class lifestyle gets gutted, but for decades now, working a government job has become less and less prestigious. It used to be that there were always plenty of loonies who found pride in being a “public servant” and thought the best place to use their genius was in government.

      Now, as we see, there’s no one in these positions with even cursory knowledge of how these programs work.

      And there’s definitely no millennials or zoomers fresh out of tech school that would debase themselves to working in government who would be able see these flaws in two seconds.

      • Deflated0ne@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        edit-2
        5 hours ago

        Long term enshitification is a feature of our capitalistic way of thinking. i/e never thinking beyond the next financial quarter.

        Edit - And that is why we will 100% lose to China. Central planning will always outperform market chaos. Literally 100% of the time. Better, faster, cheaper. They plan ahead. They look ahead decades. We look ahead only 1 quarter. Just 1. They’ll make 5 year plans and be very public about it to attract VC money to the rugpull. But 1 bad quarter and the whole enterprise is parted out and sold off to the highest bidder.

  • PunkRockSportsFan@fanaticus.social
    link
    fedilink
    English
    arrow-up
    67
    arrow-down
    3
    ·
    1 day ago

    I dream of the day the People collectively have had enough and just drag the bastards into the street and beat them until they can bastard no more.

    One can dream…

  • LePoisson@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    8
    ·
    edit-2
    4 hours ago

    Edit: this was meant to be a reply to a comment on here about how the Dems/Republicans are the same where dude threw in a bunch of links to “show” stuff that the links didn’t actually show. So deserved down votes I suppose but will leave this here.

    Not sure if they have a terrible memory, I think you just have poor reading comprehension. Just glancing through a few of the articles you sent trying to “gotcha” some poster(s) here shows you didn’t even read them. If you did read them you did a bad job understanding the material.

    Just for the deportation example: Biden’s deportation and immigration enforcement was not the same as Trump’s now. Biden was aggressively going after actual criminals and he was working to create a path to citizenship for folks that have been here illegally for years and put down roots and contributed to our economy. Now we’re seeing ICE rounding up people for nothing more than their skin color and a “suspicion” they’re not documented. So, just straight up racism.

    You included an article where the Dems wanted to keep the green party off a ballot, ok … And? They’re not trying to keep people from voting or suppress the vote. They were trying their best to not have a spoiler candidate on the ballot and felt that aligned with the state’s election laws.

    Anyways, I wouldn’t call the parties the same when you can just look at what policies and legislation passed under Democrats vs Republicans. Easy example - the affordable care act.

      • LePoisson@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 hours ago

        That was meant to be a reply to another post you’re right. Not sure how that happened. Whoopsies! ¯\_(ツ)_/¯

  • RememberTheApollo_@lemmy.world
    link
    fedilink
    English
    arrow-up
    39
    ·
    1 day ago

    The stupid is intensifying. They both a) know they can’t run a government and b) are in a rush to make something that will do all the work so they can sit back and rake in the money. No, this is not about actually making the country better because objectively LLMs suck and were never intended for such tasks.

    • kinther@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      23 hours ago

      They are too generic and lack the specialization needed to do such tasks. It will only end in disaster

  • JcbAzPx@lemmy.world
    link
    fedilink
    English
    arrow-up
    70
    arrow-down
    1
    ·
    edit-2
    1 day ago

    Only silver lining right now is these idiots might just be too stupid to pull off creating their evil empire.

  • humanspiral@lemmy.ca
    link
    fedilink
    English
    arrow-up
    24
    arrow-down
    2
    ·
    1 day ago

    What do we want? sKYNET!!!

    When do we want it? As soon as it can beat beginner atari chess?!?!

    • pinball_wizard@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 hours ago

      When do we want it? As soon as it can beat beginner atari chess?!?!

      There’s no time! We’ll have to just go for it! (apparently)

    • Nobilmantis@feddit.it
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      1 day ago

      I mean it is called “.env_example” afterall… Probably a env file to use for testing, no?

      • forgeddit@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        13
        ·
        24 hours ago

        I’m really shocked by the confidence people have here with clearly zero knowledge.

        “.env_example” is literally just the example/template which is only updated if new “config” items are needed and it doesn’t contain actual secrets.

        Developers copy “.env”/prod and “.env_local” files, which are used for the specific environments. These are in .gitignore so that they’re not accidentally pushed to .git.

        For production the “.env” is generated during deployment from secrets in a locked up environment. (I mean they COULD fuck this up, but there’s no evidence of this AFAIK)

        The example postgres password is simply a “hello world” type password that is often used when running a local docker image of the DB so you can get a full dev environment running in a couple minutes, as mentioned in the readme.md: https://github.com/gsa-tts-archived/ai-gov-api

        It’s not even a testing environment, it’s a temporary local/dev DB just so you can test your code.

        I am NOT defending this project, but holy shit this thread is full of misinformation and I had to correct this.

      • forgeddit@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        9
        ·
        24 hours ago

        The person you replied to doesn’t know what they’re talking about. It’s just an example password used for running a local empty DB for development and has nothing to do with production or even test databases.

        You can see this in the readme: https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https%3A%2F%2Fgithub.com%2Fgsa-tts-archived%2Fai-gov-api

        See my longer previous comment if you want to know more. And again, not defending this project, but this whole comment chain was just misinformation.

      • ohshit604@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        17
        arrow-down
        1
        ·
        edit-2
        23 hours ago

        Postgres, SQLite, etc are tools for database management, things like user data, application data and so on are collected here.

        Edit: the DB_PASS=“postgres” is the default password when setting up a Postgres database.

        Take Reddit’s Karma system or Upvotes/Downvotes for example, they’re stored in a database and however Reddit wants to utilize that data Postgres makes it easy to call upon it.

        I’m sure others can give more detailed responses, I’m typing this out in a rush.

        • theherk@lemmy.world
          link
          fedilink
          English
          arrow-up
          9
          ·
          1 day ago

          Interesting that you chose Reddit as an example. They have a fascinating origin story with respect to data mart. Early Reddit had just two tables: Thing and Data, where Thing was metadata about types and Data was a three column table with: type, id, and value.

          Wrap your head around that. All of Reddit, two tables. A database couldn’t be less normalized (final boss of normal forms) and they did it in an rdb. So horrific it’s actually kind of cool.

          • ohshit604@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            ·
            23 hours ago

            Interesting that you chose Reddit as an example.

            I was in a rush! Honestly it was the quickest thing I could come up with on the spot, plus database tools are something I lack a lot of knowledge about so I really couldn’t go in depth even if I wanted to.

            Appreciate the history behind Reddit’s database!

  • Xerxos@lemmy.ml
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    2
    ·
    24 hours ago

    Just waiting for the first decision made because of AI hallucinations.

    With this government? You might get disappeared to a black site because a LLM “decided” that you probably are a terrorist…

    • Duamerthrax@lemmy.world
      link
      fedilink
      English
      arrow-up
      17
      ·
      1 day ago

      Trump just wants people bowing to him. His handlers are the ones with real plans. Don’t let Peter Thiel run away to Argentina.

  • RejZoR@lemmy.ml
    link
    fedilink
    English
    arrow-up
    162
    ·
    2 days ago

    They are even dumber than Leslie Nielsen as American president in his parodies.

    • latenightnoir@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      69
      arrow-down
      1
      ·
      2 days ago

      This was the feeling!!! I couldn’t put my finger on just how this entire thing felt to me, you’ve cleared the skies and allowed the light of recollection to meet my shores!

      It feels like 70s-80s slapstick!

        • latenightnoir@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          10
          ·
          2 days ago

          Definitely! Those “outside time and space”/“post-modern purgatory” vibes are strong nowadays. Every day feels like making busy until the storm hits.

      • IsThisAnAI@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        1
        ·
        2 days ago

        Obligatory fuck Trump

        Releasing your code and related resources is SoP.

        We had a guy who fixed up no less than 20 repos in our small company cleaning up API keys that were accidentally published. This isn’t uncommon at all.

  • Tetsuo@jlai.lu
    link
    fedilink
    English
    arrow-up
    98
    arrow-down
    1
    ·
    2 days ago

    Well good luck to you guys in the US. This AI government will be extremely dangerous. An all knowing advertisement algorithm reaching deep in government data with an unsafe LLM on top? Ouch.