Viewing profile — theredsix
theredsix
HN member- Joined
- Fri, Mar 10, 2017, 10:50 PM UTC
- HN karma
- 144
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About theredsix
No profile information was provided.
Recent public activity
-
comment
Comment #49078703
10% cheaper than official! Let the inference pricing wars begin!
-
comment
Comment #48051720
Genius I love it!
-
comment
Comment #47917874
Are you guys going to follow up with a paper showing EDEN results match or beat turboquant for needle in a haystack benchmarks?
-
comment
Comment #47592998
With AI you actually don't need to choose anymore. Well laid out abstractions actually make AI generate code faster and more accurately. Spending the time in camp 2 to design well …
-
comment
Comment #47505600
Extrapolating the benchmarks, this would imply the best RYS 27B is capable of out performing the 397B MoE?
-
comment
Comment #47427307
super clever and awesome!
-
comment
Comment #47357825
The freeze sometimes does capture in between states. What I've seen the agent does in those cases is that it recognizes it's in between states and calls browser_wait(). Where the a…
-
comment
Comment #47357766
*bows
-
comment
Comment #47352579
It's a long shot but getting ABP to be a first party citizen alongside CDP would be my dream!
-
comment
Comment #47352536
Right now, it's evading all anti-botting detectors I've tested it on. I believe it's due to the fact it runs in headful mode and I've removed all detectable CDP signatures. Input e…
-
comment
Comment #47352485
Maintaining the fork isn't so bad, the core chromium changes are only a few hundred lines and I was able to extend already existing concept like debugger pausing and virtualtime em…
-
comment
Comment #47347068
Exactly! This race condition is exactly the category of problems ABP will solve.
-
comment
Comment #47345241
Yes agreed, added to the roadmap!
-
comment
Comment #47344377
hmm, like adding an optional css selector for targeting?
-
comment
Comment #47344362
It runs in headful mode and all control signals are passed in as system events so it bypasses the problems browserbase identified.
-
comment
Comment #47343287
I've consolidated most of the changes in chrome/browser/abp and used shim's for the other modifications so rebase is light and handleable by Claude. I'd love to get this upstreamed…
-
comment
Comment #47342050
/superpowers! that plugin is the GOAT
-
comment
Comment #47341677
those are factored into the wait heuristic only if there's a navigation event since clicks on an already loaded page won't trigger those. You can point Claude/codex at https://gith…
-
comment
Comment #47341265
Good question! ABP keeps a list of all same/parent/sibling network request and wait for them to complete within a timeout. If the timeout hits, it'll still freeze and screenshot ba…
-
comment
Comment #47339400
Great insight! ABP exposes display resolution controls right now. I've noticed almost zero reCAPTCHAs during testing compared puppeteer stealth or other packages. Regarding the fre…
-
comment
Comment #47339060
Updated the table!
-
comment
Comment #47338583
Yeah, I noticed CPU use goes to near zero during the pausing phase. You can also trigger pause via REST/MCP so a script can take advantage of these abilities as well.
-
comment
Comment #47338529
agent-browser's biggest selling point is a CLI wrapper around CDP/puppeteer for context management. It'll have mostly the same pros/cons as CDP on the table.
-
comment
Comment #47338506
I tweeted at the OSUNLP and they're backed up on eval validation. In the meantime, here's the benchmark repo with the saved runs and also instructions on how to run it locally. htt…
-
comment
Comment #47338487
90% average with 85.51% hard!