Live data from Hacker News

Why Does Every AI Cycle Start with Chat?

matt-rickard.com

1–10 of 17 posts

Re: Why Does Every AI Cycle Start with Chat?

#3
Chat 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?

#4
post #3

Chat 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?

#6
post #4
post #3

Chat 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

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.

Re: Why Does Every AI Cycle Start with Chat?

#7

Short 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.

Re: Why Does Every AI Cycle Start with Chat?

#9
post #7

Short 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.

> 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?

#10
post #6
post #4

Earlier 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.

LoRAs are fine tuned changes to an existing model, often one that is already mature and well-trained. The process is understood and documented.

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.

Post reply on HN