Skip to content

Commit da045b1

Browse files
authored
Merge pull request #14 from AgentWorkforce/add-startup
Add startup
2 parents 2676a63 + 4ded1fa commit da045b1

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

content/market/proactive-agent-landscape.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This page maps the landscape through the [three-primitives framework](/posts/thr
3333
<tr><td>AI Workers</td><td>MindStudio</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>Shipped</td></tr>
3434
<tr><td>Agency</td><td>Browser Use</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>Shipped</td></tr>
3535
<tr><td>Workers + Custom Agents</td><td>Notion</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>Shipped</td></tr>
36+
<tr><td>Proton / Offsite</td><td>Mercury</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>Shipped</td></tr>
3637
<tr><td>Agent Relay</td><td>Agent Relay</td><td>&#10003;</td><td>&#10003;</td><td>&#10003;</td><td>Shipping</td></tr>
3738
</tbody>
3839
</table>
@@ -85,6 +86,8 @@ The target audience is non-technical operators, which is a different market segm
8586

8687
**[Agency](https://browser-use.com/) (Browser Use)** flips the interaction model: instead of you prompting the AI, the AI prompts you. Agency watches your connected tools, identifies useful work, drafts the action, and sends it to you for one-click approval. It runs 24/7 through Telegram with thousands of integrations including Gmail, Slack, DataDog, and Linear. It works with Claude Code and Codex subscriptions, which means the agent and the app share a machine and the agent can edit and improve itself based on your decisions. All three primitives are present: scheduled monitoring, real-time change detection across integrations, and delivery through Telegram. The self-improvement loop is the interesting differentiator here.
8788

89+
**[Mercury](https://www.mercury.build/)** is a multi-agent orchestration platform built around two products: Proton, a runtime for coordinated agent systems, and Offsite, a no-code interface for deploying and monitoring agent workflows via Slack and iMessage. The proactive infrastructure runs deep. Scheduled jobs fire messages to agents on a cron schedule. Heartbeats wake agents periodically with a configurable wake message. And a trigger system covers 26+ event types across Gmail, Slack, and other services, each with per-trigger instructions that tell the agent when to act versus ignore. All three primitives are present, with delivery through Slack and iMessage rather than a proprietary UI. The focus on multi-agent coordination rather than single-agent automation sets Mercury apart from the other startups on this list.
90+
8891
<Callout tone="cool" label="Disclosure">
8992
We build [Agent Relay](https://agentrelay.com), a developer SDK that provides the clock, listener, and inbox as composable primitives. It sits at the infrastructure layer, not the application layer. This analysis applies the same framework to everyone on the list, including us.
9093
</Callout>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: "Mercury"
3+
website: "https://www.mercury.build/"
4+
twitter: "https://x.com/mercury_build"
5+
founder: "@jaezun_"
6+
firstSeen: "2026-05-15"
7+
market: "Agent orchestration"
8+
source: "manual"
9+
summary: "Multi-agent orchestration platform with scheduled jobs, heartbeats, and 26+ event triggers across Gmail, Slack, and more. Ships Proton (runtime) and Offsite (no-code Slack/iMessage interface)."
10+
---

0 commit comments

Comments
 (0)