Full Self Browsing field report

Gemini creates an Azure VM

We gave Gemini Pro 3 Flash WebCLI and said: go to Azure and create a VM. No Azure-specific script. No prewritten Playwright flow. It figured out the portal.

Split-screen demo thumbnail showing Gemini using WebCLI in a terminal while Azure Portal runs in a browser.
Video coming soon

Transcript

[
  { "event": "observe", "summary": "Azure portal login loaded" },
  { "event": "do", "action": "login", "status": "success" },
  { "event": "observe", "summary": "Dashboard: Create a resource" },
  { "event": "blocker", "type": "auth", "message": "human approval required" },
  { "event": "pause", "reason": "passkey approval" },
  { "event": "resume", "status": "unblocked" },
  { "event": "complete", "result": "VM creation initiated" }
]