Viewing profile — jasonwcfan
jasonwcfan
HN member- Joined
- Thu, Mar 24, 2016, 9:31 PM UTC
- HN karma
- 294
- Public activity
- 93 items
- HN profile
- View on Hacker News ↗
About jasonwcfan
No profile information was provided.
Recent public activity
- story
-
comment
Comment #41628941
Yeah the ways AI models have learned to interact with the world are all hilariously skeuomorphic given their capabilities. A model that runs on silicon has to learn English and Pyt…
-
comment
Comment #41570043
The way we plan to handle authenticated sessions is through a secret management service with the ability to ping an endpoint to check if the session is still valid, and if not, run…
-
comment
Comment #41568938
Why is it unethical when courts have repeatedly affirmed browser automation to be legal and permitted? If anything, it's unethical for companies to dictate how their customers can …
-
comment
Comment #41568689
I mentioned this in another comment, but I know from experience that it's impossible to reliably differentiate bots from humans over a network. And since the right to automate brow…
-
comment
Comment #41568525
Thanks! Wasn't familiar with Browserless but took a quick look. It seems they're very focused on the scraping use case. We're more focused on the agent use case. One of our first c…
-
comment
Comment #41568278
Oops! We tested the Oauth flow but forgot to update the email one. Thanks for the heads up, fixing this now.
-
comment
Comment #41568218
Proxies are definitely on our roadmap, but for now it just supports stock Playwright. Thanks for the feedback! I just updated the repo to make it more clear that it's Playwright ba…
-
comment
Comment #41567942
Yep. I used to be the guy responsible for bot detection at Robinhood so I can tell you firsthand it's impossible to reliably differentiate between humans and machines over a networ…
-
story
Show HN: Finic – Open source platform for building browser automations
Last year we launched a project called Psychic that did moderately well on hacker news, but was a commercial failure. We were able to find customers, but none with compelling and o…
-
comment
Comment #41567334
A close friend of mine was an associate of Mr Beast, even living in his house in Greenville for several months. He confirmed a lot of the negative press about him in the media, and…
- story
-
comment
Comment #41371002
My handwriting is barely legible, even to my self. So I'll stick to Notion, thank you very much.
-
comment
Comment #41370103
Since you didn't include the link I went ahead and searched for it. Is this it? https://github.com/Storia-AI/repo2vec There's been a lot of "chat with your x" projects and the valu…
-
comment
Comment #41370012
Seems like this doesn't solve the problem, it just changes the nature of the problem from a link rot to having a single point of failure. What assurances does perma cc give that it…
-
story
Show HN: Finic – Apache licensed iPaaS built for Python developers
My dad worked as a solutions architect for enterprise companies for over 20 years, and I worked on vendor integrations myself at companies like Robinhood. So I got to see a lot of …
-
comment
Comment #36815765
One of the open source vector DBs is probably your best bet. Chroma, weaviate, Qdrant and a few others
-
comment
Comment #36808181
From the enterprise perspective, gen AI tools are already incredibly powerful accelerators of productivity. The problem is it's unevenly distributed. Adoption at some companies is …
-
comment
Comment #36807805
Just ran our deployed cluster through GCP's pricing calculator and it's about $300 USD per month with Llama 2
-
comment
Comment #36807794
Yep. We use LangChain's basic text splitter to chunk the documents and the QA chain to stuff it into the prompt. But AFAIK it doesn't check for context length so that's a piece tha…
-
comment
Comment #36807544
Yep the docker containers should run fine on local hardware, but the terraform config only supports GCP right now. In terms of cost - just ran our deployed cluster through GCP's pr…
-
comment
Comment #36807421
Not yet, but we can definitely add it. Created an issue: https://github.com/psychic-api/rag-stack/issues/2 In the meantime it uses GPT4all when running locally so you can technical…
-
comment
Comment #36807376
It uses all-MiniLM-L6-v2 from huggingface by default https://huggingface.co/sentence-transformers/all-MiniLM-L6-v... You can also specify a specific embeddings model from SentenceT…
-
comment
Comment #36807355
Thanks for the callout! We'll add the local.env instructions to the readme. Are you using it with input docs or without? Locally it uses GPT4all which isn't nearly as good as Llama…
-
comment
Comment #36807320
You're right. Either way it's impossible to recreate Llama 2 without the data set so perhaps "free to use model" is a better description than "open source model"