Images credit goes to u/DigitalNightmare13 from Reddit

Himeka: original post

Ahko: original post

  • 2 Posts
  • 44 Comments
Joined 1 年前
cake
Cake day: 2024年7月10日

help-circle

  • Capital Economics analysts warned that some firms use AI as cover for cuts driven by poor financial performance. “For some firms, AI is a way to spin job losses driven by poor financial performance in a more positive light,” they wrote.

    The AI job apocalypse narrative serves multiple purposes: it justifies hiring freezes, explains away poor financial performance, and creates urgency around AI adoption.

    I suspected as much too: that the people in-charge are using AI as a scapegoat so that the anger that would have been directed at them gets turned towards AI instead.

    Given that there’s a vocal minority of Lemmings who blindly hate AI, I’d say their propaganda has definitely found at least some success.





  • Artificial Intelligent is supposed to be intelligent.

    For the record, AI is not supposed to be intelligent.

    It just has to appear intelligent. It can be all smoke-and-mirrors, giving the impression that it’s smart enough - provided it can perform the task at hand.

    That’s why it’s termed artificial intelligence.

    The subfield of Artificial General Intelligence is another story.


  • In the ‘Medium’ difficulty category, OpenAI’s o4-mini-high model scored the highest at 53.5%.

    This fits my observation of such models. o4-mini-high is able to help me with 80-90% of the problems at work. For the remaining problems, it would come up with a nonsensical solution and no matter how much I prompt it, it would tunnel-vision on that specific approach. It could never second guess itself and realise that its initial solution is completely off the mark, and try an entirely differently approach. That’s where I usually step in and do the work myself.

    It still saves me time with the trivial stuff though.

    I can’t say the same for the rest of the LLMs. They are simply no good at coding and just waste my time.











  • Endmaker@ani.socialtoProgrammer Humor@programming.devmmmmm pasta
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    2 个月前

    Spaghetti is all messy and tangled up; spaghetti code is the same.

    when the order of execution was obfuscated due to excessive jumps and GOTOs

    That’s one way to make your code messy and thus achieve spaghetti code.

    In general, when some code is very poorly written, it becomes spaghetti code.



  • best answer is the most visible

    no wasting your time

    These two points aren’t always true in my experience. On more than a few occasions, I have encountered posts that look similar to the problems that I am facing, but because of a slight nuance (on the surface), the answers suggested won’t help.

    Usually, my search would hit a deadend here. At this point, I guess the best course of action is to create a new post. Unfortunately, these new posts would then get closed as a duplicate of the similar post - even though the problem in that particular context still hasn’t been solved