You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix British "cataloguing" → American "cataloging"
- Link Keep, Tasks, Google Home in Remy connector list
- Link Orbit and Perplexity in chatgpt-pulse.mdx
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: content/posts/chatgpt-pulse.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ That version of Pulse would actually look like the proactive assistant OpenAI de
85
85
86
86
## The market signal
87
87
88
-
The most interesting thing about Pulse might be the competitive landscape around it. Anthropic is reportedly building a proactive assistant called Orbit for Claude. Google is testing [Remy](https://www.absolutegeeks.com/article/tech-news/google-tests-remy-a-proactive-gemini-powered-ai-agent-for-daily-tasks/), a Gemini-powered agent designed to act autonomously in the background, managing errands, sending documents, and coordinating across connected apps without constant user input. Perplexity is developing its own version. [Notion took a different path entirely](/posts/notion-ships-the-primitives/), shipping composable building blocks instead of a finished product. Everyone is converging on the same insight: reactive AI (ask a question, get an answer) is leaving value on the table.
88
+
The most interesting thing about Pulse might be the competitive landscape around it. Anthropic is reportedly building a proactive assistant called [Orbit](https://www.testingcatalog.com/anthropic-is-working-on-orbit-its-upcoming-proactive-assistant/) for Claude. Google is testing [Remy](https://www.absolutegeeks.com/article/tech-news/google-tests-remy-a-proactive-gemini-powered-ai-agent-for-daily-tasks/), a Gemini-powered agent designed to act autonomously in the background, managing errands, sending documents, and coordinating across connected apps without constant user input. [Perplexity](https://www.perplexity.ai) is developing its own version. [Notion took a different path entirely](/posts/notion-ships-the-primitives/), shipping composable building blocks instead of a finished product. Everyone is converging on the same insight: reactive AI (ask a question, get an answer) is leaving value on the table.
89
89
90
90
That's exciting and it validates what we've been building. But if everyone just ships the clock and calls it done, I'm not sure any of these will feel like more than a tab in an app.
Copy file name to clipboardExpand all lines: content/posts/google-remy-background-agent.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ The marketing framing is whatever. What got me excited is that the reported arch
15
15
16
16
## The ecosystem advantage
17
17
18
-
The reported list of connected apps is long: [Gmail](https://mail.google.com), [Google Calendar](https://calendar.google.com), [Docs](https://docs.google.com), [Drive](https://drive.google.com), Keep, Tasks, [GitHub](https://github.com), [WhatsApp](https://www.whatsapp.com), [Spotify](https://spotify.com), [Google Photos](https://photos.google.com), and Google Home. The data sources go further: chats, personal context, location, something called "Personal Intelligence," and "Agent files."
18
+
The reported list of connected apps is long: [Gmail](https://mail.google.com), [Google Calendar](https://calendar.google.com), [Docs](https://docs.google.com), [Drive](https://drive.google.com), [Keep](https://keep.google.com), [Tasks](https://support.google.com/tasks), [GitHub](https://github.com), [WhatsApp](https://www.whatsapp.com), [Spotify](https://spotify.com), [Google Photos](https://photos.google.com), and [Google Home](https://home.google.com). The data sources go further: chats, personal context, location, something called "Personal Intelligence," and "Agent files."
19
19
20
-
I've spent a ton of time cataloguing what it takes to wire up each provider. We wrote about it in [the webhook tax](/posts/the-webhook-tax/): signature verification, queue infrastructure, payload normalization, deduplication storage. Eight weeks per provider, conservatively. Four providers eats most of a quarter.
20
+
I've spent a ton of time cataloging what it takes to wire up each provider. We wrote about it in [the webhook tax](/posts/the-webhook-tax/): signature verification, queue infrastructure, payload normalization, deduplication storage. Eight weeks per provider, conservatively. Four providers eats most of a quarter.
21
21
22
22
Google doesn't have that problem for its own services. Gmail, Calendar, Drive, and Photos all share authentication, share infrastructure, and can emit change events through internal channels that never touch a public webhook endpoint. When Remy watches your inbox, it doesn't poll an API on a timer. It listens through the same infrastructure that powers Gmail notifications. The [clock and the listener](/posts/three-primitives/) come nearly for free when you own the platform. That's a huge advantage and honestly I'm a little jealous.
Copy file name to clipboardExpand all lines: public/llms-full.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,9 @@ The marketing framing is whatever. What got me excited is that the reported arch
75
75
76
76
## The ecosystem advantage
77
77
78
-
The reported list of connected apps is long: [Gmail](https://mail.google.com), [Google Calendar](https://calendar.google.com), [Docs](https://docs.google.com), [Drive](https://drive.google.com), Keep, Tasks, [GitHub](https://github.com), [WhatsApp](https://www.whatsapp.com), [Spotify](https://spotify.com), [Google Photos](https://photos.google.com), and Google Home. The data sources go further: chats, personal context, location, something called "Personal Intelligence," and "Agent files."
78
+
The reported list of connected apps is long: [Gmail](https://mail.google.com), [Google Calendar](https://calendar.google.com), [Docs](https://docs.google.com), [Drive](https://drive.google.com), [Keep](https://keep.google.com), [Tasks](https://support.google.com/tasks), [GitHub](https://github.com), [WhatsApp](https://www.whatsapp.com), [Spotify](https://spotify.com), [Google Photos](https://photos.google.com), and [Google Home](https://home.google.com). The data sources go further: chats, personal context, location, something called "Personal Intelligence," and "Agent files."
79
79
80
-
I've spent a ton of time cataloguing what it takes to wire up each provider. We wrote about it in [the webhook tax](/posts/the-webhook-tax/): signature verification, queue infrastructure, payload normalization, deduplication storage. Eight weeks per provider, conservatively. Four providers eats most of a quarter.
80
+
I've spent a ton of time cataloging what it takes to wire up each provider. We wrote about it in [the webhook tax](/posts/the-webhook-tax/): signature verification, queue infrastructure, payload normalization, deduplication storage. Eight weeks per provider, conservatively. Four providers eats most of a quarter.
81
81
82
82
Google doesn't have that problem for its own services. Gmail, Calendar, Drive, and Photos all share authentication, share infrastructure, and can emit change events through internal channels that never touch a public webhook endpoint. When Remy watches your inbox, it doesn't poll an API on a timer. It listens through the same infrastructure that powers Gmail notifications. The [clock and the listener](/posts/three-primitives/) come nearly for free when you own the platform. That's a huge advantage and honestly I'm a little jealous.
83
83
@@ -1205,7 +1205,7 @@ That version of Pulse would actually look like the proactive assistant OpenAI de
1205
1205
1206
1206
## The market signal
1207
1207
1208
-
The most interesting thing about Pulse might be the competitive landscape around it. Anthropic is reportedly building a proactive assistant called Orbit for Claude. Google is testing [Remy](https://www.absolutegeeks.com/article/tech-news/google-tests-remy-a-proactive-gemini-powered-ai-agent-for-daily-tasks/), a Gemini-powered agent designed to act autonomously in the background, managing errands, sending documents, and coordinating across connected apps without constant user input. Perplexity is developing its own version. [Notion took a different path entirely](/posts/notion-ships-the-primitives/), shipping composable building blocks instead of a finished product. Everyone is converging on the same insight: reactive AI (ask a question, get an answer) is leaving value on the table.
1208
+
The most interesting thing about Pulse might be the competitive landscape around it. Anthropic is reportedly building a proactive assistant called [Orbit](https://www.testingcatalog.com/anthropic-is-working-on-orbit-its-upcoming-proactive-assistant/) for Claude. Google is testing [Remy](https://www.absolutegeeks.com/article/tech-news/google-tests-remy-a-proactive-gemini-powered-ai-agent-for-daily-tasks/), a Gemini-powered agent designed to act autonomously in the background, managing errands, sending documents, and coordinating across connected apps without constant user input. [Perplexity](https://www.perplexity.ai) is developing its own version. [Notion took a different path entirely](/posts/notion-ships-the-primitives/), shipping composable building blocks instead of a finished product. Everyone is converging on the same insight: reactive AI (ask a question, get an answer) is leaving value on the table.
1209
1209
1210
1210
That's exciting and it validates what we've been building. But if everyone just ships the clock and calls it done, I'm not sure any of these will feel like more than a tab in an app.
0 commit comments