←back to thread

168 points selvan | 1 comments | | HN request time: 0.225s | source
Show context
TekMol ◴[] No.44461758[source]
It seems the only code that runs in the browser here is the code that talks to LLMs on servers.

Why would you need WASM for this?

replies(3): >>44461907 #>>44462433 #>>44465568 #
1. lgas ◴[] No.44465568[source]
You never need WASM (or any other language, bytecode format, etc) to talk to LLMs. But WASM provides things people might like for agents, eg. strict sandboxing by default.