Our workaround: .md files + live browser telemetry. OpenClaw agents reason over .md files natively. Toggle streams real browser sessions into those files automatically — projects, focus patterns, context switches — so the sandbox stays live without touching any production system. A pilot contact gets a working prototype that feels real because it's built on their actual work behavior, not synthetic data.
What surprised us: the UX signal from .md prototypes is good enough to make real product decisions. By the time a customer graduates to full integration, we already know which workflows to automate and which data connections actually matter.
Full technical writeup covers the pipeline, file architecture, and when this approach breaks down: Pipeline: https://buff.ly/muwUJ9k; Architecture: https://buff.ly/NJBATRz; Pilot playbook: https://buff.ly/ZTo5Jvu
Happy to answer questions on the architecture or the approach.
rolodexter2023•1h ago
The honest tradeoffs we found: .md works until you need real-time external data or write actions back to production. For pure read/reason workflows in a productivity context, it's held up better than expected.
Also happy to discuss the browser telemetry architecture — specifically how we handle session classification without capturing page content.