RSSAmplifier

Blog

Jinyan Su

PhD Student at Cornell University — RL Environments, Post-Training & Agent Learning

jinyansu1.github.ioRSS feed ↗10 posts

Latest posts

英伟达为什么要保卫开放权重,以及它将如何重塑AI算力市场 / Why NVIDIA Is Defending Open-Weight Models—and How They Could Reshape the AI Compute Market

Open weights are not just a model-release choice; they reshape who buys compute, who controls inference demand, and how much bargaining power enterprises have against closed APIs.

The Evolution of Agents: From Context Engineering to Long-running Harnesses / Agent 从 Context Engineering 到 Long-running Harness 的演变过程

From LLM + tool use to context engineering, and then to long-running agent harnesses: agent capability is becoming a system property composed of the model, harness, context, tools, evals, sandbox, and state management.

The Age of AI: When Knowledge No Longer Makes Us Feel Safe / AI时代:当知识不再给我们带来安全感

In the age of agriculture, safety came from land; in the industrial age, from physical strength; before AI, from knowledge. Now knowledge suddenly feels cheap, and the old promise that knowledge changes destiny no longer feels like a stable truth.

After Leaving Research, I Finally Feel at Peace / 离开科研之后,我内心终于平静了

After more than seven years of research, I am finally turning my attention back to learning. Without an upper bound or a verifiable reward, research made it impossible for me to know when to stop; letting it go has brought back a long-lost sense of peace.

Maximally Helpful, Appropriately Honest: Abstention as a Spectrum

Most abstention work treats 'should the model answer?' as a binary. We argue that's the wrong frame: an underspecified question wants clarification, a false-premise question wants correction, a time-sensitive one wants verification guidance — not the same generic 'I don't know'. We introduce the Helpful Abstention framework, a judge-based helpfulness × honesty (HH) evaluation across 15 open and 4…

Search-R1, Re-examined: Does the Model Actually Learn to Search and Reason?

We retrained Search-R1 across model sizes, RL algorithms, training distributions, search budgets, and broken-retriever settings — and ablated the scaffolding. The model's QA score barely moves when the think protocol is removed; it collapses when the retriever returns nothing; and the number of searches the model issues has almost nothing to do with the question. RL teaches the model to play the…

Thoughts on the Layoffs / 裁员的感想

On the day of Meta layoffs. The office was nearly empty, people in WeChat groups were saying goodbye, and I started thinking about happiness deferred, the PhD that permanently changed my brain, and whether the bottom of the pyramid can disappear without the top collapsing too.

The Dice of Fate / 命运的骰子

Continuing the conversation about reward from the previous post. On the gap between thinking and acting, the impossibility of forcing things, and learning to make decisions by vibe rather than by rule. If I get rejected, maybe fate is telling me this is just not the right place.

Some Recent Thoughts on RL and Life / 最近关于 RL 的生活杂想

Late at night, half asleep, I suddenly realized how to solve an interview problem I had failed the day before. I had not had this kind of Eureka moment for a long time. Reflections on research, learning, exams, and why RL feels like an abstraction of life.

When the Judge Gets Played: An Accidental Reward Hacking Case Study

While sweeping reward compositions for our adaptive-reward paper, one configuration — Qwen3-4B trained with a HotpotQA-only judge — abruptly broke the SimpleQA leaderboard at training step ~400, jumping from 5% to 95% judged-correct in a few hundred steps. Across every other model × data × judge combination we tried, nothing like this happened again. Here is what we found.