Live data from Hacker News

Viewing profile — theredsix

theredsix

HN member
Joined
Fri, Mar 10, 2017, 10:50 PM UTC
HN karma
144
Public activity
68 items

About theredsix

No profile information was provided.

Recent public activity

  1. comment
    Comment #49078703

    10% cheaper than official! Let the inference pricing wars begin!

  2. comment
    Comment #48051720

    Genius I love it!

  3. 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?

  4. 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 …

  5. comment
    Comment #47505600

    Extrapolating the benchmarks, this would imply the best RYS 27B is capable of out performing the 397B MoE?

  6. comment
    Comment #47427307

    super clever and awesome!

  7. 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…

  8. comment
  9. comment
    Comment #47352579

    It's a long shot but getting ABP to be a first party citizen alongside CDP would be my dream!

  10. 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…

  11. 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…

  12. comment
    Comment #47347068

    Exactly! This race condition is exactly the category of problems ABP will solve.

  13. comment
    Comment #47345241

    Yes agreed, added to the roadmap!

  14. comment
    Comment #47344377

    hmm, like adding an optional css selector for targeting?

  15. 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.

  16. 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…

  17. comment
    Comment #47342050

    /superpowers! that plugin is the GOAT

  18. 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…

  19. 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…

  20. 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…

  21. comment
    Comment #47339060

    Updated the table!

  22. 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.

  23. 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.

  24. 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…

  25. comment
    Comment #47338487

    90% average with 85.51% hard!