August 8, 2025

Stop Asking ChatGPT To Do Everything At Once

Stop Asking ChatGPT To Do Everything At Once

Stop Asking ChatGPT To Do Everything At Once

Chain Prompting

AI Automation

Futuristic teal-and-purple interface with a starry backdrop and neon glow. A ‘CHAIN PROMPTING’ title sits above a four-step flow (document → chart → paper plane → Slack) connected by smooth lines.
Futuristic teal-and-purple interface with a starry backdrop and neon glow. A ‘CHAIN PROMPTING’ title sits above a four-step flow (document → chart → paper plane → Slack) connected by smooth lines.
Futuristic teal-and-purple interface with a starry backdrop and neon glow. A ‘CHAIN PROMPTING’ title sits above a four-step flow (document → chart → paper plane → Slack) connected by smooth lines.

Most people ask AI for too much at once.
Then they’re surprised when it gives them mush.

You need to be chain prompting.

Like any valuable, complicated task, the work should be broken down into smaller, realistically achievable moves. Yesterday I commented on a post from Peter Yang about this and a few folks pinged me, so here’s a quick, real example from what we’re doing at LipFlix.

The Problem

Customer discovery calls are full of gold, but asking an LLM to “summarize the call and give me all the insights and action items” is how you get oatmeal. With today’s models, a single, mega-prompt tends to blur facts, mix up speakers, and flatten nuance.

So we chain it.

The Simple Chain We Use (LipFlix)

We run each call transcript through three small, specific prompts—each with a single job, Mom Test–style (i.e., focus on what people actually did, not what they might do).

1) What they made & why

  • Extract the exact videos they created.

  • Capture the motivation in their own words.

2) Where they shared it & reactions

  • List channels (TikTok, IG, text to a friend, etc.).

  • Pull reactions/metrics (comments, likes, “my sister cried,” etc.).

3) Friction & pricing

  • Any issues during creation (technical or UX).

  • Feelings at each painful moment.

  • Pricing feedback and objections.

Then we run a short synthesis step that stitches those three outputs into one compact brief with: Opportunities, UX papercuts, Objections, and Follow-ups. That summary gets posted to Slack for the team to digest.

It’s a tiny chain—but it’s incredibly useful.

Why This Beats a One-Shot Prompt

  • Sharper extraction. Each step cares about one thing, so the model doesn’t wander.

  • Traceability. You can keep citations/quotes per step, which helps prevent “vibes-based” summaries.

  • Easier iteration. If “reactions” are weak, tune Step 2 without touching the rest.

  • Better evals. On our own data, the chained version consistently produced more accurate facts and clearer next steps than the single-call “do-it-all” prompt. (Yes, we ran lightweight evals—happy to share the setup.)

How We Automate It (Lindy.AI)

  • Trigger: New transcript file lands in our folder.

  • Step A: Prompt 1 → What they made & why (JSON out).

  • Step B: Prompt 2 → Where & reactions (JSON out).

  • Step C: Prompt 3 → Friction & pricing (JSON out).

  • Step D: Synthesizer → merges the three JSON blobs into a tight brief with bullets and quotes.

  • Step E: Post to Slack (#insights) and drop a copy in our notes.

Total setup time: not long. Value: big.

Copy-Paste Starters

Use these as-is or tweak to your voice. Keep inputs small and explicit.

Prompt 1 — What they created & why

You are extracting facts from a customer discovery transcript.
Return JSON with:
- videos: [{title_or_description, purpose_in_their_words, any_context}]
- motivations: [exact quotes about why they made it]

Prompt 2 — Where & reactions

From the transcript, extract distribution + reaction.
Return JSON with:
- channels: [{name, link_if_present}]
- reactions: [{who, reaction, metric_if_present, direct_quote}]

Prompt 3 — Friction & pricing

Identify obstacles and pricing feedback.
Return JSON with:
- issues: [{stage, symptom, user_feeling_quote}]
- pricing_feedback: [{sentiment, reason, direct_quote}]
- suggestions_in_their_words: [quotes]

Synthesizer — Actionable brief


A Few Tips


  • Keep steps tiny. If a step has “and,” it’s probably two steps.

  • Return structured output. JSON forces clarity and simplifies the synth step.

  • Preserve quotes. They’re gold for roadmap debates.

  • Tune one link at a time. Don’t refactor the whole chain when one step is noisy.

The Ask

I promise you: one LLM call to handle all of the above produces lower-quality output—with today’s models. Chain prompting wins.

Are you also learning chain prompting or building frameworks like this? What’s working for you? 🔗

Overview

At first glance, it may seem like a minor addition to your blog. A few social icons at the top or bottom of your post. The truth is, they can play a massive role in extending your content’s reach, boosting your site traffic, and even improving SEO rankings.

Overview

Most folks throw one giant prompt at AI and get oatmeal; at LipFlix we split discovery-call transcripts into a quick chain...what they made and why, where they shared and reactions, and friction/pricing...then run a short synth step. Lindy handles the flow and drops a tight brief into Slack. With today’s models, this chaining yields crisper facts, easier tuning, and far more actionable insights than a one-shot prompt.

Subscribe to our newsletter

Want more like this straight to your inbox? Want occasional free videos and PDFs and fun stuff? If so, sign up below. If not, I won't be mad, just disappointed... 😅

Enter email address

Subscribe

View more like this

`NotebookLM logo beside layered app screens, highlighting a blue “Discover sources” button on a soft green-purple gradient background.`

NotebookLM

Meeting Prep

August 1, 2025

Steal This NotebookLM Workflow

Learn how I use Google’s NotebookLM (now with a mobile app) to turn public sources into a short, source-cited podcast for pre-meeting prep... plus a copy-paste workflow you can steal.

Learn more

`NotebookLM logo beside layered app screens, highlighting a blue “Discover sources” button on a soft green-purple gradient background.`

NotebookLM

Meeting Prep

August 1, 2025

Steal This NotebookLM Workflow

Learn how I use Google’s NotebookLM (now with a mobile app) to turn public sources into a short, source-cited podcast for pre-meeting prep... plus a copy-paste workflow you can steal.

Learn more

`NotebookLM logo beside layered app screens, highlighting a blue “Discover sources” button on a soft green-purple gradient background.`

NotebookLM

Meeting Prep

August 1, 2025

Steal This NotebookLM Workflow

Learn how I use Google’s NotebookLM (now with a mobile app) to turn public sources into a short, source-cited podcast for pre-meeting prep... plus a copy-paste workflow you can steal.

Learn more

Glowing microphone icon above flowing blue and pink audio waveforms on a dark background, representing voice dictation and speech recognition.

Metaprompting

Voice Agents

July 4, 2025

Friends don’t let friends write their own prompts

Stop hand-writing prompts. Speak your intent, let AI engineer the prompt, then run it for better results... with reusable templates and a quick voice-dictation workflow.

Learn more

Glowing microphone icon above flowing blue and pink audio waveforms on a dark background, representing voice dictation and speech recognition.

Metaprompting

Voice Agents

July 4, 2025

Friends don’t let friends write their own prompts

Stop hand-writing prompts. Speak your intent, let AI engineer the prompt, then run it for better results... with reusable templates and a quick voice-dictation workflow.

Learn more

Glowing microphone icon above flowing blue and pink audio waveforms on a dark background, representing voice dictation and speech recognition.

Metaprompting

Voice Agents

July 4, 2025

Friends don’t let friends write their own prompts

Stop hand-writing prompts. Speak your intent, let AI engineer the prompt, then run it for better results... with reusable templates and a quick voice-dictation workflow.

Learn more

Two yellow high-five hands with motion lines on a light blue background.

Open Source

Coding Agents

June 24, 2025

AI isn’t killing engineers... it’s giving them new superpowers

All Hands is an open source, semi-autonomous coding agent that plans tasks, runs commands, edits files, and proposes PRs with full logs. This post shows how it speeds routine engineering while keeping humans in the loop and offers a starter template plus guardrails.

Learn more

Two yellow high-five hands with motion lines on a light blue background.

Open Source

Coding Agents

June 24, 2025

AI isn’t killing engineers... it’s giving them new superpowers

All Hands is an open source, semi-autonomous coding agent that plans tasks, runs commands, edits files, and proposes PRs with full logs. This post shows how it speeds routine engineering while keeping humans in the loop and offers a starter template plus guardrails.

Learn more

Two yellow high-five hands with motion lines on a light blue background.

Open Source

Coding Agents

June 24, 2025

AI isn’t killing engineers... it’s giving them new superpowers

All Hands is an open source, semi-autonomous coding agent that plans tasks, runs commands, edits files, and proposes PRs with full logs. This post shows how it speeds routine engineering while keeping humans in the loop and offers a starter template plus guardrails.

Learn more

AI is Moving Fast.
You Should Be Too.

We’ll work around your busy schedule. High impact, low lift, real results.

AI is Moving Fast.
You Should Be Too.

We’ll work around your busy schedule. High impact, low lift, real results.

AI is Moving Fast.
You Should Be Too.

We’ll work around your busy schedule. High impact, low lift, real results.

Affordable, results-driven training to have you confidently building AI agents to streamline workflows, save hours, and maximize your impact.

© Agents of Change 2025.

Copyright Reserved

Affordable, results-driven training to have you confidently building AI agents to streamline workflows, save hours, and maximize your impact.

© Agents of Change 2025.

Copyright Reserved

Affordable, results-driven training to have you confidently building AI agents to streamline workflows, save hours, and maximize your impact.

© Agents of Change 2025.

Copyright Reserved