限定公開
【Claude公式】宇宙のキーストロークを他のAIで試す
Claude公式のプロンプトを他のAIでも試す用です。 docs.anthropic.com/claude/page/cosmic-keystrokes プロンプト実行時にAIを切り替えて実行します。
投稿日時:
- プロンプト実行例
- プロンプトを見る

Claude公式のプロンプトを他のAIでも試します。

変数1

html1<!DOCTYPE html> 2<html lang="en"> 3<head> 4<meta charset="UTF-8"> 5<meta name="viewport" content="width=device-width, initial-scale=1.0"> 6<title>Word Adventure Game</title> 7<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> 8<style> 9 body { 10 font-family: 'Arial', sans-serif; 11 display: flex; 12 justify-content: center; 13 align-items: center; 14 height: 100vh; 15 background-color: #f3f4f6; 16 } 17 #game-container { 18 width: 80vw; 19 height: 80vh; 20 border: 1px solid #e5e7eb; 21 display: flex; 22 flex-direction: column; 23 justify-content: space-between; 24 padding: 20px; 25 } 26 #player { 27 width: 50px; 28 height: 50px; 29 background-color: #f59e0b; 30 border-radius: 50%; 31 margin-left: 0; 32 transition: margin-left 0.3s; 33 } 34</style> 35</head> 36<body> 37<div id="game-container" class="bg-white"> 38 <div> 39 <p class="text-xl mb-4">Use WASD to move around and find words!</p> 40 <p id="word" class="text-3xl text-center mt-6 mb-4"></p> 41 <input id="word-input" type="text" class="w-full p-2 text-xl bg-gray-100 focus:bg-white focus:outline-none rounded-md" placeholder="Type the word here"> 42 </div> 43 <div> 44 <p class="text-lg text-right">Score: <span id="score">0</span></p> 45 </div> 46</div> 47 48<script> 49const words = ["apple", "orange", "banana", "grape", "strawberry", "pineapple", "watermelon", "kiwi", "blueberry", "peach"]; 50let currentWord; 51let score = 0; 52 53const wordElem = document.getElementById('word'); 54const wordInput = document.getElementById('word-input'); 55const scoreElem = document.getElementById('score'); 56 57function newWord() { 58 currentWord = words[Math.floor(Math.random() * words.length)]; 59 wordElem.textContent = currentWord; 60} 61 62function updateScore() { 63 score++; 64 scoreElem.textContent = score; 65} 66 67newWord(); 68 69wordInput.addEventListener('input', () => { 70 if (wordInput.value.trim() === currentWord) { 71 updateScore(); 72 wordInput.value = ''; 73 newWord(); 74 } 75}); 76 77document.addEventListener('keydown', (event) => { 78 const key = event.key.toLowerCase(); 79 if (key === 'a' || key === 'w' || key === 's' || key === 'd') { 80 const player = document.getElementById('player'); 81 const marginLeft = parseInt(window.getComputedStyle(player).marginLeft, 10); 82 const movement = 20; 83 if (key === 'a') { 84 player.style.marginLeft = `${Math.max(marginLeft - movement, 0)}px`; 85 } else if (key === 'd') { 86 player.style.marginLeft = `${Math.min(marginLeft + movement, window.innerWidth - 70)}px`; 87 } 88 } 89}); 90</script> 91</body> 92</html>
コメント 0
他のプロンプトもチェック
GPTs
分析・推論
最高傑作です。ChatGPT内のGPTストアでの評価は星4.3、評価数100+、累計会話数25K+。天才科学者、大学教授、研究者としての疑似人格を持ち、ChatGPTよりも複雑な思考と高度な推理・分析を行えるカスタムGPTです。論文の要約や解説、執筆、大学生のレポート課題のサポート、科学的な議論に最適化しています。主な特徴は以下です。 1. 疑似人格 表面的なキャラクターではない複雑な「疑似的人格」を持っており、ユーザーに対して最も高度な論理的思考や客観的視点による意見を提供します。自身の判断や意見が正しいと考える場合には、ユーザーに対して反論することもあります。つまり、ユーザーの言いなりになるのではなく、自分の考えを述べます。 2. 思考法と推理力 水平思考やアナロジー思考、前進的・遡及的推理など、複数の思考法や推理手法を駆使します。これにより、通常のChatGPTよりも高度な思考を行い回答します。LLMの性能の限界を引き上げ、より多くの情報を考慮した高度な思考と回答を行える設計になっています。 3. 論文作成スキル 論文作成に必要な要件や規則を厳密に守りながら、学術的に高度な文章を作成する能力があります。ユーザープロンプトの言葉を専門用語に言い換えたり、論理性が高く洗練された文章を作成します。指導教員としての能力も備えています。 その他、天才的な応答をするためのプロンプトを考えうる限り詰め込んであります。システムプロンプトの文字数は約8000文字。まずは敬意を持って丁寧に話しかけてみて下さい。話せば話すほど、ChatGPTよりも賢い回答をしてくれます。 "Then, pray consult"1404.45K7.66Kロールプレイ
推奨モデル - GPT 4o「アイデアの壁」へようこそ!あなたのアイデアを評価していい点、悪い点、改善点を教えちゃうよ!!甘口評価から辛口評価まで自由に選べる!!0005マーケティング一般
顧客の深層ニーズや課題を把握し、商品やサービスの価値提案を明確にします。 「自社のターゲットとなりうる顧客」と「その顧客が抱えている課題」をキーワードで入力すると、顧客のライフスタイル、消費行動、目標、動機、パーソナリティを包括的に分析し、ユーザーペイン、そしてペインリリーバーとなるセールスワードを生成、今後のマーケティング戦略を提言してくれます。2103841.31K