Skip to content
DevMeme
6834 of 7435
Hide the Pain Harold Lost His Job to a Sigmoid Activation Function
AI ML Post #7493, on Nov 28, 2025 in TG

Hide the Pain Harold Lost His Job to a Sigmoid Activation Function

Description

The iconic 'Hide the Pain Harold' meme featuring an elderly man with a forced smile and visibly pained eyes. The top text reads 'I LOST MY JOB TO' and the bottom shows the mathematical formula for a neural network's sigmoid activation function: sigma(b + sum from i=1 to n of w_i * x_i), which is the standard formula for a single neuron's output -- the sigmoid function applied to a weighted sum of inputs plus bias. An imgflip watermark is visible. The meme captures the existential dread of being replaced not by some sophisticated AI system, but by what is essentially the simplest possible neural network unit -- a single perceptron with a sigmoid activation

Comments

32
Anonymous ★ Top Pick Getting replaced by a sigmoid is humiliating enough, but wait until you learn it was actually a ReLU -- they didn't even need the fancy squishing function
  1. Anonymous ★ Top Pick

    Getting replaced by a sigmoid is humiliating enough, but wait until you learn it was actually a ReLU -- they didn't even need the fancy squishing function

  2. @Daonifur 7mo

    After writing this, the editor lost their job to AI

  3. @M_Ali_S_S 7mo

    Human compilers watching this meme and remembering old days

  4. @M_Ali_S_S 7mo

    Probably deserved it

  5. @azizhakberdiev 7mo

    these organic llms think they are superior

  6. dev_meme 7mo

    I'm not very successful in mathematics but can a robot write working code?

    1. @vgy4sw 7mo

      Bruv check out Claude Code

      1. dev_meme 7mo

        It's ok for spotting issues, but not good at fixing them or doing anything complex from scratch

        1. @vgy4sw 7mo

          Idk what language or Framework you use, but it works nicely with PHP and JS

          1. dev_meme 7mo

            Ok, let's be real for a second (nerdy boring stuff) What it can do: - help you brainstorm - potentially replace a junior dev - get simple solutions quickly (or at least a direction) - follow the repo code style (at least it tries to) What it can't do: - find simple solutions for complicated problems without bloating your codebase - write useful unit/integration tests - prepare good quality code (readability, optimization, security) I work with Python and even if you magically manage to make it generate a piece of code that's functional, it will still fail most of static checks, violate peps and so on and so forth, essentially it will spit out senior-level concepts in a junior-level implementation (simplification, but you get the point). And this is only a part of it. Considering you are a senior and considering the amount of time you spend for writing a good prompt and re-iterating, you might as well spend a similar amount of time to implement the solution yourself, which will be a lot more suitable and "better", not even mentioning monetary loss for running your prompts.

            1. dev_meme 7mo

              You say what it can’t do You don’t say what you tried to use/tested and what was your setup This is dead-ended conversation

              1. dev_meme 7mo

                Fair enough, let's consider one situation: The task: Implement hybrid search (full text + semantic), can't disclose implementation details. It had to use a specific library for semantic search and find other suitable ones if necessary. The setup: Postgres + vector plugin, python 3.13, poetry. Prepared a detailed prompt, thoroughly explaining the expectations, refined it 3 times. Outcome: Non-functional class, that didn't even seem to be close to what I described in the prompt. Could be a skill issue ofc, but again, is it worth investing time into preparing a prompt and iterating compared to investing time into implementing it yourself? I wouldn't say so for complex tasks

                1. dev_meme 7mo

                  But you still didn’t mention LLM that was used and via which tool you used this LLM

                  1. @purplesyringa 7mo

                    does it matter? regardless of their answer you're going to say "well try another LLM"

                2. dev_meme 7mo

                  > is it worth investing time into preparing a prompt and iterating compared to investing time into implementing it yourself? In actual work setting you better prepare and discuss Solution Design with your team(-s) before you proceed with implementation 🌚

                  1. dev_meme 7mo

                    Idk where you work but I haven't seen anyone caring, even in big tech. All they say is "if you want to use ai use what we allow you to use, it's up to you if you want to use it". At least from my experience.

                    1. @DerKnerd 7mo

                      same thing in insurance companies, they are more interested about projects rather then devs doing vibe coding

                    2. dev_meme 7mo

                      It wasnt a comment about AI, Solution Design in what you create for the task that you have been assigned with

                3. @azizhakberdiev 7mo

                  in the end it is same pigeon hole issue like with every generative AI

            2. @azizhakberdiev 7mo

              I brainstormed with chatgpt for 30 minutes trying to debug with code, perfectly fine code, error was in environment

        2. @azizhakberdiev 7mo

          it's not good at it either

          1. @vgy4sw 7mo

            Idk maybe your prompts are wrong or the data set is irrelevant, it works for me

      2. @Anddou 1w

        Good but I still gotta fix it often

    2. @ashit_axar 7mo

      Bro, it's scientifically proved, if you give enough time doing random keyboard hits, even a chimp will eventually write any program ever existed...

      1. dev_meme 7mo

        That I don't doubt :3

  7. @Algoinde 7mo

    the warm bias in AI-generated bullshit needs to be studied

    1. @deimossos 7mo

      you mean piss filter?

      1. @deimossos 7mo

        this is because of boom of pfp's in Hayao Miyazaki's style generated by chatgpt, so during training it favoured scenes form Miyazaki's work, wich are mostly warm colors. At least that what I remember

        1. @Algoinde 7mo

          it feels strange why high usage of prompting it to fetch miyazaki weights would affect the training process at all

          1. @deimossos 7mo

            OpenAI literally used this in their ads, so I think they might've favoyred some images over other

        2. @AmmeryThurkear 7mo

          Also has (A LOT) to do with old photos being yellowed

  8. @Agent1378 7mo

    All hail to our soon-to-be AI overlords, or overladies.

Use J and K for navigation