Skip to content
DevMeme

Memvid Job Posting: Get Paid $800 to Bully AI Chatbots — Meme Explained

Memvid Job Posting: Get Paid $800 to Bully AI Chatbots
View this meme on DevMeme →

Level 1: Paid to Argue With a Forgetful Robot

Imagine a toy company hires one kid, for a whole day's allowance, to play with a talking doll that keeps forgetting the kid's name — and the kid's only job is to get annoyed about it, loudly, while someone films. Everyone finds this funny because we all already argue with forgetful robots every day for free. Seeing a company post it as an official job — with a salary, hours, and a responsibilities list — is like being told the thing you do in traffic every morning is now a profession.

Level 2: Why the Chatbot Forgets Your Name

The technical pain being monetized here comes down to a few concepts:

  • An LLM chatbot doesn't have memory the way you do. Each reply is generated from the context window — a fixed-size buffer holding the recent conversation. Think of it as a whiteboard of limited size: when it fills up, the oldest writing gets erased to make room.
  • "Ask them to remember things. Watch them forget" describes exactly this: details from early in a long chat silently fall off the whiteboard, and the bot confidently answers as if they never existed.
  • A circular conversation is the result — you correct the bot, the correction expires, and the bot loops back to its original wrong answer like a sitcom character with amnesia.
  • QA testing (quality assurance) is the real job hiding under the joke: systematically provoking failures and documenting them is how software gets better, whether it's a login form or a chatbot.

For anyone early in their career, the meta-lesson is that "frustrating user experience" is data — companies will literally pay $100/hour for well-documented anger. Write down your bug reproductions; apparently they're worth something.

Level 3: Rage as a Service

What's on screen is a real dark-themed landing page from memvid (daisy logo, yellow Try Kora button) announcing, under NOW HIRING · 1 POSITION:

Get Paid To Bully AI We're looking for one person to spend an entire day yelling at chatbots. Professionally.

at $100/hour, 8 hours, $800 total — and the engineering audience laughed because this is a job posting for the job they already have. The responsibilities list is a forensic description of daily LLM usage: "Test their memory by asking them to recall previous context (spoiler: they won't)," "Document every failure, meltdown, and circular conversation," "Provide unfiltered, honest reactions — the more frustrated, the better." Every developer who has typed "as I said THREE MESSAGES AGO" into a chat window recognized their unpaid hobby being given a salary band. The channel's own caption — "Half of followers just found their dream job" — completes the joke.

The savvier layer is who's hiring. Memvid sells AI memory tooling, so this is guerrilla marketing shaped like a grievance: the stunt only works because the pain it monetizes — context loss — is universal enough to be a hiring hook. LLMs don't "remember" anything between sessions; within a session they hold a finite context window, and once a conversation outgrows it, earlier content is truncated or summarized into mush. The "circular conversation" in the bullet list is the signature failure mode: the model re-suggests the fix you rejected an hour ago because the rejection has scrolled out of its memory. A company whose product pitch is "we fix AI memory" advertising by paying someone to publicly experience AI amnesia is genuinely clever positioning — it's a competitor teardown disguised as performance art, with the session recordings (note the truncated "allow your session to be recorded" bullet) destined to become their marketing footage. Less cynically, the posting accidentally describes legitimate adversarial QA: structured frustration-mining is more or less what red-teaming and UX research on conversational AI actually look like, except usually without the honesty about the yelling.

Comments (12)

  1. Anonymous

    $800 to make chatbots forget things all day - most of us do that for free, we just call it 'maintaining the context window'

  2. Anonymous

    It's QA with a novel test oracle: if the human starts yelling, context retention failed.

  3. @TheFloofyFloof

    seems like its just a marketing stunt to harvest data

  4. dev_meme

    Wait you can get paid for that?

  5. @blue_bonsai

    You can get paid to do many things.

  6. @blue_bonsai

    But the weirdest ones are always researches/data farmings.

  7. @Daonifur

    I do that for free already but sad because only 1 position available

  8. @razordude

    Dream job

  9. @deadgnom32

    I'm too nice and friendly to be able to be aggressive for 8 hours a day.

  10. @agonyship

    That's already is my job but I get paid way less.

Join the discussion →

Related deep dives