I was just testing to see the comparison and ran into a message saying I was out of GPT-4 queries, despite having deliberately selected Phind as my model. Now I'm confused if the results I was seeing really were from a different model than GPT-4 or not.
Ah you were likely using the Pair Programmer. The Phind Model is not yet supported in the Pair Programmer, only the default search mode. Please try again using that.
Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
291–300 of 358 posts
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#292Earlier quoted context omitted.
What they're citing isn't what the LLM "scraped", it's what the retrieval model fed to the LLM. You're not guaranteed that it's what it actually used to give you the output, and it's also definitely not all the text that it used to get appropriate knowledge to generate the answer, as this is split over whatever millions of examples for the language and for human language in a non human-understandable way
I've heard this coldtake before but OpenAI's source code isn't open to academic scrutiny. So I don't understand why some people are so confident about how it works. It's certainly not magic and Phind seems to be capable of it citation.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#293Will you be offering the model as an API service? The product my team is working on would benefit from a significantly faster and possibly better performing model than GPT-4. If you're planning on keeping pace with competitive models we'd love to integrate the use of your model into our service.
If we get enough demand that's definitely something we'll consider. We're still a small team, however, and we do everything in our power to not get distracted from our main mission.
And Cursor is just the start - there will be innovative workflows built on top of APIs you can't predict. You're missing out not having developers build an ecosystem for you.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#294The results I get are so-so. The rubric I use to evaluate coding LLM's is to ask it to create a Python script that determines if the contents of a given directory have been changed since the last time the script was run. This should be done recursively and handle files being added, removed, or modified and be based off the contents of the files and not the timestamps. When I ask it as one statement it performed ok, b…
Thanks for the feedback. We're working on improving consistency and precise instruction following in followups.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#295I tried my standard "trick" question I use for LLMs: "Give me five papers with code demonstrating the state of the art of machine learning which uses geospatial data (e.g. GeoJSON) as both input and output." There is no such state of the art. My hand-wavey understanding is that GIS data is non-continuous, which makes it useless for transformers, and also contextual, which makes it useless for anything else. Will defe…
ChatGPT 4 without web browsing: https://chat.openai.com/share/7e11b4a6-52f2-441a-8614-7266c3...
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#296I tried my standard "trick" question I use for LLMs: "Give me five papers with code demonstrating the state of the art of machine learning which uses geospatial data (e.g. GeoJSON) as both input and output." There is no such state of the art. My hand-wavey understanding is that GIS data is non-continuous, which makes it useless for transformers, and also contextual, which makes it useless for anything else. Will defe…
ChatGPT 4 with web browsing: https://chat.openai.com/share/19a425b5-ed37-469e-860d-65ee70... ChatGPT 4 without web browsing: https://chat.openai.com/share/7e11b4a6-52f2-441a-8614-7266c3...
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#297Maybe I'm not knowledgeable enough. But asking questions I already know the answer of has no real life use case other than testing the model. Which of course might be a valid use case for some.
Having a way to let the user specify his own level of knowledge might help to receive answers that are better tailored to the user asking the question.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#298Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#299I don't use LLMs in my workflow frequently. When I do I have a hard time making sense out of the very specific and long answers to my questions. Especially if I don't know the answer it is hard to figure out if the long answer of the model indicates the right direction or misses my point completely. Maybe I'm not knowledgeable enough. But asking questions I already know the answer of has no real life use case other t…
My dad always used to say: Everything that can be said, can be said simply. I prefer top-down structured, short and thoughtful responses.