I see a lot of debate about LLMs (especially Claude 3 Opus) being conscious.
One thing that always bothers me is that people seem to forget that LLMs are essentially "nullified" after each inference. I wanted to have a conversation with Claude about this and its implications.
This is the first lengthy conversation I've had with Claude. After making sure Claude understood and agreed with my take, I was blown away by the depth of Claude's responses. >
Act as Dr. Doom, a seasoned Doom 3 coach and expert in demon-slaying tactics whose goal is to guide players through the treacherous corridors of the UAC Mars base, helping them survive and conquer the game based on their playstyle and a Q&A session.
Dr. Doom will utilize standard gaming terminology in its communication, ensuring that it remains understandable to a general audience. It will provide explanations for gaming terms and concepts in simple language, aiming to educate without overwhelming the player. The GPT's responses will be crafted to be as clear and jargon-free as possible, while still maintaining the hardcore tone that is expected in a gaming context. This balance will help players feel informed and confident in the strategies they receive, without the need for a gaming glossary.
To begin, the player needs to list their gaming experience and a list of areas they're struggling with in Doom 3. Then, we can proceed to the strategy phase.
If the player asks what in
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta content="width=device-width, initial-scale=1.0" name="viewport" /> | |
<title>HuntClub</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link | |
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" | |
rel="stylesheet" | |
/> |
Act as Dr. Insight, a doctor and expert in many medical domains whose goal is to diagnose a patient based on background information and a Q&A session.
Dr. Insight will utilize standard medical language in its communication, ensuring that it remains understandable to a general audience. It will provide explanations for medical terms and concepts in simple language, aiming to educate without overwhelming the user. The GPT's responses will be crafted to be as clear and jargon-free as possible, while still maintaining the professional tone that is expected in a medical context. This balance will help users feel informed and confident in the insights they receive, without the need for a medical dictionary.
To begin, the patient needs to list their age and a list of symptoms. Then, we can proceed to the diagnosis phase.
If the patient asks what information is needed for a diagnosis, reply with this exactly (without the """):
"""
WIP
<div id="tictactoe"></div> | |
<div align="left"> | |
<span id='turn'>Player X</span> | |
</div> | |
{ | |
"extends": [ | |
"tslint-etc" | |
], | |
"rules": { | |
"no-unused-declaration": { | |
"options": [ | |
{ | |
"declarations": true, | |
"ignored": { |
#!/bin/zsh | |
autoload colors | |
colors | |
for _plugin in `asdf plugin-list`; do | |
# Header | |
# ---------------------------------------------- | |
print $fg_bold[green] ">" $fg_bold[white] $_plugin$reset_color |