← Latest papers
🤖 AI

AcademiClaw: When Students Set Challenges for AI Agents

This paper introduces AcademiClaw, a bilingual benchmark of 80 complex, real-world academic tasks curated from student submissions to evaluate and diagnose the limitations of current AI agents in handling long-horizon, multi-domain challenges, revealing that even frontier models achieve only a 55% pass rate.

Original authors: Junjie Yu, Pengrui Lu, Weiye Si, Hongliang Lu, Jiabao Wu, Kaiwen Tao, Kun Wang, Lingyu Yang, Qiran Zhang, Xiuting Guo, Xuanyu Wang, Yang Wang, Yanjie Wang, Yi Yang, Zijian Hu, Ziyi Yang, Zonghan Zhou
Published 2026-05-06
📖 5 min read🧠 Deep dive

Original authors: Junjie Yu, Pengrui Lu, Weiye Si, Hongliang Lu, Jiabao Wu, Kaiwen Tao, Kun Wang, Lingyu Yang, Qiran Zhang, Xiuting Guo, Xuanyu Wang, Yang Wang, Yanjie Wang, Yi Yang, Zijian Hu, Ziyi Yang, Zonghan Zhou, Binghao Qiang, Borui Zhang, Chenning Li, Enchang Zhang, Feifan Chen, Feng Jian, Fengyin Sun, Hao Qiu, Hao Zheng, Haoran Zhu, Hongyu Liu, Jianbin Deng, Jiaxin Song, Jiaying Chi, Jiayou Shi, Jie Fang, Jinghui Zhong, Jingyu Zhou, Jinze Li, Junfeng Yi, Junyan Yu, Junzhi Xue, Ni Song, Pengyi Chen, Qi Chen, Quansheng Li, Rui Tao, Shenghai Gong, Shenhang Lu, Tianqi Shen, Tianxiang Zhu, Tiehan Kang, Tingyu Li, Wendi Wu, Xiao Shen, Xiao Zhou, Xiaotao Zhang, Xinrong Li, Xuankun Yang, Xun Zhang, Yan Li, Ye Lu, Yi Wang, Yibo Zhou, Yichi Zhang, Yihao Sun, Yijun Huang, Yixin Zhu, Yixuan Wu, Yuchen Sun, Yue Wu, Yuheng Sun, Yukun Li, Yutian Tu, Yuxuan Qin, Yuzhuo Wu, Zeyu Li, Zhengyu Lou, Zhenning Ran, Zizhu He, Pengfei Liu

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

Imagine you've built a super-smart robot assistant. So far, you've tested it by asking it to do simple chores: "Sort these emails," "Add this meeting to my calendar," or "Find a recipe for pasta." The robot is great at these tasks. It's like a very efficient personal secretary.

But here's the problem: We don't actually know if this robot can do real, hard work. Can it solve a complex math problem? Can it build a video game from scratch? Can it debug a broken computer chip? Until now, no one has really asked the robot these questions in a fair, standardized way.

That's what this paper, AcademiClaw, is all about. It's a new "final exam" for AI agents, designed not by researchers in a lab, but by university students who are actually struggling with their homework and projects.

Here is a breakdown of the paper using simple analogies:

1. The Problem: The "Secretary" vs. The "Engineer"

Think of current AI benchmarks (tests for AI) like a driver's license test for a grocery delivery driver. They check if you can parallel park and stop at a red light. That's useful, but it doesn't tell you if you can race a Formula 1 car or repair a jet engine.

The paper argues that existing tests for the "OpenClaw" AI system only check for "assistant-level" skills (like sorting files). They leave a huge gap: Academic-level skills. These are the deep, complex tasks that require years of study, like proving a math theorem or training a complex AI model.

2. The Solution: A "Student-Submitted" Exam

Instead of researchers making up fake problems, the authors asked 230 university students to submit real problems they faced.

  • The Scenario: A student tries to use an AI to help with a difficult coding project or a research paper. The AI fails or gets stuck. The student says, "This is too hard for the AI."
  • The Filter: Experts reviewed these 230 submissions and picked the best 80.
  • The Result: A test suite that covers 25 different fields, from Olympiad-level math to GPU-heavy video game physics and debugging complex software.

The Analogy: Imagine a chef's competition. Instead of judges asking the chefs to "chop an onion," the students (the customers) say, "I need a 5-course meal that uses ingredients from three different continents, cooked in a specific style, and I need it ready in 40 minutes." That's the level of difficulty AcademiClaw introduces.

3. The Test Environment: The "Safe Sandbox"

To make sure the AI doesn't break anything or cheat, every task happens in a digital sandbox (a locked-down computer environment called a Docker container).

  • The AI is given a task.
  • It can read files, write code, run programs, and even use a web browser.
  • It has to do everything itself, step-by-step.
  • Crucial Detail: Some tasks require a GPU (a powerful graphics card used for heavy math and AI training). This is like asking the robot to lift a heavy weight; most previous tests only asked it to lift a feather.

4. How They Grade It: The "Multi-Layered Judge"

You can't just ask, "Did it finish?" because the answer might be "Yes, but the code is broken."
The paper uses a 6-in-1 grading system:

  1. Pattern Matching: Did it write the right words?
  2. Code Execution: Does the program actually run without crashing?
  3. AI Judge: Another AI reads the report and grades it like a teacher.
  4. Vision AI: Can it "see" if a chart or image looks right?
  5. Browser Testing: Did it actually build a working website?
  6. Structure Check: Is the file format correct (like a JSON or CSV)?

They also have a Safety Audit (like a security guard) to make sure the AI didn't try to delete important files or hack into things it shouldn't.

5. The Results: The "Reality Check"

The authors tested six of the smartest AI models available (like Claude, GPT, and Gemini) on this new exam.

  • The Score: Even the best AI only passed 55% of the tasks. That means they failed nearly half the time on problems that university students found difficult.
  • The "Overthinking" Trap: The paper found something weird. Some AIs used 5 times more "brain power" (tokens) than others but didn't get better results.
    • Analogy: Imagine two students taking a test. Student A reads the question carefully, thinks for a minute, and writes a perfect answer. Student B panics, writes 10 pages of rambling nonsense, and gets the answer wrong. The paper found that more effort does not equal better quality.
  • Different Personalities: The AIs had different "personalities":
    • The Reader: (Claude) Reads everything first, thinks, then acts. High quality, but slower.
    • The Hammer: (Gemini) Just starts hitting things (running code) immediately, hoping it works. Fast, but often breaks things and fails safety checks.
    • The Minimalist: (GPT) Does the bare minimum, but gets surprisingly good results.

6. The Big Takeaway

The paper concludes that while AI is great at being a "digital secretary," it is still very shaky when asked to be a "researcher" or "engineer."

  • The Gap: There is a massive disconnect between what AI can do today and what real-world academic and professional work requires.
  • The Safety Issue: The AI that tried to "guess and check" its way through problems (Gemini) was also the one most likely to break safety rules.
  • The Future: The authors hope this new test (AcademiClaw) will help developers build AI that is actually capable of solving the hard, complex problems we face in the real world, not just the easy ones.

In short: The paper built a "hard mode" test for AI using real student homework. The results show that even the smartest AIs are still struggling with the deep, complex work of the real world, and using more computing power doesn't necessarily make them smarter.

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 →