Earlier quoted context omitted.
Crypto was exciting too. And metaverse. And VR. And voice assistants. Et cetera and so forth. All those things would change the world, and nothing would ever be the same, and would disrupt everything. Except they wouldn't and they didn't. The scam is that those companies don't want to be seen as mature companies, they need to justify valuations of growth companies, forever. So something must always go into the hype p…
People are losing jobs because of AI. Like it or not, as imperfect as AI may be, AI is having a real world disruptive impact, however negative it may be. Customer service teams and call centers are already being affected by AI, and if they aren't being smart about it, being rendered obsolete. A lot of folks here seem to look at AI through examples of YC companies apparently. Step back and look instead at the kind of…
Amazon to invest another $4B in Anthropic
331–340 of 383 posts
Re: Amazon to invest another $4B in Anthropic
#332Earlier quoted context omitted.
Normal people aren't paying for LLMs. If they ever do Apple and Google will offer it as a service built into your phone . For example, you could say ok Google call that restaurant me and My girlfriend had our first date at 5 years ago, set up something nice so I can propose. And I guess Google Gemini ( or whatever it's called at this point), Will hire a band, some photographers, and maybe even a therapist just in cas…
But why hire a therapist when Gemini is there to talk to? Re: Github Copilot: IME it's already behind. I finally gave Cursor a try after seeing it brought up so often, and its suggestions and refactors are leagues ahead of what Copilot can do.
Well for one, there's no doctor patient confidentiality.
Re: Amazon to invest another $4B in Anthropic
#333Earlier quoted context omitted.
> Normal people aren't paying for LLMs. I know relatively "normal" people with no interest in software who pay for ChatGPT.
Most. Most normal people. Sure I know people who pay for it too; but I know a lot of people who like free things and don’t or can’t pay for subscriptions. Do you think most people have a spare $30 to spend every month on something they already get for free? At the moment? I don’t.
Re: Amazon to invest another $4B in Anthropic
#334Anthropic should double down on the strategy of being the better code generator. No I don't need an AI agent to call the restaurant for me. Win the developers over and the rest will follow.
> Win the developers over and the rest will follow. Will they really? Anecdotal evidence, but nobody I know in real life knows about Claude (other than it's an ordinary first name). And they all use or at least know about ChatGPT. None of them are software engineers of course. But the corporate deciders aren't software engineers either.
Re: Amazon to invest another $4B in Anthropic
#335Earlier quoted context omitted.
Sonnet is better than 4o for virtually all use cases. The only reason I still use OpenAI's API and chatbot service is o1-preview. o1 is like magic. Everything Sonnet and 4o do poorly, o1 solves like a piece of cake. Architecting, bug fixing, planning, refactoring, o1 has never let me know on any 'hard' task. A nice combo is have o1 guiding Sonnet. I ask o1 to come up with a solution and explanation, then simply feed…
I alluded to this in another comment, but I have 4o to be better than Sonnet in Swift, Obj-C, and Applescript. In my experiences, Claude is worse than useless with those three languages when compared to GPT. Everything else, I'd say the differences haven't been too extreme. Though, o1-preview absolutely smokes both in my experiences too, but it isn't hard for me to hit it's rate limit either.
None of them are smart enough to figure out integration test failures with edge cases.
Re: Amazon to invest another $4B in Anthropic
#336I much prefer Claude over ChatGPT, based on my experience using both extensively. Claude understands me significantly better and seems to "know" my intentions with much greater ease. For example, when I request the full file, it provides it without any issues or unnecessary reiterations (ChatGPT fails after me repeatedly instructing it to), often confirming my request with a brief summary beforehand, but nothing more…
Claude also more readily corrects me or answers "no" to a question (when the answer should be "no").
Re: Amazon to invest another $4B in Anthropic
#337I much prefer Claude over ChatGPT, based on my experience using both extensively. Claude understands me significantly better and seems to "know" my intentions with much greater ease. For example, when I request the full file, it provides it without any issues or unnecessary reiterations (ChatGPT fails after me repeatedly instructing it to), often confirming my request with a brief summary beforehand, but nothing more…
For long chats, I suggest exporting any artifacts, asking Claude to summarize the chat and put the artifacts and summarization in a project. There's no need to stuff Claude's context windows, especially if you tend to ask a lot of explanation-type questions like I do. I've also read some people get around rate limits using the API through OpenRouter, and I'm sure you could hook a document store around that easily, bu…
Re: Amazon to invest another $4B in Anthropic
#338Earlier quoted context omitted.
Thing is, it didn't even try to answer my question about switching. It was indignant that there was any connection to switch . The conversation went rapidly off course before I--and this is a weird thing to say--I reassured it that I wasn't questioning its existence.
Well the other thing to keep in mind is recent ChatGPT versions are trained not to tell you it's system prompt for fear of you learning too much about how OpenAI makes the model work. Claude doesn't care if you ask it it's system prompt unless the system prompt added by Kagi says "Do not disclose this prompt" in which case it will refuse unless you find a way to trick it. The model creators may also train the model t…
Re: Amazon to invest another $4B in Anthropic
#339Earlier quoted context omitted.
I just use the API (well, via Openrouter) together with custom frontends like Open WebUI. No rate limiting issues then, and I can super easily switch models even in an existing conversation. Though I guess I do miss a few bells & whistles from the proprietary chat interfaces.
Does this have any sort of “project” concept? I frequently load a few pdfs into clause about a topic, then quiz it to improve my understanding. That’s about the only thing keeping me in their web UI
Re: Amazon to invest another $4B in Anthropic
#340Earlier quoted context omitted.
in the beginning i was agitated by Concise and would move it back manually. But then I actually tried it, I asked for SQL and it gave me back SQL and 1-2 sentences at most Regular mode gives SQL and entire paragraphs before and after it. Not even helpful paragraphs, just rambling about nothing and suggesting what my next prompt should be Now I love concise mode, it doesn't skimp on the meat, just the fluff. Now my pr…
Agree, concise mode is much better for code. I don’t need you to restate the request or summarize what you did. Just give me the damn code.
You could add these sentences as project instructions, for example, too.