Live data from Hacker News

Show HN: peerd – AI agent harness that runs entirely in your browser

github.com

11–20 of 30 posts

Re: Show HN: peerd – AI agent harness that runs entirely in your browser

#11

> The bet is structural Why has AI writing become so insufferable? The project would be a lot more credible if the feature list wasn't so comically extensive and verbose [1]. Slop overload. [1] https://github.com/NotASithLord/peerd/blob/main/FEATURES.md

Scrubbed. Taking a fresh pass through.

Re: Show HN: peerd – AI agent harness that runs entirely in your browser

#12

> The name is always lowercase: peerd. Gotta love it when agent instructions get blurted out in user-facing documentation

It's a project convention for human contributors as well. Agree it can probably be relocated though.

Moved

Re: Show HN: peerd – AI agent harness that runs entirely in your browser

#13
post #6

That's cool. Sounds very impressive. What's the point of all this security though? You don't want it to access your files, just give it its own Linux user. You don't even need a container. Better yet, you can give it root on a $3 VPS (or $30 Thinkpad) and get a sysadmin for free :) Although, Cheerpx... that seems to imply your agent can play Java and Flash games. Alright, you might be on to something!

> just give it its own Linux user

it's never "just" ...

(for example: how do you manage this across multiple isolated sessions?)

opening a browser is much easier

... and the entry barrier for non-linux people at your company is much much lower

... and the compliance barrier for companies is much much lower (how do you ensure that everyone creates the users correctly?)

Re: Show HN: peerd – AI agent harness that runs entirely in your browser

#14

Author here. Some other technical tidbits: - Fully typed checked with JSdoc, and Bun/TS for testing. - stdlib-js is injected into every js runner and notebook for better math capabilities than vanilla js, and also charts etc. - App dev tasks utilize mithril for making SPAs, a very small no-dependency framework that is very fit to purpose for the client side nature of peerd apps. - Currently on main, tabs are global o…

JSdoc? Not typescript? What is this, 2010?

Re: Show HN: peerd – AI agent harness that runs entirely in your browser

#15

Author here. Some other technical tidbits: - Fully typed checked with JSdoc, and Bun/TS for testing. - stdlib-js is injected into every js runner and notebook for better math capabilities than vanilla js, and also charts etc. - App dev tasks utilize mithril for making SPAs, a very small no-dependency framework that is very fit to purpose for the client side nature of peerd apps. - Currently on main, tabs are global o…

JSdoc? Not typescript? What is this, 2010?

It's vanilla JS with no unnecessary build step. Runs in the browser as is, and easy to audit.

Re: Show HN: peerd – AI agent harness that runs entirely in your browser

#16

> The bet is structural Why has AI writing become so insufferable? The project would be a lot more credible if the feature list wasn't so comically extensive and verbose [1]. Slop overload. [1] https://github.com/NotASithLord/peerd/blob/main/FEATURES.md

I'm going to do a simonw here and coin "Markdown hoarding" for the Claudeism of producing reams of hyper-dense prose and compounding it with every commit that touches docs. The documentation gets more and more bloated.

The default Claude voice is breathless, jargon-heavy showboating:

    WebRTC transport (trickle ICE) — RTCPeerConnection data channels with trickle signaling; same-machine mDNS-loopback rewrite. Browser/device-verified. peerd-distributed/transport/transports/webrtc.js

    TOFU rootfs integrity pin — pure decision logic: trust-on-first-use pin of base-image size + first-64KiB SHA-256, verified each boot, fails closed on drift. Head-only by construction — a faithful-head/tampered-tail host is an acknowledged residual gap. peerd-engine/image-pin.js (partial)

    PDF reading (read_pdf) — pdf.js text-layer extraction with opt-in SRI-pinned OCR engine + page assembly. pdf/, tools/defs/read-pdf.js
This isn't a critique of the author, more of Opus, but I'd be curious what effect https://github.com/blader/humanizer/blob/main/SKILL.md might have.

Re: Show HN: peerd – AI agent harness that runs entirely in your browser

#17

> The bet is structural Why has AI writing become so insufferable? The project would be a lot more credible if the feature list wasn't so comically extensive and verbose [1]. Slop overload. [1] https://github.com/NotASithLord/peerd/blob/main/FEATURES.md

I'm going to do a simonw here and coin "Markdown hoarding" for the Claudeism of producing reams of hyper-dense prose and compounding it with every commit that touches docs. The documentation gets more and more bloated. The default Claude voice is breathless, jargon-heavy showboating: WebRTC transport (trickle ICE) — RTCPeerConnection data channels with trickle signaling; same-machine mDNS-loopback rewrite. Browser/de…

Agree on markdown bloat/hoarding. Appreciate the feedback, already doing a pass based on other feedback and trimming fat.

Re: Show HN: peerd – AI agent harness that runs entirely in your browser

#18
Congratz on your project. Yet I feel that the browser extension part is doing damage to its discoverability hence democratization.

You might be interested in this browser-based agentic solution I'm currently building in the open: https://github.com/codename-co/devs

Re: Show HN: peerd – AI agent harness that runs entirely in your browser

#20

> The bet is structural Why has AI writing become so insufferable? The project would be a lot more credible if the feature list wasn't so comically extensive and verbose [1]. Slop overload. [1] https://github.com/NotASithLord/peerd/blob/main/FEATURES.md

Yeah those C suite press-release "white paper" articles I always avoided reading are now infecting everything.
Post reply on HN