The mechanism by which the agent decides what to click/type/navigate — a pluggable strategy
gated by capability, orthogonal to the RemoteBrowserControlMode.
ComputerUse — MJ's own perception→action loop over the universal CDP substrate
(@memberjunction/computer-use). The default; works on every backend that exposes
RawCdpControl. The right fit for a realtime co-agent that is already a powerful brain emitting
tool calls while it talks.
NativeAI — delegate high-level intents to the backend's own first-party AI-control harness
(e.g. Browserbase Stagehand, Hyperbrowser agent). An optional accelerator for heavy, robust
autonomous automation; it runs its own model loop, so it is offered, never the default. Requires
the backend's NativeAIControl capability.
See
/plans/realtime/realtime-bridges-architecture.md §4d-i ("Control is a pluggable STRATEGY").
The mechanism by which the agent decides what to click/type/navigate — a pluggable strategy gated by capability, orthogonal to the RemoteBrowserControlMode.
ComputerUse— MJ's own perception→action loop over the universal CDP substrate (@memberjunction/computer-use). The default; works on every backend that exposesRawCdpControl. The right fit for a realtime co-agent that is already a powerful brain emitting tool calls while it talks.NativeAI— delegate high-level intents to the backend's own first-party AI-control harness (e.g. Browserbase Stagehand, Hyperbrowser agent). An optional accelerator for heavy, robust autonomous automation; it runs its own model loop, so it is offered, never the default. Requires the backend'sNativeAIControlcapability.