add one particularly good question to the standard set

This commit is contained in:
Fraser
2023-07-11 23:55:28 -04:00
parent 42052e4ab6
commit 09efc4dd8d
2 changed files with 17 additions and 15 deletions
+1
View File
@@ -1,4 +1,5 @@
"I'm not convinced, why is this important?"
"What are ""RAAPs""?"
"What are ""scaling laws"" and how are they relevant to safety?"
"What does the term ""x-risk"" mean?"
"What is ""FOOM""?"
1 I'm not convinced, why is this important?
2 What are "RAAPs"?
3 What are "scaling laws" and how are they relevant to safety?
4 What does the term "x-risk" mean?
5 What is "FOOM"?
+16 -15
View File
@@ -11,25 +11,26 @@ export type Followup = {
// initial questions to fill the search box with.
export const initialQuestions: string[] = [
"What is an AI arms race?",
"What is AI safety and alignment?",
"I'm not convinced, why is this important?",
"What are some of the different research approaches?",
"How can I help with AI safety and alignment?",
"Why would we expect AI to be \"misaligned by default\"?",
"What are the differences between Inner and Outer alignment?",
"Are there any regulatory efforts aimed at addressing AI safety and alignment concerns?",
"What are \"scaling laws\" and how are they relevant to safety?",
"How could an AI possibly be an x-risk when some populations aren't even connected to the internet?",
"What is an Intelligence Explosion?",
"What is \"FOOM\"?",
"What is a hard takeoff?",
"How can I help with AI safety and alignment?",
"How could a predictive model - like an LLM - act like an agent?",
"What does the term \"x-risk\" mean?",
"What is a mesa-optimizer?",
"How could an AI possibly be an x-risk when some populations aren't even connected to the internet?",
"I'm not convinced, why is this important?",
"Summarize the differences in opinion between Eliezer Yudkowsky and Paul Christiano.",
"What is the \"orthogonality thesis\"?",
"What are \"RAAPs\"?",
"What are \"scaling laws\" and how are they relevant to safety?",
"What are some of the different research approaches?",
"What are the differences between Inner and Outer alignment?",
"What does the term \"x-risk\" mean?",
"What is \"FOOM\"?",
"What is \"instrumental convergence\"?",
"What is a hard takeoff?",
"What is a mesa-optimizer?",
"What is AI safety and alignment?",
"What is an AI arms race?",
"What is an Intelligence Explosion?",
"What is the \"orthogonality thesis\"?",
"Why would we expect AI to be \"misaligned by default\"?",
]