Add reproducible GPT-5.5 browser stability experiment - #1
Conversation
|
Claude finished @waple0820's task in 1m 36s —— View job PR Review
Two bugs found: 1. Unhandled exception in JSONL fallback parser — except json.JSONDecodeError:
records = [json.loads(line) for line in text.splitlines() if line.strip()]If the outer 2. Shared client used concurrently in reconciliation — with ThreadPoolExecutor(max_workers=max(1, min(len(new_records), 32))) as executor:
for error in executor.map(
lambda item: _cleanup_session_record(control_client, item), new_records
):
|
There was a problem hiding this comment.
Automated Claude review completed. Review run: https://github.com/lexmount/LexBrowserEnv/actions/runs/29198648439. Please check Claude's inline feedback and summary comment for details.
What changed
Why
This repository is the continuation point for the environment-correctness and resource-efficiency work. The benchmark implementation remains upstream in browseruse-agent-bench; this repo keeps only experiment-specific protocol, tooling, and reviewed summaries.
Current evidence
Validation
uv run pytest(6 passed)uv run ruff check .bash -n scripts/run_benchmark.sh