Yoryon
我们已经越过事件视界
起飞已经开始
We are past the event horizon;
the takeoff has started.
BUPT
AI Product
Beijing, China
ABOUT ME
Philosophy
[ PRINCIBLE ]
Invert always invert
Born in 2004
Yoryon
Information and Computing Science
[ WHO I AM ]
我是 AI 降临派。
不是谨慎地"利用 AI 提效",而是把 AI 当作自己思维和创造力的延伸,
毫无保留地拥抱这一代人独有的能力。
但我不只关心技术。
一个产品怎么活下去,一个行业往哪里走,一笔钱该押在什么位置,
这些问题和"系统该怎么设计"一样让我着迷。
造东西和下注,在我眼里是同一件事。
I'm all in on AI,
not cautiously "leveraging it for efficiency,"
but treating it as a genuine extension of how I think and create.
But I'm not just about the tech.
How a product survives, where an industry is heading, where capital should go
— these questions fascinate me just as much as how to architect a system.
Building and betting, to me, are the same thing.
My Skill
[ WHAT I DO ]
从 AI 视频生产线到校园社交产品,
我一直在做的事情是:用 AI 重新定义一个产品该怎么运转。
从需求拆解、系统设计、pipeline 搭建,到部署上线和反复迭代,
我习惯一个人跑完从 0 到 1 的全程。
我知道哪些该交给 AI,哪些该自己决定。
Projects
查看全部项目 →IMAGE / GIF / VIDEO
-
Next.js / NestJS / PostgreSQL / DeepSeek
面向中外合办与国际交流项目学生的低信任陌生人社交,用"每周报名、统一揭晓、低压破冰"的批量匹配机制替代即时滑动配对。
We are past the event horizon;
the takeoff has started.
Thinking
查看全部文章 →-
Claude 里 subagent 和 agent teams 的区别
从上下文隔离、通信拓扑、协调方式到成本,拆解 Claude 里 subagent 和 agent teams 的区别与选型。
-
Claude Code 的四种循环
拆解 Claude Code 团队定义的四种 agent 循环(回合、目标、定时、主动),以及各自的触发、停止条件和适用场景。
-
我做了个能在浏览器里跑的手写数字串识别
用 CRNN/CTC、合成数据训练和 ONNX Runtime Web,拆解一个纯前端手写数字串识别项目怎么从约束推导出技术路线。
-
我写了个在浏览器里思考的五子棋 AI
用 Minimax、Alpha-Beta 剪枝和手写棋型评估,拆解一个纯前端五子棋 AI 如何决定每一步落子。
-
Cursor Composer 2.5
拆解 Cursor Composer 2.5 的训练栈改进:Targeted RL、25 倍合成数据、Sharded Muon 与双网格 HSDP。