I know it isn't popular, but I wish there was a way to use this inside Emacs. Or, vim. I just don't want to use VS Code anymore.
Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
91–100 of 358 posts
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#92I'm glad there's growing competition, but GPT4 still outperforms. Here's a recent question I asked: Could you please provide me with a query for my PostgreSQL table? It consists of three columns: 'id,' 'teaser,' and 'full_text,' all of which are of type 'text.' Most 'full_text' entries are articles around 1000 words in length. I'd like to update the 'teaser' column for each row with the first approximately 200 words…
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#93Asked it to write a program that I've written before, to compare with gpt4. Didn't really get what I was asking for, gpt4 understood it perfectly, and is ready to continue prompting toward completion. https://www.phind.com/agent?cache=cloeowfla000dl1084ermly3c vs https://chat.openai.com/share/4147da33-3669-4657-88fa-3a9dfc... Might not be representative of the whole thing, but it went on about random things I didn't…
Using the Phind Model in the default search seems to work well: https://www.phind.com/search?cache=ln6dpdtv5auwn4cq1ofg3gs9
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#94I know it isn't popular, but I wish there was a way to use this inside Emacs. Or, vim. I just don't want to use VS Code anymore.
The standardizing on VS code is one of the saddest developments over the last several years IMHO. I think it's great that VS Code exists, but we're headed for a world where you have to use VS Code if you want the best tooling because it won't support other options. The same thing happened with Java dev and IntelliJ, and IMHO it has been extremely unhealthy for the ecosystem. I'm immensely glad that Copilot supports v…
And if you want vim/emacs to keep living, then you should spend time helping! Create your own extensions, maintain/contribute to existing ones, etc. They will only die out when the last person actively contributing to them stops, so keep the chain of people going :)
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#95Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#96Asked it to write a program that I've written before, to compare with gpt4. Didn't really get what I was asking for, gpt4 understood it perfectly, and is ready to continue prompting toward completion. https://www.phind.com/agent?cache=cloeowfla000dl1084ermly3c vs https://chat.openai.com/share/4147da33-3669-4657-88fa-3a9dfc... Might not be representative of the whole thing, but it went on about random things I didn't…
You see this with Bing search on ChatGPT as well, and I’ve seen it in my own projects.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#97I know it isn't popular, but I wish there was a way to use this inside Emacs. Or, vim. I just don't want to use VS Code anymore.
:'y|call system('firefox ?q='.shellescape(@*).' &')
The only problem left is that the text is not urlencoded.
There probably is some elegant way to urlencode it. But I did not come up with one yet.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#98Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#99I'm glad there's growing competition, but GPT4 still outperforms. Here's a recent question I asked: Could you please provide me with a query for my PostgreSQL table? It consists of three columns: 'id,' 'teaser,' and 'full_text,' all of which are of type 'text.' Most 'full_text' entries are articles around 1000 words in length. I'd like to update the 'teaser' column for each row with the first approximately 200 words…
One example is not enough for performance conclusions
Also, I ran a few different tests, and every GPT-4 response was superior, but I didn't want to clutter my comment with queries and code.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#100It's not generating the wrong answer. It's quoting the wrong answer