Why Does Every AI Cycle Start with Chat?
matt-rickard.com
Why Does Every AI Cycle Start with Chat?
1–10 of 17 posts
Re: Why Does Every AI Cycle Start with Chat?
#2Re: Why Does Every AI Cycle Start with Chat?
#3Re: Why Does Every AI Cycle Start with Chat?
#4Chat is perhaps the cheapest implementation you could ever build. It's a linear interaction, easy to test, and arguably the easiest to encode/decode (with a fixed set of inputs too). As an added bonus, it has a familiar, well-understood interface.
Re: Why Does Every AI Cycle Start with Chat?
#5AI cycle in 2012 started with alexnet
AI cycle in 2019 started with Stable Difffusion
Re: Why Does Every AI Cycle Start with Chat?
#6Chat is perhaps the cheapest implementation you could ever build. It's a linear interaction, easy to test, and arguably the easiest to encode/decode (with a fixed set of inputs too). As an added bonus, it has a familiar, well-understood interface.
Exactly. Text is very easy for us to analyze, understand, and compare inputs with outputs
Re: Why Does Every AI Cycle Start with Chat?
#7Short answer: because chat is a shortcut to anthropomorphization in folks' brains. It's much easier to assign personality and intent to a chat than a floating head that needs to be 99.999% lifelike in order to not feel completely fake.
Re: Why Does Every AI Cycle Start with Chat?
#8Re: Why Does Every AI Cycle Start with Chat?
#9Short answer: because chat is a shortcut to anthropomorphization in folks' brains. It's much easier to assign personality and intent to a chat than a floating head that needs to be 99.999% lifelike in order to not feel completely fake.
A better answer: natural language is the programming language everyone knows.
And when you get into frustrating misunderstanding of details you end up using a programming language anyway. Natural languages are to ambiguous to be useful for specific things. We humans can resolve the ambiguities in our minds, or think we do, based on context. I think the anthropomorphization argument hits closer to home. I feel guilty too of projecting more meaning and intelligence to a generated text and I think I'm not the only one.
Re: Why Does Every AI Cycle Start with Chat?
#10Earlier quoted context omitted.
Exactly. Text is very easy for us to analyze, understand, and compare inputs with outputs
Excuse me? A 10x10 plot for an sd lora makes it easy to glance over and see where and how it fails. Good luck glancing at a bunch of text answers.
OP is referring to early phases of model development using new techniques, where outputs can vary wildly until corrected and evaluated at scale. The process is often adaptive, iterative, and by nature experimental. Text in this case is indeed easier to evaluate.