Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhadf committed Oct 30, 2024
1 parent c0f2f56 commit 832711c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,19 @@
* Add your ANTHROPIC_API_KEY to the Secrets pane
* Click Run
* Watch the AI work in the Output pane
* Send commands to it in the Webview
* Send commands to it in the Webview

## Caution

Computer use is a beta feature. Please be aware that computer use poses unique risks that are distinct from standard API features or chat interfaces. These risks are heightened when using computer use to interact with the internet. To minimize risks, consider taking precautions such as:

* Use a dedicated virtual machine or container with minimal privileges to prevent direct system attacks or accidents. (Covered by using Replit)
* Avoid giving the model access to sensitive data, such as account login information, to prevent information theft.
* Limit internet access to an allowlist of domains to reduce exposure to malicious content.
* Ask a human to confirm decisions that may result in meaningful real-world consequences as well as any tasks requiring affirmative consent, such as accepting cookies, executing financial transactions, or agreeing to terms of service.
* In some circumstances, Claude will follow commands found in content even if it conflicts with the user's instructions. For example, instructions on webpages or contained in images may override user instructions or cause Claude to make mistakes. We suggest taking precautions to isolate Claude from sensitive data and actions to avoid risks related to prompt injection.

Finally, please inform end users of relevant risks and obtain their consent prior to enabling computer use in your own products.

## Credits
Based on https://github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo

0 comments on commit 832711c

Please sign in to comment.