For all the naysayers in the comments, the elephant in the room that no one quite wants to admit, is that GPT4 is still far better than everything else out there
I cancelled my GPT4 subscription because I found Claude more useful for code and Qwen for Chinese language tasks. It might be better on average but I don’t think it’s better for every task. All the others are only going to get better too.
New models and developer products
381–390 of 561 posts
Re: New models and developer products
#382I just released a new version of my LLM CLI tool with support for the new GPT-4 Turbo model: https://llm.datasette.io/en/stable/changelog.html#v0-12 You can install it like this: pipx install llm Then set an API key: llm keys set openai Then run a prompt through GPT-4 Turbo like this: llm -m gpt-4-turbo "Ten great names for a pet walrus" # Or a shortcut: llm -m 4t "Ten great names for a pet walrus" Here's a one-liner…
Re: New models and developer products
#383For all the naysayers in the comments, the elephant in the room that no one quite wants to admit, is that GPT4 is still far better than everything else out there
I cancelled my GPT4 subscription because I found Claude more useful for code and Qwen for Chinese language tasks. It might be better on average but I don’t think it’s better for every task. All the others are only going to get better too.
Re: New models and developer products
#384Earlier quoted context omitted.
I cancelled my GPT4 subscription because I found Claude more useful for code and Qwen for Chinese language tasks. It might be better on average but I don’t think it’s better for every task. All the others are only going to get better too.
Can you go into depth? I’ve used ChatGPT Pro and Phind extensively, didn’t know about Claude and code. Curious to give it a try
Claude is significantly faster, so even if it requires a couple more prompt iterations than GPT4, I still get the result I need earlier than with GPT4.
GPT4 also recently developed this annoying tendency to only give you one or two examples of what you asked for, then say “you can write the rest on your own based on this template”. I can’t overstate how annoying this was.
Re: New models and developer products
#385Earlier quoted context omitted.
I've been thinking about this for a while now, wrt two points: 1. This will be the end of traditional SWEs and the rise of the age of debuggers, human debuggers who spend their days setting up breakpoints and figuring bugs in a sea of LLM generated code. 2. Hiring will switch from using Leetcode questions to "pull out your debugger and figure out what's wrong with this code".
What makes you think the LLM couldn’t run a debugging session from the content of a JIRA ticket and the whole code base + documentation?
It just doesn't scale that well. Hell, GPT-4 can't make sense of my own projects.
Re: New models and developer products
#386You can now [1] pay from $2 to $3 million to pretrain custom gpt-n model. This has gone unnoticed but seems really neat. Provided that a start-up has enough money spend on that, it would certainly give competitive advantage. [1] https://openai.com/form/custom-models Edit: forgot to put the link
Well it won’t because they’ll use the model you paid for and take your customers.
Re: New models and developer products
#387Earlier quoted context omitted.
How does this absolve vectordbs
It doesn't, but semantic search is a lot less relevant if you can squeeze 350 pages of text into the context.
Re: New models and developer products
#388Earlier quoted context omitted.
If you are using OpenAI, the new Assistants API looks like itnwill handle internally what you used to handle externally with a vector DB for RAG (and for some things, GPT-4-Turbo’s 128k context window will make it unnecessary entirely.) There are some other uses for Vector DBs than RAG for LLMs, and there are reasons people might use non-OpenAI LLMs with RAG, so there is still a role for VectorDBs, but it shrunk a lo…
OpenAI is still way too expensive to run a corporate knowledge base on top
Re: New models and developer products
#389Re: New models and developer products
#390The TTS seems really nice, though still relatively expensive, and probably limited to English (?). I can’t wait until that level of TTS will become available basically for free, and/or self-hosted, with multi-language support, and ubiquitous on mobile and desktop.
It's not limited to English. The model at least. Doubt the API will be too. Expensive ? Compared to what? Eleven labs costs an arm and a leg in comparison.