Project Info

Winner

Best Use of Cognition

BrowserDelta

Devpost

Inspiration

I love making my agents do things on the web -- what limits me, however, is just how expensive it is! Browser agents waste context by repeatedly sending full screenshots and page state, even when only one textbox or button changed. BrowserDelta asks whether an agent can keep the next-action signal while seeing only the browser state delta.

What it does

BrowserDelta is an intermediate layer between BrowserBase / Playwright and your agent. It is built with a FastAPI backend and can fit any browser use tool with a run-folder contract. Playwright / Browserbase records screenshots and page state, the codec writes a compaction version of the observations, and the replay eval compares the compact context vs full-state baselines. BrowserDelta behind the scenes uses a few techniques to compact images. DOM diffs noise-filtered pixel diffs region segmentation SSIM / phash metrics OCR Results On the core visual benchmark suite, BrowserDelta matched the vision-full-state baseline on 12/12 next-action predictions while cutting estimated context by about 76%. On imported MiniWoB++ demos, the compact representation reached about 96% token reduction with only a small parity gap against a full-state baseline.

Analysis

Compare with all teams

View

Metric

Figures cover GitHub contributors during the hackathon window. A co-authored commit counts in full for each author, so per-member totals add up to more than the whole-team figures.

Technology

Found in codeClaimed only
  • CSSIn code
  • FastAPIIn code
  • HTMLIn code
  • PythonIn code
  • ReactIn code
  • TypeScriptIn code

6 of 6 appear in the indexed code.

AI coding agents

  • CodexConfig

Detected from committed agent config files and commit authorship. Absence of a signal is not proof an agent was unused.

Codebase size

Source size

346 KB

Source files

68

Counts recognized source files only; vendored directories, binaries and lockfiles are excluded, so this is smaller than the repository on disk.

0 stars