← Back to guides
JevMade field notes / Architecture and workflow guide
typesafe-computer-use
A substantial guide to OCR and DOM perception, constrained actions, stale-screen handling, run folders, replay, and recovery boundaries.
Original by Aaron LevinBrowser useRepository README and documentationSource reviewed
Before you dive in
What you’ll find in the original
- Treat observations as versioned snapshots and recapture after an action makes the previous screen stale.
- Use DOM perception for browser controls and OCR for desktop surfaces while preserving one bounded action contract.
- Store run artifacts for replay, but refuse unsafe restoration rather than falling back to unconstrained keyboard input.
Worth knowingBehavior and measurements are reported by the repository authors; source and critical implementation were inspected but not executed.