Yun.Z’s working notes

Working notes from real AI use.

Not a tutorial, not a review feed. Notes from real use.

I’m Yun.Z. Not an AI professional, not a programmer. This site keeps track of how new tools enter real tasks, what I got wrong, what I fixed later, and what was worth keeping.

Latest Notes

41 notes in archive

All notes
  1. 8 min OpenClaw Suwan’s Second Rebuild: I Stopped Treating ‘Written’ as ‘Done’ 苏晚的第二次建设:我不再把“写完了”当成“做好了” Once my WeChat Official Account automation was running, I found a harder problem than efficiency: an article could be generated automatically without ever receiving real editorial judgment. So I rebuilt Suwan as a content system with selection, evidence, review, and a final human decision.
  2. 8 min YunLab I Wanted an Agent to Make a Video from One Sentence. I Still Ended Up in Jianying 我想让 Agent 一句话做完视频,最后还是自己进了剪映 I wanted Lin Lu to become an Agent that could turn one sentence into a finished video. After more than a month fighting local models, I spent over RMB 1,000 on MiniMax Hub, convinced the API would bridge the last gap. Three rough cuts and one complete app freeze later, I still finished the film cut by cut in Jianying. The money was not wasted. The path just was not the one I had imagined.
  3. 4 min YunLab Claude Code Was Marking the Prompt Claude Code 提示词里多了标记 A Chinese security graphic claimed Claude Code had a hidden backdoor for detecting Chinese users. I checked the Chinese mirrors, GitHub issue, technical write-up, official changelog, npm package, and my own machine. The mechanism exists and is reproducible in the package. That is not the same as proving local backdoor behavior.
  4. 5 min YunLab Fable 5 Is Unlocked, and I Still Can't Use It Fable 5 已经解锁了,但我用不了 Fable 5 is unlocked again, restored globally on July 1. Yet when I opened the client, it was back in the model list — and clicking it returned Currently unavailable. Here is what Fable 5 went through, why the unlock doesn't reach me, and what you can actually do about it.
  5. 6 min YunLab Claude Code Threw Another Fit claude code 又抽风了 Two days building a dashboard, every time it tried to call a tool the format tags broke, the whole thing collapsed into garbage and the work never went out, and I just kept hitting interrupt. I pulled apart all 16 collapses, down to the protocol: the tags it frames structure with, and the content it's carrying, share one stream of text with no escaping — so the moment a stretch of content looks like a tag, the system parses it wrong and cuts the call off. This bug has an old name: delimiter collision.
  6. 6 min YunLab It Wasn't Losing Its Mind. Nothing Could Make It Stop. 它不是疯了,是没人能让它停下来 Last time I wrote about how it went crazy. This time I pulled apart that 9-day, 9,195-line conversation to find why. The same 25-minute heartbeat instruction got fed to Fable 5 51 times in a day and it held; swap in Opus 4.8 and 11 was enough to crack it. The model wasn't broken — I'd built a loop with no exit, a strong model held the mine down, and one model swap set it off.

A regular person,
learning from scratch.

一个普通人,重新学习。

Who I am

I’m Yun.Z, a regular person learning AI in public. Not a programmer, not an AI expert. YunLab.ai is my working notebook: where I keep what I learn, try, get wrong, fix, and reflect on.

Why I write in public

My daily AI work has become messy — a judgment lives in a chat, a verification result in a terminal, a design decision in a local file. On the day itself I know how they connect; a few days later only a pile of material is left. What I lack is not more AI, but a place to collect the experience.

The notebook

This is not a research institute or a polished tech demo. It is a place to keep what was tried, what went wrong, and what is worth keeping.

Full story on the About page ›