MMarketing Against The Grain
← All episodes
Tina Huang30 December 2025

I Used ChatGPT & n8n to Stop Customers from Leaving

7Frameworks
9Insights

Listen

Frameworks in this episode

Insights & moments

The myth-busts, hot takes, explainers, and tools worth keeping.

Myth Buster· 1

Myth Buster19:30

Building the Agent Is Only Half the Job

A functioning workflow does not establish that an agent is reliable. Tina presents evaluations as the mechanism for comparing actual outputs with expected behavior, measuring failures, and iteratively improving prompts instead of relying on subjective impressions.

  • Define successful behavior before judging the agent.
  • Create test inputs with expected outputs.
  • Measure both failure types and failure rates.
  • Use evaluation results to refine prompts.
  • Starting with five evaluations is better than having none.

So that's why evaluations is like the other 50%.

Tina Huang · 20:00

Otherwise, you're kind of just guessing.

Tina Huang · 22:00
#evaluations#testing#prompt engineering#agent reliability

Hot Take· 2

Hot Take01:30

The Most Useful AI Workflows Usually Aren't the Coolest

Tina argues that practical business value often comes from unglamorous workflows such as recurring reports and customer-service responses. These tasks benefit from automation because they are frequent, structured, and tailored to each company's operations.

  • Report generation is a common high-value automation target.
  • Customer-service workflows repeatedly handle similar questions.
  • Operational usefulness matters more than technical novelty.

So the most useful workflows are usually not the coolest workflows.

Tina Huang · 01:30

AI is also really great at this kind of work.

Tina Huang · 02:30
#ai workflows#automation#reporting#customer service
Hot Take22:30

Domain Experts, Not Engineers, May Build the Most Valuable Agents

Tina says the strongest agentic systems often come from people with years of specialized operational knowledge rather than from engineers approaching an unfamiliar field. Domain experts understand the real workflow, can recognize correct behavior, and know which outcomes should be evaluated; accessible tools can supply the remaining technical leverage.

  • Deep expertise reveals which problems are worth solving.
  • Subject-matter knowledge is necessary to judge whether outputs are correct.
  • Technical skill without domain context can produce the wrong workflow.
  • No-code tools lower the barrier for practitioners to become builders.
  • A small amount of agent knowledge can amplify years of field experience.

the people who end up building the most valuable agency systems that we've seen this like over and over again are actually surprisingly not the…

Tina Huang · 22:30

deep expertise is actually the most valuable thing of an agencork workflow because that translates into your ability to actually evaluate the agent

Tina Huang · 22:30
#domain expertise#ai builders#future of work#no-code#product management

Explainer· 2

Explainer07:00

AI Stakeholder Buy-In Changes Across Company Cultures

Tina contrasts two broad approaches to securing support for AI experiments. A working demo with cost and return estimates may persuade Western stakeholders, while some East Asian organizations respond better when leadership first allocates a sanctioned area for experimentation.

  • Adapt the adoption strategy to the organization's culture.
  • Use demos, cost analysis, and ROI to make potential tangible.
  • In more hierarchical environments, obtain an approved experiment mandate first.
  • Treat regional observations as broad patterns rather than universal rules.

And I think the way that stakeholders are managed as well are also really different as well.

Tina Huang · 07:00

And the stakeholders can see the potential of what it is that you're building, you know, cost analysis, return investment, things like that.

Tina Huang · 07:30
#stakeholder management#company culture#ai adoption#experiments
Explainer18:00

The Hamburger Analogy for Understanding AI Agent Components

Tina compares an agent to a hamburger: individual ingredients can vary, but certain categories of components must be present for the whole system to function as intended. She identifies the language model, tools, knowledge and memory, optional speech capabilities, guardrails, deployment, testing, and evaluation as important design considerations.

  • The language model can vary according to the task.
  • Tools let the agent act toward its objective.
  • Memory design must account for duration, data sources, and privacy.
  • Guardrails constrain unwanted behavior.
  • Deployment, testing, and evaluation are commonly neglected.

But if you don't have all of these components, you don't really have a burger.

Tina Huang · 18:30

The last two are things that people tend to neglect, which is the guardrail side and also testing evaluations and deployment.

Tina Huang · 19:30
#ai agents#architecture#guardrails#memory#llm

Story· 1

Story11:30

Replacing Generic Cancellation Discounts with Contextual Retention Offers

A subscription company was answering cancellation requests with generic discounts that ignored each customer's stated problem. Tina's team designed an agent that identifies the cancellation reason, selects a relevant predetermined offer, drafts a personalized response, and escalates uncertain cases to a person.

  • Generic discounts do not demonstrate that the customer's concern was understood.
  • The agent classifies cancellation reasons from incoming emails.
  • Offers are predetermined and matched to common customer problems.
  • Uncertain or unsupported cases are escalated to a human.
  • Audit logs provide visibility into generated responses.

It doesn't feel very personalized. And the unsubscription rate was still very, very high.

Tina Huang · 12:00

If the agent feels like it doesn't know how to proceed with this, they would escalate that to an actual human to be able to…

Tina Huang · 13:30
#customer retention#churn#personalization#n8n#email automation

Q&A· 1

Q&A16:00

How Long It Takes to Build a Practical AI Workflow

Tina says a beginner can develop baseline proficiency through several weeks of consistent practice. In her boot camp, participants spend roughly four to six hours per week for 28 days and can then build workflows similar to the retention agent in a couple of hours.

  • Expect several weeks of deliberate practice.
  • The cited training commitment is four to six hours weekly.
  • After learning the fundamentals, a comparable workflow may take a couple of hours to build.
  • Data and internal-system integration contribute to the difficulty.

And by the end of the 28-day program, people are able to build this workflow, like or whatever work that's very similar to this in…

Tina Huang · 16:30

So averaging around like four to six hours per week.

Tina Huang · 16:30
#learning ai#n8n#agent building#no-code

Tool· 1

Tool04:00

Let an LLM Watch Your Work and Find Automation Opportunities

The host suggests recording a recurring task and giving the video to a multimodal model for analysis. The model can identify automatable steps and estimate the potential time savings without requiring the worker to map every action manually.

  • Choose a recurring block of work from your calendar.
  • Record yourself completing the task normally.
  • Ask a video-capable LLM what can be automated.
  • Request an estimate of the time that automation could save.

What can I automate with AI and how much time could I save?

Host · 04:30

just like recording the things that you were normally doing, like you will get really good suggestions from the LLMs of how you could actually…

Host · 04:30
#gemini#workflow analysis#automation#productivity

Takeaway· 1

Takeaway05:30

Why People and Data Block AI Projects Before the Technology Does

The biggest barriers to business AI adoption are often organizational cooperation and data access rather than model capability. Even a strong technical solution can fail when it does not fit the company's architecture or lacks sufficient transparency to earn stakeholder trust.

  • Stakeholder approval can delay experimentation.
  • Existing architecture may not support an otherwise viable solution.
  • Custom integration is often more important than inventing a sophisticated agent.
  • Transparency and trust affect whether employees accept the system.

The most common roadblocks is other people.

Tina Huang · 05:30

the problem is that you can't use the solution based upon your current architecture.

Tina Huang · 06:30
#ai adoption#stakeholders#data#enterprise architecture