Computer use: Claude takes the wheel.
Claude's computer-use feature lets it actually click, type, and navigate web pages on your behalf. It's the closest thing to an autonomous agent that ships in a consumer product today. This lesson covers what it does well, what it does poorly, and the safety patterns that prevent disaster.
The mental model
Computer use is powerful and dangerous. Use it for boring, repeatable, low-stakes work.
Claude can navigate websites, fill out forms, click buttons, extract data. It's NOT yet good at: anything requiring login to sensitive accounts, financial transactions, or tasks where one wrong click matters. Stay in the safe zone until the capability matures.
Never give computer use access to anything you wouldn't let a curious intern use. Banking, healthcare logins, anything with PII. Use it on throwaway browsers, throwaway accounts, public data. The capability is real; the trust required is still being earned.
Workflow 01 Data extraction from many web pages
The web-scraper that doesn't require you to code
Tell Claude to visit a list of URLs and extract structured data.
The prompt that works
Best use cases
- Competitive intelligence (visiting many competitor sites)
- Building target lists from directories
- Extracting data from sites without APIs
- Periodic monitoring of pages you care about
Workflow 02 Form filling at scale
Fill 50 forms without breaking your hand
Give Claude a CSV and a form URL. It fills the form, submits, moves to the next row.
The prompt that works
Best use cases
- Bulk submissions to directories or marketplaces
- Onboarding tasks that require many similar form fills
- Survey or research data entry
- Migrating data from spreadsheets to legacy systems
Workflow 03 Browser-based workflows you can't easily script
Automate the things that only exist in a browser
Some workflows have no API, no automation, no shortcut — only a web UI. Computer use is the answer for those.
The prompt that works
Best use cases
- Vendor portal automation (downloading invoices, etc.)
- Internal dashboard monitoring
- Periodic audits of accounts/subscriptions
- Anywhere you click the same buttons in the same order routinely
Final challenge: find one task to delegate
Identify one boring web task you do routinely. Test computer use on it. Start with one run; supervise; verify; then automate the routine. Most users find at least one 30-min/week task they can delegate.
What you can do now
- Understand what computer use does well vs. poorly today
- Apply safety patterns (throwaway accounts, supervised first runs)
- Use computer use for data extraction and form filling at scale
- Recognize when an API would be better than browser automation
- Maintain automated workflows when sites change