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.
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" }
]