I'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…
Running "Ignore Web Context" enabled can improve performance for design tasks like this. I just got a more plausible answer: https://www.phind.com/search?cache=f0fkv5mxscwvagxgkuwnwgtl . Consistency is something we're working on.
Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
101–110 of 358 posts
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#102Earlier quoted context omitted.
Who said anything about nerfing? Citation is just additive, no?
In fact, I’d argue that citation makes LLM better. Kind of a “think carefully” indicator. When LLMs are able to verify those citations independently it’s going to level up again by skyrocketing the objective truthiness.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#103Earlier quoted context omitted.
Amazing, that's great to hear.
Is it possible to output all steps of solutions in a single copyable block? I don't want to copy 4 separate blocks.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#104Didn't work fine when I asked it a design question: the code and API it used is not correct. GPT-4 did a better job. https://www.phind.com/search?cache=ay8rx37gq8oy3z7uixftlqkt https://chat.openai.com/share/a3a91dcc-a91a-4b04-8afd-40bd1a...
The GPT-4 answer is only better in so far as it uses RunTransaction. I don't know why it's trying to loop through the stores and then running the i'th operation on that store when it could have just had the store referenced in the operation instead of passing it as a parameter. And then it's also creating a new client for each transaction which seems wrong (to be fair I'm not familiar with Firestore so maybe this is…
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#105I 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.
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#106Earlier quoted context omitted.
As a user, i perfer getting the right response compared to the thing spitting out a link. (not saying phind is bad). Lets focus on getting llm right before nerfing it in its baby stages.
Who said anything about nerfing? Citation is just additive, no?
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#107> You can now get high quality answers for technical questions in 10 seconds instead of 50. ChatGPT 4 does not take 50 seconds to answer, so I don't understand this comparison.
Recently I've used gpt 4 and yes it does take up to a minute even for easy questions. I've asked it how to scp a file on Windows 11 and it'll take a minute to tell me all the options possible. If this takes 1/5th the time for equivalent questions, I'd consider switching
https://imgur.com/a/iqxOJUV was 6.5 seconds.
https://imgur.com/a/pQFfWli was 15.
You can tell they're GPT-4 because the logo is purple (the logo is green when using 3.5).
Re: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context
#108Didn't work fine when I asked it a design question: the code and API it used is not correct. GPT-4 did a better job. https://www.phind.com/search?cache=ay8rx37gq8oy3z7uixftlqkt https://chat.openai.com/share/a3a91dcc-a91a-4b04-8afd-40bd1a...
Thanks for sharing the links, we'll investigate this example.