Midwest $3.59/gal today
- 2 Posts
- 446 Comments
kibiz0r@midwest.socialto
Programming@programming.dev•LLM Idolatrine: Why no one wants your agentic PRsEnglish
8·8 hours agoI understand why you cut it. There is a lot that you could dig into there, and you would really have to go into detail it you wanna convince the suits that can only think in terms of KPIs.
The forcing function is a good way of looking at it. We’re not really doing the same thing but faster. We’re doing less, and that naturally takes less time. AI made understanding optional.
I kinda wonder to what extent coding is actually a domain that AI is uniquely “good at” vs simply how well coding activities are able to survive on artifacts which are produced but not understood.
It seems like something we were already exceptionally capable of tolerating, compared to other sectors.

kibiz0r@midwest.socialto
Programming@programming.dev•LLM Idolatrine: Why no one wants your agentic PRsEnglish
32·9 hours agoI’m afraid it’s worse than just moving the bottleneck to review/due-diligence.
C-suits don’t like to admit this, because it challenges the assumption that job roles are all about input and output with no messy internal state to worry about, but…
When you write some code, the code isn’t the only thing that you make. You also develop a mental model of how the code works, how you wish it would work, the distance between those two, and some sense of the possible paths that could get you there.
That mental model is ultimately the more important part for the long-term health of the project. Coding is more an activity of communication between people; having an artifact that tells the computer what to do is almost an incidental side-effect of successful communication.
kibiz0r@midwest.socialOPto
Programmer Humor@programming.dev•Fractions of a ModuleEnglish
391·22 hours agoBasically, generative AI is killing open source — between slop contributions overwhelming maintainers, and the increasing feasibility of “clean-rooming” open source software to remove any obligations that private companies might otherwise have towards projects they depend on, and models cleaving traffic away from the documentation sites that get people involved.
Edit: If you have advice to make it clearer, I’m all ears. The “fractions of a penny” scene seems to perfectly capture the tech grift mentality, so I wanted to use it as the base. But I wanted to steer away from keeping it as “stealing”, because I don’t think copyright is a good basis for AI criticism. I think the fragmentation, noise, and distrust with which it infests our global collaboration infrastructure is the key part. But I really don’t know how to put that succinctly. We don’t really have many historical analogues for this, so there’s not a good shorthand.
Use posting
kibiz0r@midwest.socialto
Technology@beehaw.org•Can AI do 40% of your job? Block’s Jack Dorsey thinks so.English
4·5 days agoIf a weak crypto market can tank your company, I’m not sure you should be trusted for business advice.
Still, maybe he’s exactly the right kind of businessman for these times. Genuine value and productivity don’t matter anymore. It’s a potemkin economy, so why not staff it with potemkin labor?
kibiz0r@midwest.socialto
Technology@beehaw.org•LLMs can unmask pseudonymous users at scale with surprising accuracyEnglish
2·5 days agoPalantir has been doing this for ages, but yeah the LLM aspect is an interesting evolution of it. Probably overkill in the long term, but the availability and (for now) affordability is the main selling point.
Drow in the Drizzt series are at least constantly killing each other, which justifies it somewhat
kibiz0r@midwest.socialto
Programming@programming.dev•Nobody knows how the whole system worksEnglish
15·6 days agoIf only it was just a problem of understanding.
The thing is: Programming isn’t primarily about engineering. It’s primarily about communication.
That’s what allows developers to deliver working software without understanding how a compiler works: they can express ideas in terms of other ideas that already have a well-defined relationship to those technical components that they don’t understand.
That’s also why generative AI may end up setting us back a couple of decades. If you’re using AI to read and write the code, there is very little communicative intent making it through to the other developers. And it’s a self-reinforcing problem. There’s no use reading AI-generated code to try to understand the author’s mental model, because very little of their mental model makes it through to the code.
This is not a technical problem. This is a communication problem. And programmers in general don’t seem to be aware of that, which is why it’s going to metastasize so viciously.
How are they gonna get him to stand under a Rome statue?
kibiz0r@midwest.socialto
Programming@programming.dev•Use the Mikado Method to do safe changes in a complex codebase - Change Messy Software Without Breaking ItEnglish
7·11 days agoYes, but you do need to be careful with what level you test at. Too high level and the tests may be slow, flaky, and difficult to focus onto small details. Too low level and they may just bake-in the existing implementation.
kibiz0r@midwest.socialto
Technology@lemmy.ml•Permacomputing is an anti-capitalist political project oriented around issues of resilience and regenerativity in computer and network technology inspired by permaculture.English
5·11 days agoI would think Reticulum would be a good fit
kibiz0r@midwest.socialto
Privacy@lemmy.ml•This App Warns You if Someone Is Wearing Smart Glasses Nearby - 404mediaEnglish
4·12 days agoThis line of reasoning was already perfectly captured in Office Space: https://youtube.com/watch?v=yZjCQ3T5yXo
kibiz0r@midwest.socialto
Programming@programming.dev•Tips on dissecting vibe codeEnglish
3·12 days agoNature of the code? Library, CLI tool, cloud service, API, UI?
My first thought is test suite.
Lazily-evaluated, too!
There just needs to be one universal standard that handles everyone’s use cases
kibiz0r@midwest.socialto
Programming@programming.dev•The Junior Developer Is Going ExtinctEnglish
71·13 days agoThis isn’t anything new. There have been multiple waves of “code-gen for normies”, and every time after the hype dies down there’s a heap of shitty code to fix.
There’s gonna be no shortage of customers up to their eyeballs in broken slop after the bill comes due and Anthropic has to stop subsidizing their prices. AI slop is the best thing to happen to our job security in a while. (Provided you retain your critical thinking skills.)
Along those same lines: add “anal” to any car model you see. Hours of entertainment.
- Anal Explorer
- Anal Avenger
- Anal Fiesta






Like, as far as legal basis? Yes, as I understand it — but I am not a lawyer.
But if you’re hoping to leverage an LLM… Part of the reason they’re so good at producing replacements for e.g. react is that the source code for react is in the training data, along with test suites and a ton of commentary related to the source code.
So you’d be at a big disadvantage. That’s on top of the basic legibility challenges of decompiled binaries.