this post was submitted on 12 May 2026
283 points (100.0% liked)

Selfhosted

59109 readers
1269 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Lots of layoffs ("re-evaluating our operational footprint") and switching to "agentic" processes. Target user is AI.

Anyone still hosting Gitlab?

you are viewing a single comment's thread
view the rest of the comments
[–] 1hitsong@lemmy.ml 24 points 16 hours ago (1 children)

"Software will be built by machines, directed by people."

Oh my lord. Is this a delayed April Fools post?

[–] Bazoogle@lemmy.world 0 points 3 hours ago (1 children)

This is dangerous for me to say on lemmy, but fuck it.

Doesn't it make sense that machines would write for machines? Isn't that kind of what we already do by creating compilation layers programmers use? We obviously wouldn't write the manual 1's and 0's, and most people don't write using assembly. Is this not a translation layer for us to be able to write code?

Right now we have LLMs writing with languages designed for humans, and it's already doing some pretty wild stuff. If we get to the point where AI is literally a coding model (and not a generic LLM) that is able to use an AI optimized way of writing code, who knows what it would be capable of.

Code is one of the few things AI is specially suited for. AI is just a big fancy prediction machine, so what better application than something that is by definition formulaic and patternistic like code? I am not saying we are there now, but rather the idea that machines should write software does make sense when it becomes actually feasible.

If we could have programmed like this from the beginning, we would have. There has been many evolutions of making it easier to code. What's easier than plain language?

[–] Andres4NY@social.ridetrans.it 6 points 3 hours ago (1 children)

@Bazoogle @1hitsong First of all - when it comes to creating programs, you want the output to be deterministic. Stochastic program output is a serious problem, as you _will_ get unreproducible bugs. Second, plain language is _not_ easy except for the simplest of tasks. Actual programs need to handle all kinds of corner cases and hardware weirdness and human weirdness. Your "plain language" goes from "do a thing" very quickly to "do a thing. but not that thing. or that other thing. and and and.."

[–] Bazoogle@lemmy.world 1 points 3 hours ago

Your “plain language” goes from “do a thing” very quickly to “do a thing. but not that thing. or that other thing. and and and…”

Your options would be write all those things in plain language, or program them all eith (hopefully) no mistakes, bugs, or vulnerabilities. Either way you have to catch all the situations. Even in plain language, not everybody will be able to effectively use AI to generate code. You need to have a solid understanding of software architecture to be able to get useful output.

when it comes to creating programs, you want the output to be deterministic

AI is capable of writing deterministic programs.

I would also like to preemptively emphasize that AI is not there yet. I am simply talking about the concept of machines creating software. If you try to step back from your anti-AI gut reaction and truly think about it, it would make sense to do if we get there technologically