Live data from Hacker News

Viewing profile — KhoomeiK

KhoomeiK

HN member
Joined
Tue, Aug 07, 2018, 7:15 AM UTC
HN karma
1,299
Public activity
356 items

About KhoomeiK

research @ openai

https://rpandey.tech

Recent public activity

  1. comment
    Comment #41381892

    NVIDIA did something similar with GANs in 2020 [1], except users could actually play those games (unlike in this diffusion work which just plays back simulated video). Sentdex late…

  2. story
  3. comment
    Comment #40871814

    Everything relevant in "program synthesis" moved to the new buzzword "codegen"

  4. comment
    Comment #40649290

    Interesting—LangChain seemed kinda like unnecessary abstractions in natural language (since everything is just string manipulations), but with AI video, there's so many different a…

  5. comment
    Comment #40588777

    Just unrolled the thread for you here! https://threadreaderapp.com/thread/1794082465398812770.html

  6. comment
    Comment #40581833

    Thanks! I have no idea—unfortunately, very few Hindus maintain the Vedic fire rites. There are also no active central authorities on matters of Vedic ritual. The only plan of now i…

  7. comment
    Comment #40580946

    Vedic Hinduism had a similar concept of eternal fire. I recently wrote up a twitter thread [1] explaining how the modern interpretation of Vedic instructions on starting these sacr…

  8. story
    Show HN: Chinchilla Scaling Laws Are Not Universal

    Hey HN! Chinchilla (DeepMind 2022) tells us that when we scale up our language model training, we should scale the parameters and data equally. Over the last several months I've be…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #40380627

    Maybe this project another commenter is working on? https://news.ycombinator.com/item?id=40373310

  15. comment
    Comment #40380598

    Awesome pics! We love tarsiers too

  16. comment
    Comment #40374173

    Great question! See this thread: https://news.ycombinator.com/item?id=40369713

  17. comment
    Comment #40374169

    Yes it does work headless and we do grab a fullpage screenshot including scrolling (by resizing viewport to content height). We haven’t had to deal with infinite scrolling much but…

  18. comment
    Comment #40371931

    They do show textboxes with labels. From our readme: "Keep in mind that Tarsier tags different types of elements differently to help your LLM identify what actions are performable …

  19. comment
    Comment #40371832

    We have a lot more powerful use-cases for Tarsier in web data extraction at the moment. Stay tuned for a broader launch soon!

  20. comment
    Comment #40371469

    We run OCR on the screenshot & convert it to whitespace-structured text, that is passed to the LLM. The images below might make it clearer for you: [1] https://github.com/reworkd/t…

  21. comment
    Comment #40371329

    Yup, it could! There are a lot of players in the generalist personal web agent space but I personally think that use-case will be eaten by big players since fundamental foundation …

  22. comment
    Comment #40371276

    VimGPT couples the perception to a specific LLM/agent whereas Tarsier is solely a perception system that you can use for any uni/multi-modal web agent. So it's hard to compare, but…

  23. comment
    Comment #40371189

    We're hoping to release an evals paper about Bananalyzer this summer and compare Tarsier to a variety of other perception systems in it. The hard part with evaluating a perception/…

  24. comment
    Comment #40371113

    More OCR providers are on the roadmap and we'd love for you to contribute any local OCR models you think could be useful! I wouldn't call it a wrapper though :)

  25. comment
    Comment #40371088

    Thanks! We might put out a paper about it with some Carnegie Mellon collaborators this summer.