Computer Use Agents (Orgo + Hermes)

Give your agent a real cloud desktop — then let it click through Slack, install bots, and onboard “AI employees” while you take notes

← AI Agents  ·  AI  ·  ChatGPT / Codex super app  ·  Eve  ·  OpenCode

Source: Nick Vasilescu (@nickvasiles), cofounder @Orgox.com/i/status/2079448897139937301

Hosted video: static2.mikesblog.com/computeruse.mp4

What you’re looking at (plain English)

Nick’s demo is not “ChatGPT wrote a Slack message.” It’s computer use: an agent that drives a real desktop UI — open Chrome, walk through api.slack.com / Slack app settings, create tokens, install a bot — the same clicks a human ops person would do.

Stack pieces named in the clip and post:

Piece What it is Role in the demo
Orgo Cloud Linux desktops for agents (orgo.ai) The “computer” the agent is SSHing into and clicking on
Hermes / Dewey Nick’s agent product (“AI employees” for customers) One Hermes (Dewey) builds/onboards another Hermes into a customer Slack
GPT‑5.6 Terra / Sol / Luna OpenAI model family (see ChatGPT Work) Model behind the computer-use session (he mentions Terra; Sol/Luna also options)
Orca Coding environment he pairs with Orgo Where agent builds / codes the other agents
Grok + MCP Grok with Model Context Protocol tools Connected to Orgo so Grok can drive the cloud computer
Granola AI meeting notetaker Captures discovery calls; Dewey takes over from the notes
Slack Customer workspace + bot apps Target UI for onboarding the new AI employee bot

Important: “Hermes” here is his productized AI employee. You may not install “Hermes” as a public package — but you can rebuild the pattern: cloud computer + computer-use model + coding agent + Slack app onboarding + notes → handoff.

Architecture (what to rebuild)

1. Cloud desktopOrgo (or similar) with browser + tools
2. Computer-use modelGPT‑5.6 / Claude / Codex computer use
3. Orchestrator agentHermes/Dewey, Claude Code, Codex, OpenCode…
4. Coding envOrca / Cursor / VS Code / Eve on the desktop
5. Delivery surfaceSlack bot install + tokens via UI automation
6. Human intakeSales call → Granola notes → agent continues

Same idea as “agents always run the real app” in agentic setup and background computer use in ChatGPT + Codex / Ryan Carson’s desk — except the desktop lives in the cloud so it can run unattended.

Step-by-step: how to make this work

Below is a practical rebuild path. Product names may change; the sequence is what matters.

Phase 0 — Decide what “AI employee” means for you

  1. Pick one job: e.g. Slack triager, CRM updater, design-agency intake bot, support FAQ bot.
  2. Write a one-page spec: tools it needs, channels (Slack), secrets, success criteria, human escalation.
  3. Decide pricing only after you can demo end-to-end (Nick markets ~$5K/mo for a design-agency AI employee — that’s a business result of the stack, not a setup fee).

Phase 1 — Get a cloud computer for the agent (Orgo)

  1. Create an account at orgo.ai.
  2. Read docs.orgo.ai — provision a Linux desktop (Chrome available).
  3. Confirm you can:
    • Open the desktop in browser / VNC-style UI
    • SSH into it (Nick shows “Orgo SSH” in terminal)
    • Drive it via API/SDK and/or hosted MCP (see Orgo MCP server card / auth guide on their site)
  4. Snapshot a clean base image: browser logged out, no customer secrets baked in yet.

Why Orgo (in this pattern): agents need a real GUI for Slack’s bot setup wizard. Local computer use on your laptop works for demos but blocks you and risks mixing personal sessions with customer work. Cloud desktops isolate customers and can run while you sleep.

Phase 2 — Connect an agent that can do computer use

  1. Option A — OpenAI computer use / Work / Codex (closest to “GPT‑5.6 Terra/Sol/Luna” in the clip): use a model that supports computer use or desktop control; pick Terra for balanced day-to-day, Sol for hard multi-step, Luna for speed (Work models guide).
  2. Option B — Grok + MCP → Orgo (what Nick shows as “ideal”): in Grok / your MCP client, add Orgo’s MCP server so the model can call “open computer / click / type / screenshot” tools.
  3. Option C — Claude Code / Claude computer use / Cursor connected to Orgo MCP or custom tools.
  4. Give the agent a skill or system prompt: “You operate only on the Orgo desktop. Prefer screenshots → plan → act. Never store customer tokens in chat logs; write them to a secrets manager or one-time vault.”

Phase 3 — Coding environment on/near the desktop (“Orca” role)

  1. Install your coding agent stack on the Orgo machine or mount the project via git SSH keys dedicated to that computer.
  2. Repo layout for “AI employees” (example):
    employees/
      design-agency-acme/
        SKILL.md          # job description, tools, tone
        slack-manifest.md # bot scopes, slash commands
        runbook.md        # onboarding steps the computer-use agent follows
        secrets.example
  3. The “builder” agent (Dewey) edits these files; the computer-use agent executes the runbook in Slack’s UI.

Same filesystem-first idea as Eve (agent = directory of skills/tools) and Claude skills.

Phase 4 — Teach the agent Slack bot onboarding (the scary part)

  1. Create a master Slack workspace for practice (not a customer’s).
  2. Manually walk through once: api.slack.com → Create App → Bot Token Scopes → Install to Workspace → copy tokens → add to channel.
  3. Write that walkthrough as a numbered runbook.md with expected screenshots captions.
  4. Run the computer-use agent against the practice workspace until it succeeds 3 times without help.
  5. Only then point it at a customer workspace (with customer admin present or with a dedicated install link).

Security: bot tokens are full power in that workspace. Prefer short-lived install flows, least-privilege scopes, customer-owned apps when possible, and never commit tokens. Align with send-and-delete / prod secret discipline from Ryan Carson’s OnePassword handoff.

Phase 5 — Sales → notes → agent handoff (Granola pattern)

  1. Run discovery call; record with Granola (or similar AI notetaker).
  2. Export notes to a structured brief: company, use case, Slack admin contact, tools, success metrics.
  3. Prompt the orchestrator: “From this brief, create employees/… and run Orgo computer-use onboarding. Stop for human approval before install on production Slack.”
  4. Human only answers product questions and approves risk steps — not clicking through Slack.

Phase 6 — Productize

  1. Template the employee types (support, design ops, sales SDR).
  2. Per-customer Orgo snapshot or folder isolation.
  3. Monitoring: Slack errors, agent session logs, weekly human QA.
  4. Pricing only after repeatable delivery time is known.

Minimal stack if you’re starting this week

How this maps to tools you already know

Nick’s setup Nearby alternatives on this site
Orgo cloud desktop Any agent cloud computer / sandboxed VPS + browser automation
GPT‑5.6 computer use Codex / Work computer use, Claude computer use
Hermes building Hermes Multi-agent factories: Step 3–4 adoption, background agents
Orca coding env Eve, Claude Code, OpenCode
Grok + MCP → Orgo MCP pattern in general; Grok MCP to remote tools
AI employees for customers Productized ops agents; compare carefully to CBS GTM agents / Lisa outreach

Related Guides

ChatGPT Work / Codex

Sol/Terra/Luna and computer-use style workflows.

Read →

Agentic Setup Checklist

Agents must run the real app and verify work — computer use is that principle on a desktop.

Open checklist →

Eve + Eve Studio

Filesystem-first agents + Slack channels (sometimes without GUI clicks).

Read →

4 Steps of AI Adoption

Where multi-agent “AI employees” sit on the maturity ladder.

Read →

Ryan Carson — Team of Agents

Another founder desk: agents + connectors + human gates.

Watch →

OpenCode + Kimi

Alternate coding agent shell if you multi-home models.

Read →

Buzz by Block

Agent-native open workspace (Nostr) — contrast with computer-using bots into Slack.

Read →

Full transcript

Spoken walkthrough from the video (ASR-style; product names as spoken: Orgo, Orca, Hermes, Grok, Slack).

Okay, this is a computer use using GPT 5.6 and it's insane. It's onboarding like my Hermes agent running GPT 5.6 Terra — you use Sol or you could use Luna as well.

And this is my Orgo computer. I'm SSH into the Orgo computer. So this terminal is Orgo SSH. This computer is running on Orgo and my Hermes agent is onboarding another Hermes agent into Slack. So it's doing computer use to add the other Hermes agent into Slack.

You can see here in Orgo I have Dewey who's onboarding this other agent right here into Slack for a customer of ours. And so guys, this is crazy. It's using computer use to set up the apps.slack.com — all the bot token settings — and Dewey is just doing all of that.

So I have Grok over here. You can see Grok is connected with MCP and to Orgo and so this is my ideal setup right now. I have Orca. This is the coding environment Orca — and Orca and Orgo kind of goes well together — and you can see here my Hermes agent is building other Hermes agents. It's building AI employees and onboarding them into Slack for us. So that's the state of 2026. This is my setup. If you want a full walkthrough, let me know — I'll do a full deep dive on how I set this all up.

Demo by @nickvasiles / Orgo — original post. Orgo: orgo.ai · docs. Tutorial pattern reconstructed for builders; Hermes is his product — rebuild the architecture, not necessarily the brand.

Comments

Approved comments appear below. Log in once with GFAVIP — it applies across the whole site. GFAVIP login

View comments archive