/u/notmedia
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
π reddit.comSource
Hello, everyone I tried to invert the paradigm of server-side runtime and put the loop into the browser Tools are just your existing client functions (store actions, click handlers, whatever you already wrote). Demo: https://ag2b-example.vercel.app submitted by /u/notme
π reddit.comSource
Most in-app AI frameworks (CopilotKit, Vercel AI SDK, Mastra) run the agent loop on the server. I tried inverting it: the loop runs in the browser, the server is a thin LLM proxy. Tools are just your existing client functions (store actions, click handlers, whatever you already