syntheticloom.com Open in urlscan Pro
2606:4700:3032::6815:c43  Public Scan

URL: https://syntheticloom.com/
Submission: On November 03 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

Synthetic Loom

Sign in

//& ui: chat //& title: What should I explain? export async function main(loom:
SyntheticLoom) { while (true) { const prompt = await loom.chat.prompt(); const
response = await loom.llm.ask("Explain the following: " + prompt); await
loom.chat.respond(response); } }
Content Area