Live data from Hacker News

Viewing profile — jonathan-adly

jonathan-adly

HN member
Joined
Mon, Jan 18, 2021, 10:51 PM UTC
HN karma
1,295
Public activity
279 items

About jonathan-adly

Founder. TJM labs

Recent public activity

  1. comment
    Comment #49247113

    Do you know what NPS is? That's how the comment started. Patients like it. Because the alternative is to stay on hold for 20+ minutes, and then get it wrong. (Or have no pharmacies…

  2. comment
    Comment #49246996

    https://www.healthaffairs.org/doi/abs/10.1377/hlthaff.2024.0... Of the 88,930 retail pharmacies operating during 2010–20, 29.4 percent had closed by 2021.

  3. comment
    Comment #49246876

    Very much clueless commentary. Retail pharmacies in the US are dying dozens a day. They don't have margin to support people answering the phone like tech companies with 80% margin …

  4. comment
    Comment #49246763

    NPS typically improves because no one stays on hold for 20+ mins anymore. People have no ideas have pharmacies work. Pharmacies don't control how much they pay for drug, or how muc…

  5. comment
    Comment #49246464

    So - I run a company that does AI agents for pharmacy. We are at Series B now and growing well - series C in 9-12 months given growth. We just acquired a competitor of that vendor …

  6. comment
    Comment #47434038

    I can’t believe this has 1 point, and buried. This is great find, very juicy, and would kill a few hot startups.

  7. comment
    Comment #45051872

    Basically- the same math as modern automated manufacturing. Super expensive and complex build-out - then a money printer once running and optimized. I know there is lots of bearish…

  8. comment
    Comment #45040149

    We have been running this playbook for the last 2 years in healthcare, and we have been super successful. Doubling every quarter over the last year. 70%+ profitability, almost 7 fi…

  9. comment
    Comment #44456773

    One of the most pleasant experiences I had writing code, is early AI days when we did hyperscript SSE. Super locality of behavior, super interesting way of writing Server Sent Even…

  10. comment
    Comment #44449129

    Lots of YC companies copy each other process and selection criteria. Basically- they all have the same blind spots and look for the same type of engineer. So, super easy to scam al…

  11. comment
    Comment #44304715

    I send this article as part of onboarding for all new devs we hire. It is super great to keep a fast growing team from falling into the typical cycle of more people, more complexit…

  12. comment
    Comment #42700693

    The “equivalent” here would be Jina-Clip (architecture-wise), not necessarily performance. The ColPali paper(1) does a good job explaining why you don’t really want to directly use…

  13. comment
    Comment #42699172

    So, there is a whole world with vision based RAG/search. We have a good open-source repo here with a ColPali implementation: https://github.com/tjmlabs/ColiVara

  14. comment
    Comment #42692074

    Great work! Honestly it helps so much just explaining these metrics for folks. Early on RAG was an art, now when things are stabilized a bit, it’s more of a science - and vendors s…

  15. comment
    Comment #42660057

    I would like to through our project in the ring. We use ColQwen2 over a ColPali implementation. Basically, search & extract pipeline: https://docs.colivara.com/guide/markdown

  16. story
    Show HN: ColPali as an API

    Hi HN, We recently launched ColiVara - a state of the art RAG API that is based on vision LLMs with a state of art performance on both text-heavy documents and visually-complex pag…

  17. comment
    Comment #42475201

    Here is a nice use-case. Put this in a pharmacy - have people hit a button, and ask questions about over-the-counter medications. Really - any physical place where people are easil…

  18. story
  19. comment
    Comment #42339846

    Hi HN! We benchmarked two ways to improve the latency in RAG workflows with a multi-vector setup. Hybrid search using Postgres native capabilities and a relatively new method of to…

  20. story
  21. comment
    Comment #42328776

    So - the synthetic QAs datasets in the Vidore datasets are exactly like that 90% text, 10% charts/tables. OCR + BM25 is at ~90% NCDG@5 which is pretty decent. ColPali/Ours is at ~9…

  22. comment
    Comment #42328440

    I would like to throw our project in the ring that solves this problem: https://github.com/tjmlabs/ColiVara 1. Uses half-vecs, so you cut down everything by half with no recall los…

  23. comment
    Comment #42317371

    I will do it - you are right. Lots of materials in the space is basically people selling their complex tools w/ learning as a lower priority

  24. comment
    Comment #42317028

    I would strongly advise against people learning based on LangChain. It is abstraction hell, and will set you back thousands of engineers hours the moment you want to do something d…

  25. comment
    Comment #42316990

    I would check out vision models as a technique to go around OCR errors. ColPali is the standard implementation & SOTA. Much better than OCR. We maintain a ready to go retrieval API…