this post was submitted on 11 May 2026
38 points (85.2% liked)

Technology

84569 readers
3846 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

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.

top 16 comments
sorted by: hot top controversial new old
[–] parzival@lemmy.hkserv.space 3 points 18 hours ago

The project seems cool, I just try to stay away from atproto bc I don't trust the devs of it

[–] MonkderVierte@lemmy.zip 4 points 23 hours ago

social coding

Yeah, no.

[–] ExLisper@lemmy.curiana.net 7 points 1 day ago (1 children)

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?

[–] x_pikl_x@lemmy.world 7 points 1 day ago (1 children)

https://www.eu-startups.com/2026/03/finlands-tangled-raises-e3-8-million-backed-by-githubs-former-ceo-to-build-a-european-alternative-to-the-us-based-platform/

Looks like more ai bros trying to cash in after getting fired from other companies and failing to strike it rich in the crypto game to me.

[–] ExLisper@lemmy.curiana.net 8 points 1 day ago (1 children)

Wow, I thought it's some small open source project, not a startup with millions in funding. This gives off really weird vibe.

According to Tangled, the rise of AI-assisted coding has led to nearly a 50 per cent increase in professional developers over the last three years.

And I have no idea WTF are they talking about. 50% more professional developers in 3 years? I stopped reading after that.

[–] x_pikl_x@lemmy.world 4 points 1 day ago

Same. I seen the link yesterday and thought it was a not so great idea. Went to their social media and noticed they posted constantly but never reply to anyone. More research and oh... Tech bros, womp womp.

[–] lime@feddit.nu 11 points 1 day ago (1 children)

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 3 points 1 day ago (3 children)

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 9 points 1 day ago (3 children)

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

[–] 73ms@sopuli.xyz 3 points 1 day ago

Forgejo is leading the charge on that. Version 16.0 is going to have some early bits of federation functionality.

[–] lime@feddit.nu 2 points 1 day ago (1 children)

probably the firehose is easier to work with

[–] muzzle@lemmy.zip 10 points 1 day ago (1 children)

But it also make it very hard to deploy a self hosted version !

[–] MoogleMaestro@lemmy.zip 6 points 1 day ago

By design, too.

[–] johnydoe666@lemmy.dbzer0.com 1 points 1 day ago

I’m not sure exactly. It could be related to how the AT protocol also takes account information into federation, but I’m just speculating here

[–] ranzispa@mander.xyz 1 points 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.

[–] lime@feddit.nu 1 points 1 day ago* (last edited 1 day ago)

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