top | item 45921001

(no title)

duderific | 3 months ago

It looks like it's using an LLM agent to do the actual work of editing the site.

discuss

order

jmadeano|3 months ago

That's correct. The flow is 1) user requests some change e.g. "change to dark mode", 2) a snapshot of the page is sent to an LLM, 3) the LLM generates and returns a deterministic script that handles the page editing.

And just to further clarify: "each use" means each generation. Applying the modification after generation doesn't cost tokens