AI Tools

Why 'Made with AI' is the new junk food of personal branding

Brendan Tack Brendan Tack · · 5 min read
Why 'Made with AI' is the new junk food of personal branding

Former Google CEO Eric Schmidt stood at a college graduation podium recently, hyped up the infinite possibilities of AI... and got booed.

Not just a polite cough from the back row. Actual boos.

That was the exact moment the vibe shift became undeniable.

Two years ago, if you posted a Twitter thread about how you chained together ChatGPT, Make, and Notion to write your entire content calendar while you slept, you were a wizard. People bookmarked your workflow. They bought your course.

Today? You're just a spammer.

"Made with AI" used to be a massive flex. Now, it's the nutritional equivalent of high-fructose corn syrup. It’s cheap, it’s everywhere, and we are all collectively sick of consuming it.

If you are a creator, founder, or building a brand online, flexing your AI automation stack is now a brand liability. Here is why the era of synthetic content is dying, and why raw, human authenticity is the only moat left.

The death of the infinite content machine 📉

AI made content creation a commodity. When everyone can generate a perfectly structured, grammatically flawless, completely soulless 1,500-word essay in four seconds, perfection loses its premium.

We are drowning in a sea of AI-generated slop. You know the exact tone I’m talking about. Every article "delves" into a "rich tapestry" of "unprecedented landscapes." It’s exhausting to read because your brain instantly recognizes that no human calories were burned to create it.

The internet doesn't need another perfectly optimized article about "The Future of B2B SaaS." It needs to know what you actually fucked up on a Tuesday and how you fixed it.

Audiences aren't stupid. They are actively developing a gag reflex for synthetic content. They don't want to read something that you couldn't even be bothered to write.

Proof of Work is your new brand moat 🏰

In crypto, "Proof of Work" is the concept of burning energy to prove a transaction is legitimate.

In personal branding, Proof of Work is showing the receipts. It’s proving you actually lived the experience, fought the battle, and learned the lesson you are writing about.

When the final product is cheap to fake, the process becomes the product. Here is how you pivot your brand away from AI slop and toward premium human authenticity.

1. Stop outsourcing your perspective 🛑

AI is a fantastic brainstorming partner, but it is a terrible thought leader.

If you ask an LLM to write an opinion piece for you, it will average out the entire internet and hand you the most lukewarm, middle-of-the-road take possible. It rounds off all your sharp edges.

But your sharp edges are the only reason people follow you.

Keep your opinions. Keep your weird analogies. Keep your slightly aggressive stance on why a specific marketing tactic is garbage. That friction is what makes your writing stick.

2. Shift AI from 'Ghostwriter' to 'Scaffolding' 🏗️

I am not saying you should delete your OpenAI account and go back to a typewriter. I still use automation every single day. But I’ve completely changed where in the stack it sits.

AI is no longer allowed to generate my final output. It is only allowed to organize my raw human input.

Here is a real example. I record messy, rambling voice memos on my phone when I have an idea. I send them to a webhook, and use an n8n workflow to structure them. But I use a very specific prompt to prevent the AI from ruining my voice.

JAVASCRIPT
// n8n Code Node: Clean up a raw voice transcription without adding AI slop
// Runs after an OpenAI Whisper node. It strictly formats the text but preserves the exact words.
const rawTranscript = $input.item.json.transcription;

const systemPrompt = `
You are a structural editor. Your ONLY job is to take this raw voice transcript and add paragraph breaks and punctuation.
DO NOT rewrite sentences. 
DO NOT add transitional fluff (e.g., "In conclusion", "Furthermore", "Delve").
DO NOT change the speaker's tone.
If the speaker rambles, swears, or uses slang, keep it exactly as spoken. The messy humanity is the point.
`;

return {
  json: {
    system_instructions: systemPrompt,
    user_input: rawTranscript
  }
};

Watch out for LLMs completely ignoring the "DO NOT rewrite" instruction if your input is too short. I usually run this specific prompt through Claude 3.5 Sonnet rather than GPT-4o, as Claude is much better at strictly adhering to negative constraints without sneaking in a "tapestry" or a "delve."

3. Show the messy middle 🎨

Want to prove you aren't an AI bot? Show the scars.

Nobody wants to see the polished, final case study anymore. They want to see the ugly v1 Figma file. They want to see the raw, unedited screen recording of you trying to fix a bug for 20 minutes. They want to see the Notion doc filled with crossed-out ideas.

Transparency is the ultimate counter-positioning to AI. An LLM can generate a pristine blog post, but it can't generate a three-month history of you struggling to figure out a go-to-market strategy.

Document the mess. Share the half-baked ideas. Let people watch you figure it out in real-time.

The premium is on the human

We are entering an era where "Handwritten" or "Human-Made" will be treated the same way we treat "Organic" or "Farm-to-Table" in the food industry. It will be the premium option.

People will happily pay more, read longer, and engage deeper with content that has a heartbeat.

Stop trying to sound like a machine. Stop polishing the humanity out of your work. The next time you sit down to write an email, a post, or a newsletter, leave the typos in. Leave the weird tangents in.

Prove you were there.

Want to talk about your business?

Book a free Reverse Demo — we'll show you what your operation could look like with the right automations in place.

Book a Reverse Demo