Show HN: Find AI – Perplexity Meets LinkedIn
31–40 of 78 posts
Re: Show HN: Find AI – Perplexity Meets LinkedIn
#32Earlier quoted context omitted.
Typically with an LLM you would tokenize strings in a batch and use attention masks to run inference in parallel. OpenAI must have some similar capability. Looks like they have a batch API.
Yes, but the batch API takes up to 24 hours to respond. We use it, but not for user-facing search queries.
If your prompt is short, it won't make much difference to the cost. But if your prompt is, say, about the same length as a single profile, you could save almost half your inference costs by analysing ten at a time.
Re: Show HN: Find AI – Perplexity Meets LinkedIn
#33Interesting concept. Just wondering, how does it stay updated with the latest info?
Re: Show HN: Find AI – Perplexity Meets LinkedIn
#34Thanks everybody for trying this out. I just looked at our logs and we're doing >2k requests per minute to OpenAI right now. Free users only get partial search results. If there are any you want to see run to completion, reply here or email me and I'll mark it to run to completion. (The code PRODUCTHUNT is also available this week for a free month of access).
Update: >5k requests per minute to OpenAI right now
Re: Show HN: Find AI – Perplexity Meets LinkedIn
#35Re: Show HN: Find AI – Perplexity Meets LinkedIn
#36Earlier quoted context omitted.
Yes, but the batch API takes up to 24 hours to respond. We use it, but not for user-facing search queries.
I don't think janalalcm is talking about the batch API, but just putting multiple profiles in a single API call. If your prompt is short, it won't make much difference to the cost. But if your prompt is, say, about the same length as a single profile, you could save almost half your inference costs by analysing ten at a time.
Re: Show HN: Find AI – Perplexity Meets LinkedIn
#37Can you help me connect to what was costing >$1k/search or is that hyperbole? Genuinely interested, not patronizing.
Re: Show HN: Find AI – Perplexity Meets LinkedIn
#38Re: Show HN: Find AI – Perplexity Meets LinkedIn
#39[flagged]
Re: Show HN: Find AI – Perplexity Meets LinkedIn
#40> I started building Find AI to make it easier to search for people. I initially started just having GPT review people's LinkedIn profiles and websites, but it cost thousands of dollars per search (!). Can you help me connect to what was costing >$1k/search or is that hyperbole? Genuinely interested, not patronizing.