BackDeepSeek Harness whale logo representing a driver agent

Stop Letting Your Agent Work Alone: After Teaming Up Hermes and DSH, My Efficiency Went Up 10x

Cassidy Shi

Early software engineering textbooks teach us that pair programming tends to produce better designs and better code than a programmer working alone. In pair programming, the person typing is the driver; the one reviewing is the navigator.

Two people pair programming in front of a code editor

The same pattern shows up in rally racing: every car carries a driver and a co-driver, working together off the pace notes to navigate complex stages.

A rally driver and co-driver reviewing notes inside a race car

Pair programming and rally racing share one idea: one role focuses on immediate execution while the other keeps watching the bigger picture, anticipating what's next and correcting course early. Both share the same situation and stay in constant sync, which lowers cognitive load and the cost of mistakes on complex tasks.

Following that logic: when a Hermes Agent and DeepSeek Harness share context inside the same LightVela task environment, dividing the work and handing off control, two agents can form exactly this kind of duo.

LightVela now supports running Hermes Agent and DeepSeek Harness (DSH for short) side by side in the same cloud environment, and we've been exploring this collaboration pattern ourselves:

Hermes Agent's clear strength is continuously understanding a person and a project. It retains your preferences and project knowledge, distills working methods into Skills, and keeps receiving tasks from your chat channels. That makes it the natural navigator.

DSH's clear strength is owning a concrete workspace, reading and modifying files, running tests, and handling errors. That makes it the natural driver.

How to Set It Up: Preparation

Full disclosure first: making this collaboration work requires installing a Skill and a tool. It's an exploratory setup for AI-era adventurers who enjoy tinkering. A polished, productized version is still being designed.

If you're still reading, you probably want to try it. One honest warning: AI is probabilistic, so even if you follow every step, there's a chance it won't work on the first try. When that happens, get good at letting your AI help you fix it. You're part of the collaboration too.

First, create your own agent in LightVela. The barrier is low: the China site supports WeChat, QQ, and phone login, the international site supports Google and GitHub, and there's a free trial so you can start painlessly.

Our personal recommendation: go straight for the 4,500-credit plan. It's been tested and it lasts.

LightVela pricing page showing Launch AI and Cruise AI plans

After subscribing, head to the Explore page, where you'll find the DeepSeek Harness entry. Open it and install.

LightVela DeepSeek Harness installation page with the Install now action highlighted
LightVela DeepSeek Harness installation progress at 49 percent

Installation takes about 1-3 minutes. In our testing it was closer to one. Once installed, you can configure DSH's model and access its WebUI from the same page.

Editor's note: this part of the experience isn't good enough yet. DSH needs its own model configuration, and we haven't found an elegant way to sync model settings between the two agents. It's on the fix list.

LightVela DeepSeek Harness page showing the running service and model configuration

We went with DeepSeek's official model, the new DeepSeek V4.1 Flash, natively multimodal and reasonably priced. Steps are straightforward, so we'll just leave the link: DeepSeek API Platform.

If you want more models, you can also configure them in the WebUI, equally simply.

On WebUI access: no need to worry about someone else getting your URL. Every user gets a dedicated domain with an authentication layer on top, so only you can use yours.

LightVela personal site confirmation dialog showing a dedicated lightvela.site URL

How to Set It Up: The Key Step

In short, this step installs a Skill. The installation does two things: registers DSH as a tool of your Hermes Agent, and teaches the Hermes Agent how to call it.

This approach is just one of several designs we're exploring on top of Hermes Agent's existing mechanisms. The Skill and tool were vibe-coded on our side. If you hit usability issues or have better ideas, join the LightVela community group and let's discuss.

Copy the following line and send it to your Hermes Agent in LightVela to initialize everything:

given https://skillhub.cn/install/skillhub.md, install @user_70854421/dsh-pilot

If you haven't set up a chat channel yet, you can send it directly on the Chat page:

Hermes Agent asking to install the DSH pilot Skill from SkillHub

Once installed, it looks roughly like this. The agent will usually check DSH's status; just confirm when it asks:

Hermes Agent confirming installation of the DSH pilot Skill

After registration, one more step: have the Hermes Agent enable the newly registered tool.

Hermes Agent asking for confirmation before enabling DeepSeek Harness

The agent will confirm when it's on:

Hermes Agent confirming that the DeepSeek Harness tool is enabled

How to Use It: Each Playing to Its Strengths

Our suggestion: pair this with the Workbench in LightVela. Workbench provides static site hosting, so agent-generated projects can be deployed straight to the cloud. Backend service deployment is on the way.

Here's a minimal demo. Copy and send this to your Hermes Agent:

Using the newly installed skill, help me create a simple static blog page. You will design the plan, DeepSeek Harness will write the code, and then you will review it.

Once implementation is complete, use the `website-builder` skill to deploy it.

When things go normally, the two of them collaborating looks like this:

Hermes Agent delegating a static blog page task to DeepSeek Harness

A successfully completed task looks like this:

Hermes Agent showing the completed task and saved DeepSeek Harness output files

And yes, the site is live, a bit plain, but live:

A live static blog page created and deployed through the DeepSeek Harness workflow

We'll leave the rest of the scenarios for you to explore. This post is just a starting brick thrown out to attract jade.

Final Words

Adventurers welcome: join the LightVela community group and let's explore what cloud agents can do together.

QR code for the LightVela community group

Share