← Back to home

A Master-Class Speech, Reproduced in Fifteen Minutes—Wiring Fable 5 into WorkBuddy to Build a Luo Zhenyu-Style Speech Expert

Long-Form Video · EP0060 July 14, 2026 5:35
What this episode covers

That "Luo Zhenyu speech" at the top of the video was AI-generated—script from the speech expert, voice from AI.

The first time I did this, in 2023, it took a sprawling agent architecture and a whole script library. This time, in an in-person class, I used WorkBuddy's built-in experts and skills: fifteen-odd minutes of concurrent research, four or five turns of conversation, and even the eight minutes of audio came out live. This episode takes the prompts apart turn by turn, plus the details of getting blocked by a safety guardrail on cloning a celebrity's voice, and where Chinese agents really differ from Claude Code and Codex.

I opened the video with a stretch of “a Luo Zhenyu speech”—AI anxiety, can’t study your way out and can’t lie down either, ending on the four-character line about the gentleman not being a mere vessel. Halfway through I couldn’t keep making it up: that speech was AI-generated. AI wrote the script, AI did the voice. Not bad, right?

You should know I’m a big fan of the way Luo Zhenyu speaks. I’ve been trying to imitate his delivery with AI since 2023, and since my business involved digital avatars, I’d been studying voice cloning tech the whole time anyway. Back then, getting to “Luo Zhenyu-style delivery” meant designing a sprawling agent architecture and pairing it with a corpus of his scripts, and even that barely reached the level I wanted.

Fifteen minutes, four or five turns of conversation

But on July 11, I really didn’t expect it to go this fast.

That day I was teaching Owl Academy’s 19th cohort in person. In class I only meant to run a quick example—wiring the Fable 5 model into Tencent’s WorkBuddy. Here’s what happened instead. Using nothing but WorkBuddy’s own “experts and skills,” roughly fifteen minutes of concurrent research and four or five turns of conversation gave me a Luo Zhenyu-style speech expert. It then generated that eight-minute speech audio from the opening, right there in the room.

This confirmed again something I say all the time: if you’re not learning AI right now, that’s fine—six months, a year from now, every technique we use today will have been replaced and there’ll be nothing left to learn. But the thinking behind collaborating with AI always iterates and always compounds.

What the prompts actually said

Let’s take those turns apart.

Turn one: multi-agent concurrent research. I told WorkBuddy to assemble a multi-agent concurrent research team. First, go collect Luo Zhenyu’s speaking style, core arguments, signature lines, delivery techniques, and the content of his major speeches over the years, all as the base corpus. Then have the agents build a speech expert system with a broad feature set: simulating the language style, integrating the knowledge structure, adapting to different settings, and taking feedback from the user to adjust.

Once the task went out, you could watch a pile of sub-agents spawn under WorkBuddy. A lot of students asked me how that happened. It’s because the prompt opened with “multi-agent concurrency, deep search across the web,” so it spun up several agents on its own, each searching from a different angle, then pulled the results back to the main agent for the next step.

In the end it pulled around 120,000 words of corpus off the web and extracted the speaking style and delivery techniques from it. Keep in mind I once did a whole episode on the “voice DNA language fingerprint” step alone. Work that used to eat a lot of time and effort now finishes in a turn or two, on the strength of the model and of an agent’s “experts and skills.”

Turn two: package it as an expert. WorkBuddy has a skill called Expert Manager. Select it in the lower left of the chat window and it packages the structured information from the previous two turns into a “logic and style speech expert” system, which you can call up in chat any time after that.

Turn three: add the hook system. This is where I put in some thinking of my own. A short-video script lives or dies on the opening hook. I trusted the speech expert to convert a script well, but a hook needs extra information behind it—a classical anecdote to cite, say, or a startling fact about the topic at hand. The expert system from the earlier turns had none of that, so I added a round: before writing the script, run one pass of content research just for the hook.

Voice cloning, and an interesting safety guardrail

For the audio, I found about 30 seconds of a Luo Zhenyu speech clip to use as the voice cloning reference, planning to do the rest with the MiniMax 2.8 HD Speech audio model.

And here I found out that WorkBuddy’s safety guardrails are the real thing: the moment it caught me trying to clone a celebrity’s voice, it refused to generate. Why do I say that’s WorkBuddy’s guardrail and not a model limitation? Because I finished that same audio generation task in Claude Code, on the same model. So I think WorkBuddy injects its safety rules at the system-prompt level: copyright violations, along with other potentially harmful behavior, don’t get through.

One more note: that final eight-minute speech uses a preset voice with a slight speed-up, not a clone of Luo Zhenyu’s voice. Cloning someone’s voice without their authorization is a red line that doesn’t move no matter which tool you switch to. Celebrity voices: nobody gets to clone them.

Chinese agents: where they lag, where they lead

This case also got me thinking: where’s the real difference between Chinese agents and the world’s best—Claude Code, Codex?

Any of these agents can connect to the same models, and the models keep getting stronger. I’m using all of them heavily right now, and my read is this: the difference is still in the prompting. An agent like WorkBuddy is in catch-up mode, filling in capability as it goes. But pick the right expert and skill for the job, give it a complete prompt, and it already covers most everyday needs. It has even pulled ahead of the foreign agent products on project team collaboration and on how easy MCP connectors are to wire up.

I’m also hoping Chinese models catch up.

If you're not learning AI right now, that's fine—six months, a year from now, every technique we use today will have been replaced. But the thinking behind collaborating with AI always iterates and always compounds.