I write about technology at theluddite.org

  • 2 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle

  • Investment giant Goldman Sachs published a research paper

    Goldman Sachs researchers also say that

    It’s not a research paper; it’s a report. They’re not researchers; they’re analysts at a bank. This may seem like a nit-pick, but journalists need to (re-)learn to carefully distinguish between the thing that scientists do and corporate R&D, even though we sometimes use the word “research” for both. The AI hype in particular has been absolutely terrible for this. Companies have learned that putting out AI “research” that’s just them poking at their own product but dressed up in a science-lookin’ paper leads to an avalanche of free press from lazy credulous morons gorging themselves on the hype. I’ve written about this problem a lot. For example, in this post, which is about how Google wrote a so-called paper about how their LLM does compared to doctors, only for the press to uncritically repeat (and embellish on) the results all over the internet. Had anyone in the press actually fucking bothered to read the paper critically, they would’ve noticed that it’s actually junk science.







  • theluddite@lemmy.mltoTechnology@lemmy.mlIs SEO killing creativity?
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago

    I’m not sure if that article is just bad or playing some sort of 4D chess such that it sounds AI written to prove its point.

    Either way, for a dive into a closely related topic, one that is obviously written by an actual human, I humbly submit my own case study on how Googles ad monopoly is directly responsible for ruining the Internet. I posted it here a week ago or so, but here it is in case you missed it and this post left you wanting.






  • I am the dude. Fair enough, but your summary misses the point. The original website was a useful tool that people use, but it didn’t qualify for adsense. I draw an analogy to recipes. Recipe sites used to be useful, but now you have to scroll through tons of blogspam to even get to the recipe. Google has a monopoly on ads, and like it or not, ad revenue is how people who make websites get paid. Google’s policies for what qualifies for AdSense have a huge impact on the internet.

    The point of the post is to show how direct that relationship is, using an existing and useful website.






  • theluddite@lemmy.mltoTechnology@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    1 year ago

    Past automation technologies had the most effect on low-skilled workers. But with generative AI, the more educated and highly skilled workers who previously were immune to automation are vulnerable. According to the International Labor Organization, there are between 644 and 997 million knowledge workers globally, between 20% and 30% of total global employment. In the US, the knowledge-worker class is estimated to be nearly 100 million workers, one out of three Americans. A broad spectrum of occupations — marketing and sales, software engineering, research and development, accounting, financial advising, and writing, to name a few — is at risk of being automated away or evolving.

    I’d take that bet, even at outrageous odds. I’ve now won over 700 dollars betting against self-driving cars with people in the tech world, and another couple hundred against crypto. Some of that even came from my former boss. I think I’ve won over a grand betting against tech hype in the last 4-5 years.

    Business Insider, in the unlikely event that you read this, DM me. Let’s make a bet.



  • The real problem with LLM coding, in my opinion, is something much more fundamental than whether it can code correctly or not. One of the biggest problems coding faces right now is code bloat. In my 15 years writing code, I write so much less code now than when I started, and spend so much more time bolting together existing libraries, dealing with CI/CD bullshit, and all the other hair that software projects has started to grow.

    The amount of code is exploding. Nowadays, every website uses ReactJS. Every single tiny website loads god knows how many libraries. Just the other day, I forked and built an open source project that had a simple web front end (a list view, some forms – basic shit), and after building it, npm informed me that it had over a dozen critical vulnerabilities, and dozens more of high severity. I think the total was something like 70?

    All code now has to be written at least once. With ChatGPT, it doesn’t even need to be written once! We can generate arbitrary amounts of code all the time whenever we want! We’re going to have so much fucking code, and we have absolutely no idea how to deal with that.