@blanplan: https://x.com/blanplan/status/2056614589236998459
Summary
DeepSeek's job description analysis for the 'Agent Harness R&D Engineer' position reveals the company's pursuit of a 'researcher + engineer + community operations' triple-threat talent, as well as its in-depth usage requirements for AI Agent tools.
View Cached Full Text
Cached at: 05/20/26, 04:25 AM
What kind of “Lassoing Horse” is DeepSeek looking for?
On May 18th, DeepSeek posted a JD for “Agent Harness R&D Engineer.” Reading through it line by line, the profile becomes clear.
I. “2+ years of experience”
At the same level in big tech companies, the minimum requirement is 3-5 years. DeepSeek writes 2 years — which means they don’t want someone who coasts on tenure.
“Proficient in using AI Agent tools to write code”
Not a plus — it’s a requirement.
It’s followed by: “Able to write quality code even in languages and frameworks you’ve never encountered before.”
Meaning: Learn a new language in an hour with Claude Code, and still write production-ready code.
Most domestic developers’ understanding of AI-assisted coding is still stuck at “Copilot helps me auto-complete a line.” DeepSeek takes it straight to “I and the Agent finish the entire project together.”
II. “Deep experience with various Agent products”
The PM’s JD from the day before listed product names — Claude Code, Cursor, Cowork, Manus. This one didn’t list names; it wrote “heavy user” plus “integrated into work and life.”
What counts as heavy user? My standard:
- Using it at least 4 hours every day
- Can’t work without an Agent
- Has strong opinions on which products are good or bad
III. “Understands LLM and Agent principles”
Checklist:
- LLM API, KV Cache — fundamentals
- Agent Loop, Tool Use, Reasoning, Planning — the four pillars
- Skills, MCP, Memory — core of the Anthropic ecosystem, practically saying “we’re copying Claude Code”
- Subagent, Multi-Agent
- Prompt / Context / Harness Engineering
IV. The bonus points tell the real story
AI industry experience, fast product development in small teams, open-source contributions, working with researchers, English fluency to hang out in international communities, ACM awards, published papers, and the last one — “other extraordinary skills.”
Tying it all together: DeepSeek doesn’t want an engineer. They want a “researcher + engineer + community manager” triple threat.
Someone who can lasso a horse, write a research paper about horses, write reports in English for the international equestrian association, and ideally sing a couple of horse-themed songs around a campfire.
How many such people are there in China?
I estimate no more than 200.
Most are in the LLM teams at ByteDance, Alibaba, Tencent, or among Chinese engineers at Anthropic or OpenAI.
DeepSeek knows this, so the JD is extremely specific — the right people will see it and think, “This was written for me,” and come on their own.
V. The best part is the last line
“Other extraordinary skills related to this job. “
It says:
We don’t know what the final Harness will look like. If you have skills we haven’t listed, they might be exactly what we need — but haven’t realized we need yet.
The grassland is vast, the horses are wild. The method for lassoing them might not have been invented yet.
If you’re the one who can invent a new way to lasso, DeepSeek is waiting for you.
Similar Articles
@seclink: 1-2 months ago, I saw on http://jobleap.cn that Moonshot AI was looking for agent harness talent, and they indeed hired quickly. Now job opportunities belong to those with information asymmetry. In the AI era, whether you can find a job largely depends on whether you have the latest…
The post mentions that AI companies like Moonshot AI and DeepSeek are hiring agent harness talent, and promotes the job aggregation platform jobleap.cn, believing that mastering the latest job opportunities is key.
@seclink: DeepSeek is hiring Harness Product Development Engineer. Key Responsibilities: Participate in designing the technical architecture and technology selection of DeepSeek's Harness product. Participate in developing DeepSeek's Harness product. Work closely with researchers to define and implement Harne…
DeepSeek is hiring a Harness Product Development Engineer, responsible for the architecture design and development of the Harness product, and collaborating with researchers to advance deep adaptation between models and products.
@victor207755822: We’re hiring! DeepSeek is forming a new Harness team to build Code Harness from the ground up—may be you can call it De…
DeepSeek is hiring for a new Harness team to build a Code Harness product (possibly called DeepSeek Code) based in Beijing, open for Product Manager and R&D Engineer roles.
This article systematically reviews AI Agent architecture and engineering practices, covering control flow, context engineering, tool design, memory, multi-agent organization, evaluation, tracing, and security. It is based on the OpenClaw implementation and emphasizes the critical role of Harness (testing and validation infrastructure) for system stability.
This article systematically reviews AI Agent architecture and engineering practices, covering control flow, context engineering, tool design, memory, multi-agent organization, evaluation, tracing, and security. It is based on the OpenClaw implementation and emphasizes the critical role of Harness (testing and validation infrastructure) for system stability.
@knoYee_: https://x.com/knoYee_/status/2062780637677752366
The author reviews three months of experience using multi-agent collaboration, summarizing five main pain points (such as conflicts between agents, ignoring boundary conditions, self-censorship failure, difficulty in merging decisions, and exposing harder problems after compressed execution) and two insights (the high value of read-only review agents, and that agent conflicts expose ambiguous requirements), emphasizing the core decision-making role of humans in AI collaboration.