{"id":4932,"date":"2024-10-23T15:02:19","date_gmt":"2024-10-23T15:02:19","guid":{"rendered":"https:\/\/howtogeek.blog\/ko\/?p=4932"},"modified":"2024-10-23T15:02:19","modified_gmt":"2024-10-23T15:02:19","slug":"guide-to-using-the-claude-computer-demo-tool-effectively","status":"publish","type":"post","link":"https:\/\/howtogeek.blog\/ko\/guide-to-using-the-claude-computer-demo-tool-effectively\/","title":{"rendered":"Claude Computer Demo Tool\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \uc0ac\uc6a9\ud558\uae30 \uc704\ud55c \uac00\uc774\ub4dc"},"content":{"rendered":"<p>Anthropic\uc740 Claude\uc758 \ucef4\ud4e8\ud130 \uc0ac\uc6a9 \ub3c4\uad6c\ub77c\ub294 \ud601\uc2e0\uc801\uc778 \uc2e4\ud5d8\uc801 \uae30\ub2a5\uc744 \ub3c4\uc785\ud558\uc5ec AI \uc5b4\uc2dc\uc2a4\ud134\ud2b8\uac00 \uc778\uac04\uacfc \uc720\uc0ac\ud558\uac8c \ucef4\ud4e8\ud130 \uc778\ud130\ud398\uc774\uc2a4\uc640 \uc0c1\ud638 \uc791\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ud588\uc2b5\ub2c8\ub2e4. \uc774 \uae30\ub2a5\uc744 \ud1b5\ud574 \uac1c\ubc1c\uc790\ub294 Claude\uac00 \uc2dc\ubbac\ub808\uc774\uc158\ub41c \ub9c8\uc6b0\uc2a4 \uc6c0\uc9c1\uc784, \ud074\ub9ad \ubc0f \ud0a4\ubcf4\ub4dc \uc785\ub825\uc744 \ud1b5\ud574 \uc791\uc5c5\uc744 \uc2e4\ud589\ud558\ub3c4\ub85d \uc548\ub0b4\ud558\uc5ec \ub2e4\uc591\ud55c \ud45c\uc900 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ubcf5\uc7a1\ud558\uace0 \uc5ec\ub7ec \ub2e8\uacc4\ub85c \uc774\ub8e8\uc5b4\uc9c4 \ud504\ub85c\uc138\uc2a4\ub97c \uc790\ub3d9\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2 id=\"prerequisites\">\uc694\uad6c \uc0ac\ud56d<\/h2>\n<p>\uacc4\uc18d\ud558\uae30 \uc804\uc5d0 \ub2e4\uc74c \uae30\uc900\uc744 \ucda9\uc871\ud558\ub294\uc9c0 \ud655\uc778\ud558\uc138\uc694.<\/p>\n<ul>\n<li>Claude 3.5 Sonnet v2\uc5d0 \uc811\uadfc\ud560 \uc218 \uc788\ub294 Anthropic API \ud0a4.<\/li>\n<li>\uc2dc\uc2a4\ud15c\uc5d0 Docker\uac00 \uc124\uce58\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\uba85\ub839\uc904 \uba85\ub839\uc5b4\uc5d0 \ub300\ud55c \uae30\ubcf8 \uc9c0\uc2dd.<\/li>\n<\/ul>\n<h2 id=\"setting-up-claudes-computer-use-demo\">\ud074\ub85c\ub4dc\uc758 \ucef4\ud4e8\ud130 \uc0ac\uc6a9 \ub370\ubaa8 \uad6c\uc131<\/h2>\n<p>Claude \ucef4\ud4e8\ud130 \uc0ac\uc6a9 \ub370\ubaa8\ub97c \uc2dc\uc791\ud558\ub824\uba74 \ub2e4\uc74c \uc9c0\uce68\uc744 \ub530\ub974\uc138\uc694.<\/p>\n<ul>\n<li>\ub2e4\uc74c \uba85\ub839\uc744 \uc0ac\uc6a9\ud558\uc5ec Anthropic\uc758 GitHub\uc5d0\uc11c \ub370\ubaa8 \uc800\uc7a5\uc18c\ub97c \ubcf5\uc81c\ud569\ub2c8\ub2e4.<code>git clone https:\/\/github.com\/anthropics\/anthropic-quickstarts.git<\/code><\/li>\n<li>\ub514\ub809\ud1a0\ub9ac\ub97c computer-use-demo \ud3f4\ub354\ub85c \ubcc0\uacbd\ud558\uc138\uc694:<code>cd anthropic-quickstarts\/computer-use-demo<\/code><\/li>\n<li>\ub2e4\uc74c\uc744 \uc2e4\ud589\ud558\uc5ec Anthropic API \ud0a4\ub97c \ud658\uacbd \ubcc0\uc218\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.<code>export ANTHROPIC_API_KEY=your_api_key_here<\/code><\/li>\n<li>\ub2e4\uc74c Docker \uba85\ub839\uc744 \uc2e4\ud589\ud558\uc5ec \ub370\ubaa8\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p> <code> <code>docker run -e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY -v $HOME\/.anthropic:\/home\/computeruse\/.anthropic -p 5900:5900 -p 8501:8501 -p 6080:6080 -p 8080:8080 -it ghcr.io\/anthropics\/anthropic-quickstarts:computer-use-demo-latest<\/code><\/code><\/p>\n<ul>\n<li>x86 \uc544\ud0a4\ud14d\ucc98\ub97c \uc0ac\uc6a9\ud558\ub294 \uacbd\uc6b0 Docker \uba85\ub839\uc5d0 \ud50c\ub7ab\ud3fc \ud50c\ub798\uadf8\ub97c \ud3ec\ud568\ud574\uc57c \ud569\ub2c8\ub2e4.<code>--platform linux\/amd64<\/code><\/li>\n<li>Docker \ucee8\ud14c\uc774\ub108\uac00 \uc131\uacf5\uc801\uc73c\ub85c \uc2dc\uc791\ub418\uba74 \uc6f9 \ube0c\ub77c\uc6b0\uc800\ub97c \uc5f4\uace0 \ub2e4\uc74c\uc73c\ub85c \uc774\ub3d9\ud558\uc138\uc694.<code>http:\/\/localhost:8080\/<\/code><\/li>\n<li>\ucc44\ud305 \ud328\ub110\uacfc \uac00\uc0c1 \ub370\uc2a4\ud06c\ud1b1 \ud658\uacbd\uc774 \ud3ec\ud568\ub41c \ucef4\ud4e8\ud130 \uc0ac\uc6a9 \ub3c4\uad6c\uc758 \uc778\ud130\ud398\uc774\uc2a4\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4.<\/li>\n<\/ul>\n<figure class=\"wp-block-image\"><img alt=\"\" class=\"wp-image\" decoding=\"async\" height=\"1116\" loading=\"lazy\" src=\"https:\/\/cdn.howtogeek.blog\/wp-content\/uploads\/2024\/10\/image-461.webp\" title=\"\" width=\"1575\"\/><\/figure>\n<h2 id=\"using-the-computer-use-tool\">\ucef4\ud4e8\ud130 \uc0ac\uc6a9 \ub3c4\uad6c \ud0d0\uc0c9<\/h2>\n<p>\uc124\uc815\uc774 \uc644\ub8cc\ub418\uba74 Claude\uc5d0\uac8c \uac00\uc0c1 \ub370\uc2a4\ud06c\ud1b1\uc5d0\uc11c \uc791\uc5c5\uc744 \uc2e4\ud589\ud558\ub3c4\ub85d \uc9c0\uc2dc\ud560 \uc900\ube44\uac00 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.<\/p>\n<ul>\n<li>Claude\uac00 \uc218\ud589\ud560 \uba85\ub839\uc744 \ucc44\ud305 \ud328\ub110\uc5d0 \uc785\ub825\ud558\uc138\uc694. \uc608\ub97c \ub4e4\uc5b4:<code>Launch Firefox and go to \"google.com\". Look for \"Anthropic press release\"and format the findings into clean markdown.<\/code><\/li>\n<li>\ud074\ub85c\ub4dc\ub294 \uadc0\ud558\uc758 \uc694\uccad\uc744 \ucc98\ub9ac\ud558\uace0 \uc791\uc5c5\uc744 \uc644\ub8cc\ud558\uae30 \uc704\ud574 \ud544\uc694\ud55c \ub9c8\uc6b0\uc2a4 \ub3d9\uc791\uacfc \ud0a4\ubcf4\ub4dc \uc785\ub825\uc744 \ubcf5\uc81c\ud569\ub2c8\ub2e4.<\/li>\n<li>\uac00\uc0c1 \ub370\uc2a4\ud06c\ud1b1\uc5d0\uc11c \ud074\ub85c\ub4dc\uc758 \uc2e4\ud589 \uacfc\uc815\uc744 \uc2e4\uc2dc\uac04\uc73c\ub85c \uad00\ucc30\ud558\uc138\uc694.<\/li>\n<li>\uc644\ub8cc\ub418\uba74 Claude\ub294 \ucc44\ud305 \ud328\ub110\uc5d0 \ucd9c\ub825\uc744 \ud45c\uc2dc\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<figure class=\"wp-block-image\"><\/figure>\n<p>\uc774\ub7ec\ud55c \uac1c\ub7b5\uc801\uc778 \ub2e8\uacc4\ub97c \ub530\ub77c\uac00\uba74 \ud074\ub85c\ub4dc\uc758 \ucef4\ud4e8\ud130 \uc0ac\uc6a9 \ub3c4\uad6c\uc758 \uae30\ub2a5\uc744 \uc54c\uc544\ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p><a class=\"xiaomi\" href=\"https:\/\/allthings.how\/how-to-use-claude-computer-use-tool-2\/\" rel=\"noopener noreferrer nofollow\" target=\"_blank\">\uc6d0\ucc9c<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Anthropic\uc740 Claude\uc758 \ucef4\ud4e8\ud130 \uc0ac\uc6a9 \ub3c4\uad6c\ub77c\ub294 \ud601\uc2e0\uc801\uc778 \uc2e4\ud5d8\uc801 \uae30\ub2a5\uc744 \ub3c4\uc785\ud558\uc5ec AI \uc5b4\uc2dc\uc2a4\ud134\ud2b8\uac00 \uc778\uac04\uacfc \uc720\uc0ac\ud558\uac8c \ucef4\ud4e8\ud130 \uc778\ud130\ud398\uc774\uc2a4\uc640 \uc0c1\ud638 \uc791\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ud588\uc2b5\ub2c8\ub2e4. \uc774 \uae30\ub2a5\uc744 \ud1b5\ud574 \uac1c\ubc1c\uc790\ub294 Claude\uac00 \uc2dc\ubbac\ub808\uc774\uc158\ub41c \ub9c8\uc6b0\uc2a4 \uc6c0\uc9c1\uc784, \ud074\ub9ad \ubc0f \ud0a4\ubcf4\ub4dc \uc785\ub825\uc744 \ud1b5\ud574 \uc791\uc5c5\uc744 \uc2e4\ud589\ud558\ub3c4\ub85d \uc548\ub0b4\ud558\uc5ec \ub2e4\uc591\ud55c \ud45c\uc900 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ubcf5\uc7a1\ud558\uace0 \uc5ec\ub7ec \ub2e8\uacc4\ub85c \uc774\ub8e8\uc5b4\uc9c4 \ud504\ub85c\uc138\uc2a4\ub97c \uc790\ub3d9\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc694\uad6c \uc0ac\ud56d \uacc4\uc18d\ud558\uae30 \uc804\uc5d0 \ub2e4\uc74c \uae30\uc900\uc744 \ucda9\uc871\ud558\ub294\uc9c0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[182,245,130],"class_list":["post-4932","post","type-post","status-publish","format-standard","hentry","category-how-to","tag-artificial-intelligence","tag-claude","tag-microsoft"],"acf":[],"_links":{"self":[{"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/posts\/4932","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/comments?post=4932"}],"version-history":[{"count":1,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/posts\/4932\/revisions"}],"predecessor-version":[{"id":4933,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/posts\/4932\/revisions\/4933"}],"wp:attachment":[{"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/media?parent=4932"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/categories?post=4932"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/tags?post=4932"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}