Skip to content
DevMeme
6826 of 7435
Gus Fring: My Code Generates Prompts, We Are Not the Same
AI ML Post #7483, on Nov 26, 2025 in TG

Gus Fring: My Code Generates Prompts, We Are Not the Same

Description

A classic impact-font meme using a promotional photo of Giancarlo Esposito as Gustavo 'Gus' Fring from Breaking Bad. He's shown in his signature grey suit, adjusting his tie with a cold, calculating expression. Top text reads 'YOUR PROMPTS GENERATE CODE' and bottom text reads 'MY CODE GENERATES PROMPTS / WE ARE NOT THE SAME.' The meme uses the popular 'We are not the same' Gus Fring template to draw a superiority distinction between casual AI users who type prompts to get code output versus advanced developers who write meta-programming systems where code programmatically generates prompts for AI models - essentially building prompt engineering pipelines, LLM orchestration frameworks, or agentic systems

Comments

11
Anonymous ★ Top Pick When your codebase has more jinja templates for system prompts than actual business logic, you've ascended to prompt infrastructure engineer
  1. Anonymous ★ Top Pick

    When your codebase has more jinja templates for system prompts than actual business logic, you've ascended to prompt infrastructure engineer

  2. @paranoidPhantom 7mo

    “They should be paying me per token”

  3. @callofvoid0 7mo

    wait how?

    1. @NaNmber 7mo

      literally every gpt wrapper startup

      1. @callofvoid0 7mo

        ah well yeah

  4. @mrYakov 7mo

    Tried write custom agents that do that with self hosted qwen3. IDK, results was shit. LLM struggle with transition from abstract design to concrete implementation.

    1. @KrompirPita 7mo

      no surprise at all

  5. @KrompirPita 7mo

    size matters, context window matters, complexity and cooperation of sub-agents matters. running it as is pointless almost always

  6. @wielki_arcymistrz 7mo

    My prompts generate code which generates prompts

  7. @toyotaness 7mo

    my code generates prompts that generate code that generates prompts, we are not the same

  8. @qtsmolcat 7mo

    int main() { std::string userInput; std::cout << "Enter your prompt: "; std::getline(std::cin, userInput); std::string response = sendToAI(userInput); std::cout << response << std::endl; return 0; }

Use J and K for navigation