jinfeng79
14 hours ago
Author here. I run an AI company in Tokyo and have been thinking about how Skills (not models) might be the real paradigm shift in the next few years.
The core insight: agents are uncontrollable, Skills are controllable—and that's what makes automation actually deployable.
Happy to discuss. More context on my background: https://x.com/JefferyTatsuya
objcts
14 hours ago
how is a skill considered auditable or controllable?
jinfeng79
13 hours ago
Good question.
A Skill is basically a markdown file with instructions + maybe some scripts. You can literally read what it tells the AI to do. Line by line.
So when something goes wrong, you open the file, see exactly what instruction caused it, fix it. Version control like any code.
Compare to raw agent—you give it a prompt, it does... something. Next time, slightly different something. Hard to debug, hard to fix.
That's the difference. Skill = you can see it, test it, fix it. Agent = black box.
jinfeng79
12 hours ago
One more thing—AI-generated Skills are way more detailed and specific than human prompts.
Humans write vague stuff like "make it better." AI writes 50 lines of exact instructions. That specificity = stability.
So ironically, AI writes better instructions for AI than humans do.