[-] GetOffMyLan@programming.dev 1 points 1 week ago* (last edited 1 week ago)

August 31, 1955 The term “artificial intelligence” is coined in a proposal for a “2 month, 10 man study of artificial intelligence” submitted by John McCarthy (Dartmouth College), Marvin Minsky (Harvard University), Nathaniel Rochester (IBM), and Claude Shannon (Bell Telephone Laboratories)

http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html

This is just literally not true.

Point 3 is what LLMs are.

You are thinking of general artificial intelligence from sci-fi

An attempt will be made to find how to make machines use language, form abstractions and concepts, solve kinds of problems now reserved for humans,

This is what artificial intelligence actually means. Solving problems that traditionally require intelligence

Path finding algorithms in games are AI. And have always been referred to as such. We studied them my AI module at uni.

[-] GetOffMyLan@programming.dev 1 points 3 weeks ago

They are 100% ai. They run on neural networks which were some of the first AIs.

[-] GetOffMyLan@programming.dev 1 points 2 months ago* (last edited 2 months ago)

I know SQL really well but avoid writing it whenever possible.

Getting ai to explain blocks of code is a really good use case for them.

[-] GetOffMyLan@programming.dev 1 points 2 months ago

Yeah kind of, but they are aiming to do that through radical change hehe

[-] GetOffMyLan@programming.dev 1 points 2 months ago* (last edited 2 months ago)

It's the correct term though.

It's like when people get confused about what a scientific theory is. We still call it the theory of gravity.

[-] GetOffMyLan@programming.dev 1 points 2 months ago

I was pretty surprised at how much faster switch can be

[-] GetOffMyLan@programming.dev 1 points 2 months ago

You can actually use the dynamic type here for late binding of overloads. You will get a runtime error for unknown types though.

You essentially define the function overloaded for each type. Then call the function with a dynamic and the runtime will figure out what method to call

view more: ‹ prev next ›

GetOffMyLan

joined 2 months ago