I explored a further possibility with local models: Qwen3.6 35B A3B + NVIDIA LocateAnything-3B as a local Computer Use agent (proof of concept).
In the demo, I asked it to switch my Mac to light mode. It did. Then back to dark. Did that too — finding the right toggle in System Settings, clicking it, and verifying the change itself.
It's fully screenshot-based, so no Accessibility API needed. If it's on screen, the agent can see it and act on it. This runs entirely on your own hardware — private, local, built from two small open models.
It would be cooler if we could run one hermes on each of machine and they are aware of each other and can share skills and transfers data within the same home network
Hermes Agent tip of the day:
You can backup and transfer your agent cleanly and simply. Want to move it to a new VPS that is bigger? Take it to your new Mac Mini?
`hermes backup` - > creates a zip
install hermes on a new machine fresh
transfer the zip to that machine
then run `hermes import`
done :)
Full docs:
https://t.co/gJlheqB7it
Hermes Agent tip of the day:
You can backup and transfer your agent cleanly and simply. Want to move it to a new VPS that is bigger? Take it to your new Mac Mini?
`hermes backup` - > creates a zip
install hermes on a new machine fresh
transfer the zip to that machine
then run `hermes import`
done :)
Full docs:
https://t.co/gJlheqB7it
🧵 Qwen3.6-27B on consumer RTX 3090 — honest update.
#vLLM#LLM#Qwen3#RTX3090@vllm_project@Alibaba_Qwen
That "85 TPS sustained on 1× 3090" post a few days ago? The TPS was real. **The tool calls were silently broken.** A cudagraph × spec-decode bug class we didn't catch until running a full functional verify.
Filed upstream → root-caused → fixed. Now serving correctly with measured numbers across 5 configs on 1 and 2 cards. Thread 👇
(202 chars body, plenty of headroom)
crazy preliminary results from qwen 3.5 last night:
Preliminary — Qwen3.5 + dspy.RLM on LongCoT-Mini:
27B lands at #2 (33%) — behind only GPT 5.2, +11pp ahead of Gemini 3 Pro.
9B lands at #4 (17%) — still beats Sonnet 4.5.
RLMs unambiguously SOTA on this, more soon!