@leeoxiang: I directly gave these skills to my wife to use, and it turned out disastrously: 1. Domestic environment + Agent got stuck at the first step of installing ffmpeg; 2. The frontend code generated by domestic large models simply didn't meet the requirements I set in my skill. It's really hard for users in China who can't use a VPN or access the best models.

X AI KOLs Following News

Summary

User @leeoxiang tried to give domestic users a video editing skill based on Claude Code and hyperframes, only to find that network restrictions and insufficient capability of domestic large models caused installation and code generation failures, reflecting the obstacles domestic users face in using advanced AI tools.

I directly gave these skills to my wife to use, and it turned out disastrously: 1. Domestic environment + Agent got stuck at the first step of installing ffmpeg; 2. The frontend code generated by domestic large models simply didn't meet the requirements I set in my skill. It's really hard for users in China who can't use a VPN or access the best models.
Original Article
View Cached Full Text

Cached at: 06/01/26, 09:16 AM

I gave these skills directly to my wife to use, and it turned out to be a disaster:

  1. In the domestic environment, Agent got stuck at the first step of ffmpeg installation;
  2. The frontend code generated by domestic LLMs simply didn’t meet the requirements I specified in the skill.

It’s really tough for users in China who can’t use VPNs or access the best models.

Leo Xiang (@leeoxiang): Tried using Claude Code to edit talking-head videos. The results were much better than my experiments during Chinese New Year. It can really produce decent talking-head videos with just one click.

Uses Claude Code + Hyperframes.

Similar Articles

@zhixianio: After receiving the new machine, I began an 'ascetic' practice of forcing myself to use local models for common tasks. I thought it would be painful, but both speed and quality greatly exceeded my expectations: Model: Qwen3.6-35B-A3B-oQ6-fp16-mtp, Running: oMLX, with N…

X AI KOLs Timeline

The author uses the Qwen3.6-35B-A3B model and oMLX tool on the new local machine for daily tasks, finding that both speed and quality far exceed expectations, even outperforming remote LLMs in PA and coding scenarios, demonstrating a significant improvement in on-device AI capabilities.

@jinchenma_ai: https://x.com/jinchenma_ai/status/2061835131107860582

X AI KOLs Timeline

The article proposes an engineering methodology based on AI Agent (Skill), suggesting that deterministic tasks be solidified into scripts to reduce new decisions made by the large model at runtime, thereby improving stability and token efficiency. Taking video subtitle processing as an example, it demonstrates a four-step engineering process.

@XAMTO_AI: ControlNet author Min Shen has come up with something new! The newly open-sourced FramePack directly lowers the barrier for video generation — runs on just 6GB VRAM, generates a 1-minute 30fps video with a 13B model, and on an RTX 4090 it takes only 1.5 seconds per frame. Such configuration requirements were unimaginable before. The core idea is frame-by-frame…

X AI KOLs Timeline

ControlNet author Min Shen has open-sourced the FramePack video generation model, which requires only 6GB of VRAM to run a 13B model, generates a 1-minute 30fps video, takes 1.5 seconds per frame on an RTX 4090, and comes with a one-click Windows package.

@nini_incrypto_: Want to freeload the official Agent building solution from a big company? Anthropic has open-sourced the underlying secrets of how Claude learns new skills! This official repository called anthropic/skills went viral as soon as it was released. Now you don't need to write complex prompts or fine-tune the model...

X AI KOLs Timeline

Anthropic has open-sourced the skills repository, allowing users to define Claude's behavior through structured Markdown instructions without complex prompts or fine-tuning. It covers a variety of skill sets including creative, technical, and enterprise.