From 8973d9a8df048836d9bcb68a5c2a7696e091aa17 Mon Sep 17 00:00:00 2001 From: Nathan Thomas <28681364+nwthomas@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:06:16 -0700 Subject: [PATCH] Add Sierra AI bookmark --- app/bookmarks/bookmarks.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/bookmarks/bookmarks.ts b/app/bookmarks/bookmarks.ts index 07e7302b..0d37f255 100644 --- a/app/bookmarks/bookmarks.ts +++ b/app/bookmarks/bookmarks.ts @@ -12,6 +12,12 @@ export type Bookmark = { export type Bookmarks = Array; export const BOOKMARKS: Bookmarks = [ + { + id: "8c920da4-2146-483b-b26b-1be72b93155a", + date: "2026-07-10", + title: "AI-pilling Our Company: Lessons Learned", + url: "https://sierra.ai/blog/ai-pilling-our-company-lessons-learned", + }, { id: "be62f438-3ef8-475e-b60d-df31e6a47845", date: "2026-07-10",