<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Stephane Guertin</title>
    <description>The latest articles on DEV Community by Stephane Guertin (@stephane_guertin_98bb6736).</description>
    <link>https://dev.to/stephane_guertin_98bb6736</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4027301%2F2c32ebe3-c09e-40a2-a8df-14de24c5746f.JPG</url>
      <title>DEV Community: Stephane Guertin</title>
      <link>https://dev.to/stephane_guertin_98bb6736</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stephane_guertin_98bb6736"/>
    <language>en</language>
    <item>
      <title>I am Root: The Sysadmin's Favorite Word (and the Mug That Proves It)</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Tue, 25 Aug 2026 08:02:22 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/i-am-root-the-sysadmins-favorite-word-and-the-mug-that-proves-it-3f85</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/i-am-root-the-sysadmins-favorite-word-and-the-mug-that-proves-it-3f85</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpvmaiwzrmm9une15ytfy.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpvmaiwzrmm9une15ytfy.jpg" alt="I am Root PixelPunch coffee mug with the bold root-user design" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is one word in computing that changes the temperature of a room. It is not "deploy." It is not "migration." It is the word that every sysadmin has typed a thousand times, whispered once under their breath, and spent years learning to respect. That word is root.&lt;/p&gt;

&lt;p&gt;I am not talking about the concept. I am talking about the moment. The moment the cursor blinks at a prompt and you have the power to change everything and break everything in the same keystroke. The moment you realize the machine is not going to argue with you. It is going to do exactly what you tell it. That is the real meaning of root, and it is the reason the word shows up on shirts, hoodies, mugs, and stickers for people who keep servers alive for a living.&lt;/p&gt;

&lt;p&gt;This article is about that word, the job around it, and the honest merch that names it. If you are a sysadmin, you already know. If you are not, this is the closest thing to an explanation you will get.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Word Everyone Types and Nobody Explains
&lt;/h2&gt;

&lt;p&gt;Here is the funny part about being a sysadmin. The most powerful word in your entire vocabulary is also the one you are told to use as little as possible. Every security guide, every senior engineer, every hard-won lesson says the same thing. Do not run as root. Do not live in root. Use the least privilege you can get away with.&lt;/p&gt;

&lt;p&gt;And then, at 2 a.m., when the service is down and the customers are emailing and the logs are a wall of noise, you type the word anyway. Because the least privilege you can get away with, at 2 a.m., is root.&lt;/p&gt;

&lt;p&gt;That tension is the whole job. The people who run systems for a living spend their days balancing what they should do against what they have to do. They plan, they document, they build careful, repeatable processes. And then reality shows up and asks them to make a call with a single command and a held breath. Root is the word that lives in that gap.&lt;/p&gt;

&lt;h2&gt;
  
  
  Permission Denied Is the Real Teacher
&lt;/h2&gt;

&lt;p&gt;Every sysadmin has a story about their first "permission denied." Mine involved a directory I was sure I owned, a file I was sure I had edited, and an afternoon of confusion that ended with a senior engineer looking at my terminal, sighing, and typing the magic word. The file saved. The lesson stuck.&lt;/p&gt;

&lt;p&gt;Here is what that moment teaches you. The system is not being mean. It is being honest. Permission denied is the machine telling you the truth about how much access you actually have, and it is the single best teacher in the job. It forces you to understand why access is structured the way it is. It makes you think about the user you are, the group you belong to, and the reason the file you wanted was locked in the first place.&lt;/p&gt;

&lt;p&gt;The sysadmins who stay calm in an outage are the ones who learned to love permission denied instead of fighting it. They read the error. They check the owner. They fix the actual problem instead of hammering the same command harder. The word root is not a shortcut past that learning. It is the graduation, the point where you finally understand the system well enough to be trusted with the keys.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Two Kinds of People Who Say "I am Root"
&lt;/h2&gt;

&lt;p&gt;There is a difference between the person who claims root and the person who earns it, and it shows up in everything they do.&lt;/p&gt;

&lt;p&gt;The first kind treats root like a toy. They use it for everything because they can. They do not read the error, they just add the flag. They do not understand the system, they just override it. These are the people who reboot the production server mid-afternoon because it was easier than finding the actual problem. Their confidence is loud and their downtime is worse.&lt;/p&gt;

&lt;p&gt;The second kind treats root like a responsibility. They use it exactly when they need it and not a moment sooner. They know that the power is real, so they are careful with it. They test in the quiet place first. They read the logs before they type. When they say "I am root," it is not a boast. It is an admission. It means, I understand what is about to happen, and I am the one who owns it.&lt;/p&gt;

&lt;p&gt;Almost every sysadmin I respect is the second kind. The job has a way of sorting people into one or the other, usually through a couple of painful incidents. The people who survive the incidents come out quieter and better.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Root Belongs on Merch
&lt;/h2&gt;

&lt;p&gt;Tech humor is full of inside jokes that only make sense to the people in the room. That is exactly why it works. When a sysadmin wears a piece of merch, they are not advertising a brand. They are identifying themselves to the other people who know the word.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;I am Root line from PixelPunch&lt;/a&gt; is a good example. On the surface, it is a simple statement. But to the people who know, it says a lot more. It says, I have typed this word a thousand times. It says, I have owned the 2 a.m. call. It says, I know the difference between claiming access and earning it.&lt;/p&gt;

&lt;p&gt;That is why this merch is the merch that gets worn. It is not a logo. It is a handshake. It is a way of finding the other people in the room who have been trusted with the keys and know what that costs.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Mug for the Coffee That Keeps You Sane
&lt;/h2&gt;

&lt;p&gt;Every sysadmin has a mug, and most of them are not chosen with care. They are the leftover from a conference, the freebie from a vendor, the one with a faded logo from a project nobody remembers. That is a missed opportunity, because the mug is the most-used tool in the job.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/products/i-am-root-mug11-pixelpunch-full-wrap-2" rel="noopener noreferrer"&gt;I am Root mug&lt;/a&gt; is the mug that says the thing out loud. It is the full-wrap design, so the statement wraps all the way around, and you do not have to turn the mug to find the punchline. It is the mug you reach for at the start of a long shift, the one that sits next to the keyboard during the incident, the one that is still there, half full and cold, when you finally look up at the clock and realize it is 3 a.m.&lt;/p&gt;

&lt;p&gt;The coffee is not the point. The point is the ritual. The point is having one thing on your desk that quietly agrees with you about what the job is really like.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Rest of the Kit
&lt;/h2&gt;

&lt;p&gt;The mug is the daily workhorse, but the word belongs on more than one thing, because the sysadmin lives in more than one place.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/products/i-am-root-shirt-pixelpunch" rel="noopener noreferrer"&gt;I am Root t-shirt&lt;/a&gt; is the piece for the world. It is what you wear when you leave the house, to the office, to the conference, to the coffeeshop where you bring a laptop and pretend you are not going to check the dashboard. It is the shirt that gets the nod from the other person in line who also knows.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/products/i-am-root-hoodie-pixelpunch" rel="noopener noreferrer"&gt;I am Root hoodie&lt;/a&gt; is the cold-hours piece. It is for the server room, the drafty home office, the long winter night of monitoring and waiting. It is warm, it is comfortable, and it does not care how long you have been awake.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/products/i-am-root-sticker-pixelpunch-2" rel="noopener noreferrer"&gt;I am Root sticker&lt;/a&gt; is the small one, and the small one matters more than you would think. It goes on the laptop lid, the water bottle, the case that holds the tools. It is the version of the statement that travels with you everywhere, the one that costs almost nothing and makes you grin every single time you see it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Not Just for Sysadmins Anymore
&lt;/h2&gt;

&lt;p&gt;Here is the part that makes this word bigger than the job description. The person who is trusted with root is not always a sysadmin anymore. It is the person who manages the cloud account, the one who administers the home lab, the engineer who owns the pipeline, the creator who runs the whole production from a laptop in their living room.&lt;/p&gt;

&lt;p&gt;That is the connection to the wider world of people who build and run things. If you run a server, manage a deployment, or keep a service alive, you know the word. The job title changes, but the relationship with root does not. The moment you are trusted with the keys is the moment you start to understand.&lt;/p&gt;

&lt;p&gt;And if that sounds like you, the merch is not a joke about technology. It is a badge for the people who carry the responsibility. It is a way of saying, without a long explanation, what you do and how you feel about it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Part Nobody Puts on a Shirt
&lt;/h2&gt;

&lt;p&gt;Here is the honest note that does not fit on the mug or the shirt, but it is the part that makes the rest of it true. The sysadmin who has really earned root is the one who uses it the least. The craft is not the command. The craft is knowing when the command is the answer and when it is just the lazy way out. It is reading the logs first, checking the owner, trying the safe path, and only reaching for the big word when the safe path is genuinely gone.&lt;/p&gt;

&lt;p&gt;That discipline is invisible. Nobody sees the hours of careful work that mean the 2 a.m. call does not happen. They only see the moments when it does, and the person who types the word and owns the result. The merch does not capture the discipline. It captures the word, which is a fair trade. Because the people who live that life see the word and think of the discipline behind it. That is the whole point.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;Root is the sysadmin's favorite word because it names the real thing about the job. It is the power to fix, the power to break, and the responsibility that comes with both. It is permission denied turned into permission granted, and it is earned, never claimed.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;I am Root collection from PixelPunch&lt;/a&gt; is the honest way to wear that. The mug for the coffee ritual, the shirt for the world, the hoodie for the cold hours, the sticker for the laptop that does the heavy lifting. Every piece says the same thing in its own way. I have been trusted with the keys. I know what that means.&lt;/p&gt;

&lt;p&gt;If that is you, or if you are buying for someone who lives that life, start with the &lt;a href="https://hoojump.com/products/i-am-root-mug11-pixelpunch-full-wrap-2" rel="noopener noreferrer"&gt;mug&lt;/a&gt;. It is the piece that gets used every single day. Then add the shirt, grab a hoodie for the cold months, and toss in a sticker. You will have covered every hour of the day, and you will have given the person the one thing the job never gives them.&lt;/p&gt;

&lt;p&gt;Permission to feel like you own it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbdbfgr3k4tfd4zqa3yld.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbdbfgr3k4tfd4zqa3yld.jpg" alt="I am Root PixelPunch t-shirt on a hanger with the bold design" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>gifts</category>
      <category>productivity</category>
    </item>
    <item>
      <title>AI Prompt Engineer Gifts: 14 Presents for the Person Who Prompts for a Living</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Mon, 24 Aug 2026 14:14:15 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/ai-prompt-engineer-gifts-14-presents-for-the-person-who-prompts-for-a-living-4bcj</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/ai-prompt-engineer-gifts-14-presents-for-the-person-who-prompts-for-a-living-4bcj</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" alt="99% AI, 1% PANIC PixelPunch t-shirt on a hanger" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Somebody in your life spends their days talking to machines. Not small talk. Not weather chat. Real work conversations, the kind where the machine answers, and then they argue with the answer, and then they rewrite the question and argue again. That person is a prompt engineer, whether the title is on their paycheck or not. And they are the hardest person on your list to shop for.&lt;/p&gt;

&lt;p&gt;I have been that person. I have sat at a desk at 11 p.m. refining a prompt until the model finally stopped hallucinating a fake study about a subject I happen to know well. I have written, deleted, and rewritten the same instruction eight times to get a voice that did not sound like a press release. So when someone asks me what to get the prompt person in their life, I do not reach for a generic gadget. I reach for the things that make the job more human.&lt;/p&gt;

&lt;p&gt;This is a gift guide for the people who prompt for a living. It is practical. It is honest. And most of it is not a gadget at all.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Person You Are Buying For
&lt;/h2&gt;

&lt;p&gt;Before the list, a quick portrait, because it changes everything. The prompt engineer you know is probably not a lone genius in a hoodie, though they might wear the hoodie. They are the person in the meeting who can get a tool to do in ten minutes what the rest of the room assumed took a specialist a day. They translate between human wants and machine behavior. They test. They break. They try again.&lt;/p&gt;

&lt;p&gt;Their day looks like this. They ask a model to draft something, and it gives them 90% of what they needed and a confident 10% that is wrong. They catch the wrong 10%, because they know their subject. Then they fix it, and they ask again. That loop, the ask, the check, the fix, is the whole job. It sounds easy until you try it. It is exhausting in a specific way that only people who have done it understand.&lt;/p&gt;

&lt;p&gt;The exhausting part is not the typing. It is the judgment. Every response needs a decision: is this good enough, is this subtly wrong, does this sound like a human or like a brochure. That judgment does not come from the tool. It comes from the person. And after hours of it, what they want is not a smarter prompt. What they want is a coffee, a quiet minute, and permission to feel like a person instead of a pipeline.&lt;/p&gt;

&lt;p&gt;Keep that in mind and the list makes sense.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Gift Everyone Skips: Honest Comfort
&lt;/h2&gt;

&lt;p&gt;Here is the thing almost nobody buys the prompt person, and it is the thing they want most. Something that says the job is hard and you see them doing it.&lt;/p&gt;

&lt;p&gt;Merch does this better than almost anything, because it names the feeling without a lecture. The &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;99% AI, 1% PANIC line from PixelPunch&lt;/a&gt; is the perfect example. It is not a flex about being good with machines. It is a confession. It is the person wearing it admitting, I run the automated pipeline, and I still panic, and that is the part that proves I am human.&lt;/p&gt;

&lt;p&gt;Give that to a prompt engineer and you are not giving them a shirt. You are giving them a sentence for a feeling they have never been able to explain. That lands.&lt;/p&gt;

&lt;h2&gt;
  
  
  The List
&lt;/h2&gt;

&lt;p&gt;I have grouped these by what they actually fix, not by price. Every person is different, so pick the group that matches the person you know.&lt;/p&gt;

&lt;h3&gt;
  
  
  For the days the job makes you feel like a machine
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;The shirt.&lt;/strong&gt; The &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;99% AI, 1% PANIC tee&lt;/a&gt; is the confession piece. It is for the days they spent eight hours in a loop of ask, check, fix, and they need one small reminder that the panic is the part that makes the work theirs. It is also, honestly, the easiest gift. It fits, it is comfortable, and it says exactly the right thing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The hoodie.&lt;/strong&gt; The &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;99% AI, 1% PANIC hoodie&lt;/a&gt; is the long-haul piece. This is what you wear on the days nothing works and you have to keep going anyway. It is warm. It is soft. It does not judge you for the sixth rewrite. If the person you are buying for lives in a cold office or a drafty home studio, this is the one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The mug.&lt;/strong&gt; The &lt;a href="https://hoojump.com/products/99-ai-1-panic-mug11-pixelpunch" rel="noopener noreferrer"&gt;99% AI, 1% PANIC mug&lt;/a&gt; is for the moments between the loops. The coffee goes in. The screen gets a break. The mug sits there, quietly agreeing that yes, some of this is panic, and that is normal. A prompt engineer goes through a lot of coffee. Give them a mug that says something true while they drink it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The sticker.&lt;/strong&gt; The &lt;a href="https://hoojump.com/products/99-ai-1-panic-sticker-pixelpunch" rel="noopener noreferrer"&gt;99% AI, 1% PANIC sticker&lt;/a&gt; is the small one. It goes on the laptop, the water bottle, the desk drawer. It is the gift you add on top of a real gift, the one that costs almost nothing and makes the person grin every time they see it.&lt;/p&gt;

&lt;h3&gt;
  
  
  For the desk
&lt;/h3&gt;

&lt;p&gt;A prompt engineer lives at their desk. Upgrade the place they spend ten hours a day.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A good chair cushion or a footrest.&lt;/strong&gt; Nobody buys this for themselves, and everybody needs it. After four hours of refining prompts, your back knows exactly how long you have been sitting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A real mechanical keyboard.&lt;/strong&gt; Not the loud one from 2015. A quiet, tactile one. The feel of the keys is the difference between a job and a ritual. If they type all day, this is the desk upgrade that actually matters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A second monitor, even a modest one.&lt;/strong&gt; Half the prompt job is comparing outputs side by side. The good version, the bad version, the almost version. Screen space is the cheapest productivity upgrade there is, and nobody is ever sad to get one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A monitor light bar.&lt;/strong&gt; If they work in a dim room, this is a small miracle. It lights the keyboard without glare, and it stops the eye strain that quietly drains people by 6 p.m.&lt;/p&gt;

&lt;h3&gt;
  
  
  For the coffee ritual
&lt;/h3&gt;

&lt;p&gt;Prompt engineers run on coffee, and the ritual matters as much as the caffeine.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A proper grinder and a bag of good beans.&lt;/strong&gt; The act of grinding your own coffee is a ritual. It pulls you out of the loop for ninety seconds and gives your brain something physical to do. That pause is worth more than the coffee.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The good mug, the one that means something.&lt;/strong&gt; Not the promotional mug from a conference. The mug with the line that makes them laugh. The 99% AI, 1% PANIC mug from the PixelPunch line is exactly that, because it is the mug that names the job.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A thermos that actually works.&lt;/strong&gt; The number of cold cups of coffee next to a busy desk is a crime. A good thermos means the coffee is still hot when they finally look up from the screen.&lt;/p&gt;

&lt;h3&gt;
  
  
  For the person, not the job
&lt;/h3&gt;

&lt;p&gt;The best gifts are the ones that remind a prompt engineer they are a person who does this job, not a person who is this job.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A book they will read for fun.&lt;/strong&gt; Something with zero relation to models or automation. A novel, a memoir, a history. Let their brain do something that is not asking a machine for an answer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A subscription to something that has nothing to do with work.&lt;/strong&gt; A streaming service, a coffee club, a magazine. Small, recurring, and purely for them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A gift card for a real meal.&lt;/strong&gt; Not delivery, not the desk. A meal where they sit down, put the phone away, and eat like a human. It sounds plain, and it is the one gift that never misses.&lt;/p&gt;

&lt;h2&gt;
  
  
  The One Gift That Fits Everyone
&lt;/h2&gt;

&lt;p&gt;If you want one safe answer, the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;99% AI, 1% PANIC collection&lt;/a&gt; is it. Here is why it works for the prompt person specifically.&lt;/p&gt;

&lt;p&gt;The line is true. The job really is about 99% automated work and 1% human judgment. The person doing it knows this better than anyone. The machine drafts, and they decide. The machine proposes, and they catch the wrong 10%. That one percent, the judgment, the panic, the knowing when a response is subtly off, that is the part that cannot be automated. It is the part that makes the work theirs.&lt;/p&gt;

&lt;p&gt;So the merch is not a joke about technology. It is a badge of the human part of a job that is mostly machines. That is why it lands. It tells the person, I know the job is more than the tool, and I know the part that is you.&lt;/p&gt;

&lt;p&gt;Start with the &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;shirt&lt;/a&gt; if you want the classic. Add the hoodie for the cold months, toss in a mug and a sticker, and you have covered every hour of their day.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Not to Buy
&lt;/h2&gt;

&lt;p&gt;A quick list of things to avoid, because the prompt engineer in your life will thank you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do not buy them a course on prompts.&lt;/strong&gt; They write prompts all day. A course on prompts is like giving a chef a class on chopping vegetables. It might be fine. It is probably not what they need.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do not buy the hype gadget.&lt;/strong&gt; The AI device, the fancy assistant speaker, the thing that promises to do their job for them. It will not. It will sit on the shelf.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do not buy a gift that makes them work more.&lt;/strong&gt; The tool, the subscription, the new model that promises to be faster. That is a task, not a gift. It gives them more to do, not less to carry.&lt;/p&gt;

&lt;p&gt;The prompt engineer in your life does not need more work. They need less. They need comfort, a good coffee, a quiet minute, and the occasional reminder that the panic is the proof they are human. Give them that and you have nailed it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;Shopping for a prompt engineer is easier than it looks once you stop trying to buy them a smarter tool. They do not need a tool. They have tools. They need the stuff that makes the job survivable and the human part visible.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch 99% AI, 1% PANIC line&lt;/a&gt; is the one gift that fits the whole job in a single sentence. It names the 99% that runs on its own and the 1% that is theirs. It is the shirt for the long days, the hoodie for the cold ones, the mug for the coffee ritual, and the sticker for the laptop that does the heavy lifting.&lt;/p&gt;

&lt;p&gt;If you know someone who prompts for a living, get them the line. It is the rare gift that says, I see the job, I see the person doing it, and I know the part that is yours.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" alt="99% AI, 1% PANIC PixelPunch coffee mug" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>VOD Life: Shirts for Streamers Who Never Leave the House</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Sun, 23 Aug 2026 08:02:48 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/vod-life-shirts-for-streamers-who-never-leave-the-house-3ci1</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/vod-life-shirts-for-streamers-who-never-leave-the-house-3ci1</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" alt="99% AI, 1% PANIC PixelPunch t-shirt on a hanger" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me tell you what the job actually looks like when nobody's watching. The camera is off. The chat is empty. The house is quiet. And I'm sitting here in the same hoodie I've worn for three days straight, staring at an OBS scene I've rearranged for the seventh time, pretending I'm "prepping content" when I'm really just trying to talk myself into going live tonight.&lt;/p&gt;

&lt;p&gt;That's the part of streaming nobody posts about. The stream is the show. The VOD life is the part where you live in the aftermath of it, the hours between broadcasts where you clip highlights, reply to the three comments you got, argue with your own setup, and slowly become the person whose social circle is entirely made of people who also never leave the house. It's a weird, specific, kind of wonderful life, and it deserves merch that fits it.&lt;/p&gt;

&lt;p&gt;This article is about that life, the off-camera reality of being a streamer, and about the shirts and mugs and hoodies that actually fit a person whose whole universe is a desk, a mic, and a deadline to go live. It's the honest tour of VOD life, and the merch that makes it feel less lonely.&lt;/p&gt;

&lt;h2&gt;
  
  
  What VOD Life Actually Is
&lt;/h2&gt;

&lt;p&gt;Here's the thing nobody tells you about streaming. The live hours are maybe a quarter of the work. The rest is the VOD life, the invisible hours where you make the thing people see look effortless.&lt;/p&gt;

&lt;p&gt;That means clipping. You end a four-hour stream and you've got maybe three clips that are worth anything, and you have to find them, trim them, title them, and post them. It means editing the YouTube version, which is a whole second project. It means writing the description, the tags, the thumbnail, the thing that goes in the title. It means checking your analytics and feeling the specific sting of watching a video you worked hard on get ten views while a clip of you mispronouncing a word gets nine thousand.&lt;/p&gt;

&lt;p&gt;None of that happens on camera. It all happens in the VOD life, in the quiet hours after the stream ends and before the next one starts. And it's relentless, because the algorithm does not pause and your community does not stop wanting content. The VOD life is the treadmill that keeps the show running.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Person Who Lives This Life
&lt;/h2&gt;

&lt;p&gt;Let me be honest about who lives the VOD life, because it's a specific personality type. It's the person who has a streaming setup worth more than their furniture. It's the person who checks their stats before they check their phone. It's the person for whom "social life" now means raiding another streamer's chat and hanging out there for an hour.&lt;/p&gt;

&lt;p&gt;It's also, and I say this with nothing but affection, the person who doesn't really leave the house. When you live on a schedule where your work is a room with a ring light and a mic, you find that the outside world starts to feel optional. The coffee shop is a walk. The grocery store is an errand. The desk is home. The whole existence orbits the broadcast, and the space between broadcasts is a strange, comfortable limbo where you're never quite off duty and never quite on either.&lt;/p&gt;

&lt;p&gt;That's the VOD life. And the people who live it deserve a uniform that fits the actual reality of it, which is warm, comfortable, machine-washable, and just funny enough that it reads as a person with a personality rather than a person who owns one hoodie and nothing else.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the Humor Has to Be Specific
&lt;/h2&gt;

&lt;p&gt;Here's what I've learned about merch for this crowd. Generic streaming merch doesn't work. You can't just print the word "STREAMER" on a shirt and expect anyone to wear it, because that's not an identity, it's a label. The merch that survives in the VOD life is the merch that names the actual feeling, the specific inside joke that every streamer gets.&lt;/p&gt;

&lt;p&gt;That's why the line that works best for the off-camera life is the one that doesn't mention streaming at all. It just names the exact energy of the whole job: &lt;strong&gt;"99% AI, 1% PANIC."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For a streamer, that line is perfect, and it works on every level. The "AI" is the whole content pipeline you run — the scenes, the overlays, the auto-clips, the scheduling tools, the bots that keep the chat moving while you're grabbing water. Ninety-nine percent of it is automated, systemized, and running on its own. And the last one percent, the part where you have to actually hit the button and go live in front of people, is pure panic. Every time.&lt;/p&gt;

&lt;p&gt;The line works because it's true, and it works because it's specific enough that a streamer who sees it knows immediately it was written by someone who's been there. That's the bar for VOD-life merch. It has to be a line your community would actually quote.&lt;/p&gt;

&lt;p&gt;And this is the line you'll find on the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection&lt;/a&gt; over on Hoojump, ready in shirt, hoodie, and mug form. I'll get to the specific pieces in a second, but the short version is this: if you're a streamer who wants one piece of merch that names the whole job, this is the line to start with.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pieces That Fit the Off-Camera Life
&lt;/h2&gt;

&lt;p&gt;Let me walk through the pieces that actually make sense in the VOD life, the ones a streamer reaches for when the camera is off and they're just living the hours between broadcasts.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Hoodie for the Cold-Start Mornings
&lt;/h3&gt;

&lt;p&gt;The VOD life starts slow. You wake up, you check yesterday's stats, you maybe clip something, and you sit with your coffee trying to summon the energy to do it all again. The uniform for that part of the day is a hoodie, because it's warm, it has a pocket for the phone, and it doesn't require any decisions.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;99% AI, 1% PANIC hoodie&lt;/strong&gt; is the exact right piece for this. It's the thing you throw on at ten in the morning when you're still in pre-stream mode, and it's the same thing you're still wearing at ten at night when you finally hit go live. It carries the line that names the whole job, and it reads as a person with a bit of a personality even when you've been in the same room for eight hours.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Shirt for the Days You Actually See Sunlight
&lt;/h3&gt;

&lt;p&gt;Every VOD-lifer has the occasional day where they have to go outside. The grocery run. The rare social obligation. The walk to grab food because you've been streaming through every meal. On those days you want a shirt that says something about who you are, because it's the one time a week you're a visible person in the world.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;99% AI, 1% PANIC shirt&lt;/strong&gt; is that shirt. It's a regular-fit tee that works as a conversation starter, because when another creator or streamer spots it, you get the knowing nod. It's the piece that lets you carry a bit of the VOD life with you out into the daylight, and it's bold enough to read clearly on camera for the days you do a rare IRL stream.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Mug for the Between-Stream Coffee
&lt;/h3&gt;

&lt;p&gt;Here's the detail every streamer understands. The ritual of the VOD life is the coffee. The work doesn't start when you hit go live. It starts with the mug, the setup, the quiet hour where you check your notifications and talk yourself into the day.&lt;/p&gt;

&lt;p&gt;A &lt;strong&gt;99% AI, 1% PANIC coffee mug&lt;/strong&gt; is the piece that lives on that desk, the one your most loyal viewer buys for the streamer they're grateful to, or the one you buy yourself to mark the milestone. It's the merch your community buys you when they want to say "we see the work you do off-camera." It's also the easiest thing to photograph for a social post, because a mug on a desk is the most naturally streamer-shaped object you own.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" alt="99% AI, 1% PANIC PixelPunch coffee mug" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What to Skip When Buying VOD-Life Merch
&lt;/h2&gt;

&lt;p&gt;For every piece that works, there are three that don't, and the VOD-life crowd is pickier than most. Skip the shirt that just says "streamer," because it's an identity you already own, not a joke. Skip the merch that requires homework, the design that only makes sense if you've watched a specific stream; a shirt that needs context doesn't get worn outside the room. And skip anything thin or cheap that pills after two washes, because the VOD life is a high-wash-count existence, and flimsy merch falls apart fast.&lt;/p&gt;

&lt;p&gt;The merch that survives in this world is the merch that works as a standalone piece of humor or identity. Someone should be able to look at it and get it, even if they've never seen your channel. That's the bar, and it's a high one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Turning the VOD Life Into a Merch Line
&lt;/h2&gt;

&lt;p&gt;If you're a streamer who wants to build a merch line that fits the off-camera reality, the angle is a gift, because it gives you one universal line to build around. Here's the sequence I'd use, borrowed from what actually works for small channels:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Pick one line before you pick any product.&lt;/strong&gt; Spend a week collecting the things your chat says in comments, DMs, and reviews. The line that keeps coming back is your merch line. Don't force it. If chat hasn't given you a line yet, keep streaming and wait.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Put the line on one hero product.&lt;/strong&gt; Start with a shirt or a mug, not all four things at once. One strong piece is easier to photograph, mention, and sell than a scattered range. When the first piece gets repeat orders, that's your signal to expand.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mention it exactly once per stream.&lt;/strong&gt; In the outro or the "thanks for hanging out" moment, one calm sentence: "If you want to support the channel, there's a shirt in the shop." No hard sell. The one-liner that gets repeated is the one that sounds like a natural invitation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Put a link in the panel and the bio link.&lt;/strong&gt; This is the quiet channel that compounds. The link lives in your panels and bio, so the merch is always one click from a viewer who just finished a great stream and wants more of the channel.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Show it, don't just sell it.&lt;/strong&gt; Wear the shirt on stream. Film the mug on the desk for a social clip. Merch sells when viewers see it living in your world, not as a sterile product photo.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This plan doesn't need a big launch day or a big audience. It needs consistency and one line your chat actually claims.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Math That Makes VOD-Life Merch Worth It
&lt;/h2&gt;

&lt;p&gt;Let me give you the honest numbers so the effort makes sense. Streaming revenue is unpredictable, and platforms take a cut of most monetization. Merch is one of the few lines where the creator keeps a real margin, and it compounds with the back catalog.&lt;/p&gt;

&lt;p&gt;A simple model: a channel with a thousand regular viewers, where one in fifty buys a single piece of merch a year, is twenty sales a year per product. Multiply that across a shirt, a hoodie, and a mug, and the yearly numbers become real money without a single new viewer. Add the repeat buyers, the people who grab a mug after loving the shirt, and the line grows on its own.&lt;/p&gt;

&lt;p&gt;The key is that merch doesn't need a huge audience, because it's a small-margin, high-recurrence business that runs in the background. Set it up once, link it in every stream, and let the back catalog sell it for you while you live the VOD life.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;The VOD life is the part of streaming nobody sees, the quiet hours where you turn one live session into a week of content and slowly become the person who never leaves the house. It's a strange, specific life, and it deserves merch that fits the actual reality of it, not a label.&lt;/p&gt;

&lt;p&gt;The best VOD-life merch names the feeling everyone has, and the &lt;strong&gt;99% AI, 1% PANIC&lt;/strong&gt; line does that better than anything I've seen. The tools run the pipeline, and the one percent where you actually have to go live is pure panic, every single time.&lt;/p&gt;

&lt;p&gt;Start small. A shirt, a hoodie, a mug. Put the best line you've got on them, link them from your streams, and mention them once, without making it an ad. That's how a merch line goes from a side thought to a real, compounding revenue stream.&lt;/p&gt;

&lt;p&gt;If you're ready to try it, the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection&lt;/a&gt; has the 99% AI, 1% PANIC &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;shirt&lt;/a&gt;, &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;hoodie&lt;/a&gt;, and &lt;a href="https://hoojump.com/products/99-ai-1-panic-mug11-pixelpunch" rel="noopener noreferrer"&gt;mug&lt;/a&gt;, plus the &lt;a href="https://hoojump.com/products/its-not-dns-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;It's not DNS shirt&lt;/a&gt; for the tech-adjacent streamer. Find the line your chat already quotes, put it on something you'll actually wear during the hours between broadcasts, and let the merch do the quiet work of turning viewers into regulars.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Chat Is a Chorus: Streamer Inside-Jokes That Became Community</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Sun, 23 Aug 2026 08:02:45 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/the-chat-is-a-chorus-streamer-inside-jokes-that-became-community-i42</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/the-chat-is-a-chorus-streamer-inside-jokes-that-became-community-i42</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" alt="99% AI, 1% PANIC PixelPunch t-shirt on a hanger" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every streamer has one. The word, the phrase, the emote that only their chat understands. The thing that makes a new viewer pause and ask, wait, what does that mean? And the regulars just laugh, because explaining it would ruin it.&lt;/p&gt;

&lt;p&gt;I have spent a lot of time thinking about those inside jokes. Not because they are funny, though they are. Because they are the actual architecture of a streaming community. The joke is not the point. The joke is the glue. It is the shared secret that turns a crowd of strangers into a group of people who know each other.&lt;/p&gt;

&lt;p&gt;This article is about how chat inside jokes become community, why they matter more than the numbers, and why the merch that names them is the merch that actually sells.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Joke Is a Handshake
&lt;/h2&gt;

&lt;p&gt;Here is the thing nobody tells you when you start streaming. The first time a viewer types the inside joke, and you react to it, and the whole chat laughs together, something changes. It is not a big moment. It is a small one. But it is the moment the room stops being an audience and starts being a group.&lt;/p&gt;

&lt;p&gt;Think about it like a handshake. A handshake does not do anything useful. It does not move information. It does not produce a result. What it does is establish that two people have agreed to be in the same room together, on the same terms. The inside joke is exactly that. It is a handshake between you and the people who keep coming back.&lt;/p&gt;

&lt;p&gt;The joke says, we were here. We saw the thing happen. We remember it, and you do not, and that is why we are us and you are not yet. It is a small wall, and the wall is what makes the inside feel like inside.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the Jokes Come From
&lt;/h2&gt;

&lt;p&gt;I want to be honest that most inside jokes are not planned. They are accidents that got repeated until they became tradition.&lt;/p&gt;

&lt;p&gt;A streamer mispronounces a word once, and chat latches onto it. A game glitches in a specific way, and the clip becomes a call-and-response. A regular types a phrase in a moment of chaos, and suddenly it is the thing everyone says when the same chaos happens again. None of it is designed. All of it is repeated.&lt;/p&gt;

&lt;p&gt;That is the part that matters. A joke becomes an inside joke not because it is clever, but because it is repeated. The repetition is the ritual. Every time chat types the phrase, they are not making a joke. They are confirming that they are still here, that the group is still a group, that the thing they share is still real.&lt;/p&gt;

&lt;p&gt;I have seen a single word carry a community for years. Not because the word was funny. Because every time it was typed, it was a small act of belonging.&lt;/p&gt;

&lt;h2&gt;
  
  
  The New Viewer Problem
&lt;/h2&gt;

&lt;p&gt;Here is the tension every streamer eventually hits. The inside joke is what makes the regulars feel at home. But it is also what makes a new viewer feel left out.&lt;/p&gt;

&lt;p&gt;I have watched streamers handle this badly, and I have watched them handle it well. The bad version is when the streamer leans into the exclusion. The joke becomes a club, and the club is the point, and new people are made to feel like they are on the outside looking in. That is a fast way to stall a community, because communities only grow when new people can get inside.&lt;/p&gt;

&lt;p&gt;The good version is when the streamer treats the inside joke as an invitation. The joke is not a wall to keep people out. It is a door that people can walk through. When a new viewer asks what it means, the streamer does not explain it in a way that kills it. They tell the story. They let the new person in on the secret. And now the new person is part of the group, because they have been told the thing that the group knows.&lt;/p&gt;

&lt;p&gt;The best inside jokes are the ones that grow. They start as a moment, become a phrase, and then become a story that every new person gets to hear. The joke does not shrink the community. It gives the community a way to welcome people in.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the Joke Outlives the Stream
&lt;/h2&gt;

&lt;p&gt;Here is the part I find genuinely interesting. The inside joke outlives the moment it came from. The clip is old. The game is old. The moment is gone. But the phrase is still there, and it still works.&lt;/p&gt;

&lt;p&gt;That is because the joke stopped being about the original moment a long time ago. It became about the group. When chat types the phrase in 2026, they are not remembering the 2023 clip. They are remembering every time they have typed it since, and every person who was there with them. The joke is a container, and the container is full of shared time.&lt;/p&gt;

&lt;p&gt;This is why the strongest communities are the ones with the strongest inside jokes. The joke is a record of how long the group has been together. It is a way of saying, we have been here, we have been through the things, and we are still here.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Merch That Names the Joke
&lt;/h2&gt;

&lt;p&gt;Now let me talk about why this matters for merch, because this is the part that is easy to miss.&lt;/p&gt;

&lt;p&gt;Creator merch does not sell because it is clever. It sells because it names a feeling the buyer has already had. A shirt that says "99% AI, 1% PANIC" is not a flex about technology. It is a confession. It is the person wearing it saying, I know what the moment before publish feels like, and I am not pretending I do not.&lt;/p&gt;

&lt;p&gt;The inside joke is the same thing, but stronger. Because the inside joke is not just a feeling. It is a shared feeling. It is a feeling that a specific group of people have, together, and that nobody outside the group fully gets.&lt;/p&gt;

&lt;p&gt;When a streamer puts an inside joke on a shirt, they are not selling a product. They are selling membership. The shirt is the handshake made visible. It is the way a regular says, I am part of this, without having to explain it. And the people who buy it are not buying a piece of clothing. They are buying the proof that they belong.&lt;/p&gt;

&lt;p&gt;That is why inside-joke merch sells so well. It is not about the design. It is about the belonging. The design just has to be good enough to wear in public, and the belonging does the rest.&lt;/p&gt;

&lt;h2&gt;
  
  
  The One Percent That Is Yours
&lt;/h2&gt;

&lt;p&gt;This is where the "99% AI, 1% PANIC" line earns its keep, and I want to be honest that it took me a while to see it this way.&lt;/p&gt;

&lt;p&gt;The obvious reading of that line is about the machine doing the work. The AI writes, cuts, thumbs, and drafts, and the human panics. Fine. But there is a deeper reading that fits the streaming life perfectly. The ninety-nine percent is everything that runs without you. The one percent of panic is the part that is still yours.&lt;/p&gt;

&lt;p&gt;Here is the thing. The AI can generate the content. It can even generate a response to chat, if you let it. What it cannot do is be in the room. It cannot feel the small warmth of a regular typing the inside joke for the hundredth time. It cannot decide which moments are worth turning into tradition. It cannot build the shared secret that turns a crowd into a community. That one percent of human presence, and human persistence, is the part of the job that no machine will ever remove.&lt;/p&gt;

&lt;p&gt;And that is the good news. Because it means the one percent is the part that makes the work yours. The machine makes the content. You are the one who builds the community. And when you wear that on a shirt, you are not bragging about the machine. You are claiming the human part.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Build the Chorus
&lt;/h2&gt;

&lt;p&gt;If you are a streamer, or a creator of any kind, and you want a community that lasts, here is what I have learned about building the chorus.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let the accidents happen.&lt;/strong&gt; Do not script everything. The best inside jokes are the ones nobody planned. Leave room for the moment to surprise you, and let chat run with it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Repeat the good ones.&lt;/strong&gt; A joke becomes tradition because it is repeated. When a phrase lands, use it. Let it come back. The repetition is the ritual, and the ritual is the belonging.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tell the story to new people.&lt;/strong&gt; When a new viewer asks what the joke means, do not shut them out. Tell them the story. Let them in. The joke grows when it is shared, and it dies when it is hoarded.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Name the feeling.&lt;/strong&gt; The merch that works is the merch that names the shared feeling. The inside joke is the purest version of that. Put it on a shirt, and you are not selling a design. You are selling the handshake.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keep the one percent yours.&lt;/strong&gt; The machine can do the content. It cannot do the community. The part where you show up, and react, and build the shared secret, that part is yours. Protect it.&lt;/p&gt;

&lt;p&gt;None of this makes a community easy. It makes it possible. It makes it a thing you build on purpose, one repeated joke at a time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pieces That Fit the Chorus
&lt;/h2&gt;

&lt;p&gt;If the chat is going to be a chorus, you might as well dress for the part. Here is what actually fits the streaming life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The shirt.&lt;/strong&gt; The "99% AI, 1% PANIC" tee is the confession piece. You wear it when you are about to go live and you want to remind yourself that the panic is yours and you are not hiding it. Every creator should own this one first.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The hoodie.&lt;/strong&gt; The hoodie is the long-haul piece. It is what you wear on the days the stream is quiet and you need to keep showing up anyway. It is warm, it is honest, and it is comfortable enough to live in while you do the part of the job that is actually yours.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The mug.&lt;/strong&gt; The mug is for the moments between. You pour the coffee, you read the chat, you take a sip, and you keep going. The mug keeps you company for the part of the job the noise cannot touch, which is the part where you actually build the thing.&lt;/p&gt;

&lt;p&gt;You can find all three over on the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection at Hoojump&lt;/a&gt;, along with the rest of the line. If you are building your streaming kit, start with the &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;shirt&lt;/a&gt;, add the &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;hoodie&lt;/a&gt; for the long weeks, and keep the &lt;a href="https://hoojump.com/products/99-ai-1-panic-mug11-pixelpunch" rel="noopener noreferrer"&gt;mug&lt;/a&gt; on the desk where it belongs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Chorus Is the Point
&lt;/h2&gt;

&lt;p&gt;I want to close with the thought that took me the longest to accept. The numbers are not the community. The view count is not the community. The community is the chorus. It is the people who type the inside joke, who know the story, who have been there long enough to be part of the group.&lt;/p&gt;

&lt;p&gt;The machine can make the content. It can even make it faster and better than you can. What it cannot do is build the chorus. That takes a person showing up, again and again, letting the accidents happen, repeating the good ones, and telling the story to every new person who walks in.&lt;/p&gt;

&lt;p&gt;So make the thing. Go live. Let the joke happen. And remember that the one percent of panic, and presence, and persistence, is the part that has your name on it.&lt;/p&gt;

&lt;p&gt;The chat is a chorus. You are the one who taught it the song.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" alt="99% AI, 1% PANIC PixelPunch coffee mug" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Export Button Is a Lie: Creator Humor That Hits Home</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Sat, 22 Aug 2026 08:05:18 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/the-export-button-is-a-lie-creator-humor-that-hits-home-2a07</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/the-export-button-is-a-lie-creator-humor-that-hits-home-2a07</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" alt="99% AI, 1% PANIC PixelPunch t-shirt on a hanger" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have watched the export bar sit at 97% for what felt like a full workday. Not once. Dozens of times. There is a specific kind of dread that lives in that last three percent, the part where the render has already decided it's going to finish but refuses to tell you when. You can't cancel it, because you've already waited too long. You can't start anything new, because the machine is busy. So you just sit there, refreshing the frame counter, bargaining with a progress bar that does not care about you.&lt;/p&gt;

&lt;p&gt;That feeling is the most universal thing about being a creator. It doesn't matter if you edit video, design thumbnails, record podcasts, or build AI-assisted content. At some point every single one of us has stared at a progress bar and felt the exact same mix of impatience, superstition, and quiet panic. And that's why the best creator merch isn't a logo. It's the line that names that feeling. The line that does it best, the one that's become shorthand for the whole export-anxiety experience, is &lt;strong&gt;"99% AI, 1% PANIC"&lt;/strong&gt; — and it's the heart of the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection&lt;/a&gt; on Hoojump.&lt;/p&gt;

&lt;p&gt;This article is about the humor that actually lands with creators, the kind that makes someone laugh because it names something they've genuinely lived. It's about why the export button is a lie, why the panic it causes is the most universal thing about the job, and it's about the merch that carries that humor, the pieces that turn a shared pain point into something you'd actually wear.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Export Anxiety Is the Creator's Universal Language
&lt;/h2&gt;

&lt;p&gt;Here's the thing about creator humor. The jokes that work are the ones that are true for everyone in the room, regardless of what they make. A streamer and a video editor and a podcaster don't share a workflow, but they all share the moment where the thing they've been working on for hours has to actually ship, and the machine is the only thing between them and done.&lt;/p&gt;

&lt;p&gt;The export bar is the physical form of that moment. It's the one part of the job you cannot speed up, cannot delegate, cannot talk your way out of. You've done all the creative work. The rest is just waiting, and waiting is where the anxiety lives.&lt;/p&gt;

&lt;p&gt;That's why export humor hits so hard. It's not a joke about a specific tool or a specific platform. It's a joke about the universal experience of being a creator, the part where you have no control and all the stakes. When someone wears a shirt that names that feeling, they're not advertising a brand. They're telling everyone who gets it, "I know exactly what this job feels like, and I'm laughing at it."&lt;/p&gt;

&lt;h2&gt;
  
  
  The One Line Every Creator Gets
&lt;/h2&gt;

&lt;p&gt;There's a line that does this better than anything I've seen in the creator space. It doesn't mention rendering or exporting or editing at all. It just names the exact panic every creator feels the night before something has to go live: &lt;strong&gt;"99% AI, 1% PANIC."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That line works because it's true for every kind of creator. You spend the whole week building with every tool you have, and then the last one percent, the part where it actually has to ship, is pure anxiety. The render that won't finish. The upload that stalls. The thumbnail that suddenly looks wrong. The comment section you're about to open. It's all the same one percent.&lt;/p&gt;

&lt;p&gt;And the "AI" in that line does double duty on purpose. For the AI-assisted creator, it's literal: ninety-nine percent of the work is done by the tools, and the last one percent, the part where it has to actually go out into the world, is all you and all panic. For everyone else, it's the joke that the whole job is one percent away from falling apart at any moment. Either way, it names the exact feeling, and that's what makes it land.&lt;/p&gt;

&lt;p&gt;Wearing that line is a way of saying you've been there. It's the merch equivalent of the inside joke that gets a creator community talking in the first place. And it's the perfect bridge between the tech-adjacent crowd and the creator crowd, because it's true for both.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pieces That Actually Get Worn
&lt;/h2&gt;

&lt;p&gt;Let me walk through the merch that survives contact with real creators. These aren't guesses. They're the pieces a creator actually reaches for when the export bar is stuck and they need something to wear that makes the waiting feel less lonely.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Shirt That Names the Grind
&lt;/h3&gt;

&lt;p&gt;Every creator has a shirt they throw on when they're about to hit publish. The one that works is comfortable, a little funny, and specific enough that another creator who spots it gives you a knowing nod.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;99% AI, 1% PANIC shirt&lt;/strong&gt; is exactly that piece. It's a regular-fit tee with a line that works as a conversation starter between creators, and it doubles as the honest answer to "how did you make this?" for anyone in the AI-assisted space. It's the shirt you wear when the render is at 97% and you need to laugh at the situation instead of crying into it.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Hoodie for the Cold-Start Editing Room
&lt;/h3&gt;

&lt;p&gt;Editing is a cold, dark, headphone-on activity. Hoodies are the uniform. The right hoodie for a creator is the one they throw on at 11 PM when the episode is due and the export keeps failing, because it's warm, it has a pocket for the phone, and the print still looks sharp after a hundred washes.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;99% AI, 1% PANIC hoodie&lt;/strong&gt; is the version of that. It carries the same line as the shirt, so a creator can mix and match across a season, and the hoodie form means it gets worn in the edit bay and out to the coffee shop where the creator community actually lives. For someone who ships content weekly, the hoodie is the piece that reads "this is my job" even when it's 11 PM and the render is running long.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Mug for the Render-Wait Coffee
&lt;/h3&gt;

&lt;p&gt;Here's the detail every creator understands. The work doesn't start when you open the editor. It starts with the coffee, the setup, the ritual of getting into the right headspace. And when the render is stuck, the mug on the desk is the thing you keep reaching for while you wait.&lt;/p&gt;

&lt;p&gt;A &lt;strong&gt;99% AI, 1% PANIC coffee mug&lt;/strong&gt; is the piece that lives on that desk. It's the merch your most loyal viewer buys for the creator they're grateful to, and it's the gift a creator gives to the editor or producer who does the invisible work. When someone uses it every morning before they start the day's content, you've won. It's also the easiest merch to photograph for a social post, because a mug on a desk is the most naturally creator-looking object you own.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" alt="99% AI, 1% PANIC PixelPunch coffee mug" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Pick the Right Piece for the Right Creator
&lt;/h2&gt;

&lt;p&gt;Merch works best when you match the piece to the person, so here's a quick cheat sheet drawn from actually shipping these:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The video editor&lt;/strong&gt; — get the hoodie. They live in the edit, and the export bar is their whole life. The hoodie is the uniform.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The streamer&lt;/strong&gt; — get the shirt. It's bold enough to read on camera, and the line is a conversation starter with chat.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The podcaster or producer&lt;/strong&gt; — get the mug. They live in the audio edit, and the coffee ritual is theirs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The AI-assisted creator&lt;/strong&gt; — get the 99% AI shirt. The line is literally their joke.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What to Skip When Buying Creator Merch
&lt;/h2&gt;

&lt;p&gt;For every piece that lands, there are three that don't. Skip the generic "creator" shirt that just prints the word; it's the first thing to get thrown in a drawer. Skip the thin, cheap tee that pills after two washes, because merch is a brand, and a flimsy shirt hurts it. And skip anything with a design that only makes sense if you've watched a specific video, because a shirt that requires homework doesn't get worn.&lt;/p&gt;

&lt;p&gt;The merch that survives is the merch that works as a standalone piece of humor or identity. Someone should be able to wear it and have it make sense, even if they've never seen your channel. That's the bar.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Rituals We All Develop Around the Export Bar
&lt;/h2&gt;

&lt;p&gt;Every creator has a private superstition about the render, and almost none of us admit it out loud. I'll go first. I refuse to touch the mouse while a render is running, because I'm convinced that any movement will somehow make it fail. I've watched the frame counter tick up and told myself that if I just don't breathe too hard, it'll finish faster. It never does. I know it never does. And I still do it every single time.&lt;/p&gt;

&lt;p&gt;That's the thing about export anxiety. It's not rational, and it doesn't need to be. It's the part of the job where you've done everything you can and the outcome is out of your hands, so your brain invents rituals to feel like it has some control. The creator who says they've never talked to a progress bar is lying.&lt;/p&gt;

&lt;p&gt;This is why the humor works. When a shirt names the panic instead of the process, it's not making fun of the ritual. It's acknowledging that we all have one, and that's what makes it feel like belonging rather than mockery. The best creator merch doesn't tell you to stop being anxious. It tells you that everyone else is anxious too, and that's okay.&lt;/p&gt;

&lt;h2&gt;
  
  
  Turning One Line Into a Merch Line
&lt;/h2&gt;

&lt;p&gt;If you're a creator who wants to build a merch line, the export-anxiety angle is a gift, because it gives you a single, universal line to build around. Here's the sequence I'd use, borrowed from what actually works for small creators:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Pick one line before you pick any product.&lt;/strong&gt; Spend a week collecting the things your audience says in comments, DMs, and reviews. The line that keeps coming back is your merch line. Don't force it. If the audience hasn't given you a line yet, keep making content and wait.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Put the line on one hero product.&lt;/strong&gt; Start with a shirt or a mug, not all four things at once. One strong piece is easier to photograph, mention, and sell than a scattered range. When the first piece gets repeat orders, that's your signal to expand.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mention it exactly once per video or episode.&lt;/strong&gt; In the outro, one calm sentence: "If you want to support the channel, there's a shirt in the shop." No hard sell, no guilt. The one-liner that gets repeated is the one that sounds like a natural invitation, not an ad.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Put a link in the description and the bio link.&lt;/strong&gt; This is the quiet channel that compounds. Every video's description carries the link, so the merch is always one click from a viewer who just finished a great video and wants more of the channel.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Show it, don't just sell it.&lt;/strong&gt; Wear the shirt in a video. Film the mug on the desk for a social clip. Merch sells when viewers see it living in the creator's world, not as a sterile product photo.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This plan doesn't need a big launch day or a big audience. It needs consistency and one line the audience actually claims.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Math That Makes Merch Worth It
&lt;/h2&gt;

&lt;p&gt;Let me give you the honest numbers so the effort makes sense. Ad revenue is falling for small channels, and the platforms take a cut of most monetization. Merch is one of the few lines where the creator keeps a real margin, and it compounds with the back catalog.&lt;/p&gt;

&lt;p&gt;A simple model: a channel with a thousand regular viewers, where one in fifty buys a single piece of merch a year, is twenty sales a year per product. Multiply that across a shirt, a hoodie, and a mug, and the yearly numbers become real money without a single new viewer. Add the repeat buyers, the people who grab a mug after loving the shirt, and the line grows on its own.&lt;/p&gt;

&lt;p&gt;The key is that merch doesn't need a huge audience, because it's a small-margin, high-recurrence business that runs in the background. Set it up once, link it in every video, and let the back catalog sell it for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;The export button is a lie because it promises a finish line and then makes you wait for it. But that shared wait is exactly what makes creator humor work. The best merch names the feeling everyone has, and the 99% AI, 1% PANIC line does that better than anything I've seen.&lt;/p&gt;

&lt;p&gt;Start small. A shirt, a hoodie, a mug. Put the best line you've got on them, link them from your content, and mention them once, without making it an ad. That's how a merch line goes from a side thought to a real, compounding revenue stream.&lt;/p&gt;

&lt;p&gt;If you're ready to try it, the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection&lt;/a&gt; has the 99% AI, 1% PANIC &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;shirt&lt;/a&gt;, &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;hoodie&lt;/a&gt;, and &lt;a href="https://hoojump.com/products/99-ai-1-panic-mug11-pixelpunch" rel="noopener noreferrer"&gt;mug&lt;/a&gt;, plus the &lt;a href="https://hoojump.com/products/its-not-dns-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;It's not DNS shirt&lt;/a&gt; for the sysadmin crowd. Find the line your audience already quotes, put it on something they'll actually wear, and let the merch do the quiet work of turning viewers into regulars.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Comment Section Is a Place: How Creators Handle the Noise</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Sat, 22 Aug 2026 08:05:15 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/the-comment-section-is-a-place-how-creators-handle-the-noise-362n</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/the-comment-section-is-a-place-how-creators-handle-the-noise-362n</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" alt="99% AI, 1% PANIC PixelPunch t-shirt on a hanger" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You publish something you are proud of. You close the laptop, you make a coffee, you tell yourself you will not check for an hour. And then, forty minutes later, you are there. You are in the comment section. Again.&lt;/p&gt;

&lt;p&gt;I want to be honest about something that almost nobody says out loud. The comment section is not a feed. It is not a metric. It is a place. It is a room you walk into every time you publish, and it is full of people you did not invite, saying things you did not ask for, about work you put your name on.&lt;/p&gt;

&lt;p&gt;Some of them are kind. Some of them are cruel. Most of them are somewhere in between, and a surprising number of them are just confused. And you, the creator, are expected to stand in the middle of all of it and keep making things.&lt;/p&gt;

&lt;p&gt;This article is about the emotional reality of the comment section, the honest ways to survive it, and why the merch that names the feeling is the merch that actually sells.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Comment Section Is a Room, Not a Feed
&lt;/h2&gt;

&lt;p&gt;Here is the reframe that changed how I work. I used to treat the comment section like a scoreboard. I would read the numbers, skim the top comments, and try to extract a signal about whether the thing I made was good. That is a losing game, because the comment section is not designed to tell you whether your work is good. It is designed to be a place where people react, and reactions are not the same thing as feedback.&lt;/p&gt;

&lt;p&gt;Think about it like a room. When you walk into a room full of people, you do not assume every person in it is talking to you. Some are talking to each other. Some are talking about something completely unrelated. Some are just there to be seen. The comment section is exactly the same. It is a room where a bunch of people showed up because your work gave them a reason to gather, and what they do once they are there is mostly about them, not about you.&lt;/p&gt;

&lt;p&gt;That sounds obvious, but it is the single most useful thing I have learned. The moment I stopped reading every comment as a verdict on my work, the comment section stopped being a minefield and started being what it actually is: a room full of people, most of whom I will never meet, reacting to something I made.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Three Kinds of Noise
&lt;/h2&gt;

&lt;p&gt;Let me name the three kinds of noise you will find in every comment section, because naming them makes them easier to handle.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The praise.&lt;/strong&gt; This is the comment that says something kind, and it is easy to dismiss. You read it, you feel a small warm thing, and then you scroll past it to find the criticism. I have learned to stop doing that. The praise is not flattery. It is a person who took time out of their day to tell you that something you made mattered to them. That is real, and it deserves to be read slowly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The criticism.&lt;/strong&gt; Some of it is useful. Some of it is not. The trick is telling the difference, and the difference is almost never in the tone. It is in the specificity. A comment that points at a specific moment and says what did not work is gold, even if it is blunt. A comment that just says the whole thing is bad, with nothing to grab onto, is noise. You can learn from the first. You can only be hurt by the second.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The troll.&lt;/strong&gt; This is the comment that is not trying to help or hurt in any real way. It is just trying to get a reaction. The troll is not a critic and not a fan. The troll is a person who is bored, and your comment section is their entertainment. The only winning move with a troll is to not play. You do not owe them a response, a defense, or even a read. You owe them nothing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The One Comment That Makes It Worth It
&lt;/h2&gt;

&lt;p&gt;I want to be honest about why I keep going back to the comment section at all, because it is not the praise and it is not the numbers. It is the one comment. The one that says, this is exactly what I needed today. Or, I have been trying to say this for years and you said it better. Or, I shared this with my whole team.&lt;/p&gt;

&lt;p&gt;That comment is rare. It might come once a month, or once a season. But it is the whole reason the job works. It is the proof that the thing you make does not just exist, it lands. It reaches a person, in a specific moment, and changes something for them.&lt;/p&gt;

&lt;p&gt;I keep a folder of those comments. Not the numbers, not the screenshots of the metrics. The comments. When I am having a bad week and the noise is loud, I go back to that folder and I read the one comment. It is a much better anchor than any view count, because it is a person, not a number.&lt;/p&gt;

&lt;h2&gt;
  
  
  The One Percent That Is Yours
&lt;/h2&gt;

&lt;p&gt;This is where the "99% AI, 1% PANIC" line earns its keep, and I want to be honest that it took me a while to see it this way.&lt;/p&gt;

&lt;p&gt;The obvious reading of that line is about the machine doing the work. The AI writes, cuts, thumbs, and drafts, and the human panics. Fine. But there is a deeper reading that fits the comment section perfectly. The ninety-nine percent is everything that runs without you. The one percent of panic is the part that is still yours.&lt;/p&gt;

&lt;p&gt;Here is the thing. The AI can generate the content. It can even generate a response to a comment, if you let it. What it cannot do is stand in the room. It cannot feel the small sting of a cruel comment, or the quiet warmth of a kind one. It cannot decide which criticism is worth learning from and which is just noise. It cannot choose to keep making things after a bad week in the comment section. That one percent of human panic, and human persistence, is the part of the job that no machine will ever remove.&lt;/p&gt;

&lt;p&gt;And that is the good news. Because it means the one percent is the part that makes the work yours. The machine makes the content. You are the one who stands in the room. And when you wear that on a shirt, you are not bragging about the machine. You are claiming the human part.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Actually Handle the Noise
&lt;/h2&gt;

&lt;p&gt;I have tried the thick-skin approach and the read-everything approach, and neither holds up. Here is what I have landed on, and it is less glamorous but it works.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Read the praise slowly.&lt;/strong&gt; Do not skim past the kind comments to find the criticism. The praise is the fuel. Read it, let it land, and carry it with you. It is not flattery. It is evidence that the work reaches people.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mine the specific criticism, ignore the rest.&lt;/strong&gt; When a comment points at a specific moment and says what did not work, that is a gift. Take it, learn from it, and apply it to the next thing. When a comment is just vague noise, let it go. You do not have to respond to every opinion.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do not feed the trolls.&lt;/strong&gt; The troll wants a reaction. The only winning move is to not play. You do not owe a response to someone who is only there to get a rise out of you. Silence is not weakness. It is the one thing the troll cannot use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Set a boundary on reading.&lt;/strong&gt; The comment section is a place, and like any place, you do not have to live there. Decide when you read the comments, and do not read them outside that window. The comments will still be there. They are never going anywhere.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keep the folder.&lt;/strong&gt; Save the one comment. The one that makes it worth it. When the noise is loud, read the folder. It is a much better anchor than any metric.&lt;/p&gt;

&lt;p&gt;None of this makes the comment section easy. It makes it survivable. It makes it a place you can visit without it owning your afternoons.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the Merch That Names It Works
&lt;/h2&gt;

&lt;p&gt;Let me talk about why this matters for merch, because it is the part that is easy to miss.&lt;/p&gt;

&lt;p&gt;Creator merch does not sell because it is clever. It sells because it names a feeling the buyer has already had. A shirt that says "99% AI, 1% PANIC" is not a flex about technology. It is a confession. It is the person wearing it saying, I know what the moment before publish feels like, and I am not pretending I do not.&lt;/p&gt;

&lt;p&gt;The comment section is one of the most universal feelings in the job. Every creator has read a cruel comment and felt it land. Every creator has scrolled past a kind one too fast. Every creator has stood in the room, surrounded by noise, and kept making things anyway. When merch names that specific, shared feeling, it stops being a product and starts being a handshake. You see another creator in that shirt and you already know. The shirt did the introduction.&lt;/p&gt;

&lt;p&gt;That is the whole trick of creator merch done right. Not showing off. Naming the thing we all feel and do not say out loud.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pieces That Fit the Comment-Section Life
&lt;/h2&gt;

&lt;p&gt;If the comment section is going to be a place you visit, you might as well dress for the visit. Here is what actually fits the life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The shirt.&lt;/strong&gt; The "99% AI, 1% PANIC" tee is the confession piece. You wear it when you are about to open the comment section and you want to remind yourself that the panic is yours and you are not hiding it. Every creator should own this one first.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The hoodie.&lt;/strong&gt; The hoodie is the long-haul piece. It is what you wear on the days the noise is loud and you need to keep making the next thing anyway. It is warm, it is honest, and it is comfortable enough to live in while you do the part of the job that is actually yours.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The mug.&lt;/strong&gt; The mug is for the boundary you set. You pour the coffee, you read the comments once, you take a sip, and you close the tab. The mug keeps you company for the part of the job the noise cannot touch, which is the part where you actually do the work.&lt;/p&gt;

&lt;p&gt;You can find all three over on the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection at Hoojump&lt;/a&gt;, along with the rest of the line. If you are building your comment-section survival kit, start with the &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;shirt&lt;/a&gt;, add the &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;hoodie&lt;/a&gt; for the long weeks, and keep the &lt;a href="https://hoojump.com/products/99-ai-1-panic-mug11-pixelpunch" rel="noopener noreferrer"&gt;mug&lt;/a&gt; on the desk where it belongs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Room Is Not Going Anywhere
&lt;/h2&gt;

&lt;p&gt;I want to close with the thought that took me the longest to accept. The comment section is not going to get quieter. It is not going to become kinder. It is going to keep being a room full of people, reacting to your work in ways you cannot control. That is the job now, and it has been the job for a while.&lt;/p&gt;

&lt;p&gt;So the real skill is not controlling the room. The real skill is standing in it without losing yourself. You make the work because the work is yours. You read the praise slowly. You mine the specific criticism. You do not feed the trolls. You keep the folder. And you take care of the one percent of panic that no machine will ever automate, because that one percent is the part that has your name on it.&lt;/p&gt;

&lt;p&gt;The room can be loud. It cannot take the panic from you. And that, honestly, is the whole reason the line works. The machine makes the content. You stand in the room.&lt;/p&gt;

&lt;p&gt;Make the next thing. Wear the shirt. And remember the noise is weather, not a verdict.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" alt="99% AI, 1% PANIC PixelPunch coffee mug" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Streamer Merch vs. Editor Merch: What Actually Gets Worn</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Fri, 21 Aug 2026 08:03:23 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/streamer-merch-vs-editor-merch-what-actually-gets-worn-41g8</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/streamer-merch-vs-editor-merch-what-actually-gets-worn-41g8</guid>
      <description>&lt;p&gt;There are two kinds of content creators, and they live very different lives.&lt;/p&gt;

&lt;p&gt;The streamer is on camera. The editor is behind the timeline. One is performing for a live audience, riding the chat, riding the energy. The other is alone in a dark room at 2 AM, nudging a cut by three frames and wondering if the export will finish before sunrise.&lt;/p&gt;

&lt;p&gt;Both are creators. Both are grinding. But the merch they actually wear is completely different — and if you're buying for a creator, or designing for one, getting that difference right is the whole game.&lt;/p&gt;

&lt;p&gt;This guide breaks down the two creator lives, what each one actually wears, and how to pick merch that fits the person instead of the stereotype. Because the worst thing you can do is hand a video editor a shirt that screams "I'm live, subscribe now" — and the worst thing you can do for a streamer is hand them something that looks like it belongs in a quiet editing bay.&lt;/p&gt;

&lt;p&gt;And here's the twist that ties it together: the same shirt that reads on a stream can also be the honest truth in an editing bay. The designs that work for the creator on camera and the creator behind the timeline are the ones worth owning. We'll get to the specific pieces as we go.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Two Creator Lives, Side by Side
&lt;/h2&gt;

&lt;p&gt;Let me set the scene for both, because the merch only makes sense once you see the day.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The streamer's day&lt;/strong&gt; is public. They wake up, maybe check chat from last night, plan the stream, and then it's showtime. For hours, they're on. Talking, reacting, keeping the energy up, reading the chat, dodging the trolls, riding the hype when a clip lands. When they go offline, they're not done — there's the VOD, the clips, the community posts, the "see you tomorrow" ritual. It's a performance, and the merch has to match a person who's comfortable being seen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The editor's day&lt;/strong&gt; is private. They get the footage, they build the timeline, they cut, they color, they mix, they render, they export, they pray. The client or the channel sends notes, and the editor makes the logo bigger, tightens the pacing, fixes the audio that's somehow still wrong. It's a solitary, precise, often thankless grind. The merch has to match a person who spends most of their day staring at a screen and a render bar.&lt;/p&gt;

&lt;p&gt;Same industry. Same goal — get the content out. Completely different lives. And that's exactly why the merch splits the way it does.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Streamers Actually Wear
&lt;/h2&gt;

&lt;p&gt;Streamers are on camera, so their merch has to do a few jobs at once.&lt;/p&gt;

&lt;p&gt;First, it has to be comfortable for long sessions. You're sitting in front of a camera for hours, and the last thing you want is a stiff shirt digging into you at hour three. Comfort is non-negotiable.&lt;/p&gt;

&lt;p&gt;Second, it has to read on camera. A design that's too busy, too dark, or too small gets lost in the frame. The best streamer merch is bold enough to read at a glance, because the audience sees it in a thumbnail, in a clip, in a highlight reel.&lt;/p&gt;

&lt;p&gt;Third — and this is the part people miss — it has to be a conversation starter. Streamers are always talking, and a shirt with a good line gives them something to riff on. The chat sees it, the chat comments, the streamer has a moment. That's the magic of good streamer merch: it's not just clothing, it's content.&lt;/p&gt;

&lt;p&gt;The streamer's uniform is the t-shirt and the hoodie. Easy to throw on, easy to read, easy to wear on and off camera. And the best designs are the ones that make the audience laugh — the inside jokes, the streamer-isms, the lines that only the community gets.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fectzvizllhw8j4ulqsc9.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fectzvizllhw8j4ulqsc9.jpg" alt="It's not DNS PixelPunch t-shirt on a hanger" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's why a shirt like the &lt;a href="https://hoojump.com/products/its-not-dns-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;It's not DNS PixelPunch tee&lt;/a&gt; works so well for a streamer. It's a tech joke, sure, but it's also a perfect streamer line — the kind of thing you say when the stream's about to go sideways and you're troubleshooting live. It reads on camera, it starts a conversation, and it's comfortable enough to wear for a four-hour session. That's the whole package.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Editors Actually Wear
&lt;/h2&gt;

&lt;p&gt;The editor's life is different, and so is the merch.&lt;/p&gt;

&lt;p&gt;Editors aren't on camera. Nobody sees them while they work. So their merch isn't about reading on camera or starting a conversation with chat. It's about comfort, identity, and the quiet nod of recognition from other editors.&lt;/p&gt;

&lt;p&gt;An editor's shirt is a uniform, but it's a private one. It's the thing you reach for on a Tuesday when you're about to spend six hours in the timeline. It has to be comfortable — that's the same as the streamer — but it also has to say something about the work, in a way that only people who do the work will get.&lt;/p&gt;

&lt;p&gt;The editor's humor is different too. It's not loud and performative. It's dry, precise, and a little self-deprecating. The render bar that's stuck at 97%. The export that crashes at the last second. The client note that makes no sense. The "we'll fix it in post" that's become a running joke. These are the references that land with editors, and they're the references that good editor merch uses.&lt;/p&gt;

&lt;p&gt;The editor's uniform is the hoodie and the mug. The hoodie for the long nights, the mug for the coffee that fuels them. And the best editor merch is the stuff that makes another editor nod and laugh — the honest truth about the job, worn quietly.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's where the &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;99% AI, 1% PANIC hoodie&lt;/a&gt; comes in. It's the perfect editor piece. The 99% AI is the tool doing the heavy lifting — the cuts, the color, the first pass. The 1% panic is you, staring at the render bar, knowing it's 80% there and not quite right, and being the one responsible for closing the gap. It's the honest version of the job, and it's exactly the kind of thing an editor will wear on a Tuesday and feel seen.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Quick Cheat Sheet
&lt;/h2&gt;

&lt;p&gt;If you're short on time, here's the whole comparison in one glance.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Streamer&lt;/th&gt;
&lt;th&gt;Editor&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Where they work&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;On camera, live, in front of an audience&lt;/td&gt;
&lt;td&gt;Behind the timeline, alone, off camera&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;What the merch must do&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Read on camera, start a conversation, survive long sessions&lt;/td&gt;
&lt;td&gt;Be comfortable, tell the honest truth, get a quiet nod from peers&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;The humor&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Loud, performative, riffable&lt;/td&gt;
&lt;td&gt;Dry, precise, self-deprecating&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;The uniform&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;T-shirt and hoodie&lt;/td&gt;
&lt;td&gt;Hoodie and mug&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;The reference that lands&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The live troubleshooting, the chat moment&lt;/td&gt;
&lt;td&gt;The render bar, the export, "we'll fix it in post"&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;The bridge design&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;99% AI, 1% PANIC shirt&lt;/td&gt;
&lt;td&gt;99% AI, 1% PANIC hoodie&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The pattern is simple: streamers want merch that performs, editors want merch that tells the truth. And the "99% AI, 1% PANIC" line is the rare design that does both.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bridge: Where the Two Worlds Meet
&lt;/h2&gt;

&lt;p&gt;Here's the thing that connects streamers and editors, and it's worth paying attention to.&lt;/p&gt;

&lt;p&gt;Both lives are a strange mix of automation and anxiety. The tools do more and more of the work — the AI that cuts, the AI that color-grades, the AI that generates thumbnails. But the human is still there, doing the worrying. The streamer worries about the stream going well. The editor worries about the export finishing. The tools handle the 99%, and the human handles the 1% panic.&lt;/p&gt;

&lt;p&gt;That's why the "99% AI, 1% PANIC" line is the bridge between the two worlds. It speaks to the streamer who uses AI tools to prep and still panics before going live. It speaks to the editor who uses AI to speed up the boring parts and still panics before every export. It's the one line that both creators recognize instantly, because it's the honest truth about what the job has become.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;99% AI, 1% PANIC shirt&lt;/a&gt; is the piece that says it all. It's bold enough to read on a stream, and it's honest enough to resonate in an editing bay. It's the rare design that works for both creator lives.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Pick Merch for a Creator
&lt;/h2&gt;

&lt;p&gt;If you're buying for a creator — or designing for one — here's the short version of what works.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For a streamer, go bold and readable.&lt;/strong&gt; A t-shirt or hoodie with a design that reads on camera and starts a conversation. The line should be something the audience can riff on. Comfort matters, but so does the visual punch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For an editor, go honest and comfortable.&lt;/strong&gt; A hoodie or a mug that tells the truth about the job. The humor should be dry and precise, the kind that only people who do the work will get. It's not about being seen — it's about feeling seen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For the creator who does both — and many do — go with the bridge.&lt;/strong&gt; The "99% AI, 1% PANIC" line is the one that works for everyone. It's the honest truth about the modern creator life, and it's the design that both a streamer and an editor will actually wear.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keep it wearable.&lt;/strong&gt; The best creator merch is the stuff you'd actually reach for on a normal day, not just for a special occasion. If it's too loud or too niche, it stays in the drawer. If it's comfortable and honest, it becomes part of the uniform.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;Streamers and editors are both creators, but they live different lives — and the merch that fits them is different too.&lt;/p&gt;

&lt;p&gt;The streamer wants something bold, readable, and comfortable, a shirt that works on camera and starts a conversation. The editor wants something honest, dry, and comfortable, a hoodie or a mug that tells the truth about the job. And the creator who does both wants the bridge — the line that speaks to the shared reality of the modern creator life.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection on Hoojump&lt;/a&gt; has pieces for both worlds. The &lt;a href="https://hoojump.com/products/its-not-dns-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;It's not DNS tee&lt;/a&gt; is the streamer's shirt — a line that reads on camera and gets the chat going. The &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;99% AI, 1% PANIC hoodie&lt;/a&gt; is the editor's piece — the honest truth about the render grind. And the &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;99% AI, 1% PANIC shirt&lt;/a&gt; is the bridge that works for everyone.&lt;/p&gt;

&lt;p&gt;Grab one for the streamer in your life who's always about to go live, or the editor who's always about to export. They'll get it. And they'll actually wear it.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The Algorithm Is a Co-Worker: How Creators Stay Sane When It Changes Overnight</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Fri, 21 Aug 2026 08:03:19 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/the-algorithm-is-a-co-worker-how-creators-stay-sane-when-it-changes-overnight-4e5i</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/the-algorithm-is-a-co-worker-how-creators-stay-sane-when-it-changes-overnight-4e5i</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" alt="99% AI, 1% PANIC PixelPunch t-shirt on a hanger" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You posted the best thing you have ever made. Real editing, a real hook, hours of work. You checked every frame. You are proud of it. And the algorithm gave it twenty views.&lt;/p&gt;

&lt;p&gt;Then you posted a thirty-second thought you almost did not upload, shot on a phone in bad light, and it did numbers you still do not fully believe. That is not a coincidence. That is the algorithm doing what it does, and what it does is not logical in any way you can control.&lt;/p&gt;

&lt;p&gt;Here is the mental model that finally kept me sane: stop treating the algorithm like a system you are supposed to figure out. Treat it like a co-worker. An unpredictable, powerful, occasionally brilliant co-worker who does not share your priorities, never explains itself, and changes the rules overnight.&lt;/p&gt;

&lt;p&gt;That reframe sounds silly, but it changed how I work. Because you do not try to reverse-engineer a co-worker. You learn to coexist with one. And that is a much healthier job.&lt;/p&gt;

&lt;p&gt;This article is about the algorithm anxiety that every creator carries, the honest ways to live with it, and why the merch that names the feeling is the merch that actually sells.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Algorithm Is a Bad Boss, Not a Mystery
&lt;/h2&gt;

&lt;p&gt;Let me be direct about the most common mistake. Creators treat the algorithm like a puzzle to be solved. We read the teardown posts, we copy the hook formulas, we chase the metrics that a stranger on the internet said were the secret. We act like there is a lever we can pull that makes everything work.&lt;/p&gt;

&lt;p&gt;There is not. And the reason there is not is that the algorithm is not a static system. It is a live, changing thing, tuned by a company that is optimizing for its own goals, not for your view count. It shifts. It experiments. It serves different people different versions of the same feed. By the time a "formula" is published, it is usually already obsolete.&lt;/p&gt;

&lt;p&gt;That is not a mystery you failed to solve. That is the behavior of a powerful, self-interested entity that you do not control. Which is exactly what a co-worker is like.&lt;/p&gt;

&lt;p&gt;So the question is not "how do I crack the algorithm." The question is "how do I keep making good work next to a co-worker I cannot control." That question has answers, and they are much more durable than any formula.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Anxiety Is Real, and It Is Not Your Fault
&lt;/h2&gt;

&lt;p&gt;I want to name the feeling before I tell you how to handle it, because naming it matters. The algorithm anxiety is not the same as the hit-publish ritual, though they live next to each other. The ritual is the moment before you click. The algorithm anxiety is the days after, when you check the numbers like they owe you money and you try to read meaning into a flat line.&lt;/p&gt;

&lt;p&gt;That anxiety is real. It is also, mostly, out of proportion to what the numbers mean. Twenty views on one video and forty thousand on another is not a judgment of your talent. It is a sample of one, from a co-worker who was busy elsewhere that day.&lt;/p&gt;

&lt;p&gt;I am not saying the algorithm does not matter. It matters a lot. It decides reach, and reach decides whether your work finds people. What I am saying is that you are reading intent into something that has none. The algorithm is not punishing you. It is not rewarding you. It is just running, and its priorities are its own.&lt;/p&gt;

&lt;p&gt;That distinction sounds small. It is not. Believing the algorithm is out to get you turns every flat post into a personal failure. Believing it is just an unpredictable co-worker turns every flat post into weather. You can have feelings about weather. You just do not take it personally.&lt;/p&gt;

&lt;h2&gt;
  
  
  The One Percent That Never Gets Automated
&lt;/h2&gt;

&lt;p&gt;This is where the "99% AI, 1% PANIC" line earns its keep, and I want to be honest that it took me a while to see it that way.&lt;/p&gt;

&lt;p&gt;The obvious reading of that line is about AI doing the work. The machine writes, cuts, thumbs, and drafts, and the human panics. Fine. But there is a deeper reading that fits the algorithm conversation perfectly. The ninety-nine percent is everything that runs without you. The one percent of panic is the part that is still yours.&lt;/p&gt;

&lt;p&gt;Here is the thing. The algorithm can do a lot. It can sort, rank, serve, and decide. What it cannot do is feel the fear of putting your name on something and sending it out. It cannot care whether the work matters. It cannot decide that good enough is good enough and hit the button anyway. That one percent of human panic is the part of the job that no algorithm, no matter how good, will ever remove.&lt;/p&gt;

&lt;p&gt;And that is the good news. Because it means the one percent is the part that makes the work yours. The algorithm is the co-worker. The panic is you. And when you wear that on a shirt, you are not bragging about the machine. You are claiming the human part.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Coexist With the Co-Worker (What Actually Works)
&lt;/h2&gt;

&lt;p&gt;I have tried the hustle approach and the burnout approach, and neither holds up. Here is what I have landed on, and it is less glamorous but it works.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Make the next thing your answer.&lt;/strong&gt; The only lever you actually control is the next piece of work. When a post underperforms, the healthiest response is not to dissect it for five hours. It is to make the next one, a little better, and move on. The algorithm is a co-worker who forgets your last piece instantly. Your job is to give it new things to forget.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Decouple your self-worth from the numbers.&lt;/strong&gt; This one is hard and it never gets fully done. But the frame helps. The numbers are feedback from a co-worker with its own agenda, not a score of your worth as a person. When I stopped reading a flat post as a statement about me, the flat posts stopped hurting the way they used to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keep a few things that are not for the algorithm.&lt;/strong&gt; Make something for the craft, for a friend, for the archive, for no reason at all. Not everything has to be optimized for reach. Having a handful of projects that exist outside the algorithm's approval keeps the joy alive on the days the co-worker is unhelpful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Set a boundary on checking.&lt;/strong&gt; The refresh loop is the anxiety doing push-ups. Decide when you look at the numbers, and do not look outside that window. The numbers will still be there. They are never going anywhere.&lt;/p&gt;

&lt;p&gt;None of this makes the anxiety go away completely. It makes it survivable. It makes it something you can work next to, instead of something that owns your afternoons.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the Merch That Names It Works
&lt;/h2&gt;

&lt;p&gt;Let me talk about why this matters for merch, because it is the part that is easy to miss.&lt;/p&gt;

&lt;p&gt;Creator merch does not sell because it is clever. It sells because it names a feeling the buyer has already had. A shirt that says "99% AI, 1% PANIC" is not a flex about technology. It is a confession. It is the person wearing it saying, I know what the moment before publish feels like, and I am not pretending I do not.&lt;/p&gt;

&lt;p&gt;The algorithm anxiety is one of the most universal feelings in the job. Every creator has stared at a flat line and wondered what they did wrong. Every creator has watched a half-finished thing outperform their best work and felt the universe was messing with them. When merch names that specific, shared feeling, it stops being a product and starts being a handshake. You see another creator in that shirt and you already know. The shirt did the introduction.&lt;/p&gt;

&lt;p&gt;That is the whole trick of creator merch done right. Not showing off. Naming the thing we all feel and do not say out loud.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pieces That Fit the Algorithm Life
&lt;/h2&gt;

&lt;p&gt;If the algorithm is going to be your co-worker, you might as well dress for the relationship. Here is what actually fits the life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The shirt.&lt;/strong&gt; The "99% AI, 1% PANIC" tee is the confession piece. You wear it on stream, in the thumbnail, or around the house while you wait to see what the co-worker did with your post. It is the piece that says the panic is yours and you are not hiding it. Every creator should own this one first.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The hoodie.&lt;/strong&gt; The hoodie is the long-haul piece. It is what you wear when you are checking the numbers on a Tuesday morning and the flat line is staring back. It is warm, it is honest, and it is comfortable enough to live in while you make the next thing. Because the next thing is always the answer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The mug.&lt;/strong&gt; The mug is for the boundary you set. You pour the coffee, you look at the numbers once, you take a sip, and you close the tab. The mug keeps you company for the part of the job the algorithm cannot touch, which is the part where you actually do the work.&lt;/p&gt;

&lt;p&gt;You can find all three over on the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection at Hoojump&lt;/a&gt;, along with the rest of the line. If you are building your algorithm-survival kit, start with the &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;shirt&lt;/a&gt;, add the &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;hoodie&lt;/a&gt; for the long weeks, and keep the &lt;a href="https://hoojump.com/products/99-ai-1-panic-mug11-pixelpunch" rel="noopener noreferrer"&gt;mug&lt;/a&gt; on the desk where it belongs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Co-Worker Is Not Going Anywhere
&lt;/h2&gt;

&lt;p&gt;I want to close with the thought that took me the longest to accept. The algorithm is not going to get easier to understand. It is not going to become transparent. It is going to keep changing, keep experimenting, and keep having its own agenda. That is the job now, and it has been the job for a while.&lt;/p&gt;

&lt;p&gt;So the real skill is not cracking it. The real skill is making peace with working next to it. You make the work because the work is yours. You let the numbers land where they land. You take care of the one percent of panic that no algorithm will ever automate, because that one percent is the part that has your name on it.&lt;/p&gt;

&lt;p&gt;The co-worker can change overnight. It cannot take the panic from you. And that, honestly, is the whole reason the line works. The machine runs the show. You run the one percent.&lt;/p&gt;

&lt;p&gt;Make the next thing. Wear the shirt. And remember the flat line is weather, not a verdict.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" alt="99% AI, 1% PANIC PixelPunch coffee mug" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Designer Merch That Designers Won't Cringe At</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Thu, 20 Aug 2026 08:05:42 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/designer-merch-that-designers-wont-cringe-at-41jh</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/designer-merch-that-designers-wont-cringe-at-41jh</guid>
      <description>&lt;p&gt;I've been a designer long enough to know the exact moment a gift goes wrong. Someone hands you a mug that says "I make things pretty for a living" and you smile, say thanks, and quietly wonder where to hide it. It's not that the thought isn't there. It's that most "designer merch" is written by people who have never opened a design tool in their life.&lt;/p&gt;

&lt;p&gt;So let me be the one to say it: designers are picky about merch because we spend all day being picky about everything else. Kerning. White space. The difference between a good font and a great one. We can't switch that off when we leave the desk. A shirt with a typo is not a shirt — it's a small crisis.&lt;/p&gt;

&lt;p&gt;And here's the thing that connects designers to the wider creator world: we're all in the same boat now. The YouTuber waiting on a render, the podcaster editing an episode, the designer nudging a pixel — we're all creators, and we all live in the same anxious space between "almost done" and "done." The tools have changed, the AI has arrived, and the job has become a strange mix of 99% automation and 1% panic. That's the reality the good merch speaks to.&lt;/p&gt;

&lt;p&gt;This guide is for the designers who want merch that actually fits the job, and for the people buying for them. No cringe. No "graphic design is my passion" irony that stopped being funny in 2014. Just the stuff that makes a designer nod, laugh, and actually wear it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem With Most Designer Merch
&lt;/h2&gt;

&lt;p&gt;Here's the thing nobody tells you about buying for a designer: we notice everything. The wrong shade of a color. A font that's slightly off. A joke that's been recycled so many times it's lost all its edges.&lt;/p&gt;

&lt;p&gt;Most designer merch falls into one of two traps. The first is the "I'm a designer, I'm quirky" trap — the stuff that screams the job instead of laughing at it. The second is the generic tech-humor trap — the shirts that could belong to anyone in any office, with no sense of what the design life is actually like.&lt;/p&gt;

&lt;p&gt;The merch that works is the merch that gets the details right. It references the real moments of the job. The revision that came back with "can you make the logo bigger?" The client who wants it "more modern" without any idea what that means. The 2 AM export that's still rendering. Those are the moments a designer recognizes instantly, and they're the moments worth putting on a shirt.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Designers Actually Do All Day
&lt;/h2&gt;

&lt;p&gt;Let me paint the real picture, because the merch only lands if the reference is real.&lt;/p&gt;

&lt;p&gt;A designer's day is a strange mix of precision and chaos. You spend hours nudging elements by a single pixel, convinced that one more nudge will make it perfect. You argue with clients about fonts you know they'll never notice. You build a mockup, send it, and wait for the reply that's either "love it" or a 400-word email about how the blue should be "more blue."&lt;/p&gt;

&lt;p&gt;And through all of it, there's the quiet hum of the tools. The render bar creeping across the screen. The export that's taking forever. The version history that's a graveyard of "final_v2_FINAL_actuallyfinal.sketch."&lt;/p&gt;

&lt;p&gt;That's the job. It's not glamorous, and it's not what the "designer lifestyle" Instagram accounts show. But it's real, and it's the reality that good merch speaks to.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Moments Every Designer Recognizes
&lt;/h2&gt;

&lt;p&gt;If you're a designer, you've lived these. If you're buying for one, these are the references that land.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The "make the logo bigger" moment.&lt;/strong&gt; Every designer has a client who asks for this, and every designer has a story about it. It's the universal design joke, and it works because it's true.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The font argument.&lt;/strong&gt; You spend twenty minutes explaining why Comic Sans is not a professional choice, and the client still sends it in the next revision. You don't win. You just learn to live with it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The mockup life.&lt;/strong&gt; You build the perfect mockup, present it, and the client says "can you make it pop?" You nod. You make it pop. You die a little inside.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The export anxiety.&lt;/strong&gt; The render bar is at 97%. You're holding your breath. If it crashes now, you lose an hour. This is the design equivalent of the upload anxiety every content creator knows.&lt;/p&gt;

&lt;p&gt;These are the moments. And the merch that gets them right is the merch a designer will actually wear. If you're nodding along, you already know the kind of thing that lands — and the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection on Hoojump&lt;/a&gt; is built around exactly these moments. We'll get to the specific pieces in a minute.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the "99% AI, 1% PANIC" Line Fits Designers Too
&lt;/h2&gt;

&lt;p&gt;Here's where the design world and the AI-creator world collide, and it's worth paying attention to.&lt;/p&gt;

&lt;p&gt;Designers are using AI tools now, whether they admit it or not. The AI that generates a logo concept in seconds. The tool that fills in a background. The prompt that turns a rough sketch into something presentable. It's powerful, and it's also a little terrifying, because the same tools that speed you up can also make you wonder what your job is.&lt;/p&gt;

&lt;p&gt;That's exactly why the "99% AI, 1% PANIC" line resonates with designers. The 99% AI is the tool doing the heavy lifting — the concept generation, the background fill, the first pass at a layout. The 1% panic is you, staring at the output, knowing it's 80% there and not quite right, and being the one responsible for closing the gap.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" alt="99% AI, 1% PANIC PixelPunch coffee mug" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's the honest version of the job. Not "AI will replace designers." Not "AI is a magic button." Just the truth: the tools do the work, and you do the worrying. And the worrying is what makes the output good.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Designer's Uniform: What We Actually Wear
&lt;/h2&gt;

&lt;p&gt;There's a running joke in the design world that we all dress the same, and like most jokes, it's mostly true. The black t-shirt. The comfortable hoodie. The jeans that have seen better days. It's not a lack of style — it's that we spend so much visual energy on client work that our own wardrobe becomes a low-stakes zone.&lt;/p&gt;

&lt;p&gt;That's exactly why the merch has to be good. A designer's shirt is doing double duty: it's a uniform, and it's a statement. When a designer wears a shirt that gets the job right, it's not just clothing. It's a small piece of identity that says "I know what this work is actually like, and I can laugh at it."&lt;/p&gt;

&lt;p&gt;The best designer merch fits that uniform. It's comfortable enough to wear every day, and it's clever enough that another designer will notice it and nod. That's the bar. Not "will this sell at a conference." Not "is this ironic enough." Just: would a designer actually reach for this on a Tuesday morning?&lt;/p&gt;

&lt;h2&gt;
  
  
  The AI Question Every Designer Is Quietly Asking
&lt;/h2&gt;

&lt;p&gt;Let me address the elephant in the room, because it's the thing every designer is thinking about and few are saying out loud.&lt;/p&gt;

&lt;p&gt;The AI tools are here, and they're good. They can generate a logo concept in seconds. They can fill a background, suggest a layout, or turn a rough sketch into something presentable. And that's genuinely useful — it's the 99% AI part of the job, the part that handles the mechanical work so you can focus on the judgment.&lt;/p&gt;

&lt;p&gt;But here's the part nobody talks about: the tools are also a little unsettling. When a client can generate a logo with a prompt, what's the designer's job? The answer, and it's the honest one, is that the job is still the judgment. The tools generate options. You decide which one is right, which one fits the brand, which one doesn't look like every other AI-generated logo on the internet. That's the 1% panic, and it's the part that's still yours.&lt;/p&gt;

&lt;p&gt;This is why the "99% AI, 1% PANIC" line lands so hard with designers. It's not a joke about AI being scary. It's a joke about the honest division of labor. The tools do the work. You do the worrying. And the worrying is what makes the output good.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Merch That Actually Fits the Design Life
&lt;/h2&gt;

&lt;p&gt;So what does good designer merch look like? It looks like the stuff that gets the details right and tells the truth about the job.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection on Hoojump&lt;/a&gt; is built for people who live in this world. The &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;"99% AI, 1% PANIC" shirt&lt;/a&gt; is the one that says it all — for the designer who uses AI tools to speed up the boring parts and still panics before every client call. The &lt;a href="https://hoojump.com/products/99-ai-1-panic-mug11-pixelpunch" rel="noopener noreferrer"&gt;"99% AI, 1% PANIC" mug&lt;/a&gt; is for the coffee-fueled revision sessions where you make the logo bigger one more time.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And the &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;"99% AI, 1% PANIC" hoodie&lt;/a&gt; is for the long nights of exports and final tweaks — the piece that fits the designer who's also a bit of a tech nerd, staring at a render bar and wondering if the tool will finish before the deadline. It's the design equivalent of "it's not the font, it's the spacing."&lt;/p&gt;

&lt;h2&gt;
  
  
  What to Look For When Buying Designer Merch
&lt;/h2&gt;

&lt;p&gt;If you're buying for a designer, here's the short version of what works.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get the details right.&lt;/strong&gt; A designer will notice a typo, a bad font, or a color that's slightly off. The merch has to be clean and well-made, or it's a miss.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reference the real job, not the stereotype.&lt;/strong&gt; The "graphic design is my passion" irony is dead. What works is the honest stuff — the render anxiety, the revision life, the mockup grind.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keep it wearable.&lt;/strong&gt; The best designer merch is the stuff you'd actually wear to a coffee shop, not just to a design conference. If it's too loud or too niche, it stays in the drawer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bridge the AI thing.&lt;/strong&gt; Designers are using AI tools now, and the merch that acknowledges that reality — without being preachy or doom-y about it — is the merch that resonates.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;Designers are picky about merch for a reason: we spend all day being picky about everything else. The merch that works is the merch that gets the details right, references the real moments of the job, and tells the truth about what the work is actually like.&lt;/p&gt;

&lt;p&gt;The design life is a strange mix of precision and chaos. The pixel nudges, the font arguments, the mockup revisions, the export anxiety, and now the AI tools that do the heavy lifting while you do the worrying. That's the job. And the merch that matches it is the merch that makes a designer nod, laugh, and actually wear it.&lt;/p&gt;

&lt;p&gt;If you're a designer, or you're buying for one, the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection&lt;/a&gt; has the honest stuff. The &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;"99% AI, 1% PANIC" shirt&lt;/a&gt; is the one that says it all. And the &lt;a href="https://hoojump.com/collections/all" rel="noopener noreferrer"&gt;full Hoojump collection&lt;/a&gt; has everything else for the designer in your life who's always "just about to send the final version."&lt;/p&gt;

&lt;p&gt;Grab one for yourself, or grab one for the designer who's been making the logo bigger since 2019. They'll get it. And they'll actually wear it.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Hit Publish: The Ritual Every Creator Knows (and the Merch That Names It)</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Thu, 20 Aug 2026 08:05:39 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/hit-publish-the-ritual-every-creator-knows-and-the-merch-that-names-it-3lbl</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/hit-publish-the-ritual-every-creator-knows-and-the-merch-that-names-it-3lbl</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" alt="99% AI, 1% PANIC PixelPunch t-shirt on a hanger" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is a moment every creator knows. The video is rendered. The thumbnail is picked. The description is written, rewritten, and written again. Your cursor is hovering over the button that says Publish, and for a second, the whole room goes quiet.&lt;/p&gt;

&lt;p&gt;You check the title one more time. You read the first line out loud. You wonder if the joke lands, if the hook is strong enough, if anyone is even going to see this. Then you click, the page spins, and for the next hour you refresh the analytics like it owes you money.&lt;/p&gt;

&lt;p&gt;That moment has a name. It is the hit-publish ritual, and it is the most universal thing about being a creator. It is also, if you ask me, the exact reason the "99% AI, 1% PANIC" line exists. The AI does ninety-nine percent of the work. The one percent of panic is you, right there, hovering over the button.&lt;/p&gt;

&lt;p&gt;This article is about that ritual. Why we do it, what it says about us, and why the merch that names it is the merch we actually wear.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Ritual Is Real, and It Looks Different for Everyone
&lt;/h2&gt;

&lt;p&gt;Some creators have a full ceremony. They make a coffee, close every other tab, put on the same hoodie they wore for the last upload, and only then do they let their finger touch the mouse. Others just slam the button and walk away, then spend the next three days pretending they do not care.&lt;/p&gt;

&lt;p&gt;I have done both. The walk-away version is a lie. Nobody walks away. You walk to the kitchen, pour a glass of water, and walk right back. The tab is still there. The view count is still at zero. You tell yourself you are not going to refresh it, and then you refresh it.&lt;/p&gt;

&lt;p&gt;The ritual is not about the button. It is about the gap between the work being done and the work being seen. That gap is where the panic lives. It is the longest ten minutes in the world, and every creator has sat inside it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 1% PANIC Is the Whole Job
&lt;/h2&gt;

&lt;p&gt;Here is the thing nobody tells you about the "99% AI, 1% PANIC" line. The one percent is not a rounding error. It is the part that actually matters.&lt;/p&gt;

&lt;p&gt;The AI can write the script, cut the footage, generate the thumbnail, and even draft the description. It cannot decide whether the thing is good enough to show people. It cannot feel the fear of putting your name on something and sending it out into a feed where strangers can tell you it is bad. That fear is the one percent, and it is the part of the job that never gets automated.&lt;/p&gt;

&lt;p&gt;I think that is why the line lands so hard with creators. It is not a joke about lazy people leaning on AI. It is a joke about the fact that the machine does the heavy lifting and you still have to stand there and take responsibility for the result. The panic is the human part. It is the part that makes it yours.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Second-Guessing Loop
&lt;/h2&gt;

&lt;p&gt;Let me walk you through the actual loop, because I know you have been in it.&lt;/p&gt;

&lt;p&gt;You finish the edit at 11:47 at night. You are tired, your eyes hurt, and the export takes forty minutes because of course it does. When it finishes, you watch the whole thing once, fast, and you think, that is good. That is really good.&lt;/p&gt;

&lt;p&gt;Then you watch it again. And now you notice the audio dips for half a second at the 0:47 mark. You notice the transition at 2:13 is a little stiff. You notice a word you said that you now hate. None of this was visible twenty minutes ago. It is all visible now, because now there is a Publish button on the screen and the stakes just went up.&lt;/p&gt;

&lt;p&gt;So you fix the audio. You smooth the transition. You re-export, wait another forty minutes, and start the whole loop over. At some point you have to decide that good enough is good enough, and that decision is the hardest edit in the project.&lt;/p&gt;

&lt;p&gt;The second-guessing loop is not a bug in your workflow. It is the cost of caring. The creators who never second-guess are the ones who stopped caring, and you can usually tell.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Algorithm Anxiety Is Just the Ritual in Disguise
&lt;/h2&gt;

&lt;p&gt;A lot of the anxiety around publishing gets blamed on the algorithm, and I get it. The algorithm is a black box. You post something you are proud of and it goes nowhere. You post a half-finished thought at 2 AM and it takes off. There is no logic you can reverse-engineer, and that uncertainty is genuinely uncomfortable.&lt;/p&gt;

&lt;p&gt;But here is what I have noticed. The algorithm anxiety is mostly the hit-publish ritual wearing a different costume. It is the same fear, the same gap between the work and the audience, just pointed at a metric instead of at the work itself. You are not actually afraid of the algorithm. You are afraid of being seen and not mattering.&lt;/p&gt;

&lt;p&gt;That is a real fear, and it is worth naming. Naming it is the first step to not letting it run your life. You post the thing. You do the ritual. You let the numbers land where they land. Then you make the next thing, because the next thing is the only thing you control.&lt;/p&gt;

&lt;h2&gt;
  
  
  Everyone Has a Version of the Same Ritual
&lt;/h2&gt;

&lt;p&gt;The details change, but the shape does not. A podcaster does the ritual before they hit publish on an episode, checking the intro one last time and wondering if the guest sounded okay. A designer does it before they send a mockup to a client, staring at the kerning like it is going to change. A streamer does it before they hit go live, taking one breath and hoping the tech holds.&lt;/p&gt;

&lt;p&gt;I have talked to enough creators to know that the ritual is the one thing we all share. We have different tools, different audiences, different niches. But every single one of us has sat in front of a button and felt the world go quiet for a second. That shared moment is why creator merch works at all. It is a way of saying, without a single word, that you have been there too.&lt;/p&gt;

&lt;p&gt;The best part is that the ritual does not get easier. It just gets more familiar. You learn to recognize the panic for what it is, and you learn to click anyway. That is the whole skill. Not avoiding the fear. Clicking through it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Merch That Names the Feeling Works
&lt;/h2&gt;

&lt;p&gt;Here is the thing about creator merch. The stuff that sells is not the stuff that shows off. It is the stuff that names a feeling the buyer has already had.&lt;/p&gt;

&lt;p&gt;A shirt that says "99% AI, 1% PANIC" is not a flex. It is a confession. It is the person who made it saying, I know exactly what that moment feels like, and I am wearing it. When you see another creator in that shirt, you do not need to ask if they have stared at a stuck render bar. You already know. The shirt did the introduction.&lt;/p&gt;

&lt;p&gt;That is why the best creator merch is the merch that names the ritual. The render anxiety. The upload panic. The second-guessing loop. The moment before you hit publish. When a piece of clothing names that moment, it stops being a product and starts being a handshake.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pieces That Fit the Ritual
&lt;/h2&gt;

&lt;p&gt;If you are going to wear the ritual, you might as well wear it properly. Here is what actually fits the hit-publish life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The shirt.&lt;/strong&gt; The "99% AI, 1% PANIC" tee is the one that started it. It is the confession piece, the one you wear on stream or in the thumbnail or just around the house while you wait for the export. It is soft, it is honest, and it does the introduction for you. This is the piece every creator should own first.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The hoodie.&lt;/strong&gt; The hoodie is the second-guessing loop in fabric form. It is what you put on when you are re-watching the cut for the fourth time and the house is cold and you are not leaving the desk until the upload is done. It is comfortable enough to live in, which is exactly what the ritual requires.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The mug.&lt;/strong&gt; The mug is for the walk-away-and-come-back phase. You pour the coffee, you stare at the view count, you take a sip, you refresh. The mug is the prop in the ritual. It is also, conveniently, the thing that keeps you awake for the forty-minute re-export.&lt;/p&gt;

&lt;p&gt;You can find all three over on the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection at Hoojump&lt;/a&gt;, along with the rest of the line. If you are building your hit-publish kit, start with the &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;shirt&lt;/a&gt;, add the &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;hoodie&lt;/a&gt; for the long nights, and keep the &lt;a href="https://hoojump.com/products/99-ai-1-panic-mug11-pixelpunch" rel="noopener noreferrer"&gt;mug&lt;/a&gt; on the desk where it belongs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Ritual Is the Point
&lt;/h2&gt;

&lt;p&gt;I want to close with a thought that took me a long time to land on. The hit-publish ritual is not a waste of time. It is not a flaw. It is the part of the job where you decide that the work is done and that you are willing to stand behind it.&lt;/p&gt;

&lt;p&gt;The AI does the heavy lifting. The one percent of panic is you, and that one percent is the whole reason the work has your name on it. The ritual is how you earn that name, one nervous click at a time.&lt;/p&gt;

&lt;p&gt;So the next time you are hovering over the button, staring at the view count, or re-watching the cut for the fifth time, remember that you are not alone. Every creator in the world is doing the same thing right now. And if you want a little company, there is a shirt for that.&lt;/p&gt;

&lt;p&gt;Hit publish. The panic is the point.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" alt="99% AI, 1% PANIC PixelPunch coffee mug" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Podcast Merch That Listeners Actually Notice: Mics, Episodes, and the Creator's Coffee</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Mon, 17 Aug 2026 08:01:42 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/podcast-merch-that-listeners-actually-notice-mics-episodes-and-the-creators-coffee-3ggd</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/podcast-merch-that-listeners-actually-notice-mics-episodes-and-the-creators-coffee-3ggd</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3ojjakriemkmfhh65bh5.jpg" alt="99% AI, 1% PANIC PixelPunch t-shirt on a hanger" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've recorded, edited, and shipped well over a hundred podcast episodes. I know the exact moment you start hunting for merch: it's right after you hit export, stare at the progress bar stuck at 97%, and realize your listeners have no idea who's behind the voice in their earbuds.&lt;/p&gt;

&lt;p&gt;Merch isn't a vanity project. For podcasters it's the quietest, most reliable revenue line you'll build, because it turns a passive audience into people who wear your show into the world. But the merch most creators reach for misses the mark, and the reason is usually the same: they pick something generic and hope the logo carries it. This guide is about the pieces that actually get worn, the ones a listener keeps even after the episode is old.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Podcast Merch Is Different From Band Merch
&lt;/h2&gt;

&lt;p&gt;A band sells shirts about the band. A podcaster sells something trickier: a shared joke, an in-joke, a piece of the ritual listeners tune in for. If you host an interview show, a shirt that just says your show name is a billboard, not merch. If you host a comedy or tech show, the merch that works is the line people quote back at you.&lt;/p&gt;

&lt;p&gt;The best podcast merch answers one of these questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What does a loyal listener say when the episode is good?&lt;/li&gt;
&lt;li&gt;What's the running joke the audience shares with the host?&lt;/li&gt;
&lt;li&gt;What piece of the creator's life (mic, desk, coffee) feels like the show?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That last one matters more than most creators realize. Audio is intimate. The mic, the headphones, the coffee mug on the desk, those are the physical anchors of a show. Merch that touches those anchors gets bought because it feels like joining the inner circle, not just buying a product.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Mic Check That Everyone Gets
&lt;/h2&gt;

&lt;p&gt;Before we get into the specific pieces, here's the honest reality of creator merch in 2026: the audience is drowning in lazy designs. The merch that stands out is the line that hits them in the chest because it names something they've actually felt.&lt;/p&gt;

&lt;p&gt;The best single line I've seen for the tech-adjacent creator crowd does exactly this. It doesn't name a podcast at all. It names the exact panic every AI-assisted creator feels the night before an upload: &lt;strong&gt;"99% AI, 1% PANIC."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That line works for podcasters, streamers, editors, and YouTubers at once, because it's true for all of them. You spend the whole week building with every tool you have, and then the last 1% of the job, the part where it actually has to ship, is pure anxiety. Wearing that line is a way of saying, "I know exactly what this job feels like, and I'm laughing at it."&lt;/p&gt;

&lt;p&gt;That's the test for every piece below: does it name a feeling your audience already has? If yes, it's merch. If it's just your logo, it's a billboard.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mics and Episodes as Merch Hooks
&lt;/h2&gt;

&lt;p&gt;The title of this piece mentions mics and episodes, so let me earn those two words, because they're where a lot of creators leave money on the table.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The mic is your first logo.&lt;/strong&gt; Before a listener ever sees your face, they see your mic in a studio photo, on a podcast thumbnail, or on a stage at a live show. A mic is instantly recognizable, and it's the single strongest visual anchor a podcaster owns. Any merch that quietly nods to the mic, a line about the level check, the "can you hear me now" ritual, the one take that had to be retaken, lands because listeners already associate that object with the time you spend in their ears. You don't need to print a microphone on a shirt. You need a line that references the ritual, and your audience will supply the image.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Episodes are your catalog of in-jokes.&lt;/strong&gt; Every show has those episodes that become shorthand between the host and the regulars, the one where the guest said something that's still quoted two seasons later. That's a merch opportunity, but only if the reference is self-contained. A shirt that says the show's name means nothing on its own. A shirt that says the exact line from the episode listeners keep repeating means something to everyone who gets it, and it still reads as humor to anyone who doesn't. The episode isn't the product. The line that came out of it is.&lt;/p&gt;

&lt;p&gt;So when you're deciding what to put on merch, scan your episode list for the lines that got repeated in comments and DMs. Those are your hooks. If you don't have one yet, keep the mic ritual as your default until the audience hands you a better line.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Actually Lands With Podcast Listeners
&lt;/h2&gt;

&lt;p&gt;Let me walk through the pieces that survive contact with real listeners. These aren't guesses. They're the products a creator actually reaches for when the show starts to pay for itself, and the ones their regulars keep wearing.&lt;/p&gt;

&lt;h3&gt;
  
  
  The T-Shirt That Names the Grind
&lt;/h3&gt;

&lt;p&gt;Every podcaster has a shirt they wear on recording day because it sets the mood. The one that works is comfortable, a little funny, and specific enough that the person wearing it gets a smile from other creators who spot it.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;99% AI, 1% PANIC shirt&lt;/strong&gt; is exactly that kind of piece. It's a regular-fit tee with a line that works as a conversation starter between creators, and it doubles as the honest answer to "how did you make this episode?" for anyone in the AI-assisted space. It's the merch equivalent of the inside joke that got your show a regular audience in the first place.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Hoodie for the Cold-Start Editing Room
&lt;/h3&gt;

&lt;p&gt;Editing is a cold, dark, headphone-on activity. Hoodies are the uniform. The right hoodie for a podcaster is the one they throw on at 11 PM when the episode is due and the export keeps failing, because it's warm, it has a pocket for the phone, and the print still looks sharp after a hundred washes.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;99% AI, 1% PANIC hoodie&lt;/strong&gt; is the version of that. It carries the same line as the shirt, so a creator can mix and match across a season, and the hoodie form means it gets worn in the studio and out to the coffee shop where the show's community actually lives. For a podcast that releases weekly, the hoodie is the piece that reads "this is my job" even when it's 11 PM and the edit is running long.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuonm33xc9fnu61v86b75.jpg" alt="99% AI, 1% PANIC PixelPunch hoodie" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Mug for the Mic-Check Coffee
&lt;/h3&gt;

&lt;p&gt;Here's the detail every podcaster understands: the show doesn't start when you hit record. It starts with the coffee, the level check, the "can you hear me now" ritual. The mug on the desk is in the shot of every video pod and the mind of every audio listener who pictures your setup.&lt;/p&gt;

&lt;p&gt;A &lt;strong&gt;99% AI, 1% PANIC coffee mug&lt;/strong&gt; is the piece that lives on that desk. It's the merch your most loyal listener buys for the creator they're grateful to, and it's the gift a podcaster gives to the co-host or the producer who does the invisible work. When someone uses it every morning to record, you've won. It's also the easiest merch to photograph for a social post, because a mug on a desk is the most naturally podcast-looking object you own.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fv0ckum7dtllimx8ug8uv.jpg" alt="99% AI, 1% PANIC PixelPunch coffee mug" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Sticker for the Laptop Lid
&lt;/h3&gt;

&lt;p&gt;Stickers are the gateway merch. They're cheap enough that a fan buys one on a whim, and they're the first piece of merch most listeners ever own. But a sticker needs to be durable and the line needs to survive at laptop size.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;DevOps sticker&lt;/strong&gt; in the PixelPunch catalog is a clean, single-line design that holds up at sticker scale. It's the piece that turns a laptop lid into a badge of belonging, and it quietly advertises the show to everyone who sees the laptop open in a cafe or a meeting.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Pick the Right Piece for the Right Listener
&lt;/h2&gt;

&lt;p&gt;Merch works best when you match the piece to the person, so here's a quick cheat sheet drawn from actually shipping these:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The host&lt;/strong&gt; — get the hoodie. It's the recording uniform, and it's the piece they'll wear most.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The producer or editor&lt;/strong&gt; — get the mug. They live in the edit, and the coffee ritual is theirs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The loyal listener&lt;/strong&gt; — get the sticker first. It's the low-friction entry, and stickers lead to bigger purchases.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The tech-adjacent creator&lt;/strong&gt; — get the 99% AI shirt. The line is their joke.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What to Skip When Buying Podcast Merch
&lt;/h2&gt;

&lt;p&gt;For every piece that lands, there are three that don't. Skip the generic "podcast" shirt that just prints the word; it's the first thing to get thrown in a drawer. Skip the thin, cheap tee that pills after two washes, because merch is a brand, and a flimsy shirt hurts it. And skip anything with a design that only makes sense if you've watched a specific episode, because a shirt that requires homework doesn't get worn.&lt;/p&gt;

&lt;p&gt;The merch that survives is the merch that works as a standalone piece of humor or identity. Someone should be able to wear it and have it make sense, even if they've never heard the show. That's the bar.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Simple Merch Launch Plan for a New Podcast
&lt;/h2&gt;

&lt;p&gt;If you're just starting out and don't have a big audience yet, don't build a whole store. A podcaster with a few hundred loyal listeners can still run a merch line that makes money and builds the brand, if they launch it the right way. Here's the sequence I'd use, borrowed from what actually works for small creators:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Pick one line before you pick any product.&lt;/strong&gt; Spend a week collecting the things listeners say in comments, DMs, and reviews. The line that keeps coming back is your merch line. Don't force it. If the audience hasn't given you a line yet, wait and keep recording.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Put the line on one hero product.&lt;/strong&gt; Start with a shirt or a mug, not all four things at once. One strong piece is easier to photograph, mention, and sell than a scattered range. When the first piece sells out or gets repeat orders, that's your signal to expand.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mention it exactly once per episode.&lt;/strong&gt; In the outro, one calm sentence: "If you want to support the show, there's a shirt in the shop." No hard sell, no guilt. The one-liner that gets repeated is the one that sounds like a natural invitation, not an ad.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Put a link in the show notes and the bio link.&lt;/strong&gt; This is the quiet channel that compounds. Every episode's notes carry the link, so the merch is always one click from a listener who just finished a great episode and wants more of the show.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Show it, don't just sell it.&lt;/strong&gt; Wear the shirt in a video episode. Film the mug on the desk for a social clip. Merch sells when listeners see it living in the creator's world, not as a sterile product photo.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This plan doesn't need a big launch day or a big audience. It needs consistency and one line the audience actually claims.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Math That Makes Merch Worth It
&lt;/h2&gt;

&lt;p&gt;Let me give you the honest numbers so the effort makes sense. Podcast advertising rates are falling for small shows, and the platforms take a cut of most monetization. Merch is one of the few lines where the creator keeps a real margin, and it compounds with the back catalog.&lt;/p&gt;

&lt;p&gt;A simple model: a show with a thousand regular listeners, where one in fifty buys a single piece of merch a year, is twenty sales a year per product. Multiply that across a shirt, a hoodie, a mug, and a sticker, and the yearly numbers become real money without a single new listener. Add the repeat buyers, the people who grab a mug after loving the shirt, and the line grows on its own.&lt;/p&gt;

&lt;p&gt;The key is that merch doesn't need a huge audience, because it's a small-margin, high-recurrence business that runs in the background. Set it up once, link it in every show, and let the back catalog sell it for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ: Podcast Merch Quick Answers
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Do I need a big audience before I try merch?&lt;/strong&gt; No. A few hundred loyal listeners are enough to test a single piece. The audience isn't the bottleneck, a clear line is.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's the first thing I should sell?&lt;/strong&gt; A sticker or a mug. Both are low-friction, cheap enough for a fan to buy on impulse, and easy to photograph for social posts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Should my merch have my show's name on it?&lt;/strong&gt; Only if the name itself is a joke or a phrase people repeat. Otherwise use the running joke, not the logo. A logo is a billboard; a line is merch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How much should I price a shirt?&lt;/strong&gt; Look at what comparable creator merch goes for and land in the same band. A shirt that's priced way above the market feels like a cash grab, and one priced way below reads as low quality. Fit your audience's normal range.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where should the merch link live?&lt;/strong&gt; In the show notes of every episode and in the bio link on every platform. That's the compounding channel. One click from a listener who just enjoyed the episode.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;Podcast merch is not about printing your logo on a shirt and calling it a day. It's about finding the line your audience already laughs at, putting it on the pieces they actually wear, and letting that turn listeners into people who show up in the world wearing your show.&lt;/p&gt;

&lt;p&gt;Start small. A shirt, a hoodie, a mug, a sticker. Put the best line you've got on them, link them from your episode notes, and mention them in the outro once, without making it an ad. That's how a merch line goes from a side thought to a real, compounding revenue stream.&lt;/p&gt;

&lt;p&gt;If you're ready to try it, the &lt;a href="https://hoojump.com/collections/pixelpunch" rel="noopener noreferrer"&gt;PixelPunch collection&lt;/a&gt; has the 99% AI, 1% PANIC &lt;a href="https://hoojump.com/products/99-ai-1-panic-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;shirt&lt;/a&gt;, &lt;a href="https://hoojump.com/products/99-ai-1-panic-hoodie-pixelpunch-1" rel="noopener noreferrer"&gt;hoodie&lt;/a&gt;, and &lt;a href="https://hoojump.com/products/99-ai-1-panic-mug11-pixelpunch" rel="noopener noreferrer"&gt;mug&lt;/a&gt;, plus the &lt;a href="https://hoojump.com/products/its-not-dns-shirt-pixelpunch-1" rel="noopener noreferrer"&gt;It's not DNS shirt&lt;/a&gt; for the sysadmin crowd and a &lt;a href="https://hoojump.com/products/devops-01-sticker-pixelpunch" rel="noopener noreferrer"&gt;DevOps sticker&lt;/a&gt; for laptop lids. Find the line your audience already quotes, put it on something they'll actually wear, and let the merch do the quiet work of turning listeners into regulars.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Never Miss a Call: How AI Voice Agents Work for Small Businesses</title>
      <dc:creator>Stephane Guertin</dc:creator>
      <pubDate>Mon, 17 Aug 2026 06:33:05 +0000</pubDate>
      <link>https://dev.to/stephane_guertin_98bb6736/never-miss-a-call-how-ai-voice-agents-work-for-small-businesses-1bbm</link>
      <guid>https://dev.to/stephane_guertin_98bb6736/never-miss-a-call-how-ai-voice-agents-work-for-small-businesses-1bbm</guid>
      <description>&lt;h1&gt;
  
  
  Never Miss a Call: How AI Voice Agents Work for Small Businesses
&lt;/h1&gt;

&lt;p&gt;Every missed call is a missed opportunity. For small businesses, this isn't a hypothetical — it's a daily tax on revenue.&lt;/p&gt;

&lt;p&gt;Studies show that &lt;strong&gt;27% of small business calls go unanswered&lt;/strong&gt;. After hours, weekends, busy periods — the phone rings and nobody picks up. The caller moves on to the next result on Google.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Cost of Missed Calls
&lt;/h2&gt;

&lt;p&gt;Let's do the math for a typical service business:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;20 calls per day&lt;/li&gt;
&lt;li&gt;20% missed = 4 missed calls/day&lt;/li&gt;
&lt;li&gt;10% of those would have converted = ~1 lost customer/day&lt;/li&gt;
&lt;li&gt;Average customer value: $250&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Annual revenue lost: $65,000+&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's not a rounding error. That's a salary.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Businesses Don't Just Hire a Receptionist
&lt;/h2&gt;

&lt;p&gt;A full-time receptionist costs $35,000-45,000/year plus benefits. For a 1-5 person business, that's often the difference between profit and loss. And even a receptionist goes home at 5 PM, takes lunches, and can only handle one call at a time.&lt;/p&gt;

&lt;p&gt;Traditional answering services exist, but they're expensive ($200-400/month), often offshore, and they just take messages — they can't book appointments, answer questions, or qualify leads.&lt;/p&gt;

&lt;h2&gt;
  
  
  How AI Voice Agents Are Different
&lt;/h2&gt;

&lt;p&gt;AI voice agents are not robocallers. They're not "press 1 for sales" IVR menus. Modern AI voice agents:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Answer every call, 24/7&lt;/strong&gt; — including after hours, weekends, holidays&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Speak naturally&lt;/strong&gt; — callers often can't tell it's AI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Book appointments&lt;/strong&gt; — sync directly with your calendar&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Qualify leads&lt;/strong&gt; — ask the right questions before passing to a human&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Handle multiple calls simultaneously&lt;/strong&gt; — no queue, no hold music&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sync to your CRM&lt;/strong&gt; — every call logged, every lead captured&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Work in multiple languages&lt;/strong&gt; — bilingual EN/FR for Canadian businesses&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What to Look for in an AI Voice Agent
&lt;/h2&gt;

&lt;p&gt;If you're evaluating AI voice agents for your business, here are the key questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Does it integrate with your existing tools?&lt;/strong&gt; (Calendar, CRM, booking system)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Can it handle your call flow?&lt;/strong&gt; (Not just take messages — actually help callers)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What's the setup time?&lt;/strong&gt; (Should be days, not weeks)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Is it bilingual?&lt;/strong&gt; (Critical in Canada — EN/FR at minimum)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What does it cost?&lt;/strong&gt; (Should be $300-500/month, not per-call)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The ROI Math
&lt;/h2&gt;

&lt;p&gt;Using an &lt;a href="https://aivoxio.com/roi-calculator.html" rel="noopener noreferrer"&gt;AI Voice Agent ROI Calculator&lt;/a&gt;, you can see exactly how the numbers work for your business. For most service businesses (plumbers, electricians, HVAC, tree services, dental offices), the payback period is under 2 months.&lt;/p&gt;

&lt;p&gt;At $447/month, an AI voice agent that captures even 1 additional customer per week (at $250 average value) generates $12,500/month in recovered revenue — a &lt;strong&gt;28x return on investment&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;The barrier to entry is lower than you think. No new phone lines, no hardware, no IT setup. You forward your existing business number, configure your call flow, and the AI agent starts answering.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://aivoxio.com" rel="noopener noreferrer"&gt;Aivoxio&lt;/a&gt; builds 24/7 AI voice agents for any business — bilingual call handling, appointment booking, CRM sync, and real-time dashboards. Book a free demo to see it in action.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;This article was written to help small business owners understand how AI voice agents work and whether they're right for their business. Try the &lt;a href="https://aivoxio.com/roi-calculator.html" rel="noopener noreferrer"&gt;ROI Calculator&lt;/a&gt; to see your specific numbers.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>ai</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
