← 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, break the creator's delivery 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, from picking the source material to extracting the fingerprint to checking whether the imitation holds.

Companion files · Drop them into 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 it didn’t work—what came out felt mechanical, not like a person talking. The original creator sounds relaxed and colloquial; the AI’s version reads like reciting a script.

So try it the other way around. Instead of having the AI imitate directly, have it break down how the creator actually talks into a written spec for their language style, then use that spec to guide the writing.

Why Qiuzhi 2046

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

He’s published dozens of episodes, and not all of them are usable. Some are sponsored, some are Spring Festival Gala specials. We pulled his view counts first, picked out 14 episodes, and labeled each one by type—keep the AI tutorials, cut the ads. Seven 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: the videos are long, so you cut them into three-minute chunks with some overlap, then fire the chunks at Gemini concurrently. Transcribing seven episodes yields 50,000 characters—about a thin book.

Quantifying how a person talks

With the text in hand, do the analysis in Claude Code. How a person talks comes down to numbers in the end—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 trait that jumps out: 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.” Every one of these rhythms 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 how the person speaks, called Voice DNA, something like an ID card. I read through a lot of other people’s best practices on Git and pulled out an approach that fits Chinese well. Sentence-length distribution, personal pronouns, particles, sentence-opening patterns, signature phrases—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 comes across as more real.

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

“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 check that it works? I had the AI research a topic people have been arguing about 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 gives it away: “Hello there friends, I’m Qiuzhi, and today we’re talking about a question a lot of you have DM’d me about”—thoroughly colloquial. Then it breaks the comparison into five parts: barrier to entry, how deep you can go, customization, price, and use case. It closes the way Qiuzhi closes—congratulations, you’ve now got a framework for picking tools, materials and links are 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 voice—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 tool you can run again and again. For any other creator, all you do is tell Claude Code: use this skill on, say, Digital Life Kazik, and turn the way he talks into Voice DNA. After that, all that’s left is watching what’s trending, adding your own core viewpoints, adding the research—and you can write the way hits get written, or even invent your own way of writing them.

The Voice DNA skill is open-sourced on Git—download it and use it.

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