I’ve just found the project. And it seems very interesting take. I am adding a link to their blog entry discussion on a system to combat LLMs abuse via a web of trust.

From their site:

We envision a place where developers have ownership of their code, communities can freely self-govern and most importantly, coding can be social and fun again.

AT Protocol enables federated code-collaboration. Submit pull-requests or bug-reports to any repository hosted on any server.

  • ExLisper@lemmy.curiana.net
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 day ago

    Looks interesting but I would like to know who’s behind it. How big is the team? What resources do they have? Is it something worth trying out or will it be dead in a couple of months?

  • lime!@feddit.nu
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 days ago

    i still don’t understand what it does. it seems to replicate git’s existing distributed patching capabilities using another protocol, tying it to social media profiles instead of crypto keys?

    • johnydoe666@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      2
      ·
      2 days ago

      The big added benefit is that its federated using the AT protocol. So while you join a local instance (or, knot), or even set one up yourself, you still get all the benefits that GitHub currently provides around making coding social and discoverable, unlike other alternatives like forgejo. So it’s not doing anything to git itself, but rather the layer on top, the forge

      • muzzle@lemmy.zip
        link
        fedilink
        English
        arrow-up
        9
        ·
        2 days ago

        Why at proto, 'tho? gitea was trying to implement Activitypub already a while ago.

      • lime!@feddit.nu
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        2 days ago

        yeah but git already had those features (well, not discoverability i guess) in its email functionality, it just needs a better ux.

      • ranzispa@mander.xyz
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 day ago

        I guess this could be a cool solution to having to make several usernames on different gitlab instances.

        Still, I’m not sure if this is really worth it: if I want to self host I’ll just self host a git repository and that’ll be incredibly easy to setup.

        The main advantage of GitHub is that it’s completely free and I don’t have to bother about self hosting it and maintaining the software.

        I do see some advantage, but I’m not sure it compensates the added maintainance work.