Alexey Sokoloff

E2LLM — runtime DOM → JSON for LLMs

by

LLMs keep guessing from code, while users see something else.

E2LLM is a tiny add-on that snapshots the runtime DOM state and exports it as structured JSON.

That means models finally see the real UI — hidden fields, dropdowns, validation, computed styles.

💡 Result: precise debugging, QA, and design reviews, instead of generic “form looks fine” answers.


👉 What’s the most painful UI case you wish an LLM could finally understand?

23 views

Add a comment

Replies

Best
Alexey Sokoloff

LLMs read stuff no human ever sees. Hidden inputs, alt text, even random comments in the DOM — and sometimes those carry instructions. That’s basically a prompt injection waiting to happen.
E2LLM catches those injections even in dynamic views (runtime DOM snapshots), so security teams can see when and where a prompt injection happened, replicate the attack, stress-test LLM workflows, and build anti-patterns.