NYX / ULTRON PROGRAM / FIRST LIVE RUN

Nyx: Computer Use

A real recording of Nyx driving a live web browser as an agent would: navigating sites, reading pages, and typing with human-like cursor motion and per-keystroke timing. Every action below was issued over MCP, the same interface a Nyx worker uses.

  1. Nyx launches Chrome and navigates to example.com
  2. Loads Hacker News — a live page, reading the real DOM
  3. Opens DuckDuckGo
  4. Types "nyx computer use" into the search box with a bezier cursor path and per-keystroke timing, then submits
What you are seeingThe browser-mcp organ (Organ A) driving a real Chrome via nodriver/CDP. Nyx navigates, reads the DOM, and types into a search box using a bezier cursor path and randomized keystroke delays, so automation reads as human.
The controlsState-changing actions route through the Ultron Governor and are ledgered; logins resolve credentials internally (the model never sees a password); sessions persist per-domain so a re-visit stays signed in.
Where it goes nextOrgan E wraps this same browser in an isolated container; Organ F extends it to a full virtual desktop (any GUI app, not just the web). Those need a working Docker host — this recording is the native browser tier, running with no container at all.
RECORDED LIVE 2026-07-03 / NYX AGENT ORCHESTRATOR