HashAgent – Share an AI agent as a URL, runs locally via WebGPU
Summary
HashAgent lets you package an AI agent into a shareable URL that runs locally in the browser using WebGPU, enabling privacy-preserving, serverless AI agent distribution.
Similar Articles
I think I've solved how to seamlessly share your AI agents with coworkers...or anyone for that matter.
The author presents a pattern for sharing AI agents by compiling them into sealed WASM modules that only import a single inference function, allowing others to run the agent using their own local model without API keys or security risks.
How We Built Secure, Scalable Agent Sandbox Infrastructure (8 minute read)
Browser Use describes two patterns for isolating AI agents that execute code: isolating the tool vs isolating the agent. They implemented the agent isolation pattern using Unikraft micro-VMs on AWS, achieving secure, scalable, and disposable sandboxes.
@browser_use: A guide to hosting agents as reliable APIs
A guide on how to host AI agents as reliable APIs using the browser-use framework.
I built a platform that lets you host your own personal AI agent — persistent, customizable, no infra to manage
A platform that allows users to host their own persistent and customizable personal AI agent without managing infrastructure.
@tom_doerr: Distributes AI training across a peer-to-peer agent network https://github.com/hyperspaceai/agi…
Hyperspace introduces a peer-to-peer agent network for distributed AI training across consumer devices, enabling collaborative model training with high compression and no central infrastructure.