HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shahules

no profile record

Submissions

Cloning Bench: Evaluating AI Agents on Visual Website Cloning

github.com
2 points·by shahules·3 months ago·1 comments

PA bench: Evaluating web agents on real world personal assistant workflows

vibrantlabs.com
38 points·by shahules·5 months ago·9 comments

PA Bench: Evaluating Frontier Models on Multi-Tab Pa Tasks

vibrantlabs.com
7 points·by shahules·5 months ago·1 comments

comments

shahules
·3 months ago·discuss
My team works on automatic environment generation for RL post-training. One of our projects is using coding agents to build web clones for BUAs/CUAs.

We tested Gemini, Claude Code, GLM, and Codex using our harness on their abilities to recreate a Slack workspace and benchmarked their performance.

Saw a variety of results:

- *Gemini 3 Pro:* Achieved the highest visual score (0.91 SSIM) but lacked interactive functionality. - *Claude Opus 4.6:* Developed the most complete application, balancing full interactivity with consistent self-correction. - *GLM-5:* Produced the best code architecture but reached a plateau in visual improvement. - *GPT-5.3 Codex:* Initialized quickly but entered a five-hour "scaling spiral" that failed to yield further progress.

Next, we’re planning:

- More web apps for cloning and benchmarking across the models - More functionality (the trajectory didn’t include full Slack features) - Better scoring for functionality (easier to catch Gemini’s mistake)

Repo: https://github.com/vibrantlabsai/cloning-bench

Blog post: https://vibrantlabs.com/blog/pa-bench
shahules
·5 months ago·discuss
Nice, their training recipe seems unique.
shahules
·5 months ago·discuss
After doing few experiments, I think that having Agents work on browser for all tasks wouldn't be best due to many factors like token cost, safety, etc. But browser/computer can be a tool that the agent can be alongside MCPs to complete tasks that requires interaction with such modalities.
shahules
·5 months ago·discuss
There are few agents like browser-use, skyvern etc that may provide this capability.
shahules
·5 months ago·discuss
[dead]
shahules
·5 months ago·discuss
Most current web agent benchmarks focus on single-tab tasks (e.g., 'go to Gmail and star this email'). We found that frontier models that score highly on those tasks (like in WebArena) often fall apart when they have to coordinate context across 2+ applications. We built a simulated environment with scenarios and deterministic verifiers to see why.