← Back to home

AI Takes Over Online Docs — You Don't Have to Be the Courier Anymore

Long-Form Video · EP0069 July 26, 2026 04:52
What this episode covers

Multiple people editing the same sheet, no more mailing attachments back and forth — that was solved ten years ago, nothing new. What has actually stayed broken is the other leg. AI finishes the work, the output sits on its side, and you have to copy and paste it into the doc yourself. The other party fills the doc in, AI has no idea, and you have to export it and feed it back in again. Those two moves in the middle have always been you playing courier.

This episode is about connecting that leg, and why the landing point is Tencent Docs — not because it has the most features, but because what the other person opens it with is their WeChat account, no install and no signup. Plus two things you must know before you start: that MCP token is documented as "workspace-scoped" but tests as account-scoped, and one piece of methodology worth more than the whole exercise.

The leg that was broken

We’ve all used online docs for ten years. Multiple people editing the same sheet, no mailing attachments back and forth — that was solved long ago, nothing new.

But one place has always been broken. AI finishes the work, the output sits on its side, and you have to copy and paste it into the doc yourself. The other party fills the doc in, AI has no idea, and you have to export it and feed it back in again. Those two moves in the middle have always been you playing courier.

Over the past couple of days I connected that leg. Put simply, the document collaboration that used to happen between me and my clients and colleagues is now handled by AI.

Concretely, it works like this. AI builds the sheet in Tencent Docs and writes the content in, I drop the link into a group chat, the client opens it inside WeChat and fills it in, and once it’s filled AI reads it back and carries on calculating. That courier in the middle isn’t your job anymore.

Why Tencent Docs

There are plenty of online doc tools, so why do I use Tencent Docs? Frankly, one reason — whether the person you send it to can just start working on it.

In Tencent’s latest earnings report, WeChat’s monthly actives are over 1.4 billion. Your clients, your suppliers — as individuals, essentially 100% of them have WeChat. What the other person opens it with is their WeChat account. No install, no signup.

What it can actually do

The first thing, and what I use most myself — every job where your part is finished and you’re still waiting on somebody else to act. Requirement checklists the client has to fill in, budget sheets you need to reconcile together, action item trackers for a project. Here, the part that used to burn the most time wasn’t the doing, it was the chasing and the merging. Now AI builds the sheet, I send the link, the other party fills it in, AI reads it back, and all I do in the middle is glance at it.

Second, the sheet genuinely calculates. I wrote a formula into a cell, then read it back — and what came back wasn’t the formula, it was the computed number. Which means the server really did run the calculation. So budget sheets, quote sheets, anything that has to do arithmetic can genuinely be handed off.

Third, I’m closing a loose end. In an earlier episode I had CC connect to Tencent Meeting and pull down meeting transcripts, and I left something hanging: the transcript came down, the minutes got generated, and there was nowhere to put them. That link is now closed. The meeting ends, the transcript comes down automatically, AI distills it into minutes and writes them into Tencent Docs, the action items get broken out into a sheet, and you drop a link in the group chat and you’re done.

Two things to know before you start

1. Security red line: that token is not workspace-scoped

Getting the key is easy. Go into your own Tencent Docs workspace, click the three bars in the top right, choose Use MCP, then click Get MCP token and copy it out. It’s still free for now. No app to create, no admin to go find.

The official documentation says this token is workspace-scoped. I understood it that way at first too, and thought the design was rather nice — give AI the key to one workspace and it can only enter that one room.

So I ran a test. I took that one workspace’s token and used it to list every workspace under my account. All of them came back, seven, not one missed. Including a private workspace I’d named the encrypted one — everything inside it came back readable.

So put plainly, this token is not workspace-scoped, it’s account-scoped, which means every read and write permission across all your Tencent Docs is handed over. I don’t think this is a bug. I think it’s the design. But you have to know it going in. My own standard: store this key at the level you’d store a finance password. Not on a shared machine, not handed to outsiders, and not written anywhere that syncs off the device.

2. Methodology: don’t read the docs, ask it what it has

This one I think may be worth more than the whole Tencent Docs exercise.

I opened the official developer documentation and it listed twelve tools. My first reaction was that this was far too few. So instead of writing code against the docs, I just asked it directly — what do you actually have?

Over two hundred.

And of the twelve written in the documentation, seven no longer exist in production. The names are dead. Which means if you build against the official docs, your first line of code is already wrong.

The logic is simple. Documentation is written by people, and the moment it’s written it starts expiring. The interface is the machine answering you live, and it can’t lie to you. So from now on, when you connect any AI tool interface, the first thing to do is not read the docs. The first thing to do is ask it what it actually has.

There are plenty of online doc tools, so why do I use Tencent Docs? Frankly, one reason — whether the person you send it to can just start working on it.