this post was submitted on 22 May 2025
297 points (94.6% liked)

Programming

20569 readers
32 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] HobbitFoot@thelemmy.club 5 points 1 week ago (8 children)

As a dumb question from someone who doesn't code, what if closed source organizations have different needs than open source projects?

Open source projects seem to hinge a lot more on incremental improvements and change only for the benefit of users. In contrast, closed source organizations seem to use code more to quickly develop a new product or change that justifies money. Maybe closed source organizations are more willing to accept slop code that is bad but can barely work versus open source which won't?

[–] HaraldvonBlauzahn@feddit.org 5 points 1 week ago (1 children)

When did you last time decide to buy a car that barely drives?

And another thing, there are some tech companies that operate very short-term, like typical social media start-ups of which about 95% go bust within two years. But a lot of computing is very long term with code bases that are developed over many years.

The world only needs so many shopping list apps - and there exist enough of them that writing one is not profitable.

[–] pinball_wizard@lemmy.zip 2 points 1 week ago* (last edited 1 week ago)

And another thing, there are some tech companies that operate very short-term, like typical social media start-ups of which about 95% go bust within two years.

This is a very generous sentence you have made, haha. My observation is that vast majority of tech companies seem to operate unprofitably (the programming division is pure cost, no measurable financial befit) and with churning bug riddled code that never really works correctly.

Netflix was briefly hugely newsworthy in the technology circles because they... Regularly did disaster recovery tests.

Edit: Netflix made news headlines because someone decided that Kevin in IT having a bad day shouldn't stop every customer from streaming. This made the news.

Our technology "leadership" are, on average, so incredibly bad at computer stuff.

[–] schnurrito@discuss.tchncs.de 2 points 1 week ago (1 children)

most software isn't public-facing at all (neither open source nor closed source), it's business-internal software (which runs a specific business and implements its business logic), so most of the people who are talking about coding with AI are also talking mainly about this kind of business-internal software.

[–] HobbitFoot@thelemmy.club 2 points 1 week ago (1 children)

Does business internal software need to be optimized?

[–] bignose@programming.dev 2 points 1 week ago* (last edited 1 week ago) (1 children)

Does business internal software need to be optimized?

Need to be optimised for what? (To optimise is always making trade-offs, reducing some property of the software in pursuit of some optimised ideal; what ideal are you referring to?)

And I'm not clear on how that question is related to the use of LLMs to generate code. Is there a connection you're drawing between those?

[–] HobbitFoot@thelemmy.club 1 points 1 week ago (1 children)

So I was trying to make a statement that the developers of AI for coding may not have the high bar for quality and optimization that closed source developers would have, then was told that the major market was internal business code.

So, I asked, do companies need code that runs quickly on the systems that they are installed on to perform their function. For instance, can an unqualified programmer use AI code to build an internal corporate system rather than have to pay for a more qualified programmer's time either as an internal hire or producing.

[–] bignose@programming.dev 1 points 1 week ago* (last edited 1 week ago) (1 children)

do companies need code that runs quickly on the systems that they are installed on to perform their function.

(Thank you, this indirectly answers one question: the specific optimisation you're asking about, it seems, is optimised speed of execution when deployed in production. By stating that as the ideal to be optimised, necessarily other properties are secondary and can be worse than optimal.)

Some do pursue that ideal, yes. For example: many businesses seek to deploy their internal applications on hosted environments where they pay not for a machine instance, but for seconds of execution time. By doing this they pay only when the application happens to be running (on a third-party's managed environment, who will charge them for the service). If they can optimise the run-time of their application for any particular task, they are paying less in hosting costs under such an agreement.

can an unqualified programmer use AI code to build an internal corporate system rather than have to pay for a more qualified programmer’s time either as an internal hire or producing.

This is a question now about paying for the time spent by people to develop and maintain the application, I think? Which is thoroughly different from the time the application spends running a task. Again, I don't see clearly how "optimise the application for execution speed" is related to this question.

[–] HobbitFoot@thelemmy.club 1 points 1 week ago

I'm asking if it worth spending more money on human developers to write code that isn't slop.

Everyone here has been mentioning costs, but they haven't been comparing them together to see if the cost of using human developers located in a high cost of living American city is worth the benefits.

[–] Phen@lemmy.eco.br 1 points 1 week ago

There are commercial open source stuff too

load more comments (5 replies)
[–] Reptorian@programming.dev 5 points 1 week ago

I'll admit I did used AI for code before, but here's the thing. I already coded for years, and I usually try everything before last resort things. And I find that approach works well. I rarely needed to go to the AI route. I used it like for .11% of my coding work, and I verified it through stress testing.

load more comments
view more: ‹ prev next ›