Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions app/info/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ TODO: Fill in missing startTime/endTime values by watching videos
*/

export const talks = [
// April 2026
{
videoId: "STI5pw5F5Lo",
speaker: "Tyler Lindow",
title: "Minds & Models",
date: "2026-04-18",
year: 2026,
startTime: "10m30s",
endTime: "34m51s"
},
{
videoId: "STI5pw5F5Lo",
speaker: "Andy Sustic",
title: "AgentVouch: The Trust Layer for the Agent Economy",
date: "2026-04-18",
year: 2026,
startTime: "35m52s",
endTime: "70m25s"
},
// March 2026
{
videoId: "z3lbfdhgiUc",
Expand Down
Loading