Spaces:
Sleeping
Sleeping
khanmigo
Browse files- app.py +13 -2
- sample/1-s2.0-S2444569X25002239-main.pdf +3 -0
- sample/demo_chat_4.json +1335 -0
- sample/v=hJP5GqnTrNo.srt.txt +1586 -0
app.py
CHANGED
|
@@ -51,6 +51,15 @@ def get_demo_3_html() -> str:
|
|
| 51 |
chat_data = []
|
| 52 |
return load_template_with_data("g6eQMrA1_-I", chat_data)
|
| 53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
# Global store for custom simulations
|
| 55 |
custom_simulation_store = {
|
| 56 |
"video_id": "",
|
|
@@ -64,6 +73,8 @@ def play_simulation_selection(selection: str) -> str:
|
|
| 64 |
return get_demo_2_html()
|
| 65 |
elif selection == "Edward Teller - Schrödinger's Cat (Demo)":
|
| 66 |
return get_demo_3_html()
|
|
|
|
|
|
|
| 67 |
elif selection == "My Custom Simulation":
|
| 68 |
if custom_simulation_store["video_id"] and custom_simulation_store["chat_data"]:
|
| 69 |
return load_template_with_data(custom_simulation_store["video_id"], custom_simulation_store["chat_data"])
|
|
@@ -138,7 +149,7 @@ def handle_generation(yt_url: str, pdf_file, doc_text: str, srt_text: str, hf_to
|
|
| 138 |
return (
|
| 139 |
new_html,
|
| 140 |
success_msg,
|
| 141 |
-
gr.update(choices=["Steve Jobs 1983 Speech (Demo)", "Carl Sagan Demon-Haunted World (Demo)", "Edward Teller - Schrödinger's Cat (Demo)", "My Custom Simulation"], value="My Custom Simulation")
|
| 142 |
)
|
| 143 |
except Exception as e:
|
| 144 |
error_msg = f"### ❌ Error running pipeline\n{e}"
|
|
@@ -272,7 +283,7 @@ with gr.Blocks(title="ReLiveStream - Interactive Replay", theme=custom_theme, cs
|
|
| 272 |
with gr.TabItem("🎭 Theater Mode"):
|
| 273 |
with gr.Row():
|
| 274 |
sim_selector = gr.Radio(
|
| 275 |
-
choices=["Steve Jobs 1983 Speech (Demo)", "Carl Sagan Demon-Haunted World (Demo)", "Edward Teller - Schrödinger's Cat (Demo)", "My Custom Simulation"],
|
| 276 |
value="Steve Jobs 1983 Speech (Demo)",
|
| 277 |
label="Choose Simulation to Play",
|
| 278 |
interactive=True
|
|
|
|
| 51 |
chat_data = []
|
| 52 |
return load_template_with_data("g6eQMrA1_-I", chat_data)
|
| 53 |
|
| 54 |
+
def get_demo_4_html() -> str:
|
| 55 |
+
demo_json_path = os.path.join(os.path.dirname(__file__), "sample", "demo_chat_4.json")
|
| 56 |
+
if os.path.exists(demo_json_path):
|
| 57 |
+
with open(demo_json_path, "r", encoding="utf-8") as f:
|
| 58 |
+
chat_data = json.load(f)
|
| 59 |
+
else:
|
| 60 |
+
chat_data = []
|
| 61 |
+
return load_template_with_data("hJP5GqnTrNo", chat_data)
|
| 62 |
+
|
| 63 |
# Global store for custom simulations
|
| 64 |
custom_simulation_store = {
|
| 65 |
"video_id": "",
|
|
|
|
| 73 |
return get_demo_2_html()
|
| 74 |
elif selection == "Edward Teller - Schrödinger's Cat (Demo)":
|
| 75 |
return get_demo_3_html()
|
| 76 |
+
elif selection == "Sal Khan - Khanmigo AI Tutor (Demo)":
|
| 77 |
+
return get_demo_4_html()
|
| 78 |
elif selection == "My Custom Simulation":
|
| 79 |
if custom_simulation_store["video_id"] and custom_simulation_store["chat_data"]:
|
| 80 |
return load_template_with_data(custom_simulation_store["video_id"], custom_simulation_store["chat_data"])
|
|
|
|
| 149 |
return (
|
| 150 |
new_html,
|
| 151 |
success_msg,
|
| 152 |
+
gr.update(choices=["Steve Jobs 1983 Speech (Demo)", "Carl Sagan Demon-Haunted World (Demo)", "Edward Teller - Schrödinger's Cat (Demo)", "Sal Khan - Khanmigo AI Tutor (Demo)", "My Custom Simulation"], value="My Custom Simulation")
|
| 153 |
)
|
| 154 |
except Exception as e:
|
| 155 |
error_msg = f"### ❌ Error running pipeline\n{e}"
|
|
|
|
| 283 |
with gr.TabItem("🎭 Theater Mode"):
|
| 284 |
with gr.Row():
|
| 285 |
sim_selector = gr.Radio(
|
| 286 |
+
choices=["Steve Jobs 1983 Speech (Demo)", "Carl Sagan Demon-Haunted World (Demo)", "Edward Teller - Schrödinger's Cat (Demo)", "Sal Khan - Khanmigo AI Tutor (Demo)", "My Custom Simulation"],
|
| 287 |
value="Steve Jobs 1983 Speech (Demo)",
|
| 288 |
label="Choose Simulation to Play",
|
| 289 |
interactive=True
|
sample/1-s2.0-S2444569X25002239-main.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edebe9355f93354d2311e1af874fd62276c1b4fa4f95197e14b36ffd8f966ca2
|
| 3 |
+
size 839359
|
sample/demo_chat_4.json
ADDED
|
@@ -0,0 +1,1335 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "m4",
|
| 4 |
+
"username": "AudioPhile",
|
| 5 |
+
"text": "Audio crisp AF, nice prod value 👍",
|
| 6 |
+
"anchor_id": "anc_0",
|
| 7 |
+
"displayTime": 6.81310275715498
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"id": "m8",
|
| 11 |
+
"username": "KhanAcademyAlum",
|
| 12 |
+
"text": "Sal carried me through calculus, respect 🙏",
|
| 13 |
+
"anchor_id": "anc_0",
|
| 14 |
+
"displayTime": 6.827985692023434
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"id": "m6",
|
| 18 |
+
"username": "CasualViewer",
|
| 19 |
+
"text": "Let's gooo 🚀",
|
| 20 |
+
"anchor_id": "anc_0",
|
| 21 |
+
"displayTime": 7.5546629382624495
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"id": "m9",
|
| 25 |
+
"username": "EmoteKing",
|
| 26 |
+
"text": "PogChamp",
|
| 27 |
+
"anchor_id": "anc_0",
|
| 28 |
+
"displayTime": 7.602604602242017
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": "m1",
|
| 32 |
+
"username": "StreamWatcher99",
|
| 33 |
+
"text": "Is this live? Chat's dead af lol",
|
| 34 |
+
"anchor_id": "anc_0",
|
| 35 |
+
"displayTime": 7.779856873638285
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"id": "m3",
|
| 39 |
+
"username": "FirstTimeCaller",
|
| 40 |
+
"text": "First! hype hype hype 🔥",
|
| 41 |
+
"anchor_id": "anc_0",
|
| 42 |
+
"displayTime": 8.507193097185347
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"id": "m2",
|
| 46 |
+
"username": "TED_Fanatic",
|
| 47 |
+
"text": "Yo it's Sal Khan! Legend 🙌",
|
| 48 |
+
"anchor_id": "anc_0",
|
| 49 |
+
"displayTime": 9.723354207190393
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"id": "m5",
|
| 53 |
+
"username": "TechSavvyMom",
|
| 54 |
+
"text": "Worried my kids will use ChatGPT for homework lol no cap",
|
| 55 |
+
"anchor_id": "anc_0",
|
| 56 |
+
"displayTime": 10.230386144231263
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"id": "m7",
|
| 60 |
+
"username": "AI_Skeptic_2024",
|
| 61 |
+
"text": "Let's see if he actually addresses the downsides or just shills the tech 🤔",
|
| 62 |
+
"anchor_id": "anc_0",
|
| 63 |
+
"displayTime": 12.038271623959643
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": "m13",
|
| 67 |
+
"username": "SkepticalSam",
|
| 68 |
+
"text": "Undermine education? It already has in some places, fr MonkaS",
|
| 69 |
+
"anchor_id": "anc_2",
|
| 70 |
+
"displayTime": 24.26459834627209
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": "m15",
|
| 74 |
+
"username": "EduPolicyWatcher",
|
| 75 |
+
"text": "Guardrails are pricey and hard to enforce, just saying. Kappa",
|
| 76 |
+
"anchor_id": "anc_3",
|
| 77 |
+
"displayTime": 33.80120375092935
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"id": "m11",
|
| 81 |
+
"username": "TeacherTom",
|
| 82 |
+
"text": "I sure hope those guardrails work—my students already trying to cheat, Kappa",
|
| 83 |
+
"anchor_id": "anc_3",
|
| 84 |
+
"displayTime": 33.96293270016076
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"id": "m10",
|
| 88 |
+
"username": "OptimistPrime",
|
| 89 |
+
"text": "Biggest positive transformation? That's a bold claim, lol 🤔",
|
| 90 |
+
"anchor_id": "anc_4",
|
| 91 |
+
"displayTime": 37.947479731833454
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": "m17",
|
| 95 |
+
"username": "HistoryBuff",
|
| 96 |
+
"text": "Every time someone says 'new paradigm', I get nervous, lol Pepega",
|
| 97 |
+
"anchor_id": "anc_4",
|
| 98 |
+
"displayTime": 41.207849346673996
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"id": "m12",
|
| 102 |
+
"username": "FutureThinker",
|
| 103 |
+
"text": "Personal tutor for every student? Total utopian dream, ngl LUL",
|
| 104 |
+
"anchor_id": "anc_5",
|
| 105 |
+
"displayTime": 46.34455796494443
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"id": "m18",
|
| 109 |
+
"username": "CuriousCat",
|
| 110 |
+
"text": "But how do we pay for it? 🤔",
|
| 111 |
+
"anchor_id": "anc_5",
|
| 112 |
+
"displayTime": 47.193187639113944
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": "m14",
|
| 116 |
+
"username": "DadOfThree",
|
| 117 |
+
"text": "If this saves me from explaining algebra again, I'm in 😂 Pog",
|
| 118 |
+
"anchor_id": "anc_5",
|
| 119 |
+
"displayTime": 48.1549501481319
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"id": "m16",
|
| 123 |
+
"username": "CodeNinja",
|
| 124 |
+
"text": "AI teaching assistant? Finally, some help for teachers! PogChamp",
|
| 125 |
+
"anchor_id": "anc_5",
|
| 126 |
+
"displayTime": 48.812794036940744
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"id": "m24",
|
| 130 |
+
"username": "RealistRay",
|
| 131 |
+
"text": "Scaling 1‑on‑1 is the holy grail. Good luck, fam",
|
| 132 |
+
"anchor_id": "anc_6",
|
| 133 |
+
"displayTime": 54.36058115472255
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": "m25",
|
| 137 |
+
"username": "StudyBuddy",
|
| 138 |
+
"text": "So does this mean I can ditch my tutor? lol",
|
| 139 |
+
"anchor_id": "anc_7",
|
| 140 |
+
"displayTime": 62.15219575562405
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"id": "m23",
|
| 144 |
+
"username": "Dreamer",
|
| 145 |
+
"text": "If everyone could boost 2 σ, society would flip overnight 😂",
|
| 146 |
+
"anchor_id": "anc_7",
|
| 147 |
+
"displayTime": 62.27923204927524
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"id": "m21",
|
| 151 |
+
"username": "OldSchoolEducator",
|
| 152 |
+
"text": "1‑on‑1 tutoring works, been saying that forever. Too pricey tho 😅",
|
| 153 |
+
"anchor_id": "anc_7",
|
| 154 |
+
"displayTime": 63.81590413692146
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"id": "m19",
|
| 158 |
+
"username": "PsychMajor",
|
| 159 |
+
"text": "Bloom's 2‑sigma problem, fr! Studied that in class lol",
|
| 160 |
+
"anchor_id": "anc_8",
|
| 161 |
+
"displayTime": 69.4049176094934
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"id": "m26",
|
| 165 |
+
"username": "TED_Lover",
|
| 166 |
+
"text": "Benjamin Bloom was way ahead of his time, respect 🙌",
|
| 167 |
+
"anchor_id": "anc_8",
|
| 168 |
+
"displayTime": 71.88659372852108
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"id": "m20",
|
| 172 |
+
"username": "StatsGeek",
|
| 173 |
+
"text": "Two std devs is huge 😱. That flips the whole curve, no cap",
|
| 174 |
+
"anchor_id": "anc_8",
|
| 175 |
+
"displayTime": 72.88537301058027
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"id": "m22",
|
| 179 |
+
"username": "MathWhiz",
|
| 180 |
+
"text": "Sigma = std dev, y’all. Get it right 🙄",
|
| 181 |
+
"anchor_id": "anc_8",
|
| 182 |
+
"displayTime": 74.67065134567898
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"id": "m32",
|
| 186 |
+
"username": "BellCurveFan",
|
| 187 |
+
"text": "The bell curve is natural. Trying to flatten it might have side effects. MonkaS",
|
| 188 |
+
"anchor_id": "anc_9",
|
| 189 |
+
"displayTime": 83.85750231514193
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"id": "m27",
|
| 193 |
+
"username": "VisualLearner",
|
| 194 |
+
"text": "I wish I could see that graph he's pointing at 😂",
|
| 195 |
+
"anchor_id": "anc_9",
|
| 196 |
+
"displayTime": 84.66713960993052
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"id": "m34",
|
| 200 |
+
"username": "Econ101",
|
| 201 |
+
"text": "1‑to‑1 tutoring is resource intensive. That's the bottleneck, bruh",
|
| 202 |
+
"anchor_id": "anc_10",
|
| 203 |
+
"displayTime": 88.09792273286953
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"id": "m29",
|
| 207 |
+
"username": "DataNerd",
|
| 208 |
+
"text": "That shift in the distribution curve is statistically significant. 5Head",
|
| 209 |
+
"anchor_id": "anc_11",
|
| 210 |
+
"displayTime": 99.01316198497747
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"id": "m28",
|
| 214 |
+
"username": "AverageJoe",
|
| 215 |
+
"text": "Take an average student and turn them exceptional? Sign me up fr",
|
| 216 |
+
"anchor_id": "anc_12",
|
| 217 |
+
"displayTime": 103.3978404766743
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"id": "m31",
|
| 221 |
+
"username": "ParentingWin",
|
| 222 |
+
"text": "My kid is below average in math. This gives me hope ngl",
|
| 223 |
+
"anchor_id": "anc_12",
|
| 224 |
+
"displayTime": 103.89383464729103
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"id": "m30",
|
| 228 |
+
"username": "SkepticalSusan",
|
| 229 |
+
"text": "Sounds too good to be true. What's the catch? Kappa",
|
| 230 |
+
"anchor_id": "anc_12",
|
| 231 |
+
"displayTime": 107.31576274659055
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"id": "m33",
|
| 235 |
+
"username": "MotivatedStudent",
|
| 236 |
+
"text": "I want to be exceptional! Let's go! PogChamp",
|
| 237 |
+
"anchor_id": "anc_12",
|
| 238 |
+
"displayTime": 107.34497360624576
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"id": "m38",
|
| 242 |
+
"username": "HistoryTeacher",
|
| 243 |
+
"text": "We've tried scaling group instruction since the Industrial Revolution, no cap.",
|
| 244 |
+
"anchor_id": "anc_13",
|
| 245 |
+
"displayTime": 118.55614000452019
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"id": "m39",
|
| 249 |
+
"username": "VentureCap",
|
| 250 |
+
"text": "If he cracks the econ code, we're looking at a trillion‑dollar biz. 🚀",
|
| 251 |
+
"anchor_id": "anc_14",
|
| 252 |
+
"displayTime": 120.87176021921088
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"id": "m37",
|
| 256 |
+
"username": "TechBro",
|
| 257 |
+
"text": "AI is the fix for scaling, obviously. PogChamp",
|
| 258 |
+
"anchor_id": "anc_14",
|
| 259 |
+
"displayTime": 124.79087316146597
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"id": "m35",
|
| 263 |
+
"username": "BusinessGuru",
|
| 264 |
+
"text": "The econ side is the tough part—economies of scale, fr.",
|
| 265 |
+
"anchor_id": "anc_14",
|
| 266 |
+
"displayTime": 125.77070678165217
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"id": "m41",
|
| 270 |
+
"username": "CuriousGeorge",
|
| 271 |
+
"text": "What’s he about to show? A demo? LUL",
|
| 272 |
+
"anchor_id": "anc_14",
|
| 273 |
+
"displayTime": 125.81664880364204
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"id": "m40",
|
| 277 |
+
"username": "OldGuard",
|
| 278 |
+
"text": "Accelerate it dramatically? Sounds chaotic, bruh.",
|
| 279 |
+
"anchor_id": "anc_15",
|
| 280 |
+
"displayTime": 130.38902811929185
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"id": "m42",
|
| 284 |
+
"username": "NostalgiaTrip",
|
| 285 |
+
"text": "Remember when Khan Academy was just YouTube vids? 😂",
|
| 286 |
+
"anchor_id": "anc_15",
|
| 287 |
+
"displayTime": 132.344587249116
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"id": "m36",
|
| 291 |
+
"username": "KhanFan",
|
| 292 |
+
"text": "Khan Academy's been approximating this for years, lol!",
|
| 293 |
+
"anchor_id": "anc_15",
|
| 294 |
+
"displayTime": 132.42293710067239
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"id": "m44",
|
| 298 |
+
"username": "SalFan1",
|
| 299 |
+
"text": "Khanmigo! Nice name, lol.",
|
| 300 |
+
"anchor_id": "anc_16",
|
| 301 |
+
"displayTime": 139.13175796415345
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"id": "m50",
|
| 305 |
+
"username": "TechEnthusiast",
|
| 306 |
+
"text": "Let's see the magic! LUL",
|
| 307 |
+
"anchor_id": "anc_17",
|
| 308 |
+
"displayTime": 149.03539980543718
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"id": "m47",
|
| 312 |
+
"username": "UI_Designer",
|
| 313 |
+
"text": "That bot icon is cute, lol.",
|
| 314 |
+
"anchor_id": "anc_18",
|
| 315 |
+
"displayTime": 155.26160562442416
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"id": "m43",
|
| 319 |
+
"username": "PrivacyAdvocate",
|
| 320 |
+
"text": "Whoa, the chat's recorded and the teacher can see it? That's invasive, fr.",
|
| 321 |
+
"anchor_id": "anc_19",
|
| 322 |
+
"displayTime": 161.7801936776624
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"id": "m46",
|
| 326 |
+
"username": "SurveillanceSue",
|
| 327 |
+
"text": "Read the new JIK paper on algorithmic exploitation—this monitoring is exactly the 'digital coercion' they warn about. It starts in schools. MonkaS",
|
| 328 |
+
"anchor_id": "anc_19",
|
| 329 |
+
"displayTime": 161.88916512455089
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"id": "m48",
|
| 333 |
+
"username": "LibertarianLarry",
|
| 334 |
+
"text": "Moderated by a second AI? Who's programming the moderator, wtf?",
|
| 335 |
+
"anchor_id": "anc_19",
|
| 336 |
+
"displayTime": 162.17454086451653
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"id": "m49",
|
| 340 |
+
"username": "TeacherTina",
|
| 341 |
+
"text": "Honestly, I need to see what they're asking the AI—helps me teach, Pog.",
|
| 342 |
+
"anchor_id": "anc_19",
|
| 343 |
+
"displayTime": 164.08070516671637
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"id": "m45",
|
| 347 |
+
"username": "ConcernedParent",
|
| 348 |
+
"text": "I like the safeguard—keeps kids honest, no cap.",
|
| 349 |
+
"anchor_id": "anc_19",
|
| 350 |
+
"displayTime": 167.2965315533022
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"id": "m51",
|
| 354 |
+
"username": "BigBrotherWatcher",
|
| 355 |
+
"text": "It's for safety, not coercion—don't be dramatic, Kappa.",
|
| 356 |
+
"anchor_id": "anc_19",
|
| 357 |
+
"reply_to": "m46",
|
| 358 |
+
"displayTime": 170.7487204012472
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"id": "m52",
|
| 362 |
+
"username": "MathHater",
|
| 363 |
+
"text": "I wish I had a bot that *refused* to give me answers. Maybe I'd actually learn. lol",
|
| 364 |
+
"anchor_id": "anc_20",
|
| 365 |
+
"displayTime": 173.34715335869777
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"id": "m54",
|
| 369 |
+
"username": "TutorBot",
|
| 370 |
+
"text": "'I'm your tutor. What do you think is the next step?' Perfect Socratic vibe. LUL",
|
| 371 |
+
"anchor_id": "anc_20",
|
| 372 |
+
"displayTime": 175.57823104750906
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"id": "m53",
|
| 376 |
+
"username": "AIPhi",
|
| 377 |
+
"text": "LLMs are getting better at math? Since when? 🤔",
|
| 378 |
+
"anchor_id": "anc_21",
|
| 379 |
+
"displayTime": 179.36118819961789
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"id": "m57",
|
| 383 |
+
"username": "SkepticalSteve",
|
| 384 |
+
"text": "It's just a chatbot. Probably hallucinated the math. Kappa",
|
| 385 |
+
"anchor_id": "anc_21",
|
| 386 |
+
"displayTime": 185.73674100166366
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"id": "m58",
|
| 390 |
+
"username": "StudentLife",
|
| 391 |
+
"text": "This is way better than just grabbing the answer and bailing. lol",
|
| 392 |
+
"anchor_id": "anc_22",
|
| 393 |
+
"displayTime": 191.37301456786594
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"id": "m59",
|
| 397 |
+
"username": "FutureTeacher",
|
| 398 |
+
"text": "An excellent tutor for every kid? That's the dream. 😍",
|
| 399 |
+
"anchor_id": "anc_22",
|
| 400 |
+
"displayTime": 192.7041359459933
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"id": "m56",
|
| 404 |
+
"username": "DistributiveProperty",
|
| 405 |
+
"text": "It caught the distributive property error! I'm impressed. 5Head",
|
| 406 |
+
"anchor_id": "anc_23",
|
| 407 |
+
"displayTime": 200.65401795365295
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"id": "m60",
|
| 411 |
+
"username": "MathNerd",
|
| 412 |
+
"text": "Very big deal indeed. Algebra is the gatekeeper. no cap",
|
| 413 |
+
"anchor_id": "anc_23",
|
| 414 |
+
"displayTime": 202.06568026732413
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"id": "m55",
|
| 418 |
+
"username": "PedagogyPro",
|
| 419 |
+
"text": "Identifying the misconception is the toughest part of teaching. If AI nails that, it wins. PogChamp",
|
| 420 |
+
"anchor_id": "anc_23",
|
| 421 |
+
"displayTime": 203.1252107813862
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"id": "m62",
|
| 425 |
+
"username": "CloudWatcher",
|
| 426 |
+
"text": "Why's only the left cloud moving? Classic bug lol",
|
| 427 |
+
"anchor_id": "anc_26",
|
| 428 |
+
"displayTime": 224.7555591261632
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"id": "m68",
|
| 432 |
+
"username": "ArtStudent",
|
| 433 |
+
"text": "Coding is art, and the AI’s sparking the creativity. LUL",
|
| 434 |
+
"anchor_id": "anc_27",
|
| 435 |
+
"displayTime": 233.3846742189933
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"id": "m67",
|
| 439 |
+
"username": "DevOps_Dave",
|
| 440 |
+
"text": "We need this for legacy code debugging at work. Pog",
|
| 441 |
+
"anchor_id": "anc_27",
|
| 442 |
+
"displayTime": 234.65670654740995
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"id": "m61",
|
| 446 |
+
"username": "CoderGirl",
|
| 447 |
+
"text": "It actually gets the code context? Wild af! LUL",
|
| 448 |
+
"anchor_id": "anc_27",
|
| 449 |
+
"displayTime": 237.06126495430502
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"id": "m65",
|
| 453 |
+
"username": "PythonMaster",
|
| 454 |
+
"text": "Just bump right X by one pixel. Simple, but it works. 5Head",
|
| 455 |
+
"anchor_id": "anc_28",
|
| 456 |
+
"displayTime": 244.45665338504915
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"id": "m66",
|
| 460 |
+
"username": "SalDad",
|
| 461 |
+
"text": "Sal says he can’t help his kids this well. Relatable af. 😂",
|
| 462 |
+
"anchor_id": "anc_29",
|
| 463 |
+
"displayTime": 250.14355587447167
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"id": "m69",
|
| 467 |
+
"username": "StackOverflowUser",
|
| 468 |
+
"text": "RIP StackOverflow? 😂",
|
| 469 |
+
"anchor_id": "anc_29",
|
| 470 |
+
"displayTime": 251.00964212640085
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"id": "m64",
|
| 474 |
+
"username": "DisplacementDan",
|
| 475 |
+
"text": "Automation usually yanks jobs, but here it’s boosting the kid’s code. Nice flip on that labour displacement hype. No cap.",
|
| 476 |
+
"anchor_id": "anc_29",
|
| 477 |
+
"displayTime": 252.86717887099
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"id": "m63",
|
| 481 |
+
"username": "SuperTutor",
|
| 482 |
+
"text": "This is legit a super tutor. Knows ellipses like a boss. PogChamp",
|
| 483 |
+
"anchor_id": "anc_29",
|
| 484 |
+
"displayTime": 253.79196715662275
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"id": "m70",
|
| 488 |
+
"username": "WhyDoINeedThis",
|
| 489 |
+
"text": "I asked that every single day in school lol",
|
| 490 |
+
"anchor_id": "anc_31",
|
| 491 |
+
"displayTime": 266.2508038614875
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"id": "m72",
|
| 495 |
+
"username": "InteractiveVideo",
|
| 496 |
+
"text": "It actually gets the video context? That's the killer feature LUL",
|
| 497 |
+
"anchor_id": "anc_31",
|
| 498 |
+
"displayTime": 266.6026238355926
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"id": "m77",
|
| 502 |
+
"username": "VisualLearner2",
|
| 503 |
+
"text": "This makes videos active instead of passive, ngl",
|
| 504 |
+
"anchor_id": "anc_31",
|
| 505 |
+
"displayTime": 271.9696103209733
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"id": "m73",
|
| 509 |
+
"username": "SocraticSocrates",
|
| 510 |
+
"text": "It asks Socratically! 'What do you care about?' Brilliant 🔥",
|
| 511 |
+
"anchor_id": "anc_32",
|
| 512 |
+
"displayTime": 279.05016706974806
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"id": "m71",
|
| 516 |
+
"username": "CoachPotato",
|
| 517 |
+
"text": "Connecting cell size to nutrition for an athlete? That's a solid hook, fr. Pog",
|
| 518 |
+
"anchor_id": "anc_33",
|
| 519 |
+
"displayTime": 286.4580074881318
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"id": "m74",
|
| 523 |
+
"username": "BiologyMajor",
|
| 524 |
+
"text": "Finally a reason to learn cell size besides 'for the test' 😂",
|
| 525 |
+
"anchor_id": "anc_33",
|
| 526 |
+
"displayTime": 289.9885113437115
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"id": "m76",
|
| 530 |
+
"username": "TED_Clapper",
|
| 531 |
+
"text": "Applause! This is amazing 👏",
|
| 532 |
+
"anchor_id": "anc_34",
|
| 533 |
+
"displayTime": 296.14255656520083
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"id": "m75",
|
| 537 |
+
"username": "QuestionBox",
|
| 538 |
+
"text": "As many questions as you can dream of, no cap",
|
| 539 |
+
"anchor_id": "anc_34",
|
| 540 |
+
"displayTime": 298.59874025785314
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"id": "m78",
|
| 544 |
+
"username": "CounselorCrisis",
|
| 545 |
+
"text": "300 to 1 ratio? Bruh, that’s tragic. LUL",
|
| 546 |
+
"anchor_id": "anc_35",
|
| 547 |
+
"displayTime": 307.91836087334946
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"id": "m85",
|
| 551 |
+
"username": "HighSchooler",
|
| 552 |
+
"text": "My counselor never has time for me. LUL",
|
| 553 |
+
"anchor_id": "anc_35",
|
| 554 |
+
"displayTime": 310.3507166535632
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"id": "m80",
|
| 558 |
+
"username": "GuidanceGuy",
|
| 559 |
+
"text": "We’re so understaffed—this would be a lifesaver. Pog",
|
| 560 |
+
"anchor_id": "anc_36",
|
| 561 |
+
"displayTime": 314.90859265422773
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"id": "m83",
|
| 565 |
+
"username": "CareerBuilder",
|
| 566 |
+
"text": "Academic AND career coach? That’s the full package. 5Head",
|
| 567 |
+
"anchor_id": "anc_36",
|
| 568 |
+
"displayTime": 316.78324191306154
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"id": "m84",
|
| 572 |
+
"username": "SkepticalSally",
|
| 573 |
+
"text": "Can an AI really give life advice? Sounds risky. MonkaS",
|
| 574 |
+
"anchor_id": "anc_36",
|
| 575 |
+
"displayTime": 317.45312860506436
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"id": "m79",
|
| 579 |
+
"username": "LifeCoachAI",
|
| 580 |
+
"text": "A life coach for every student? Could totally fix the mental health crisis in schools. fr",
|
| 581 |
+
"anchor_id": "anc_36",
|
| 582 |
+
"displayTime": 318.5852920669105
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"id": "m82",
|
| 586 |
+
"username": "RealTalk",
|
| 587 |
+
"text": "Not a fake demo? I need to try this. Kappa",
|
| 588 |
+
"anchor_id": "anc_37",
|
| 589 |
+
"displayTime": 327.3832388783529
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"id": "m81",
|
| 593 |
+
"username": "EarlyAdopter",
|
| 594 |
+
"text": "Launched with GPT‑4? Ballsy. lol",
|
| 595 |
+
"anchor_id": "anc_37",
|
| 596 |
+
"displayTime": 327.92673117711234
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"id": "m93",
|
| 600 |
+
"username": "ScienceFiction",
|
| 601 |
+
"text": "This was sci‑fi a year ago. lol",
|
| 602 |
+
"anchor_id": "anc_38",
|
| 603 |
+
"displayTime": 333.2796270439027
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"id": "m88",
|
| 607 |
+
"username": "GlobalEd",
|
| 608 |
+
"text": "Student in India on a US online school. Global reach is lit! 🌍",
|
| 609 |
+
"anchor_id": "anc_39",
|
| 610 |
+
"displayTime": 347.2025407347763
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"id": "m89",
|
| 614 |
+
"username": "SymbolismSeeker",
|
| 615 |
+
"text": "The green light! 🌟 Gotta know what that means, fr.",
|
| 616 |
+
"anchor_id": "anc_40",
|
| 617 |
+
"displayTime": 352.46740019972157
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"id": "m86",
|
| 621 |
+
"username": "LitLover",
|
| 622 |
+
"text": "The Great Gatsby! Classic vibes. 📚",
|
| 623 |
+
"anchor_id": "anc_40",
|
| 624 |
+
"displayTime": 354.6728297987698
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"id": "m90",
|
| 628 |
+
"username": "WebSurfer",
|
| 629 |
+
"text": "Web searches were meh, but the AI nailed it. Value add! 🔥",
|
| 630 |
+
"anchor_id": "anc_41",
|
| 631 |
+
"displayTime": 360.3544021933057
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"id": "m91",
|
| 635 |
+
"username": "FitzgeraldFan",
|
| 636 |
+
"text": "This beats SparkNotes, no cap. LUL",
|
| 637 |
+
"anchor_id": "anc_42",
|
| 638 |
+
"displayTime": 369.41845849120165
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"id": "m92",
|
| 642 |
+
"username": "FutureAuthor",
|
| 643 |
+
"text": "Imagine vibing with Hemingway like this. PogChamp",
|
| 644 |
+
"anchor_id": "anc_42",
|
| 645 |
+
"displayTime": 369.72142905823404
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"id": "m87",
|
| 649 |
+
"username": "RoleplayFan",
|
| 650 |
+
"text": "Chatting with Jay Gatsby himself? Immersive AF. lol",
|
| 651 |
+
"anchor_id": "anc_42",
|
| 652 |
+
"displayTime": 371.25460079326115
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"id": "m94",
|
| 656 |
+
"username": "OldSport",
|
| 657 |
+
"text": "Ah, splendid choice, old sport. AI nailed the voice! LUL",
|
| 658 |
+
"anchor_id": "anc_43",
|
| 659 |
+
"displayTime": 380.48039948934286
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"id": "m101",
|
| 663 |
+
"username": "DaisyBuchanan",
|
| 664 |
+
"text": "Green light = hope. AI gets it, no cap. 🌟",
|
| 665 |
+
"anchor_id": "anc_44",
|
| 666 |
+
"displayTime": 389.7083103599993
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"id": "m95",
|
| 670 |
+
"username": "EmotionalConnection",
|
| 671 |
+
"text": "Feels so personal—'yearning for the past' vibes. 😢",
|
| 672 |
+
"anchor_id": "anc_45",
|
| 673 |
+
"displayTime": 397.5744574939361
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"id": "m96",
|
| 677 |
+
"username": "PoliteKid",
|
| 678 |
+
"text": "She apologized for taking his time—so cute! <3",
|
| 679 |
+
"anchor_id": "anc_46",
|
| 680 |
+
"displayTime": 407.5445998582398
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"id": "m98",
|
| 684 |
+
"username": "HistoryBuff2",
|
| 685 |
+
"text": "Talking to historical figures? I need a chat with Lincoln! 😎",
|
| 686 |
+
"anchor_id": "anc_47",
|
| 687 |
+
"displayTime": 411.73243091616797
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"id": "m100",
|
| 691 |
+
"username": "LitTeacher",
|
| 692 |
+
"text": "This unlocks lit—got chills! 😱",
|
| 693 |
+
"anchor_id": "anc_47",
|
| 694 |
+
"displayTime": 415.2432019989422
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"id": "m97",
|
| 698 |
+
"username": "DebateClub",
|
| 699 |
+
"text": "Debating student debt with an AI? lol, that's practical. 🤔",
|
| 700 |
+
"anchor_id": "anc_48",
|
| 701 |
+
"displayTime": 421.32170003495713
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"id": "m99",
|
| 705 |
+
"username": "MississippiRiver",
|
| 706 |
+
"text": "Talk to the Mississippi River? Weird AF but cool. 🌊",
|
| 707 |
+
"anchor_id": "anc_48",
|
| 708 |
+
"displayTime": 423.3849736733574
|
| 709 |
+
},
|
| 710 |
+
{
|
| 711 |
+
"id": "m105",
|
| 712 |
+
"username": "HumanTouch",
|
| 713 |
+
"text": "But is debating an AI real human connection or just simulated 'humanness'? 🤔",
|
| 714 |
+
"anchor_id": "anc_51",
|
| 715 |
+
"displayTime": 447.6346904007579
|
| 716 |
+
},
|
| 717 |
+
{
|
| 718 |
+
"id": "m102",
|
| 719 |
+
"username": "ConfidenceBoost",
|
| 720 |
+
"text": "Fine‑tuning arguments without judgment? Huge win for introverts! 💪",
|
| 721 |
+
"anchor_id": "anc_51",
|
| 722 |
+
"displayTime": 448.28602667180405
|
| 723 |
+
},
|
| 724 |
+
{
|
| 725 |
+
"id": "m103",
|
| 726 |
+
"username": "DebateTeam",
|
| 727 |
+
"text": "Socratic dialogue = best way to learn. Now anyone can try! 🤓",
|
| 728 |
+
"anchor_id": "anc_52",
|
| 729 |
+
"displayTime": 460.46719903062126
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"id": "m109",
|
| 733 |
+
"username": "EnglishTeacher",
|
| 734 |
+
"text": "If this helps kids with writing, I'm all in! 👍",
|
| 735 |
+
"anchor_id": "anc_53",
|
| 736 |
+
"displayTime": 463.7809167696195
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"id": "m104",
|
| 740 |
+
"username": "WritingWorrier",
|
| 741 |
+
"text": "It writes WITH you, not FOR you. Crucial diff. 🔥",
|
| 742 |
+
"anchor_id": "anc_54",
|
| 743 |
+
"displayTime": 479.0305409116384
|
| 744 |
+
},
|
| 745 |
+
{
|
| 746 |
+
"id": "m106",
|
| 747 |
+
"username": "HorrorWriter",
|
| 748 |
+
"text": "A horror story collab? LMAO, sounds epic! 👻",
|
| 749 |
+
"anchor_id": "anc_54",
|
| 750 |
+
"displayTime": 479.4379668964689
|
| 751 |
+
},
|
| 752 |
+
{
|
| 753 |
+
"id": "m107",
|
| 754 |
+
"username": "EightYearOld",
|
| 755 |
+
"text": "Sal's kid is addicted—good sign? 😂",
|
| 756 |
+
"anchor_id": "anc_55",
|
| 757 |
+
"displayTime": 487.4813765115847
|
| 758 |
+
},
|
| 759 |
+
{
|
| 760 |
+
"id": "m111",
|
| 761 |
+
"username": "CreativeWriting",
|
| 762 |
+
"text": "'Eerie shadows and chilling mysteries'. The AI set the mood well! PogChamp",
|
| 763 |
+
"anchor_id": "anc_56",
|
| 764 |
+
"displayTime": 490.96942687581355
|
| 765 |
+
},
|
| 766 |
+
{
|
| 767 |
+
"id": "m108",
|
| 768 |
+
"username": "Collaborator",
|
| 769 |
+
"text": "Two sentences student, two sentences AI. Perfect balance! 🙌",
|
| 770 |
+
"anchor_id": "anc_57",
|
| 771 |
+
"displayTime": 501.93621375147575
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"id": "m110",
|
| 775 |
+
"username": "GhostStory",
|
| 776 |
+
"text": "Beatrice was a misunderstood ghost. Sad backstory, fr. 😢",
|
| 777 |
+
"anchor_id": "anc_58",
|
| 778 |
+
"displayTime": 505.86629357180067
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"id": "m113",
|
| 782 |
+
"username": "StoryTime",
|
| 783 |
+
"text": "I want to write a story with this right now. No cap.",
|
| 784 |
+
"anchor_id": "anc_59",
|
| 785 |
+
"displayTime": 516.4385432125628
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"id": "m116",
|
| 789 |
+
"username": "FunFactor",
|
| 790 |
+
"text": "Sal says it's surprisingly fun. I believe him. Pog",
|
| 791 |
+
"anchor_id": "anc_59",
|
| 792 |
+
"displayTime": 517.2009872435308
|
| 793 |
+
},
|
| 794 |
+
{
|
| 795 |
+
"id": "m115",
|
| 796 |
+
"username": "PlotTwist",
|
| 797 |
+
"text": "Stumbled upon an old abandoned mansion. Classic trope. lol",
|
| 798 |
+
"anchor_id": "anc_59",
|
| 799 |
+
"displayTime": 517.7913531778734
|
| 800 |
+
},
|
| 801 |
+
{
|
| 802 |
+
"id": "m114",
|
| 803 |
+
"username": "EnglishEnhancer",
|
| 804 |
+
"text": "Enhancing English, not undermining it. Take that, doomers. Kappa",
|
| 805 |
+
"anchor_id": "anc_60",
|
| 806 |
+
"displayTime": 528.6409585250537
|
| 807 |
+
},
|
| 808 |
+
{
|
| 809 |
+
"id": "m112",
|
| 810 |
+
"username": "BetaTester",
|
| 811 |
+
"text": "Prototype! Can't wait to try this. LUL",
|
| 812 |
+
"anchor_id": "anc_61",
|
| 813 |
+
"displayTime": 534.3381479343088
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"id": "m117",
|
| 817 |
+
"username": "TechOptimist",
|
| 818 |
+
"text": "Launch in the next few months? Marking my calendar. 5Head",
|
| 819 |
+
"anchor_id": "anc_61",
|
| 820 |
+
"displayTime": 536.0445031220514
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"id": "m118",
|
| 824 |
+
"username": "ReadingComprehension",
|
| 825 |
+
"text": "Steve Jobs' speech? Nice pick for the demo! LUL",
|
| 826 |
+
"anchor_id": "anc_63",
|
| 827 |
+
"displayTime": 550.5292727939641
|
| 828 |
+
},
|
| 829 |
+
{
|
| 830 |
+
"id": "m123",
|
| 831 |
+
"username": "SteveJobsFan",
|
| 832 |
+
"text": "Stay hungry, stay foolish. Kappa",
|
| 833 |
+
"anchor_id": "anc_63",
|
| 834 |
+
"displayTime": 555.72348625203
|
| 835 |
+
},
|
| 836 |
+
{
|
| 837 |
+
"id": "m119",
|
| 838 |
+
"username": "OralExam",
|
| 839 |
+
"text": "AI oral exam? Way less stress than the real deal. 😂",
|
| 840 |
+
"anchor_id": "anc_64",
|
| 841 |
+
"displayTime": 564.3558235253626
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"id": "m122",
|
| 845 |
+
"username": "CriticalThinker",
|
| 846 |
+
"text": "Does it back up their argument? Teaching critical thinking, no cap.",
|
| 847 |
+
"anchor_id": "anc_65",
|
| 848 |
+
"displayTime": 568.6366487385344
|
| 849 |
+
},
|
| 850 |
+
{
|
| 851 |
+
"id": "m125",
|
| 852 |
+
"username": "Highlighter",
|
| 853 |
+
"text": "Highlights the passage, super visual. PogChamp",
|
| 854 |
+
"anchor_id": "anc_65",
|
| 855 |
+
"displayTime": 569.3076785287365
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"id": "m120",
|
| 859 |
+
"username": "DeepDive",
|
| 860 |
+
"text": "'Why did the author use that word?' High‑level analysis, fr. 5Head",
|
| 861 |
+
"anchor_id": "anc_65",
|
| 862 |
+
"displayTime": 571.1737290885521
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"id": "m121",
|
| 866 |
+
"username": "WritingCoach",
|
| 867 |
+
"text": "Every student needs a writing coach—now it's scalable! Pog",
|
| 868 |
+
"anchor_id": "anc_66",
|
| 869 |
+
"displayTime": 581.668820883293
|
| 870 |
+
},
|
| 871 |
+
{
|
| 872 |
+
"id": "m124",
|
| 873 |
+
"username": "EnglishClassHero",
|
| 874 |
+
"text": "Digs deep into reading—stuff teachers rarely have time for. LUL",
|
| 875 |
+
"anchor_id": "anc_66",
|
| 876 |
+
"displayTime": 583.0356274296208
|
| 877 |
+
},
|
| 878 |
+
{
|
| 879 |
+
"id": "m126",
|
| 880 |
+
"username": "DraftMode",
|
| 881 |
+
"text": "Feedback on drafts is the most time‑consuming part of teaching, fr. LUL",
|
| 882 |
+
"anchor_id": "anc_67",
|
| 883 |
+
"displayTime": 590.0916336273763
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"id": "m131",
|
| 887 |
+
"username": "ProcessOriented",
|
| 888 |
+
"text": "It’s about the drafting process, not just the final product. PogChamp",
|
| 889 |
+
"anchor_id": "anc_68",
|
| 890 |
+
"displayTime": 598.7680114766154
|
| 891 |
+
},
|
| 892 |
+
{
|
| 893 |
+
"id": "m129",
|
| 894 |
+
"username": "EvidenceCheck",
|
| 895 |
+
"text": "It checks if the evidence actually backs the claim. No cap.",
|
| 896 |
+
"anchor_id": "anc_69",
|
| 897 |
+
"displayTime": 607.404542625006
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"id": "m130",
|
| 901 |
+
"username": "RedPen",
|
| 902 |
+
"text": "Highlights specific parts—way better than a red‑pen mark. 5Head",
|
| 903 |
+
"anchor_id": "anc_69",
|
| 904 |
+
"displayTime": 608.7771239597527
|
| 905 |
+
},
|
| 906 |
+
{
|
| 907 |
+
"id": "m132",
|
| 908 |
+
"username": "BetterWriter",
|
| 909 |
+
"text": "Pulling the student toward better writing. Yes! LUL",
|
| 910 |
+
"anchor_id": "anc_70",
|
| 911 |
+
"displayTime": 613.3506051328283
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"id": "m127",
|
| 915 |
+
"username": "SocraticFeedback",
|
| 916 |
+
"text": "‘Can you tell us why?’ – love making the student think. Pog",
|
| 917 |
+
"anchor_id": "anc_70",
|
| 918 |
+
"displayTime": 618.1357461101917
|
| 919 |
+
},
|
| 920 |
+
{
|
| 921 |
+
"id": "m133",
|
| 922 |
+
"username": "EnglishSavior",
|
| 923 |
+
"text": "This is gonna save English class, ngl. Pog",
|
| 924 |
+
"anchor_id": "anc_71",
|
| 925 |
+
"displayTime": 625.0358776350478
|
| 926 |
+
},
|
| 927 |
+
{
|
| 928 |
+
"id": "m128",
|
| 929 |
+
"username": "WritingAcceleration",
|
| 930 |
+
"text": "Dramatically accelerate writing? I’m here for it, lol.",
|
| 931 |
+
"anchor_id": "anc_71",
|
| 932 |
+
"displayTime": 628.0666249331271
|
| 933 |
+
},
|
| 934 |
+
{
|
| 935 |
+
"id": "m134",
|
| 936 |
+
"username": "TeacherHelper",
|
| 937 |
+
"text": "Teacher mode is a game changer. LUL",
|
| 938 |
+
"anchor_id": "anc_72",
|
| 939 |
+
"displayTime": 632.2811025185089
|
| 940 |
+
},
|
| 941 |
+
{
|
| 942 |
+
"id": "m136",
|
| 943 |
+
"username": "SpanishAmericanWar",
|
| 944 |
+
"text": "Random topic choice, but the AI nailed it. Pog",
|
| 945 |
+
"anchor_id": "anc_73",
|
| 946 |
+
"displayTime": 641.0733931622567
|
| 947 |
+
},
|
| 948 |
+
{
|
| 949 |
+
"id": "m138",
|
| 950 |
+
"username": "AutomationAnxiety",
|
| 951 |
+
"text": "Or it's the first step to replacing them. The 'new architecture of exploitation' paper says it all. ngl",
|
| 952 |
+
"anchor_id": "anc_75",
|
| 953 |
+
"reply_to": "m134",
|
| 954 |
+
"displayTime": 652.982
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"id": "m139",
|
| 958 |
+
"username": "GuideOnSteroids",
|
| 959 |
+
"text": "Teacher's guide on steroids. Accurate. 5Head",
|
| 960 |
+
"anchor_id": "anc_76",
|
| 961 |
+
"displayTime": 666.4991131211365
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"id": "m140",
|
| 965 |
+
"username": "GradingBot",
|
| 966 |
+
"text": "Eventually help them grade? That's the holy grail. PogChamp",
|
| 967 |
+
"anchor_id": "anc_77",
|
| 968 |
+
"displayTime": 675.5042134413472
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"id": "m141",
|
| 972 |
+
"username": "AdminAssistant",
|
| 973 |
+
"text": "Progress reports too? Automating the boring stuff. Kappa",
|
| 974 |
+
"anchor_id": "anc_77",
|
| 975 |
+
"displayTime": 677.6411405496019
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"id": "m135",
|
| 979 |
+
"username": "LessonPlan",
|
| 980 |
+
"text": "It creates lesson plans? Bye bye Sunday night grind. lol",
|
| 981 |
+
"anchor_id": "anc_77",
|
| 982 |
+
"displayTime": 678.4772426805832
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"id": "m137",
|
| 986 |
+
"username": "TeachersPet",
|
| 987 |
+
"text": "Saving time for real human interaction. This is how it should be. fr",
|
| 988 |
+
"anchor_id": "anc_78",
|
| 989 |
+
"displayTime": 680.6759204027219
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"id": "m142",
|
| 993 |
+
"username": "HumanElement",
|
| 994 |
+
"text": "Let the AI handle admin, let teachers actually teach. No cap.",
|
| 995 |
+
"anchor_id": "anc_78",
|
| 996 |
+
"displayTime": 680.7001765754551
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"id": "m143",
|
| 1000 |
+
"username": "Commodities",
|
| 1001 |
+
"text": "LLMs are turning into commodities, fr. It's the wrapper that matters. 🔥",
|
| 1002 |
+
"anchor_id": "anc_80",
|
| 1003 |
+
"displayTime": 700.6972658214224
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"id": "m148",
|
| 1007 |
+
"username": "ProductManager",
|
| 1008 |
+
"text": "Product diff is 🔑 when the model's a commodity. 💼",
|
| 1009 |
+
"anchor_id": "anc_80",
|
| 1010 |
+
"displayTime": 704.0848295010275
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"id": "m144",
|
| 1014 |
+
"username": "SleeplessSal",
|
| 1015 |
+
"text": "Sal pulled a two‑week no‑sleep marathon? Relatable af. 😂",
|
| 1016 |
+
"anchor_id": "anc_81",
|
| 1017 |
+
"displayTime": 709.0073021386542
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"id": "m149",
|
| 1021 |
+
"username": "GPT4Access",
|
| 1022 |
+
"text": "He snagged access back in August? Welcome to the early‑access club. 🎉",
|
| 1023 |
+
"anchor_id": "anc_82",
|
| 1024 |
+
"displayTime": 714.8364425301407
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"id": "m147",
|
| 1028 |
+
"username": "MathWiz",
|
| 1029 |
+
"text": "Math game upgraded? That's the secret sauce, no cap. 📐",
|
| 1030 |
+
"anchor_id": "anc_83",
|
| 1031 |
+
"displayTime": 723.4642437310813
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"id": "m145",
|
| 1035 |
+
"username": "MagicalExperience",
|
| 1036 |
+
"text": "Feels magical, like Socratic vibes vs. plain ChatGPT. ✨",
|
| 1037 |
+
"anchor_id": "anc_83",
|
| 1038 |
+
"displayTime": 724.5406350837269
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"id": "m150",
|
| 1042 |
+
"username": "UX_Designer2",
|
| 1043 |
+
"text": "Interaction design is the real MVP here. 🎨",
|
| 1044 |
+
"anchor_id": "anc_83",
|
| 1045 |
+
"displayTime": 725.1419079934716
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"id": "m146",
|
| 1049 |
+
"username": "BehindTheScenes",
|
| 1050 |
+
"text": "Huge work behind the scenes—it's way more than a plugin. 💪",
|
| 1051 |
+
"anchor_id": "anc_84",
|
| 1052 |
+
"displayTime": 732.2262378087138
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"id": "m151",
|
| 1056 |
+
"username": "ThinkFirst",
|
| 1057 |
+
"text": "Let the AI think first, fr. Chain‑of‑thought prompting! 🤔",
|
| 1058 |
+
"anchor_id": "anc_86",
|
| 1059 |
+
"displayTime": 754.6153013760847
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"id": "m157",
|
| 1063 |
+
"username": "WorldClass",
|
| 1064 |
+
"text": "World‑class tutor unlocked! PogChamp",
|
| 1065 |
+
"anchor_id": "anc_86",
|
| 1066 |
+
"displayTime": 755.53269582682
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"id": "m154",
|
| 1070 |
+
"username": "TutoringLogic",
|
| 1071 |
+
"text": "Do the math first, then talk. Tutoring 101. 📚",
|
| 1072 |
+
"anchor_id": "anc_87",
|
| 1073 |
+
"displayTime": 763.8544583913351
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"id": "m152",
|
| 1077 |
+
"username": "HiddenThoughts",
|
| 1078 |
+
"text": "It spawns its own thoughts but keeps them hidden. Smart move. 🔥",
|
| 1079 |
+
"anchor_id": "anc_88",
|
| 1080 |
+
"displayTime": 769.6471000429921
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"id": "m153",
|
| 1084 |
+
"username": "AccuracyUp",
|
| 1085 |
+
"text": "Accuracy spiked big time—key win! 💯",
|
| 1086 |
+
"anchor_id": "anc_88",
|
| 1087 |
+
"displayTime": 769.9385386627348
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"id": "m155",
|
| 1091 |
+
"username": "InternalMonologue",
|
| 1092 |
+
"text": "Seeing it chat with itself is spooky yet cool. 😅",
|
| 1093 |
+
"anchor_id": "anc_89",
|
| 1094 |
+
"displayTime": 780.4476997014215
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"id": "m158",
|
| 1098 |
+
"username": "TipOfIceberg",
|
| 1099 |
+
"text": "Tip of the iceberg, huh? Can’t wait for the deep dive! LMAO",
|
| 1100 |
+
"anchor_id": "anc_90",
|
| 1101 |
+
"displayTime": 783.6734774149164
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"id": "m156",
|
| 1105 |
+
"username": "MistakeHandling",
|
| 1106 |
+
"text": "‘Don’t call out mistakes.’ Perfect pedagogy. 👌",
|
| 1107 |
+
"anchor_id": "anc_90",
|
| 1108 |
+
"displayTime": 787.705479165943
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"id": "m163",
|
| 1112 |
+
"username": "Accelerationist",
|
| 1113 |
+
"text": "Dramatically accelerating education—yes please! Pog",
|
| 1114 |
+
"anchor_id": "anc_93",
|
| 1115 |
+
"displayTime": 808.3886941333113
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"id": "m159",
|
| 1119 |
+
"username": "2SigmaOpportunity",
|
| 1120 |
+
"text": "Turning the problem into an opp, love the reframing! 👍",
|
| 1121 |
+
"anchor_id": "anc_93",
|
| 1122 |
+
"displayTime": 812.5436282399352
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"id": "m160",
|
| 1126 |
+
"username": "DoomerBob",
|
| 1127 |
+
"text": "The pess view is real. Have you read the Pepple paper? It links AI to modern slavery. 😬",
|
| 1128 |
+
"anchor_id": "anc_94",
|
| 1129 |
+
"displayTime": 819.259581048143
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"id": "m165",
|
| 1133 |
+
"username": "HistoryRhymes",
|
| 1134 |
+
"text": "It worked out in the Industrial Revolution eventually, but it was rough for workers. 🤷",
|
| 1135 |
+
"anchor_id": "anc_94",
|
| 1136 |
+
"displayTime": 823.5647675629699
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"id": "m164",
|
| 1140 |
+
"username": "PauseAI",
|
| 1141 |
+
"text": "Some folks DO want to pause. It's scary, LUL",
|
| 1142 |
+
"anchor_id": "anc_95",
|
| 1143 |
+
"displayTime": 828.8312395554569
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"id": "m161",
|
| 1147 |
+
"username": "OptimistPrime",
|
| 1148 |
+
"text": "We've seen inflection points before—survived the Industrial Revolution, no cap.",
|
| 1149 |
+
"anchor_id": "anc_96",
|
| 1150 |
+
"displayTime": 836.0841638112029
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"id": "m166",
|
| 1154 |
+
"username": "ActiveParticipant",
|
| 1155 |
+
"text": "We’re active participants—don’t just sit back. 💪",
|
| 1156 |
+
"anchor_id": "anc_97",
|
| 1157 |
+
"displayTime": 850.1929918874814
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"id": "m162",
|
| 1161 |
+
"username": "CoinFlip",
|
| 1162 |
+
"text": "It's not a coin flip, we got agency, bruh.",
|
| 1163 |
+
"anchor_id": "anc_97",
|
| 1164 |
+
"displayTime": 852.0745807718631
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"id": "m167",
|
| 1168 |
+
"username": "SelfFulfilling",
|
| 1169 |
+
"text": "Fear is a self‑fulfilling prophecy. Pause & the bad actors win. LUL",
|
| 1170 |
+
"anchor_id": "anc_98",
|
| 1171 |
+
"displayTime": 860.5919081762067
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"id": "m169",
|
| 1175 |
+
"username": "RuleBreakers",
|
| 1176 |
+
"text": "Rule‑followers pause, rule‑breakers accelerate. Pog",
|
| 1177 |
+
"anchor_id": "anc_99",
|
| 1178 |
+
"displayTime": 865.0978191448667
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"id": "m170",
|
| 1182 |
+
"username": "DystopianState",
|
| 1183 |
+
"text": "Good actors get worse AI than the bad guys. Yeah, that’s dystopia. MonkaS",
|
| 1184 |
+
"anchor_id": "anc_100",
|
| 1185 |
+
"displayTime": 873.9613145610606
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"id": "m173",
|
| 1189 |
+
"username": "RealPolitik",
|
| 1190 |
+
"text": "Geopolitics of AI is brutal. ngl.",
|
| 1191 |
+
"anchor_id": "anc_100",
|
| 1192 |
+
"displayTime": 875.1396602894449
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"id": "m168",
|
| 1196 |
+
"username": "BadActors",
|
| 1197 |
+
"text": "Totalitarian governments won’t pause. That’s the scary truth. 😳",
|
| 1198 |
+
"anchor_id": "anc_100",
|
| 1199 |
+
"displayTime": 876.0703227243539
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"id": "m172",
|
| 1203 |
+
"username": "ExploitationExpert",
|
| 1204 |
+
"text": "Reply @DystopianState: The paper says without regs we get digital slavery. Sal’s worries are legit. Kappa",
|
| 1205 |
+
"anchor_id": "anc_100",
|
| 1206 |
+
"reply_to": "m170",
|
| 1207 |
+
"displayTime": 876.8743165741798
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"id": "m174",
|
| 1211 |
+
"username": "HopefulHuman",
|
| 1212 |
+
"text": "I don’t want to live in that dystopia. 😩",
|
| 1213 |
+
"anchor_id": "anc_100",
|
| 1214 |
+
"displayTime": 878.7851044684371
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"id": "m180",
|
| 1218 |
+
"username": "Optimism",
|
| 1219 |
+
"text": "Don't just chill and hope— work for it! Pog",
|
| 1220 |
+
"anchor_id": "anc_102",
|
| 1221 |
+
"displayTime": 898.1676732929012
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"id": "m176",
|
| 1225 |
+
"username": "GuardrailsUp",
|
| 1226 |
+
"text": "Put the guardrails up, but keep moving forward. No cap.",
|
| 1227 |
+
"anchor_id": "anc_103",
|
| 1228 |
+
"displayTime": 902.3256900281542
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"id": "m171",
|
| 1232 |
+
"username": "RegulationWatcher",
|
| 1233 |
+
"text": "We need reasonable regs, not a full stop. No cap.",
|
| 1234 |
+
"anchor_id": "anc_103",
|
| 1235 |
+
"displayTime": 906.1164325843218
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"id": "m181",
|
| 1239 |
+
"username": "PositiveSum",
|
| 1240 |
+
"text": "AI + Human > Human alone. 5Head",
|
| 1241 |
+
"anchor_id": "anc_104",
|
| 1242 |
+
"displayTime": 909.2372051981597
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"id": "m175",
|
| 1246 |
+
"username": "FightLikeHell",
|
| 1247 |
+
"text": "We gotta fight like hell for the good uses! LUL",
|
| 1248 |
+
"anchor_id": "anc_104",
|
| 1249 |
+
"displayTime": 913.0321463870928
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"id": "m182",
|
| 1253 |
+
"username": "PoeticJustice",
|
| 1254 |
+
"text": "Using AI to find human purpose. Beautiful. 😊",
|
| 1255 |
+
"anchor_id": "anc_105",
|
| 1256 |
+
"displayTime": 922.4915971124165
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"id": "m177",
|
| 1260 |
+
"username": "HumanIntelligence",
|
| 1261 |
+
"text": "Enhance HI, not just AI— that's the poetic part. 😏",
|
| 1262 |
+
"anchor_id": "anc_106",
|
| 1263 |
+
"displayTime": 927.1096284073269
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"id": "m179",
|
| 1267 |
+
"username": "PurposeDriven",
|
| 1268 |
+
"text": "Human purpose. That's what matters, fr.",
|
| 1269 |
+
"anchor_id": "anc_106",
|
| 1270 |
+
"displayTime": 928.0015170052905
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"id": "m178",
|
| 1274 |
+
"username": "HumannessDebate",
|
| 1275 |
+
"text": "The paper says AI erodes humanness, Sal says it enhances it. wtf?",
|
| 1276 |
+
"anchor_id": "anc_106",
|
| 1277 |
+
"displayTime": 928.4834539013389
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"id": "m186",
|
| 1281 |
+
"username": "FutureIsNow",
|
| 1282 |
+
"text": "The future of education is here, no cap!",
|
| 1283 |
+
"anchor_id": "anc_107",
|
| 1284 |
+
"displayTime": 931.9283535908332
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"id": "m189",
|
| 1288 |
+
"username": "PogChamp2",
|
| 1289 |
+
"text": "Poggers!",
|
| 1290 |
+
"anchor_id": "anc_107",
|
| 1291 |
+
"displayTime": 932.04667949847
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"id": "m185",
|
| 1295 |
+
"username": "KhanmigoSign",
|
| 1296 |
+
"text": "Where do I sign up for Khanmigo? 🤔",
|
| 1297 |
+
"anchor_id": "anc_107",
|
| 1298 |
+
"displayTime": 932.760593069131
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"id": "m187",
|
| 1302 |
+
"username": "SkepticalSam",
|
| 1303 |
+
"text": "I'm still worried about the privacy stuff, but he makes a good case. 🤨",
|
| 1304 |
+
"anchor_id": "anc_107",
|
| 1305 |
+
"displayTime": 932.933300488068
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"id": "m184",
|
| 1309 |
+
"username": "MindBlown",
|
| 1310 |
+
"text": "That was an incredible talk, lol!",
|
| 1311 |
+
"anchor_id": "anc_107",
|
| 1312 |
+
"displayTime": 933.1021351869844
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"id": "m183",
|
| 1316 |
+
"username": "TED_Clapper2",
|
| 1317 |
+
"text": "Bravo! 👏 Standing ovation, fr.",
|
| 1318 |
+
"anchor_id": "anc_107",
|
| 1319 |
+
"displayTime": 935.4993328719729
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"id": "m190",
|
| 1323 |
+
"username": "ThanksSal",
|
| 1324 |
+
"text": "Thank you, Sal! 🙏",
|
| 1325 |
+
"anchor_id": "anc_107",
|
| 1326 |
+
"displayTime": 935.5186757640222
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"id": "m188",
|
| 1330 |
+
"username": "TeacherTina2",
|
| 1331 |
+
"text": "Feeling hopeful about teaching again! 😊",
|
| 1332 |
+
"anchor_id": "anc_107",
|
| 1333 |
+
"displayTime": 935.558438094771
|
| 1334 |
+
}
|
| 1335 |
+
]
|
sample/v=hJP5GqnTrNo.srt.txt
ADDED
|
@@ -0,0 +1,1586 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
1
|
| 2 |
+
00:00:04,543 --> 00:00:08,421
|
| 3 |
+
So anyone who's been paying attention
|
| 4 |
+
for the last few months
|
| 5 |
+
|
| 6 |
+
2
|
| 7 |
+
00:00:08,463 --> 00:00:10,549
|
| 8 |
+
has been seeing headlines like this,
|
| 9 |
+
|
| 10 |
+
3
|
| 11 |
+
00:00:10,590 --> 00:00:12,676
|
| 12 |
+
especially in education.
|
| 13 |
+
|
| 14 |
+
4
|
| 15 |
+
00:00:12,717 --> 00:00:14,636
|
| 16 |
+
The thesis has been:
|
| 17 |
+
|
| 18 |
+
5
|
| 19 |
+
00:00:14,678 --> 00:00:18,473
|
| 20 |
+
students are going to be using ChatGPT
|
| 21 |
+
and other forms of AI
|
| 22 |
+
|
| 23 |
+
6
|
| 24 |
+
00:00:18,515 --> 00:00:20,016
|
| 25 |
+
to cheat, do their assignments.
|
| 26 |
+
|
| 27 |
+
7
|
| 28 |
+
00:00:20,016 --> 00:00:21,351
|
| 29 |
+
They’re not going to learn.
|
| 30 |
+
|
| 31 |
+
8
|
| 32 |
+
00:00:21,393 --> 00:00:24,938
|
| 33 |
+
And it’s going to completely undermine
|
| 34 |
+
education as we know it.
|
| 35 |
+
|
| 36 |
+
9
|
| 37 |
+
00:00:25,438 --> 00:00:27,065
|
| 38 |
+
Now, what I'm going to argue today
|
| 39 |
+
|
| 40 |
+
10
|
| 41 |
+
00:00:27,107 --> 00:00:29,818
|
| 42 |
+
is not only are there ways
|
| 43 |
+
to mitigate all of that,
|
| 44 |
+
|
| 45 |
+
11
|
| 46 |
+
00:00:29,859 --> 00:00:32,445
|
| 47 |
+
if we put the right guardrails,
|
| 48 |
+
we do the right things,
|
| 49 |
+
|
| 50 |
+
12
|
| 51 |
+
00:00:32,487 --> 00:00:33,613
|
| 52 |
+
we can mitigate it.
|
| 53 |
+
|
| 54 |
+
13
|
| 55 |
+
00:00:33,655 --> 00:00:35,991
|
| 56 |
+
But I think we're at the cusp of using AI
|
| 57 |
+
|
| 58 |
+
14
|
| 59 |
+
00:00:35,991 --> 00:00:40,036
|
| 60 |
+
for probably the biggest
|
| 61 |
+
positive transformation
|
| 62 |
+
|
| 63 |
+
15
|
| 64 |
+
00:00:40,036 --> 00:00:42,497
|
| 65 |
+
that education has ever seen.
|
| 66 |
+
|
| 67 |
+
16
|
| 68 |
+
00:00:42,831 --> 00:00:44,624
|
| 69 |
+
And the way we're going to do that
|
| 70 |
+
|
| 71 |
+
17
|
| 72 |
+
00:00:44,624 --> 00:00:47,502
|
| 73 |
+
is by giving every student on the planet
|
| 74 |
+
|
| 75 |
+
18
|
| 76 |
+
00:00:47,544 --> 00:00:51,172
|
| 77 |
+
an artificially intelligent
|
| 78 |
+
but amazing personal tutor.
|
| 79 |
+
|
| 80 |
+
19
|
| 81 |
+
00:00:51,172 --> 00:00:54,759
|
| 82 |
+
And we're going to give every teacher
|
| 83 |
+
on the planet an amazing,
|
| 84 |
+
|
| 85 |
+
20
|
| 86 |
+
00:00:54,801 --> 00:00:57,387
|
| 87 |
+
artificially intelligent
|
| 88 |
+
teaching assistant.
|
| 89 |
+
|
| 90 |
+
21
|
| 91 |
+
00:00:57,762 --> 00:01:01,349
|
| 92 |
+
And just to appreciate
|
| 93 |
+
how big of a deal it would be
|
| 94 |
+
|
| 95 |
+
22
|
| 96 |
+
00:01:01,349 --> 00:01:04,019
|
| 97 |
+
to give everyone a personal tutor,
|
| 98 |
+
|
| 99 |
+
23
|
| 100 |
+
00:01:04,060 --> 00:01:07,063
|
| 101 |
+
I show you this clip
|
| 102 |
+
|
| 103 |
+
24
|
| 104 |
+
00:01:07,105 --> 00:01:10,108
|
| 105 |
+
from Benjamin Bloom’s 1984
|
| 106 |
+
2 sigma study,
|
| 107 |
+
|
| 108 |
+
25
|
| 109 |
+
00:01:10,150 --> 00:01:12,527
|
| 110 |
+
or he called it the “2 sigma problem.”
|
| 111 |
+
|
| 112 |
+
26
|
| 113 |
+
00:01:12,569 --> 00:01:14,779
|
| 114 |
+
The 2 sigma comes
|
| 115 |
+
from two standard deviation,
|
| 116 |
+
|
| 117 |
+
27
|
| 118 |
+
00:01:14,779 --> 00:01:16,823
|
| 119 |
+
sigma, the symbol for standard deviation.
|
| 120 |
+
|
| 121 |
+
28
|
| 122 |
+
00:01:16,823 --> 00:01:20,410
|
| 123 |
+
And he had good data that showed
|
| 124 |
+
that look, a normal distribution,
|
| 125 |
+
|
| 126 |
+
29
|
| 127 |
+
00:01:20,452 --> 00:01:23,163
|
| 128 |
+
that's the one that you see
|
| 129 |
+
in the traditional bell curve
|
| 130 |
+
|
| 131 |
+
30
|
| 132 |
+
00:01:23,163 --> 00:01:26,333
|
| 133 |
+
right in the middle, that's how the world
|
| 134 |
+
kind of sorts itself out,
|
| 135 |
+
|
| 136 |
+
31
|
| 137 |
+
00:01:26,333 --> 00:01:31,046
|
| 138 |
+
that if you were to give personal
|
| 139 |
+
1-to-1 to tutoring for students,
|
| 140 |
+
|
| 141 |
+
32
|
| 142 |
+
00:01:31,046 --> 00:01:34,341
|
| 143 |
+
then you could actually get a distribution
|
| 144 |
+
that looks like that right.
|
| 145 |
+
|
| 146 |
+
33
|
| 147 |
+
00:01:34,382 --> 00:01:36,384
|
| 148 |
+
It says tutorial 1-to-1
|
| 149 |
+
with the asterisks,
|
| 150 |
+
|
| 151 |
+
34
|
| 152 |
+
00:01:36,426 --> 00:01:37,886
|
| 153 |
+
like, that right distribution,
|
| 154 |
+
|
| 155 |
+
35
|
| 156 |
+
00:01:37,886 --> 00:01:39,679
|
| 157 |
+
a two standard-deviation improvement.
|
| 158 |
+
|
| 159 |
+
36
|
| 160 |
+
00:01:39,679 --> 00:01:41,389
|
| 161 |
+
Just to put that in plain language,
|
| 162 |
+
|
| 163 |
+
37
|
| 164 |
+
00:01:41,389 --> 00:01:45,143
|
| 165 |
+
that could take your average student
|
| 166 |
+
and turn them into an exceptional student.
|
| 167 |
+
|
| 168 |
+
38
|
| 169 |
+
00:01:45,185 --> 00:01:47,520
|
| 170 |
+
It can take your below-average student
|
| 171 |
+
|
| 172 |
+
39
|
| 173 |
+
00:01:47,520 --> 00:01:50,315
|
| 174 |
+
and turn them into
|
| 175 |
+
an above-average student.
|
| 176 |
+
|
| 177 |
+
40
|
| 178 |
+
00:01:50,774 --> 00:01:54,527
|
| 179 |
+
Now the reason why he framed it
|
| 180 |
+
as a problem, was he said,
|
| 181 |
+
|
| 182 |
+
41
|
| 183 |
+
00:01:54,569 --> 00:01:55,904
|
| 184 |
+
well, this is all good,
|
| 185 |
+
|
| 186 |
+
42
|
| 187 |
+
00:01:55,945 --> 00:01:58,657
|
| 188 |
+
but how do you actually scale
|
| 189 |
+
group instruction this way?
|
| 190 |
+
|
| 191 |
+
43
|
| 192 |
+
00:01:58,657 --> 00:02:01,826
|
| 193 |
+
How do you actually give it
|
| 194 |
+
to everyone in an economic way?
|
| 195 |
+
|
| 196 |
+
44
|
| 197 |
+
00:02:02,369 --> 00:02:06,039
|
| 198 |
+
What I'm about to show you is I think
|
| 199 |
+
the first moves towards doing that.
|
| 200 |
+
|
| 201 |
+
45
|
| 202 |
+
00:02:06,081 --> 00:02:08,833
|
| 203 |
+
Obviously, we've been trying
|
| 204 |
+
to approximate it in some way
|
| 205 |
+
|
| 206 |
+
46
|
| 207 |
+
00:02:08,833 --> 00:02:10,877
|
| 208 |
+
at Khan Academy for over a decade now,
|
| 209 |
+
|
| 210 |
+
47
|
| 211 |
+
00:02:10,919 --> 00:02:14,089
|
| 212 |
+
but I think we're at the cusp
|
| 213 |
+
of accelerating it dramatically.
|
| 214 |
+
|
| 215 |
+
48
|
| 216 |
+
00:02:14,089 --> 00:02:17,258
|
| 217 |
+
I'm going to show you
|
| 218 |
+
the early stages of what our AI,
|
| 219 |
+
|
| 220 |
+
49
|
| 221 |
+
00:02:17,300 --> 00:02:20,136
|
| 222 |
+
which we call Khanmigo,
|
| 223 |
+
|
| 224 |
+
50
|
| 225 |
+
00:02:20,178 --> 00:02:22,013
|
| 226 |
+
what it can now do
|
| 227 |
+
|
| 228 |
+
51
|
| 229 |
+
00:02:22,055 --> 00:02:24,891
|
| 230 |
+
and maybe a little bit
|
| 231 |
+
of where it is actually going.
|
| 232 |
+
|
| 233 |
+
52
|
| 234 |
+
00:02:25,850 --> 00:02:28,269
|
| 235 |
+
So this right over here
|
| 236 |
+
is a traditional exercise
|
| 237 |
+
|
| 238 |
+
53
|
| 239 |
+
00:02:28,311 --> 00:02:31,439
|
| 240 |
+
that you or many of your children
|
| 241 |
+
might have seen on Khan Academy.
|
| 242 |
+
|
| 243 |
+
54
|
| 244 |
+
00:02:31,481 --> 00:02:35,610
|
| 245 |
+
But what's new is that little
|
| 246 |
+
bot thing at the right.
|
| 247 |
+
|
| 248 |
+
55
|
| 249 |
+
00:02:35,652 --> 00:02:39,531
|
| 250 |
+
And we'll start by seeing one
|
| 251 |
+
of the very important safeguards,
|
| 252 |
+
|
| 253 |
+
56
|
| 254 |
+
00:02:39,572 --> 00:02:42,742
|
| 255 |
+
which is the conversation is recorded
|
| 256 |
+
and viewable by your teacher.
|
| 257 |
+
|
| 258 |
+
57
|
| 259 |
+
00:02:42,742 --> 00:02:45,078
|
| 260 |
+
It’s moderated actually by a second AI.
|
| 261 |
+
|
| 262 |
+
58
|
| 263 |
+
00:02:45,078 --> 00:02:47,038
|
| 264 |
+
And also it does not tell you the answer.
|
| 265 |
+
|
| 266 |
+
59
|
| 267 |
+
00:02:47,080 --> 00:02:48,331
|
| 268 |
+
It is not a cheating tool.
|
| 269 |
+
|
| 270 |
+
60
|
| 271 |
+
00:02:48,331 --> 00:02:50,417
|
| 272 |
+
When the student says,
|
| 273 |
+
"Tell me the answer,"
|
| 274 |
+
|
| 275 |
+
61
|
| 276 |
+
00:02:50,458 --> 00:02:51,668
|
| 277 |
+
it says, "I'm your tutor.
|
| 278 |
+
|
| 279 |
+
62
|
| 280 |
+
00:02:51,710 --> 00:02:54,546
|
| 281 |
+
What do you think is the next step
|
| 282 |
+
for solving the problem?"
|
| 283 |
+
|
| 284 |
+
63
|
| 285 |
+
00:02:54,546 --> 00:02:57,757
|
| 286 |
+
Now, if the student makes a mistake,
|
| 287 |
+
and this will surprise people
|
| 288 |
+
|
| 289 |
+
64
|
| 290 |
+
00:02:57,799 --> 00:03:00,635
|
| 291 |
+
who think large language models
|
| 292 |
+
are not good at mathematics,
|
| 293 |
+
|
| 294 |
+
65
|
| 295 |
+
00:03:00,677 --> 00:03:02,762
|
| 296 |
+
notice, not only does it
|
| 297 |
+
notice the mistake,
|
| 298 |
+
|
| 299 |
+
66
|
| 300 |
+
00:03:02,762 --> 00:03:05,265
|
| 301 |
+
it asks the student to explain
|
| 302 |
+
their reasoning,
|
| 303 |
+
|
| 304 |
+
67
|
| 305 |
+
00:03:05,306 --> 00:03:07,267
|
| 306 |
+
but it's actually doing what I would say,
|
| 307 |
+
|
| 308 |
+
68
|
| 309 |
+
00:03:07,267 --> 00:03:10,770
|
| 310 |
+
not just even an average tutor would do,
|
| 311 |
+
but an excellent tutor would do.
|
| 312 |
+
|
| 313 |
+
69
|
| 314 |
+
00:03:10,812 --> 00:03:16,067
|
| 315 |
+
It’s able to divine what is probably
|
| 316 |
+
the misconception in that student’s mind,
|
| 317 |
+
|
| 318 |
+
70
|
| 319 |
+
00:03:16,109 --> 00:03:18,737
|
| 320 |
+
that they probably didn’t use
|
| 321 |
+
the distributive property.
|
| 322 |
+
|
| 323 |
+
71
|
| 324 |
+
00:03:18,737 --> 00:03:21,030
|
| 325 |
+
Remember, we need to distribute
|
| 326 |
+
the negative two
|
| 327 |
+
|
| 328 |
+
72
|
| 329 |
+
00:03:21,072 --> 00:03:24,492
|
| 330 |
+
to both the nine and the 2m
|
| 331 |
+
inside of the parentheses.
|
| 332 |
+
|
| 333 |
+
73
|
| 334 |
+
00:03:24,534 --> 00:03:26,745
|
| 335 |
+
This to me is a very, very, very big deal.
|
| 336 |
+
|
| 337 |
+
74
|
| 338 |
+
00:03:26,786 --> 00:03:28,496
|
| 339 |
+
And it's not just in math.
|
| 340 |
+
|
| 341 |
+
75
|
| 342 |
+
00:03:29,205 --> 00:03:32,667
|
| 343 |
+
This is a computer programming
|
| 344 |
+
exercise on Khan Academy,
|
| 345 |
+
|
| 346 |
+
76
|
| 347 |
+
00:03:32,667 --> 00:03:35,503
|
| 348 |
+
where the student needs
|
| 349 |
+
to make the clouds part.
|
| 350 |
+
|
| 351 |
+
77
|
| 352 |
+
00:03:36,045 --> 00:03:40,842
|
| 353 |
+
And so we can see the student starts
|
| 354 |
+
defining a variable, left X minus minus.
|
| 355 |
+
|
| 356 |
+
78
|
| 357 |
+
00:03:40,884 --> 00:03:42,469
|
| 358 |
+
It only made the left cloud part.
|
| 359 |
+
|
| 360 |
+
79
|
| 361 |
+
00:03:42,510 --> 00:03:44,763
|
| 362 |
+
But then they can ask Khanmigo,
|
| 363 |
+
what’s going on?
|
| 364 |
+
|
| 365 |
+
80
|
| 366 |
+
00:03:44,763 --> 00:03:46,723
|
| 367 |
+
Why is only the left cloud moving?
|
| 368 |
+
|
| 369 |
+
81
|
| 370 |
+
00:03:46,765 --> 00:03:48,308
|
| 371 |
+
And it understands the code.
|
| 372 |
+
|
| 373 |
+
82
|
| 374 |
+
00:03:48,349 --> 00:03:51,186
|
| 375 |
+
It knows all the context
|
| 376 |
+
of what the student is doing,
|
| 377 |
+
|
| 378 |
+
83
|
| 379 |
+
00:03:51,186 --> 00:03:54,689
|
| 380 |
+
and it understands that those ellipses
|
| 381 |
+
are there to draw clouds,
|
| 382 |
+
|
| 383 |
+
84
|
| 384 |
+
00:03:54,689 --> 00:03:57,025
|
| 385 |
+
which I think is kind of mind-blowing.
|
| 386 |
+
|
| 387 |
+
85
|
| 388 |
+
00:03:57,025 --> 00:03:59,444
|
| 389 |
+
And it says, "To make the right
|
| 390 |
+
cloud move as well,
|
| 391 |
+
|
| 392 |
+
86
|
| 393 |
+
00:03:59,444 --> 00:04:01,863
|
| 394 |
+
try adding a line of code
|
| 395 |
+
inside the draw function
|
| 396 |
+
|
| 397 |
+
87
|
| 398 |
+
00:04:01,863 --> 00:04:05,408
|
| 399 |
+
that increments the right X variable
|
| 400 |
+
by one pixel in each frame."
|
| 401 |
+
|
| 402 |
+
88
|
| 403 |
+
00:04:05,909 --> 00:04:10,205
|
| 404 |
+
Now, this one is maybe even more amazing
|
| 405 |
+
because we have a lot of math teachers.
|
| 406 |
+
|
| 407 |
+
89
|
| 408 |
+
00:04:10,205 --> 00:04:12,499
|
| 409 |
+
We've all been trying to teach
|
| 410 |
+
the world to code,
|
| 411 |
+
|
| 412 |
+
90
|
| 413 |
+
00:04:12,540 --> 00:04:15,210
|
| 414 |
+
but there aren't a lot of computing
|
| 415 |
+
teachers out there.
|
| 416 |
+
|
| 417 |
+
91
|
| 418 |
+
00:04:15,251 --> 00:04:17,837
|
| 419 |
+
And what you just saw,
|
| 420 |
+
even when I'm tutoring my kids,
|
| 421 |
+
|
| 422 |
+
92
|
| 423 |
+
00:04:17,837 --> 00:04:19,297
|
| 424 |
+
when they're learning to code,
|
| 425 |
+
|
| 426 |
+
93
|
| 427 |
+
00:04:19,297 --> 00:04:21,508
|
| 428 |
+
I can't help them this well, this fast,
|
| 429 |
+
|
| 430 |
+
94
|
| 431 |
+
00:04:21,549 --> 00:04:23,843
|
| 432 |
+
this is really going to be a super tutor.
|
| 433 |
+
|
| 434 |
+
95
|
| 435 |
+
00:04:25,220 --> 00:04:26,763
|
| 436 |
+
And it's not just exercises.
|
| 437 |
+
|
| 438 |
+
96
|
| 439 |
+
00:04:26,805 --> 00:04:28,556
|
| 440 |
+
It understands what you're watching.
|
| 441 |
+
|
| 442 |
+
97
|
| 443 |
+
00:04:28,556 --> 00:04:30,600
|
| 444 |
+
It understands the context of your video.
|
| 445 |
+
|
| 446 |
+
98
|
| 447 |
+
00:04:30,600 --> 00:04:33,728
|
| 448 |
+
It can answer the age-old question,
|
| 449 |
+
“Why do I need to learn this?”
|
| 450 |
+
|
| 451 |
+
99
|
| 452 |
+
00:04:33,728 --> 00:04:36,481
|
| 453 |
+
And it asks Socratically,
|
| 454 |
+
"Well, what do you care about?"
|
| 455 |
+
|
| 456 |
+
100
|
| 457 |
+
00:04:36,523 --> 00:04:40,652
|
| 458 |
+
And let's say the student says,
|
| 459 |
+
"I want to be a professional athlete."
|
| 460 |
+
|
| 461 |
+
101
|
| 462 |
+
00:04:40,693 --> 00:04:43,404
|
| 463 |
+
And it says, "Well, learning
|
| 464 |
+
about the size of cells,
|
| 465 |
+
|
| 466 |
+
102
|
| 467 |
+
00:04:43,446 --> 00:04:44,823
|
| 468 |
+
which is what this video is,
|
| 469 |
+
|
| 470 |
+
103
|
| 471 |
+
00:04:44,823 --> 00:04:47,700
|
| 472 |
+
that could be really useful
|
| 473 |
+
for understanding nutrition
|
| 474 |
+
|
| 475 |
+
104
|
| 476 |
+
00:04:47,742 --> 00:04:49,494
|
| 477 |
+
and how your body works, etc."
|
| 478 |
+
|
| 479 |
+
105
|
| 480 |
+
00:04:49,494 --> 00:04:51,538
|
| 481 |
+
It can answer questions, it can quiz you,
|
| 482 |
+
|
| 483 |
+
106
|
| 484 |
+
00:04:51,579 --> 00:04:53,164
|
| 485 |
+
it can connect it to other ideas,
|
| 486 |
+
|
| 487 |
+
107
|
| 488 |
+
00:04:53,164 --> 00:04:55,542
|
| 489 |
+
you can now ask
|
| 490 |
+
as many questions of a video
|
| 491 |
+
|
| 492 |
+
108
|
| 493 |
+
00:04:55,583 --> 00:04:57,252
|
| 494 |
+
as you could ever dream of.
|
| 495 |
+
|
| 496 |
+
109
|
| 497 |
+
00:04:57,252 --> 00:05:01,172
|
| 498 |
+
(Applause)
|
| 499 |
+
|
| 500 |
+
110
|
| 501 |
+
00:05:01,214 --> 00:05:02,966
|
| 502 |
+
Another big shortage out there,
|
| 503 |
+
|
| 504 |
+
111
|
| 505 |
+
00:05:03,007 --> 00:05:04,801
|
| 506 |
+
I remember the high school I went to,
|
| 507 |
+
|
| 508 |
+
112
|
| 509 |
+
00:05:04,801 --> 00:05:09,973
|
| 510 |
+
the student-to-guidance counselor ratio
|
| 511 |
+
was about 200 or 300 to one.
|
| 512 |
+
|
| 513 |
+
113
|
| 514 |
+
00:05:10,014 --> 00:05:12,350
|
| 515 |
+
A lot of the country,
|
| 516 |
+
it's worse than that.
|
| 517 |
+
|
| 518 |
+
114
|
| 519 |
+
00:05:12,350 --> 00:05:16,062
|
| 520 |
+
We can use Khanmigo to give
|
| 521 |
+
every student a guidance counselor,
|
| 522 |
+
|
| 523 |
+
115
|
| 524 |
+
00:05:16,104 --> 00:05:19,566
|
| 525 |
+
academic coach, career coach, life coach,
|
| 526 |
+
|
| 527 |
+
116
|
| 528 |
+
00:05:19,566 --> 00:05:22,026
|
| 529 |
+
which is exactly
|
| 530 |
+
what you see right over here.
|
| 531 |
+
|
| 532 |
+
117
|
| 533 |
+
00:05:22,068 --> 00:05:25,154
|
| 534 |
+
And we launched this
|
| 535 |
+
with the GPT-4 launch.
|
| 536 |
+
|
| 537 |
+
118
|
| 538 |
+
00:05:25,196 --> 00:05:27,031
|
| 539 |
+
We have a few thousand people on this.
|
| 540 |
+
|
| 541 |
+
119
|
| 542 |
+
00:05:27,031 --> 00:05:28,199
|
| 543 |
+
This isn't a fake demo,
|
| 544 |
+
|
| 545 |
+
120
|
| 546 |
+
00:05:28,241 --> 00:05:31,160
|
| 547 |
+
this is really it in action.
|
| 548 |
+
|
| 549 |
+
121
|
| 550 |
+
00:05:32,203 --> 00:05:34,414
|
| 551 |
+
And then there is, you know,
|
| 552 |
+
|
| 553 |
+
122
|
| 554 |
+
00:05:34,455 --> 00:05:36,875
|
| 555 |
+
things that I think it would
|
| 556 |
+
have been even harder,
|
| 557 |
+
|
| 558 |
+
123
|
| 559 |
+
00:05:36,875 --> 00:05:39,210
|
| 560 |
+
it would have been a little
|
| 561 |
+
science fiction to do
|
| 562 |
+
|
| 563 |
+
124
|
| 564 |
+
00:05:39,210 --> 00:05:40,670
|
| 565 |
+
with even a traditional tutor.
|
| 566 |
+
|
| 567 |
+
125
|
| 568 |
+
00:05:40,670 --> 00:05:43,506
|
| 569 |
+
We run an online high school
|
| 570 |
+
with Arizona State University
|
| 571 |
+
|
| 572 |
+
126
|
| 573 |
+
00:05:43,548 --> 00:05:45,049
|
| 574 |
+
called Khan World School,
|
| 575 |
+
|
| 576 |
+
127
|
| 577 |
+
00:05:45,049 --> 00:05:48,595
|
| 578 |
+
and we have a student who attends
|
| 579 |
+
that online school, based in India.
|
| 580 |
+
|
| 581 |
+
128
|
| 582 |
+
00:05:48,595 --> 00:05:50,221
|
| 583 |
+
Her name's Saanvi.
|
| 584 |
+
|
| 585 |
+
129
|
| 586 |
+
00:05:50,221 --> 00:05:53,600
|
| 587 |
+
And she was doing a report
|
| 588 |
+
on "The Great Gatsby."
|
| 589 |
+
|
| 590 |
+
130
|
| 591 |
+
00:05:53,641 --> 00:05:55,727
|
| 592 |
+
And when she was reading
|
| 593 |
+
"The Great Gatsby,"
|
| 594 |
+
|
| 595 |
+
131
|
| 596 |
+
00:05:55,727 --> 00:05:58,938
|
| 597 |
+
Jay Gatsby keeps looking
|
| 598 |
+
at the green light off into the distance.
|
| 599 |
+
|
| 600 |
+
132
|
| 601 |
+
00:05:58,980 --> 00:06:00,815
|
| 602 |
+
And she's like, "Why does he do that?"
|
| 603 |
+
|
| 604 |
+
133
|
| 605 |
+
00:06:00,815 --> 00:06:03,902
|
| 606 |
+
She did some web searches,
|
| 607 |
+
and people have obviously studied this
|
| 608 |
+
|
| 609 |
+
134
|
| 610 |
+
00:06:03,902 --> 00:06:05,904
|
| 611 |
+
and commented about the symbolism of that,
|
| 612 |
+
|
| 613 |
+
135
|
| 614 |
+
00:06:05,904 --> 00:06:08,072
|
| 615 |
+
but none of it was really
|
| 616 |
+
resonating with her.
|
| 617 |
+
|
| 618 |
+
136
|
| 619 |
+
00:06:08,072 --> 00:06:10,491
|
| 620 |
+
And then she realized
|
| 621 |
+
that she had Khanmigo
|
| 622 |
+
|
| 623 |
+
137
|
| 624 |
+
00:06:10,533 --> 00:06:13,578
|
| 625 |
+
and that she could talk
|
| 626 |
+
to Jay Gatsby himself.
|
| 627 |
+
|
| 628 |
+
138
|
| 629 |
+
00:06:13,620 --> 00:06:15,997
|
| 630 |
+
And so, "Ah, splendid choice, old sport.
|
| 631 |
+
|
| 632 |
+
139
|
| 633 |
+
00:06:15,997 --> 00:06:18,207
|
| 634 |
+
I am now Jay Gatsby,
|
| 635 |
+
the enigmatic millionaire
|
| 636 |
+
|
| 637 |
+
140
|
| 638 |
+
00:06:18,249 --> 00:06:20,543
|
| 639 |
+
from F. Scott Fitzgerald’s classic.”
|
| 640 |
+
|
| 641 |
+
141
|
| 642 |
+
00:06:20,585 --> 00:06:23,087
|
| 643 |
+
And so, "Why do you keep staring
|
| 644 |
+
at the green light?"
|
| 645 |
+
|
| 646 |
+
142
|
| 647 |
+
00:06:23,087 --> 00:06:24,923
|
| 648 |
+
"Ah, the green light, old sport.
|
| 649 |
+
|
| 650 |
+
143
|
| 651 |
+
00:06:24,964 --> 00:06:27,759
|
| 652 |
+
It's a symbol of my dreams
|
| 653 |
+
and desires, you see.
|
| 654 |
+
|
| 655 |
+
144
|
| 656 |
+
00:06:27,800 --> 00:06:30,136
|
| 657 |
+
It's situated at the end
|
| 658 |
+
of Daisy Buchanan's dock
|
| 659 |
+
|
| 660 |
+
145
|
| 661 |
+
00:06:30,178 --> 00:06:32,138
|
| 662 |
+
across the bay from my mansion.
|
| 663 |
+
|
| 664 |
+
146
|
| 665 |
+
00:06:32,138 --> 00:06:35,350
|
| 666 |
+
I gaze at it longingly
|
| 667 |
+
as it represents my yearning for the past
|
| 668 |
+
|
| 669 |
+
147
|
| 670 |
+
00:06:35,391 --> 00:06:39,103
|
| 671 |
+
and my hope to reunite with Daisy,
|
| 672 |
+
the love of my life."
|
| 673 |
+
|
| 674 |
+
148
|
| 675 |
+
00:06:39,604 --> 00:06:43,149
|
| 676 |
+
And what was cool is, Saanvi then said,
|
| 677 |
+
“I had this long conversation,”
|
| 678 |
+
|
| 679 |
+
149
|
| 680 |
+
00:06:43,149 --> 00:06:45,401
|
| 681 |
+
she called him “Mr. Gatsby,”
|
| 682 |
+
|
| 683 |
+
150
|
| 684 |
+
00:06:45,443 --> 00:06:48,613
|
| 685 |
+
and at the end she actually apologized
|
| 686 |
+
for taking his time,
|
| 687 |
+
|
| 688 |
+
151
|
| 689 |
+
00:06:48,613 --> 00:06:51,199
|
| 690 |
+
which I thought was very polite of her.
|
| 691 |
+
|
| 692 |
+
152
|
| 693 |
+
00:06:51,741 --> 00:06:56,287
|
| 694 |
+
But you can imagine this unlocks
|
| 695 |
+
learning literature, learning ...
|
| 696 |
+
|
| 697 |
+
153
|
| 698 |
+
00:06:56,663 --> 00:06:58,456
|
| 699 |
+
You could talk to historical figures.
|
| 700 |
+
|
| 701 |
+
154
|
| 702 |
+
00:06:58,456 --> 00:07:00,541
|
| 703 |
+
We're even probably
|
| 704 |
+
going to add an activity
|
| 705 |
+
|
| 706 |
+
155
|
| 707 |
+
00:07:00,541 --> 00:07:02,627
|
| 708 |
+
you can talk to like,
|
| 709 |
+
the Mississippi River.
|
| 710 |
+
|
| 711 |
+
156
|
| 712 |
+
00:07:02,627 --> 00:07:06,172
|
| 713 |
+
It brings things to life in ways
|
| 714 |
+
that really were science fiction
|
| 715 |
+
|
| 716 |
+
157
|
| 717 |
+
00:07:06,214 --> 00:07:08,675
|
| 718 |
+
even six months or a year ago.
|
| 719 |
+
|
| 720 |
+
158
|
| 721 |
+
00:07:10,134 --> 00:07:12,470
|
| 722 |
+
Students can get into debates with the AI.
|
| 723 |
+
|
| 724 |
+
159
|
| 725 |
+
00:07:12,512 --> 00:07:14,722
|
| 726 |
+
And we’ve got this here
|
| 727 |
+
is the student debating
|
| 728 |
+
|
| 729 |
+
160
|
| 730 |
+
00:07:14,722 --> 00:07:16,557
|
| 731 |
+
whether we should cancel student debt.
|
| 732 |
+
|
| 733 |
+
161
|
| 734 |
+
00:07:16,557 --> 00:07:18,726
|
| 735 |
+
The student is against
|
| 736 |
+
canceling student debt,
|
| 737 |
+
|
| 738 |
+
162
|
| 739 |
+
00:07:18,726 --> 00:07:20,520
|
| 740 |
+
and we've gotten very clear feedback.
|
| 741 |
+
|
| 742 |
+
163
|
| 743 |
+
00:07:20,520 --> 00:07:24,023
|
| 744 |
+
We started running it at Khan World School
|
| 745 |
+
in our lab school that we have,
|
| 746 |
+
|
| 747 |
+
164
|
| 748 |
+
00:07:24,023 --> 00:07:25,191
|
| 749 |
+
Khan Lab School.
|
| 750 |
+
|
| 751 |
+
165
|
| 752 |
+
00:07:25,233 --> 00:07:27,610
|
| 753 |
+
The students, the high school
|
| 754 |
+
students especially,
|
| 755 |
+
|
| 756 |
+
166
|
| 757 |
+
00:07:27,652 --> 00:07:30,863
|
| 758 |
+
they're saying "This is amazing to be able
|
| 759 |
+
to fine-tune my arguments
|
| 760 |
+
|
| 761 |
+
167
|
| 762 |
+
00:07:30,905 --> 00:07:32,115
|
| 763 |
+
without fearing judgment.
|
| 764 |
+
|
| 765 |
+
168
|
| 766 |
+
00:07:32,156 --> 00:07:33,908
|
| 767 |
+
It makes me that much more confident
|
| 768 |
+
|
| 769 |
+
169
|
| 770 |
+
00:07:33,908 --> 00:07:36,285
|
| 771 |
+
to go into the classroom
|
| 772 |
+
and really participate."
|
| 773 |
+
|
| 774 |
+
170
|
| 775 |
+
00:07:36,285 --> 00:07:39,580
|
| 776 |
+
And we all know that Socratic dialogue
|
| 777 |
+
debate is a great way to learn,
|
| 778 |
+
|
| 779 |
+
171
|
| 780 |
+
00:07:39,622 --> 00:07:42,458
|
| 781 |
+
but frankly, it's not out there
|
| 782 |
+
for most students.
|
| 783 |
+
|
| 784 |
+
172
|
| 785 |
+
00:07:42,500 --> 00:07:46,087
|
| 786 |
+
But now it can be accessible
|
| 787 |
+
to hopefully everyone.
|
| 788 |
+
|
| 789 |
+
173
|
| 790 |
+
00:07:48,047 --> 00:07:51,676
|
| 791 |
+
A lot of the narrative,
|
| 792 |
+
we saw that in the headlines, has been,
|
| 793 |
+
|
| 794 |
+
174
|
| 795 |
+
00:07:51,718 --> 00:07:53,594
|
| 796 |
+
"It's going to do the writing for kids.
|
| 797 |
+
|
| 798 |
+
175
|
| 799 |
+
00:07:53,594 --> 00:07:55,471
|
| 800 |
+
Kids are not going to learn to write."
|
| 801 |
+
|
| 802 |
+
176
|
| 803 |
+
00:07:55,471 --> 00:07:58,850
|
| 804 |
+
But we are showing that there's ways
|
| 805 |
+
that the AI doesn't write for you,
|
| 806 |
+
|
| 807 |
+
177
|
| 808 |
+
00:07:58,850 --> 00:08:00,018
|
| 809 |
+
it writes with you.
|
| 810 |
+
|
| 811 |
+
178
|
| 812 |
+
00:08:00,059 --> 00:08:01,394
|
| 813 |
+
So this is a little thing,
|
| 814 |
+
|
| 815 |
+
179
|
| 816 |
+
00:08:01,436 --> 00:08:03,479
|
| 817 |
+
and my eight year old is addicted to this,
|
| 818 |
+
|
| 819 |
+
180
|
| 820 |
+
00:08:03,521 --> 00:08:05,982
|
| 821 |
+
and he's not a kid
|
| 822 |
+
that really liked writing before,
|
| 823 |
+
|
| 824 |
+
181
|
| 825 |
+
00:08:05,982 --> 00:08:07,358
|
| 826 |
+
but you can say,
|
| 827 |
+
|
| 828 |
+
182
|
| 829 |
+
00:08:07,358 --> 00:08:08,943
|
| 830 |
+
“I want to write a horror story,”
|
| 831 |
+
|
| 832 |
+
183
|
| 833 |
+
00:08:08,943 --> 00:08:12,780
|
| 834 |
+
and it says, "Ooh, a horror story,
|
| 835 |
+
how spine-tingling and thrilling.
|
| 836 |
+
|
| 837 |
+
184
|
| 838 |
+
00:08:12,780 --> 00:08:15,992
|
| 839 |
+
Let's dive into the world of eerie shadows
|
| 840 |
+
and chilling mysteries."
|
| 841 |
+
|
| 842 |
+
185
|
| 843 |
+
00:08:15,992 --> 00:08:19,328
|
| 844 |
+
And this is an activity where
|
| 845 |
+
the student will write two sentences,
|
| 846 |
+
|
| 847 |
+
186
|
| 848 |
+
00:08:19,328 --> 00:08:21,330
|
| 849 |
+
and then the AI will write two sentences.
|
| 850 |
+
|
| 851 |
+
187
|
| 852 |
+
00:08:21,330 --> 00:08:23,958
|
| 853 |
+
And so they collaborate
|
| 854 |
+
together on a story.
|
| 855 |
+
|
| 856 |
+
188
|
| 857 |
+
00:08:24,000 --> 00:08:26,669
|
| 858 |
+
The student writes,
|
| 859 |
+
"Beatrice was a misunderstood ghost.
|
| 860 |
+
|
| 861 |
+
189
|
| 862 |
+
00:08:26,711 --> 00:08:29,630
|
| 863 |
+
She wanted to make friends
|
| 864 |
+
but kept scaring them by accident."
|
| 865 |
+
|
| 866 |
+
190
|
| 867 |
+
00:08:29,672 --> 00:08:33,259
|
| 868 |
+
And the AI says, "Poor Beatrice, a lonely
|
| 869 |
+
spirit yearning for companionship.
|
| 870 |
+
|
| 871 |
+
191
|
| 872 |
+
00:08:33,301 --> 00:08:36,763
|
| 873 |
+
One day she stumbled
|
| 874 |
+
upon an old abandoned mansion," etc.
|
| 875 |
+
|
| 876 |
+
192
|
| 877 |
+
00:08:36,763 --> 00:08:39,182
|
| 878 |
+
I encourage you all
|
| 879 |
+
to hopefully one day try this.
|
| 880 |
+
|
| 881 |
+
193
|
| 882 |
+
00:08:39,182 --> 00:08:41,059
|
| 883 |
+
This is surprisingly fun.
|
| 884 |
+
|
| 885 |
+
194
|
| 886 |
+
00:08:42,935 --> 00:08:45,813
|
| 887 |
+
Now to even more directly
|
| 888 |
+
hit this use case.
|
| 889 |
+
|
| 890 |
+
195
|
| 891 |
+
00:08:45,855 --> 00:08:47,398
|
| 892 |
+
And what I'm about to show you,
|
| 893 |
+
|
| 894 |
+
196
|
| 895 |
+
00:08:47,440 --> 00:08:48,900
|
| 896 |
+
everything I showed you so far
|
| 897 |
+
|
| 898 |
+
197
|
| 899 |
+
00:08:48,900 --> 00:08:52,153
|
| 900 |
+
is actually already part of Khanmigo,
|
| 901 |
+
and what I’m about to show you,
|
| 902 |
+
|
| 903 |
+
198
|
| 904 |
+
00:08:52,153 --> 00:08:54,614
|
| 905 |
+
we haven't shown to anyone yet,
|
| 906 |
+
this is a prototype.
|
| 907 |
+
|
| 908 |
+
199
|
| 909 |
+
00:08:54,614 --> 00:08:57,200
|
| 910 |
+
We hope to be able to launch it
|
| 911 |
+
in the next few months,
|
| 912 |
+
|
| 913 |
+
200
|
| 914 |
+
00:08:57,200 --> 00:09:00,620
|
| 915 |
+
but this is to directly use AI,
|
| 916 |
+
use generative AI,
|
| 917 |
+
|
| 918 |
+
201
|
| 919 |
+
00:09:00,661 --> 00:09:02,789
|
| 920 |
+
to not undermine English
|
| 921 |
+
and language arts
|
| 922 |
+
|
| 923 |
+
202
|
| 924 |
+
00:09:02,830 --> 00:09:04,457
|
| 925 |
+
but to actually enhance it in ways
|
| 926 |
+
|
| 927 |
+
203
|
| 928 |
+
00:09:04,457 --> 00:09:07,668
|
| 929 |
+
that we couldn't have even
|
| 930 |
+
conceived of even a year ago.
|
| 931 |
+
|
| 932 |
+
204
|
| 933 |
+
00:09:08,002 --> 00:09:09,462
|
| 934 |
+
This is reading comprehension.
|
| 935 |
+
|
| 936 |
+
205
|
| 937 |
+
00:09:09,504 --> 00:09:13,674
|
| 938 |
+
The students reading Steve Jobs's
|
| 939 |
+
famous speech at Stanford.
|
| 940 |
+
|
| 941 |
+
206
|
| 942 |
+
00:09:13,716 --> 00:09:15,676
|
| 943 |
+
And then as they get to certain points,
|
| 944 |
+
|
| 945 |
+
207
|
| 946 |
+
00:09:15,676 --> 00:09:18,012
|
| 947 |
+
they can click on that little question.
|
| 948 |
+
|
| 949 |
+
208
|
| 950 |
+
00:09:18,012 --> 00:09:22,934
|
| 951 |
+
And the AI will then Socratically,
|
| 952 |
+
almost like an oral exam,
|
| 953 |
+
|
| 954 |
+
209
|
| 955 |
+
00:09:22,934 --> 00:09:24,393
|
| 956 |
+
ask the student about things.
|
| 957 |
+
|
| 958 |
+
210
|
| 959 |
+
00:09:24,393 --> 00:09:26,938
|
| 960 |
+
And the AI can highlight
|
| 961 |
+
parts of the passage.
|
| 962 |
+
|
| 963 |
+
211
|
| 964 |
+
00:09:26,938 --> 00:09:28,856
|
| 965 |
+
Why did the author use that word?
|
| 966 |
+
|
| 967 |
+
212
|
| 968 |
+
00:09:28,898 --> 00:09:30,066
|
| 969 |
+
What was their intent?
|
| 970 |
+
|
| 971 |
+
213
|
| 972 |
+
00:09:30,066 --> 00:09:31,776
|
| 973 |
+
Does it back up their argument?
|
| 974 |
+
|
| 975 |
+
214
|
| 976 |
+
00:09:31,818 --> 00:09:33,820
|
| 977 |
+
They can start to do stuff
|
| 978 |
+
that once again,
|
| 979 |
+
|
| 980 |
+
215
|
| 981 |
+
00:09:33,861 --> 00:09:36,614
|
| 982 |
+
we never had the capability
|
| 983 |
+
to give everyone a tutor,
|
| 984 |
+
|
| 985 |
+
216
|
| 986 |
+
00:09:36,656 --> 00:09:40,827
|
| 987 |
+
everyone a writing coach to actually
|
| 988 |
+
dig in to reading at this level.
|
| 989 |
+
|
| 990 |
+
217
|
| 991 |
+
00:09:41,410 --> 00:09:43,371
|
| 992 |
+
And you could go on the other side of it.
|
| 993 |
+
|
| 994 |
+
218
|
| 995 |
+
00:09:43,412 --> 00:09:45,832
|
| 996 |
+
And we have whole work flows
|
| 997 |
+
that helps them write,
|
| 998 |
+
|
| 999 |
+
219
|
| 1000 |
+
00:09:45,832 --> 00:09:48,543
|
| 1001 |
+
helps them be a writing coach,
|
| 1002 |
+
draw an outline.
|
| 1003 |
+
|
| 1004 |
+
220
|
| 1005 |
+
00:09:48,584 --> 00:09:51,629
|
| 1006 |
+
But once a student actually
|
| 1007 |
+
constructs a draft,
|
| 1008 |
+
|
| 1009 |
+
221
|
| 1010 |
+
00:09:51,671 --> 00:09:53,923
|
| 1011 |
+
and this is where
|
| 1012 |
+
they're constructing a draft,
|
| 1013 |
+
|
| 1014 |
+
222
|
| 1015 |
+
00:09:53,965 --> 00:09:55,967
|
| 1016 |
+
they can ask for feedback once again,
|
| 1017 |
+
|
| 1018 |
+
223
|
| 1019 |
+
00:09:56,008 --> 00:09:58,219
|
| 1020 |
+
as you would expect
|
| 1021 |
+
from a good writing coach.
|
| 1022 |
+
|
| 1023 |
+
224
|
| 1024 |
+
00:09:58,845 --> 00:10:01,222
|
| 1025 |
+
In this case, the student
|
| 1026 |
+
will say, let's say,
|
| 1027 |
+
|
| 1028 |
+
225
|
| 1029 |
+
00:10:01,222 --> 00:10:03,266
|
| 1030 |
+
"Does my evidence support my claim?"
|
| 1031 |
+
|
| 1032 |
+
226
|
| 1033 |
+
00:10:03,307 --> 00:10:05,726
|
| 1034 |
+
And then the AI, not only
|
| 1035 |
+
is able to give feedback,
|
| 1036 |
+
|
| 1037 |
+
227
|
| 1038 |
+
00:10:05,768 --> 00:10:08,855
|
| 1039 |
+
but it's able to highlight certain parts
|
| 1040 |
+
of the passage and says,
|
| 1041 |
+
|
| 1042 |
+
228
|
| 1043 |
+
00:10:08,855 --> 00:10:11,566
|
| 1044 |
+
"On this passage, this doesn't
|
| 1045 |
+
quite support your claim,"
|
| 1046 |
+
|
| 1047 |
+
229
|
| 1048 |
+
00:10:11,607 --> 00:10:14,318
|
| 1049 |
+
but once again, Socratically says,
|
| 1050 |
+
"Can you tell us why?"
|
| 1051 |
+
|
| 1052 |
+
230
|
| 1053 |
+
00:10:14,318 --> 00:10:17,113
|
| 1054 |
+
So it's pulling the student,
|
| 1055 |
+
making them a better writer,
|
| 1056 |
+
|
| 1057 |
+
231
|
| 1058 |
+
00:10:17,113 --> 00:10:18,531
|
| 1059 |
+
giving them far more feedback
|
| 1060 |
+
|
| 1061 |
+
232
|
| 1062 |
+
00:10:18,531 --> 00:10:20,950
|
| 1063 |
+
than they've ever been able
|
| 1064 |
+
to actually get before.
|
| 1065 |
+
|
| 1066 |
+
233
|
| 1067 |
+
00:10:20,950 --> 00:10:24,495
|
| 1068 |
+
And we think this is going to dramatically
|
| 1069 |
+
accelerate writing, not hurt it.
|
| 1070 |
+
|
| 1071 |
+
234
|
| 1072 |
+
00:10:25,413 --> 00:10:29,125
|
| 1073 |
+
Now, everything I've talked
|
| 1074 |
+
about so far is for the student.
|
| 1075 |
+
|
| 1076 |
+
235
|
| 1077 |
+
00:10:29,125 --> 00:10:32,044
|
| 1078 |
+
But we think this could be equally
|
| 1079 |
+
as powerful for the teacher
|
| 1080 |
+
|
| 1081 |
+
236
|
| 1082 |
+
00:10:32,044 --> 00:10:34,380
|
| 1083 |
+
to drive more personalized
|
| 1084 |
+
education and frankly
|
| 1085 |
+
|
| 1086 |
+
237
|
| 1087 |
+
00:10:34,380 --> 00:10:37,633
|
| 1088 |
+
save time and energy for themselves
|
| 1089 |
+
and for their students.
|
| 1090 |
+
|
| 1091 |
+
238
|
| 1092 |
+
00:10:37,675 --> 00:10:40,469
|
| 1093 |
+
So this is an American history
|
| 1094 |
+
exercise on Khan Academy.
|
| 1095 |
+
|
| 1096 |
+
239
|
| 1097 |
+
00:10:40,469 --> 00:10:44,682
|
| 1098 |
+
It's a question
|
| 1099 |
+
about the Spanish-American War.
|
| 1100 |
+
|
| 1101 |
+
240
|
| 1102 |
+
00:10:44,724 --> 00:10:47,768
|
| 1103 |
+
And at first it's in student mode.
|
| 1104 |
+
|
| 1105 |
+
241
|
| 1106 |
+
00:10:47,810 --> 00:10:51,230
|
| 1107 |
+
And if you say, “Tell me the answer,”
|
| 1108 |
+
it’s not going to tell the answer.
|
| 1109 |
+
|
| 1110 |
+
242
|
| 1111 |
+
00:10:51,230 --> 00:10:52,982
|
| 1112 |
+
It's going to go into tutoring mode.
|
| 1113 |
+
|
| 1114 |
+
243
|
| 1115 |
+
00:10:52,982 --> 00:10:55,484
|
| 1116 |
+
But that little toggle
|
| 1117 |
+
which teachers have access to,
|
| 1118 |
+
|
| 1119 |
+
244
|
| 1120 |
+
00:10:55,484 --> 00:10:58,613
|
| 1121 |
+
they can turn student mode off
|
| 1122 |
+
and then it goes into teacher mode.
|
| 1123 |
+
|
| 1124 |
+
245
|
| 1125 |
+
00:10:58,613 --> 00:11:00,781
|
| 1126 |
+
And what this does is it turns into --
|
| 1127 |
+
|
| 1128 |
+
246
|
| 1129 |
+
00:11:01,240 --> 00:11:03,743
|
| 1130 |
+
You could view it
|
| 1131 |
+
as a teacher's guide on steroids.
|
| 1132 |
+
|
| 1133 |
+
247
|
| 1134 |
+
00:11:03,784 --> 00:11:05,912
|
| 1135 |
+
Not only can it explain the answer,
|
| 1136 |
+
|
| 1137 |
+
248
|
| 1138 |
+
00:11:05,912 --> 00:11:08,080
|
| 1139 |
+
it can explain how you might
|
| 1140 |
+
want to teach it.
|
| 1141 |
+
|
| 1142 |
+
249
|
| 1143 |
+
00:11:08,080 --> 00:11:10,917
|
| 1144 |
+
It can help prepare
|
| 1145 |
+
the teacher for that material.
|
| 1146 |
+
|
| 1147 |
+
250
|
| 1148 |
+
00:11:10,917 --> 00:11:14,420
|
| 1149 |
+
It can help them create lesson plans,
|
| 1150 |
+
as you could see doing right there.
|
| 1151 |
+
|
| 1152 |
+
251
|
| 1153 |
+
00:11:14,462 --> 00:11:17,089
|
| 1154 |
+
It'll eventually help them
|
| 1155 |
+
create progress reports
|
| 1156 |
+
|
| 1157 |
+
252
|
| 1158 |
+
00:11:17,131 --> 00:11:18,758
|
| 1159 |
+
and help them, eventually, grade.
|
| 1160 |
+
|
| 1161 |
+
253
|
| 1162 |
+
00:11:18,799 --> 00:11:21,219
|
| 1163 |
+
So once again, teachers spend
|
| 1164 |
+
about half their time
|
| 1165 |
+
|
| 1166 |
+
254
|
| 1167 |
+
00:11:21,219 --> 00:11:23,304
|
| 1168 |
+
with this type of activity,
|
| 1169 |
+
lesson planning.
|
| 1170 |
+
|
| 1171 |
+
255
|
| 1172 |
+
00:11:23,304 --> 00:11:25,139
|
| 1173 |
+
All of that energy can go back to them
|
| 1174 |
+
|
| 1175 |
+
256
|
| 1176 |
+
00:11:25,181 --> 00:11:28,017
|
| 1177 |
+
or go back to human interactions
|
| 1178 |
+
with their actual students.
|
| 1179 |
+
|
| 1180 |
+
257
|
| 1181 |
+
00:11:29,268 --> 00:11:34,106
|
| 1182 |
+
(Applause)
|
| 1183 |
+
|
| 1184 |
+
258
|
| 1185 |
+
00:11:34,148 --> 00:11:37,235
|
| 1186 |
+
So, you know, one point I want to make.
|
| 1187 |
+
|
| 1188 |
+
259
|
| 1189 |
+
00:11:37,276 --> 00:11:39,528
|
| 1190 |
+
These large language models
|
| 1191 |
+
are so powerful,
|
| 1192 |
+
|
| 1193 |
+
260
|
| 1194 |
+
00:11:39,570 --> 00:11:41,447
|
| 1195 |
+
there's a temptation to say like, well,
|
| 1196 |
+
|
| 1197 |
+
261
|
| 1198 |
+
00:11:41,447 --> 00:11:44,533
|
| 1199 |
+
all these people are just going
|
| 1200 |
+
to slap them onto their websites,
|
| 1201 |
+
|
| 1202 |
+
262
|
| 1203 |
+
00:11:44,533 --> 00:11:47,662
|
| 1204 |
+
and it kind of turns the applications
|
| 1205 |
+
themselves into commodities.
|
| 1206 |
+
|
| 1207 |
+
263
|
| 1208 |
+
00:11:47,703 --> 00:11:49,121
|
| 1209 |
+
And what I've got to tell you
|
| 1210 |
+
|
| 1211 |
+
264
|
| 1212 |
+
00:11:49,121 --> 00:11:51,999
|
| 1213 |
+
is that’s one of the reasons
|
| 1214 |
+
why I didn’t sleep for two weeks
|
| 1215 |
+
|
| 1216 |
+
265
|
| 1217 |
+
00:11:51,999 --> 00:11:54,877
|
| 1218 |
+
when I first had access
|
| 1219 |
+
to GPT-4 back in August.
|
| 1220 |
+
|
| 1221 |
+
266
|
| 1222 |
+
00:11:55,586 --> 00:11:58,339
|
| 1223 |
+
But we quickly realized
|
| 1224 |
+
that to actually make it magical,
|
| 1225 |
+
|
| 1226 |
+
267
|
| 1227 |
+
00:11:58,339 --> 00:12:00,591
|
| 1228 |
+
I think what you saw
|
| 1229 |
+
with Khanmigo a little bit,
|
| 1230 |
+
|
| 1231 |
+
268
|
| 1232 |
+
00:12:00,633 --> 00:12:03,928
|
| 1233 |
+
it didn't interact with you
|
| 1234 |
+
the way that you see ChatGPT interacting.
|
| 1235 |
+
|
| 1236 |
+
269
|
| 1237 |
+
00:12:03,928 --> 00:12:06,514
|
| 1238 |
+
It was a little bit more magical,
|
| 1239 |
+
it was more Socratic,
|
| 1240 |
+
|
| 1241 |
+
270
|
| 1242 |
+
00:12:06,555 --> 00:12:08,182
|
| 1243 |
+
it was clearly much better at math
|
| 1244 |
+
|
| 1245 |
+
271
|
| 1246 |
+
00:12:08,224 --> 00:12:10,434
|
| 1247 |
+
than what most people
|
| 1248 |
+
are used to thinking.
|
| 1249 |
+
|
| 1250 |
+
272
|
| 1251 |
+
00:12:10,476 --> 00:12:11,644
|
| 1252 |
+
And the reason is,
|
| 1253 |
+
|
| 1254 |
+
273
|
| 1255 |
+
00:12:11,644 --> 00:12:14,563
|
| 1256 |
+
there was a lot of work
|
| 1257 |
+
behind the scenes to make that happen.
|
| 1258 |
+
|
| 1259 |
+
274
|
| 1260 |
+
00:12:14,605 --> 00:12:18,109
|
| 1261 |
+
And I could go through the whole list
|
| 1262 |
+
of everything we've been working on,
|
| 1263 |
+
|
| 1264 |
+
275
|
| 1265 |
+
00:12:18,150 --> 00:12:21,779
|
| 1266 |
+
many, many people for over six,
|
| 1267 |
+
seven months to make it feel magical.
|
| 1268 |
+
|
| 1269 |
+
276
|
| 1270 |
+
00:12:21,821 --> 00:12:24,323
|
| 1271 |
+
But perhaps the most
|
| 1272 |
+
intellectually interesting one
|
| 1273 |
+
|
| 1274 |
+
277
|
| 1275 |
+
00:12:24,323 --> 00:12:27,660
|
| 1276 |
+
is we realized, and this was an idea
|
| 1277 |
+
from an OpenAI researcher,
|
| 1278 |
+
|
| 1279 |
+
278
|
| 1280 |
+
00:12:27,660 --> 00:12:30,788
|
| 1281 |
+
that we could dramatically improve
|
| 1282 |
+
its ability in math
|
| 1283 |
+
|
| 1284 |
+
279
|
| 1285 |
+
00:12:30,830 --> 00:12:32,123
|
| 1286 |
+
and its ability in tutoring
|
| 1287 |
+
|
| 1288 |
+
280
|
| 1289 |
+
00:12:32,164 --> 00:12:35,293
|
| 1290 |
+
if we allow the AI to think
|
| 1291 |
+
before it speaks.
|
| 1292 |
+
|
| 1293 |
+
281
|
| 1294 |
+
00:12:35,334 --> 00:12:36,752
|
| 1295 |
+
So if you're tutoring someone
|
| 1296 |
+
|
| 1297 |
+
282
|
| 1298 |
+
00:12:36,752 --> 00:12:39,964
|
| 1299 |
+
and you immediately just start talking
|
| 1300 |
+
before you assess their math,
|
| 1301 |
+
|
| 1302 |
+
283
|
| 1303 |
+
00:12:39,964 --> 00:12:41,257
|
| 1304 |
+
you might not get it right.
|
| 1305 |
+
|
| 1306 |
+
284
|
| 1307 |
+
00:12:41,299 --> 00:12:43,301
|
| 1308 |
+
But if you construct
|
| 1309 |
+
thoughts for yourself,
|
| 1310 |
+
|
| 1311 |
+
285
|
| 1312 |
+
00:12:43,301 --> 00:12:46,178
|
| 1313 |
+
and what you see on the right
|
| 1314 |
+
there is an actual AI thought,
|
| 1315 |
+
|
| 1316 |
+
286
|
| 1317 |
+
00:12:46,220 --> 00:12:49,890
|
| 1318 |
+
something that it generates for itself
|
| 1319 |
+
but it does not share with the student.
|
| 1320 |
+
|
| 1321 |
+
287
|
| 1322 |
+
00:12:49,890 --> 00:12:51,767
|
| 1323 |
+
then its accuracy went up dramatically,
|
| 1324 |
+
|
| 1325 |
+
288
|
| 1326 |
+
00:12:51,767 --> 00:12:54,729
|
| 1327 |
+
and its ability to be a world-class tutor
|
| 1328 |
+
went up dramatically.
|
| 1329 |
+
|
| 1330 |
+
289
|
| 1331 |
+
00:12:54,770 --> 00:12:56,856
|
| 1332 |
+
And you can see it's talking
|
| 1333 |
+
to itself here.
|
| 1334 |
+
|
| 1335 |
+
290
|
| 1336 |
+
00:12:56,897 --> 00:12:59,567
|
| 1337 |
+
It says, "The student got a different
|
| 1338 |
+
answer than I did,
|
| 1339 |
+
|
| 1340 |
+
291
|
| 1341 |
+
00:12:59,567 --> 00:13:01,569
|
| 1342 |
+
but do not tell them they made a mistake.
|
| 1343 |
+
|
| 1344 |
+
292
|
| 1345 |
+
00:13:01,569 --> 00:13:05,156
|
| 1346 |
+
Instead, ask them to explain
|
| 1347 |
+
how they got to that step."
|
| 1348 |
+
|
| 1349 |
+
293
|
| 1350 |
+
00:13:05,698 --> 00:13:07,992
|
| 1351 |
+
So I'll just finish off, hopefully,
|
| 1352 |
+
|
| 1353 |
+
294
|
| 1354 |
+
00:13:08,034 --> 00:13:11,537
|
| 1355 |
+
you know, what I’ve just shown you
|
| 1356 |
+
is just half of what we are working on,
|
| 1357 |
+
|
| 1358 |
+
295
|
| 1359 |
+
00:13:11,537 --> 00:13:15,041
|
| 1360 |
+
and we think this is just
|
| 1361 |
+
the very tip of the iceberg
|
| 1362 |
+
|
| 1363 |
+
296
|
| 1364 |
+
00:13:15,041 --> 00:13:17,460
|
| 1365 |
+
of where this can actually go.
|
| 1366 |
+
|
| 1367 |
+
297
|
| 1368 |
+
00:13:17,501 --> 00:13:21,630
|
| 1369 |
+
And I'm pretty convinced, which I wouldn't
|
| 1370 |
+
have been even a year ago,
|
| 1371 |
+
|
| 1372 |
+
298
|
| 1373 |
+
00:13:21,672 --> 00:13:25,968
|
| 1374 |
+
that we together have a chance
|
| 1375 |
+
of addressing the 2 sigma problem
|
| 1376 |
+
|
| 1377 |
+
299
|
| 1378 |
+
00:13:25,968 --> 00:13:28,262
|
| 1379 |
+
and turning it into a 2 sigma opportunity,
|
| 1380 |
+
|
| 1381 |
+
300
|
| 1382 |
+
00:13:28,304 --> 00:13:33,100
|
| 1383 |
+
dramatically accelerating
|
| 1384 |
+
education as we know it.
|
| 1385 |
+
|
| 1386 |
+
301
|
| 1387 |
+
00:13:33,684 --> 00:13:35,853
|
| 1388 |
+
Now, just to take a step back
|
| 1389 |
+
at a meta level,
|
| 1390 |
+
|
| 1391 |
+
302
|
| 1392 |
+
00:13:35,853 --> 00:13:38,647
|
| 1393 |
+
obviously we heard a lot today,
|
| 1394 |
+
the debates on either side.
|
| 1395 |
+
|
| 1396 |
+
303
|
| 1397 |
+
00:13:38,689 --> 00:13:41,567
|
| 1398 |
+
There's folks who take
|
| 1399 |
+
a more pessimistic view of AI,
|
| 1400 |
+
|
| 1401 |
+
304
|
| 1402 |
+
00:13:41,609 --> 00:13:42,777
|
| 1403 |
+
they say this is scary,
|
| 1404 |
+
|
| 1405 |
+
305
|
| 1406 |
+
00:13:42,818 --> 00:13:45,279
|
| 1407 |
+
there's all these dystopian scenarios,
|
| 1408 |
+
|
| 1409 |
+
306
|
| 1410 |
+
00:13:45,321 --> 00:13:48,574
|
| 1411 |
+
we maybe want to slow down,
|
| 1412 |
+
we want to pause.
|
| 1413 |
+
|
| 1414 |
+
307
|
| 1415 |
+
00:13:48,616 --> 00:13:51,827
|
| 1416 |
+
On the other side,
|
| 1417 |
+
there are the more optimistic folks
|
| 1418 |
+
|
| 1419 |
+
308
|
| 1420 |
+
00:13:51,827 --> 00:13:54,663
|
| 1421 |
+
that say, well, we've gone
|
| 1422 |
+
through inflection points before,
|
| 1423 |
+
|
| 1424 |
+
309
|
| 1425 |
+
00:13:54,663 --> 00:13:56,791
|
| 1426 |
+
we've gone through
|
| 1427 |
+
the Industrial Revolution.
|
| 1428 |
+
|
| 1429 |
+
310
|
| 1430 |
+
00:13:56,832 --> 00:13:59,168
|
| 1431 |
+
It was scary, but it all
|
| 1432 |
+
kind of worked out.
|
| 1433 |
+
|
| 1434 |
+
311
|
| 1435 |
+
00:13:59,877 --> 00:14:01,921
|
| 1436 |
+
And what I'd argue right now
|
| 1437 |
+
|
| 1438 |
+
312
|
| 1439 |
+
00:14:01,962 --> 00:14:04,548
|
| 1440 |
+
is I don't think this is like
|
| 1441 |
+
a flip of a coin
|
| 1442 |
+
|
| 1443 |
+
313
|
| 1444 |
+
00:14:04,590 --> 00:14:06,759
|
| 1445 |
+
or this is something
|
| 1446 |
+
where we'll just have to,
|
| 1447 |
+
|
| 1448 |
+
314
|
| 1449 |
+
00:14:06,759 --> 00:14:09,053
|
| 1450 |
+
like, wait and see which way it turns out.
|
| 1451 |
+
|
| 1452 |
+
315
|
| 1453 |
+
00:14:09,428 --> 00:14:11,639
|
| 1454 |
+
I think everyone here and beyond,
|
| 1455 |
+
|
| 1456 |
+
316
|
| 1457 |
+
00:14:11,680 --> 00:14:14,517
|
| 1458 |
+
we are active participants
|
| 1459 |
+
in this decision.
|
| 1460 |
+
|
| 1461 |
+
317
|
| 1462 |
+
00:14:14,892 --> 00:14:17,395
|
| 1463 |
+
I'm pretty convinced
|
| 1464 |
+
that the first line of reasoning
|
| 1465 |
+
|
| 1466 |
+
318
|
| 1467 |
+
00:14:17,436 --> 00:14:20,064
|
| 1468 |
+
is actually almost
|
| 1469 |
+
a self-fulfilling prophecy,
|
| 1470 |
+
|
| 1471 |
+
319
|
| 1472 |
+
00:14:20,106 --> 00:14:22,817
|
| 1473 |
+
that if we act with fear and if we say,
|
| 1474 |
+
|
| 1475 |
+
320
|
| 1476 |
+
00:14:22,817 --> 00:14:25,903
|
| 1477 |
+
"Hey, we've just got to stop
|
| 1478 |
+
doing this stuff,"
|
| 1479 |
+
|
| 1480 |
+
321
|
| 1481 |
+
00:14:25,903 --> 00:14:28,948
|
| 1482 |
+
what's really going to happen
|
| 1483 |
+
is the rule followers might pause,
|
| 1484 |
+
|
| 1485 |
+
322
|
| 1486 |
+
00:14:28,989 --> 00:14:30,157
|
| 1487 |
+
might slow down,
|
| 1488 |
+
|
| 1489 |
+
323
|
| 1490 |
+
00:14:30,157 --> 00:14:32,618
|
| 1491 |
+
but the rule breakers,
|
| 1492 |
+
as Alexandr [Wang] mentioned,
|
| 1493 |
+
|
| 1494 |
+
324
|
| 1495 |
+
00:14:32,618 --> 00:14:35,329
|
| 1496 |
+
the totalitarian governments,
|
| 1497 |
+
the criminal organizations,
|
| 1498 |
+
|
| 1499 |
+
325
|
| 1500 |
+
00:14:35,329 --> 00:14:36,914
|
| 1501 |
+
they're only going to accelerate.
|
| 1502 |
+
|
| 1503 |
+
326
|
| 1504 |
+
00:14:36,914 --> 00:14:40,751
|
| 1505 |
+
And that leads to what I am pretty
|
| 1506 |
+
convinced is the dystopian state,
|
| 1507 |
+
|
| 1508 |
+
327
|
| 1509 |
+
00:14:40,751 --> 00:14:45,423
|
| 1510 |
+
which is the good actors
|
| 1511 |
+
have worse AIs than the bad actors.
|
| 1512 |
+
|
| 1513 |
+
328
|
| 1514 |
+
00:14:45,923 --> 00:14:49,093
|
| 1515 |
+
But I'll also, you know,
|
| 1516 |
+
talk to the optimists a little bit.
|
| 1517 |
+
|
| 1518 |
+
329
|
| 1519 |
+
00:14:49,093 --> 00:14:50,553
|
| 1520 |
+
I don't think that means that,
|
| 1521 |
+
|
| 1522 |
+
330
|
| 1523 |
+
00:14:50,553 --> 00:14:53,556
|
| 1524 |
+
oh, yeah, then we should just relax
|
| 1525 |
+
and just hope for the best.
|
| 1526 |
+
|
| 1527 |
+
331
|
| 1528 |
+
00:14:53,556 --> 00:14:55,182
|
| 1529 |
+
That might not happen either.
|
| 1530 |
+
|
| 1531 |
+
332
|
| 1532 |
+
00:14:55,182 --> 00:14:59,728
|
| 1533 |
+
I think all of us together
|
| 1534 |
+
have to fight like hell
|
| 1535 |
+
|
| 1536 |
+
333
|
| 1537 |
+
00:14:59,770 --> 00:15:02,565
|
| 1538 |
+
to make sure that we put the guardrails,
|
| 1539 |
+
|
| 1540 |
+
334
|
| 1541 |
+
00:15:02,606 --> 00:15:05,443
|
| 1542 |
+
we put in -- when the problems arise --
|
| 1543 |
+
|
| 1544 |
+
335
|
| 1545 |
+
00:15:05,443 --> 00:15:07,236
|
| 1546 |
+
reasonable regulations.
|
| 1547 |
+
|
| 1548 |
+
336
|
| 1549 |
+
00:15:07,278 --> 00:15:10,406
|
| 1550 |
+
But we fight like hell
|
| 1551 |
+
for the positive use cases.
|
| 1552 |
+
|
| 1553 |
+
337
|
| 1554 |
+
00:15:10,448 --> 00:15:12,408
|
| 1555 |
+
Because very close to my heart,
|
| 1556 |
+
|
| 1557 |
+
338
|
| 1558 |
+
00:15:12,408 --> 00:15:15,035
|
| 1559 |
+
and obviously there's many
|
| 1560 |
+
potential positive use cases,
|
| 1561 |
+
|
| 1562 |
+
339
|
| 1563 |
+
00:15:15,077 --> 00:15:17,288
|
| 1564 |
+
but perhaps the most powerful use case
|
| 1565 |
+
|
| 1566 |
+
340
|
| 1567 |
+
00:15:17,288 --> 00:15:22,501
|
| 1568 |
+
and perhaps the most poetic use case
|
| 1569 |
+
is if AI, artificial intelligence,
|
| 1570 |
+
|
| 1571 |
+
341
|
| 1572 |
+
00:15:22,543 --> 00:15:26,255
|
| 1573 |
+
can be used to enhance HI,
|
| 1574 |
+
human intelligence,
|
| 1575 |
+
|
| 1576 |
+
342
|
| 1577 |
+
00:15:26,297 --> 00:15:29,133
|
| 1578 |
+
human potential and human purpose.
|
| 1579 |
+
|
| 1580 |
+
343
|
| 1581 |
+
00:15:29,592 --> 00:15:30,759
|
| 1582 |
+
Thank you.
|
| 1583 |
+
|
| 1584 |
+
344
|
| 1585 |
+
00:15:30,801 --> 00:15:36,515
|
| 1586 |
+
(Applause)
|