Earlier quoted context omitted.
Humans 'hallucinate' like LLMs. The term used however, is confabulation: we all do it, we all do it quite frequently, and the process is well studied(1). > We are shockingly ignorant of the causes of our own behavior. The explanations that we provide are sometimes wholly fabricated, and certainly never complete. Yet, that is not how it feels. Instead it feels like we know exactly what we're doing and why. This is con…
No, confabulation isn’t anything like how LLMs hallucinate. LLMs will just very confidently make up APIs on systems they otherwise clearly have been trained on. This happens nearly every time I request “how tos” for libraries that aren’t very popular. It will make up some parameters that don’t exist despite the rest of the code being valid. It’s not a memory error like confabulation where it’s convinced the response…
Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
741–750 of 758 posts
Re: Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
#742Just a question: For this thingy to work, I must give the provider access to my computer? Good luck. :) Just another reason to use ONLY local LLM's.
Re: Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
#743Re: Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
#744Earlier quoted context omitted.
Defining AGI as “can reason about 5MLOC” is ridiculous. When do the goal posts stop moving? When a computer can solve time travel? Babies have behavior all the time that is no more differentiable from what an LLM does on a normal basis (including terrible logic and hallucinations). The majority of people on the planet can barely reason about how any given politician will affect them, even when there’s a billion resou…
Babies can at least manipulate the physical world. Large language model can never be defined as AGI until it can control a general purpose robot, similar to how human brain controls our body's motor functions.
Re: Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
#745Earlier quoted context omitted.
Defining AGI as “can reason about 5MLOC” is ridiculous. When do the goal posts stop moving? When a computer can solve time travel? Babies have behavior all the time that is no more differentiable from what an LLM does on a normal basis (including terrible logic and hallucinations). The majority of people on the planet can barely reason about how any given politician will affect them, even when there’s a billion resou…
As generally intelligent beings, we can adapt to reading and producing 5M LOC, or to live in arctic climates, or to build a building in colonial or classical style as dictated by cost, taste, and other factors. That is generality in intelligence. I haven't moved any goal posts - it is your definition which is way too narrow.
I’m sure as soon as Claude can handle 5MLOC you’ll say it should be 10, and it needs to make sure it can serve you a Michelin star dinner as well.
That’s not AGI. Stop moving the goalposts.
Re: Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
#746Earlier quoted context omitted.
> Anthropic doesn't offer an unlimited chatbot service, because its expensive, if they give unlimited service someone will misuse it
You misunderstood. Anthropic does not offer a paid Claude offering akin to ChatGPT Plus, where usage is effectively unlimited.
Re: Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
#747Re: Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
#748Re: Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
#749Anthropic blog post outlining the research process: https://www.anthropic.com/news/developing-computer-use Computer use API documentation: https://docs.anthropic.com/en/docs/build-with-claude/compute... Computer Use Demo: https://github.com/anthropics/anthropic-quickstarts/tree/mai...
Here, "next-best AI model in the same category" referes to which model.
Re: Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku
#750Earlier quoted context omitted.
I've been using a lot of o1-mini and having a good experience with it. Yesterday I decided to try sonnet 3.5. I asked for a simple but efficient script to perform fuzzy match in strings with Python. Strangely, it didn't even mention existing fast libraries, like FuzzyWuzzy and Rapidfuzz. It went on to create everything from scratch using standard libraries. I don't know, I thought this was something basic for it to s…
just ask it to use libraries you want; you cant expect it to magically read your mind, you need to guide every LLM to what are your must/nice haves