Back to directory
Business automation · 2026-09-14

A job-matching agent that splits work between a local model and a cloud API

A Hermes agent searches job listings, does the easy keyword and summarisation work locally with Qwen 35B, then sends only the final analysis to a cloud model, cutting token use by about half.

This person built a Hermes agent that searches active job listings and offers them roles they match. Because much of the work is summarising and keyword searching, they split it: a local Qwen 35B model handles the easy part, and a cloud API, currently GLM 5.3 Flash, does the final analysis.

The split reduced token usage by about 50 percent, with Hermes dividing the work between the two models. They present it as a good pattern for local LLM use: run the easy or routine tasks locally and let a frontier model handle only the hard part.

VERIFIABLE SOURCE

Reported anonymously by an r/LocalLLM contributor · score 1

View source
SETUP HISTORY

Snapshots over time

1 version
CURRENT2026-09-14A job-matching agent that splits work between a local model and a cloud API

A Hermes agent searches job listings, does the easy keyword and summarisation work locally with Qwen 35B, then sends only the final analysis to a cloud model, cutting token use by about half.

Business automationHardware unspecifiedQwen 3.5 35BRuntime unspecified

This is the currently published snapshot.