← Back to home

Voice DNA — Distilling a Creator's Style of Expression

Long-Form Video · EP0021 May 27, 2026 8:51
What this episode covers

Why do some creators' videos make you want to watch to the end, while others make you swipe away in two seconds? The content isn't that different — the expression is.

Hand hit articles to an AI and say "write like this," and what comes out is mechanical, like someone reciting a script. Pinpin took a different route — instead of having the AI imitate directly, first break the creator's expression down into a written spec for their language style (Voice DNA), then use that spec to guide the AI's writing.

Qiuzhi 2046, a Bilibili creator with over a million followers, is the worked example — the whole flow in one pass: picking the source material, extracting the fingerprint, validating the imitation.

Companion downloads · Feed them to your Claude Code
Voice DNA Skill ZIP 22 KB
Claude Code skill — voice fingerprint extraction + style-guided writing, including the stylometry.py quantification script

Why do some creators’ videos make you want to watch to the end, while others make you swipe away in two seconds? The content isn’t that different; the expression is. Same knowledge, and one person’s delivery puts you to sleep while another’s pulls you further in. The part that pulls you in follows patterns — and those patterns can be extracted.

Handing over hit articles directly doesn’t work

When people want an AI to write something, the first instinct is to drop in a hit article and say write in this style. Pinpin started that way too, and the results were poor — what came out felt mechanical, not like a person talking. The original creator’s delivery is relaxed and colloquial, and the AI’s version reads like reciting a script.

So a different approach: instead of having the AI imitate directly, have the AI break down how the creator actually expresses themselves into a written spec for their language style, then use that spec to guide the AI’s writing.

Why Qiuzhi 2046

Qiuzhi 2046 is the example. He’s an AI-explainer creator on Bilibili with over a million followers and very distinct traits in how he talks — long videos, exceptionally good with analogies, highly recognizable.

He’s published dozens of episodes, and not all of them are usable. Some are sponsored, some are Spring Festival Gala specials. First we pulled his view counts, picked out 14 episodes, and labeled each one by type — keep the AI tutorials, cut the ads. In the end 7 of those 14 became the sample set.

Seven episodes become fifty thousand characters

With the samples chosen, step two is video to text. Download the audio with YT-DLP, run speech recognition through Gemini. One detail: because the videos are long, you cut them into three-minute chunks with some overlap, then fire the chunks at Gemini concurrently. Seven episodes transcribed comes to a 50,000-character transcript, roughly a thin book’s worth.

Quantifying how a person talks

With the text in hand, do the analysis in Claude Code. How a person talks is ultimately quantifiable — long sentences or short, most-used words, how they punctuate, how they use personal pronouns.

The result: Qiuzhi averages 27.6 characters per sentence, neither long nor short, right at the length of one natural breath. Too long reads as rambling, too short as rushed.

The second obvious trait: the pronoun is “we.” “We do this,” “let’s take a look together” — it strips out a lot of the lecturing tone. Then there are the opener patterns — “so,” “right?”, “so the second one,” “so the third one.” All these rhythmic features of the language can be written down.

Voice DNA: the language fingerprint

Numbers alone aren’t enough. We had the AI pull all of this together into a fingerprint of the person’s expressive style, called Voice DNA, like an ID card. I looked through a lot of other people’s best practices on Git and ended up extracting an approach that fits Chinese well. Sentence-length distribution, personal pronouns, particles, sentence-opening patterns, signature expressions — it’s all in the Voice DNA.

A few especially interesting findings:

Analogy first — before explaining any technical concept, Qiuzhi always leads with a plain, accessible comparison.

He keeps the failures in — when a demo goes wrong during recording, that part stays in. Not every demo works first try. It reads as more real.

A banned-word list — the “folks,” “shocking,” and similar filler a lot of creators lean on, he never uses. The AI compiled a banned-word list: words other creators reach for constantly that he doesn’t touch.

“Paramecium master” — he calls himself the paramecium master, using self-mockery to lower people’s anxiety about learning AI. Plenty of creators manufacture anxiety; he says the opposite — “this is a spoon-feeding tutorial, even a paramecium could follow it.”

Validation: writing a spoken script in his voice

Once the Voice DNA is extracted, how do you validate it? I had the AI research a topic being discussed a lot lately — whether a beginner should learn Claude Code or Codex. Then it wrote the research up as a 3,300-character spoken script in Qiuzhi’s style.

The result is pretty good. The opening alone is distinctive: “Hello there friends, I’m Qiuzhi, and today we’re talking about a question a lot of you have DM’d me about” — very colloquial. Then an analysis across five dimensions: barrier to entry, operational depth, customization, price, and use case, closing in Qiuzhi’s style — congratulations, you’ve now got a framework for choosing tools, materials and links in the comments.

Send this piece to Qiuzhi and he’d take it for one of his own transcripts.

It works for any creator

The interesting part isn’t that AI can imitate a creator’s expression — it’s that there’s now genuinely a way to turn how a person talks into a document you can look at.

We turned this flow into a reusable tool. For any other creator, all you do is tell Claude Code: use this skill on, say, Digital Life Kazik, and turn his way of expressing himself into Voice DNA. From there you watch the hot topics online, add your own core viewpoints, add the research, and you can write content the way hits get written — even build your own way of writing them.

This Voice DNA skill is already open-sourced on Git and available to download and use.

The interesting part isn't that AI can imitate a creator's expression — it's that we now genuinely have a way to turn how a person talks into a document you can look at.