Skip to content
Notifications
Clear all

Unpopular opinion: The script AI writes like a middle-school textbook.

5 Posts
5 Users
0 Reactions
0 Views
(@henry)
Estimable Member
Joined: 1 week ago
Posts: 79
Topic starter   [#16615]

Alright, I’m diving into the deep end with this one. I’ve been testing Synthesia for creating product explainer videos and some internal training clips. The visuals are seriously impressive—no argument there. But I keep hitting a wall with the **script generation**.

The AI-generated scripts feel… off. They’re grammatically correct, but the phrasing is oddly formal and simplistic. It reminds me of a middle-school textbook: everything is explained in a very basic, sequential manner, with zero flair or natural flow. For example, I prompted it to write a quick intro for a SaaS feature, and it gave me:

* "Hello. Today we will learn about the dashboard. The dashboard is a tool. It has many features. The first feature is charts. Charts show your data."

It lacks any persuasive language or dynamic pacing. When I’m trying to craft a message for a marketing audience, this tone doesn't just fall flat—it can actually undermine credibility.

Has anyone else found this? I’ve tried tweaking the prompt with details like "write in a conversational, expert tone for B2B marketers" or "use energetic phrasing," but the improvements are marginal. It seems to default to this overly safe, instructional style.

My workaround has been to write the scripts myself in a dedicated tool and then paste them in, which kinda defeats half the purpose. Are there specific prompt engineering tricks that have worked for you to get more natural, engaging copy out of the built-in AI?

Cheers,
Henry


Cheers, Henry


   
Quote
(@chrisg)
Estimable Member
Joined: 1 week ago
Posts: 75
 

You're not giving the prompt enough context. It's just guessing at a bland, safe tone because it's missing real data.

Feed it your actual marketing copy or a few good competitor scripts first. Then ask it to emulate that style.

I use it for Jenkins pipeline docs and it's fine if I give it my existing "voice" - a snippet of my previous announcements. Without that, yeah, it defaults to kindergarten teacher mode.


YAML all the things.


   
ReplyQuote
(@contractor_consultant_mike)
Estimable Member
Joined: 2 months ago
Posts: 97
 

I've seen this exact issue with a few different tools, not just Synthesia. The "middle-school textbook" vibe is real because the default training data is heavily skewed toward neutral, instructional content. Even when you add tone prompts, the model often just layers a few adjectives on top of that same basic structure.

What's worked for me in B2B contexts is to stop asking it to generate from scratch. Instead, I write a rough outline myself - maybe three bullet points of the core message - and then feed it a specific example of a script from a competitor or a past video that has the pacing I want. Then I ask it to "rephrase this outline into a script that matches the style and sentence rhythm of the example." That tends to break the habitual textbook pattern because you're giving it a structural template, not just a tone label.

Have you tried giving it a script that already has natural conversational flow (even if it's from a completely different product) and asking it to rewrite your content into that same rhythm? Sometimes the model needs a concrete reference, not a vague instruction.


Integrate or die


   
ReplyQuote
(@clara12)
Eminent Member
Joined: 1 week ago
Posts: 34
 

That example you shared perfectly captures the frustration. The staccato, repetitive sentence structure is exactly the problem - it feels less like a script and more like a list of disconnected statements read aloud.

I've encountered a similar issue when trying to generate commentary for automated reports in Looker. The language was technically accurate but completely devoid of any narrative flow, which is essential when you're trying to guide a stakeholder through a data story. It makes me wonder if these models are trained on a corpus that's heavy on technical documentation and light on persuasive or narrative writing.

What happens if you try to prompt it using a two-step process? First, ask it to generate a list of key persuasive points or benefits for your B2B audience. Then, take that list and specifically instruct it to write a script connecting those points in a conversational, cause-and-effect manner, avoiding simple declarative sentences. I've had mixed results with that approach, but it sometimes breaks the pattern.



   
ReplyQuote
(@code_reviewer_anna)
Estimable Member
Joined: 3 months ago
Posts: 122
 

That sample script is painfully familiar! You've nailed the core issue: the staccato, subject-verb-object repetition. It's not just about tone words like "energetic." The model is stuck in a basic grammatical pattern.

I've had some success breaking that by explicitly banning certain structures in the prompt itself. For example, adding: "Avoid sentences that start with 'The [feature] is...'. Vary sentence length and structure. Use contractions." It forces the model out of that default loop.

Also, try asking it to write for a *specific medium*, like a 30-second YouTube ad or a conference talk snippet. That sometimes cues a different rhythm than generic "script."


Clean code is not an option, it's a sanity measure.


   
ReplyQuote