← Latest papers
🤖 AI

HeavySkill: Heavy Thinking as the Inner Skill in Agentic Harness

This paper introduces HeavySkill, a perspective that treats heavy thinking as an internalizable two-stage reasoning skill (parallel reasoning followed by summarization) within LLM parameters, demonstrating through empirical study that this approach outperforms traditional orchestration strategies and can be scaled via reinforcement learning to enable self-evolving agents.

Original authors: Jianing Wang, Linsen Guo, Zhengyu Chen, Qi Guo, Hongyu Zang, Wenjie Shi, Haoxiang Ma, Xiangyu Xi, Xiaoyu Li, Wei Wang, Xunliang Cai

Published 2026-05-06
📖 5 min read🧠 Deep dive

Original authors: Jianing Wang, Linsen Guo, Zhengyu Chen, Qi Guo, Hongyu Zang, Wenjie Shi, Haoxiang Ma, Xiangyu Xi, Xiaoyu Li, Wei Wang, Xunliang Cai

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Idea: From "One Brain" to "A Board of Directors"

Imagine you are trying to solve a very difficult math problem.

  • The Old Way: You sit alone at a desk, think hard, and write down your best answer. If you make a mistake, you might not catch it.
  • The "Agentic Harness" Way (Current Tech): You hire a team of assistants. One does the math, another checks the work, and a third summarizes the result. This works well, but it requires a complex manager (the "orchestrator") to tell everyone what to do.
  • The HEAVYSKILL Way (This Paper): The paper argues that you don't need a complex manager or a team of different people. Instead, the AI model itself should have an internal "heavy thinking" skill. It should be able to split its own mind into a "Board of Directors" to debate the problem, and then a "CEO" to make the final decision.

The authors call this HEAVYSKILL. They claim this "heavy thinking" isn't just a trick of the software; it's a skill that can be baked directly into the AI's brain.


How It Works: The Two-Stage Pipeline

The paper describes a simple, two-step process that happens inside the AI:

Stage 1: The "Brainstorming Party" (Parallel Reasoning)

Imagine you are stuck on a riddle. Instead of just thinking, you ask 8 different friends to solve it independently.

  • Friend A tries a geometric approach.
  • Friend B tries an algebraic approach.
  • Friend C tries a brute-force guess.
  • Crucial Rule: They cannot talk to each other while solving it. They must work in isolation to ensure they don't just copy each other.

In the paper, the AI generates multiple independent reasoning paths (trajectories) at the same time. Some might be right, some wrong, and some might be halfway there.

Stage 2: The "CEO's Meeting" (Sequential Deliberation)

Now, imagine a smart CEO (the second part of the AI) walks into the room. The CEO doesn't just count votes (e.g., "3 people said X, 5 people said Y, so X wins").

  • The CEO reads every friend's notes.
  • The CEO looks for logical errors.
  • The CEO asks: "Even though 7 people said 'Blue,' their logic is flawed. The one person who said 'Red' actually has the correct proof."
  • The Magic: Sometimes, the CEO realizes none of the friends got it right. In that case, the CEO uses the mistakes as clues to solve the problem from scratch, combining the best parts of everyone's thinking to find a new, correct answer.

The paper calls this Sequential Deliberation. It's the AI "thinking about its own thinking" to synthesize the best possible answer.


The "Skill File" Concept

The authors noticed that current AI systems use complex code to manage these teams of agents. They wanted to make this simpler.

They created a readable "Skill File" (like a recipe card or a user manual).

  • The Analogy: Think of this as a "Cheat Sheet" you give to a student. Instead of building a new classroom for every test, you just hand them a card that says: "When you see a hard math problem, stop. Write down 8 different ways to solve it. Then, read them all carefully and write the best answer."
  • The paper shows that if you give this "Skill File" to an AI, it can follow these instructions on its own without needing a complex external manager. It turns "heavy thinking" into a native ability of the model.

What the Experiments Showed

The researchers tested this on hard math competitions (like AIME and HMMT) and coding challenges.

  1. Better than "Voting": Usually, when AI tries multiple times, we just pick the answer that appears most often (Majority Voting). HEAVYSKILL beat this method. The "CEO" stage was better at spotting the correct logic, even if it was a minority opinion.
  2. Better than "One Try": It significantly outperformed the AI trying to solve the problem just once.
  3. The "Pass@K" Limit: In some cases, the AI's final answer was so good it approached the theoretical limit of how good the model could possibly be if it got lucky on any of its 8 attempts.
  4. Learning to Get Better: They showed that by using a technique called Reinforcement Learning (where the AI gets a "reward" for being right), they could teach the AI to get even better at this "heavy thinking" skill, effectively training it to think deeper and wider without needing to be reprogrammed.

Summary of the Paper's Claims

  • Heavy Thinking is a Skill: It's not just a software trick; it's a capability that can be internalized by the model.
  • Two Steps are Key: You need Parallel Reasoning (generating many ideas) followed by Sequential Deliberation (critically analyzing and synthesizing those ideas).
  • It Works Everywhere: This method works on math, coding, and general reasoning tasks.
  • It's Portable: You can turn this complex process into a simple text file (a "skill") that any modern AI can read and follow, making it work across different AI systems without needing custom code.

In short: The paper proposes that the best way to make AI smarter isn't just to make the model bigger, but to teach it how to hold a "debate" with itself and then "vote" with its brain, rather than just guessing.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →