Yi Cui
onekq
AI & ML interests
Benchmark, Code Generation Model
Recent Activity
posted an update 2 days ago
You can stop goods but not ideas
https://substack.com/@onekq1/note/c-298811049Organizations
posted an update 2 days ago
posted an update 4 days ago
Post
96
Hi, it's been a while ๐ค
K3 stunned the world (again). But if you followed my post on K2, the architectural lineage is super clear
https://onekq1.substack.com/p/beyond-the-bonsai-how-kimi-k3s-quantization
I will next discuss the K3 optimizer (Muon again)
K3 stunned the world (again). But if you followed my post on K2, the architectural lineage is super clear
https://onekq1.substack.com/p/beyond-the-bonsai-how-kimi-k3s-quantization
I will next discuss the K3 optimizer (Muon again)
posted an update 8 months ago
Post
418
GPT 5.1 codex didn't make SOTA either. This should conclude 2025. No model has ever reached above 0.8.
onekq-ai/WebApp1K-models-leaderboard
Can this leaderboard be saturated in 2026?
onekq-ai/WebApp1K-models-leaderboard
Can this leaderboard be saturated in 2026?
replied to their post 8 months ago
Hmm, I see.
posted an update 8 months ago
Post
282
I am starting a new series on matrix. The idea came to me when I wrote about the Muon optimizer.
Matrix itself has lots of fascinating properties and is applied in STEM fields for many decades. Its application in ML is just the beginning. There are lots of low hanging fruits. At the very least, I hope this math perspective will give you a new lens.
https://huggingface.co/blog/onekq/matrices-transformers-preface
Matrix itself has lots of fascinating properties and is applied in STEM fields for many decades. Its application in ML is just the beginning. There are lots of low hanging fruits. At the very least, I hope this math perspective will give you a new lens.
https://huggingface.co/blog/onekq/matrices-transformers-preface
published an article 8 months ago
Article
๐ Matrices in Transformers: Preface
onekq
โข posted an update 8 months ago
Post
236
DeepSeek v3.2 is worse than R1. This is quite puzzling. Why the regression with new GRPO and new attention?
onekq-ai/WebApp1K-models-leaderboard
I used reasoning mode against DeepSeek API
onekq-ai/WebApp1K-models-leaderboard
I used reasoning mode against DeepSeek API
posted an update 8 months ago
Post
260
Hard-earned lessons to land your agent (some mine, most learned from others)
1. Clarify expectations. what do you mean by automating emails? auto drafting? replying via templates? extracting details into json?
2. Get access to your customer's corp/prod environment. Guest or sandbox won't cut it, much less your demo account.
3. Don't expect your agent to be turn-key. It will take at least a quarter to stabilize, if your customer actually uses it.
1. Clarify expectations. what do you mean by automating emails? auto drafting? replying via templates? extracting details into json?
2. Get access to your customer's corp/prod environment. Guest or sandbox won't cut it, much less your demo account.
3. Don't expect your agent to be turn-key. It will take at least a quarter to stabilize, if your customer actually uses it.
posted an update 8 months ago
Post
254
Claude Opus 4.5 didn't make SOTA either. So many models are stuck at 0.75 now
onekq-ai/WebApp1K-models-leaderboard
onekq-ai/WebApp1K-models-leaderboard
posted an update 8 months ago
Post
393
The second point re Ilya post is about RL pain point, i.e. sparse reward. I'm optimistic on this front.
Our actions are driven by unspeakable instincts, which left no traces in training set (pretraining or synthetic). These process rewards (motion sensing, vision etc.) help you master new skills quickly, like biking. Outcome reward only (falling off the bike) is indeed too sparse.
But lots of tasks can benefit from outcome rewards alone. Many latest RL works to upgrade SQL skills use success-failure reward only, with executable as optional reward.
Additionally, scale is the secret sauce for models to surpass humans. A human agent can learn a task quickly, but is capacity limited. But a model agent can process tasks in the scale of many human lifetimes. This made up for the inadequacy of process rewards.
Many such tasks happen to be economically viable, i.e. salary-making jobs.
Our actions are driven by unspeakable instincts, which left no traces in training set (pretraining or synthetic). These process rewards (motion sensing, vision etc.) help you master new skills quickly, like biking. Outcome reward only (falling off the bike) is indeed too sparse.
But lots of tasks can benefit from outcome rewards alone. Many latest RL works to upgrade SQL skills use success-failure reward only, with executable as optional reward.
Additionally, scale is the secret sauce for models to surpass humans. A human agent can learn a task quickly, but is capacity limited. But a model agent can process tasks in the scale of many human lifetimes. This made up for the inadequacy of process rewards.
Many such tasks happen to be economically viable, i.e. salary-making jobs.
posted an update 8 months ago
Post
279
Ilya's interview has been widely cited. I won't address meta points but share 2 cents on two mundane issues.
I will start with the leaderboard phenomena. This is a feature, not bug. Model training is a project under founder mode. But still like all projects, it needs north stars. And you guess right, (famous) leaderboards are the north stars.
For those startups which found PMFs, many maintain their own proprietary leaderboards/benchmarks condensed from user traffic. The path is blocked on both directions: startups won's share their moats, model makers won't prioritize either.
So instead of complaining, we should celebrate that our prompts work (most of the time)
I will start with the leaderboard phenomena. This is a feature, not bug. Model training is a project under founder mode. But still like all projects, it needs north stars. And you guess right, (famous) leaderboards are the north stars.
For those startups which found PMFs, many maintain their own proprietary leaderboards/benchmarks condensed from user traffic. The path is blocked on both directions: startups won's share their moats, model makers won't prioritize either.
So instead of complaining, we should celebrate that our prompts work (most of the time)
posted an update 8 months ago
Post
330
Grok 4.1 didn't make SOTA, but improves a great deal over 3.
onekq-ai/WebApp1K-models-leaderboard
Members of the 70% club are the 4 big players (GPT, Claude, Gemini, Grok) and Kimi.
onekq-ai/WebApp1K-models-leaderboard
Members of the 70% club are the 4 big players (GPT, Claude, Gemini, Grok) and Kimi.
posted an update 8 months ago
Post
291
If RAG (by that I meant vectors and embeddings) transitions from QA to agents, is scalability (from wikipedia to personal memory) still an issue? What will be the new challenges?
Anyone care to share experience?
Anyone care to share experience?
posted an update 8 months ago
Post
1365
This post is the byproduct of my investigation on GPU depreciation. Very interesting dynamics between Chinese models and American chips.
https://huggingface.co/blog/onekq/nvfp4-int4
More stories like this will emerge down the road.
https://huggingface.co/blog/onekq/nvfp4-int4
More stories like this will emerge down the road.
published an article 8 months ago
Article
๐ข INT4 vs FP4: The Future of 4-Bit Quantization
onekq
โข โข 8