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
Use J and K for navigation
Comments
11Comment deleted
When your codebase has more jinja templates for system prompts than actual business logic, you've ascended to prompt infrastructure engineer
“They should be paying me per token” Comment deleted
wait how? Comment deleted
literally every gpt wrapper startup Comment deleted
ah well yeah Comment deleted
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. Comment deleted
no surprise at all Comment deleted
size matters, context window matters, complexity and cooperation of sub-agents matters. running it as is pointless almost always Comment deleted
My prompts generate code which generates prompts Comment deleted
my code generates prompts that generate code that generates prompts, we are not the same Comment deleted
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; } Comment deleted