Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Moo (Score 1) 11

I was remembering all the fun we had

Yeah, i remember the discussions. None of the details though.

Thanks for commenting. It is good to hear from you again.

Same. :)

Comment Re:Moo (Score 1) 11

I don't remember Duckpins. I remember dips and chips, but not sure if i was reading then.,

Comment Re:Needs a different headline (Score 1) 57

I think you might be right. Elon Musk wanted a pause, while busy buying NVIDIA graphic cards so he had time to catch up.
Big players now are:
Microsoft (openai, azure)
Meta (facebook)
Amazon

I think we are in a period of Open Source AI starting and the big players are worried their vast fortunes in the future are going to become as common as Linux in cellphones.

Comment A "Pause" makes no sense. (Score 2) 57

First, it's all math. The chatgtp is just figuring out the next most likely letter to come next. Understandably it's a very large list to choose from and the data is incomprehensible but it's still just math... So you're going to pause probability mathematics?

Second, What exactly is the pause pausing? People using it? People developing it? Computers capable of running it? Computers are powerful enough now that a home computer can run a close approximation to chat-gtp. You know it's going to get better. It's become the opensource of AI, all that's happening now is the exploration of limits.

Third, we are in the Cold War in AI. What I mean is, suppose the west does pause all development of AI. Do you think the East will too? I think not. Like it or not, this is a race and if you pause, you are effectively quitting the race.

I think it's here to stay and it will be regulated, but only after real damage has been done, and then only superficially. But like all new technologies old jobs will be replaced, new ones created.

User Journal

Journal Journal: Line: Ah, to be 50 again.

Working on a report for someone in her late 70s over the phone, i lamented on being 50 when i took off my glasses and got close to the laptop to read the small letters on the screen. Her response: Ah, to be 50 again.

It made me smile. It's refreshing to hear things put in perspective.

Comment Arduino code (Score 1) 192

I've needed to write some arduino code and it knew about libraries that I did not. It also knew how to use them, and I was able to copy/paste much of it right in. I also like that commenting that it does on code. I'm starting to emulate it's commenting style.
I've also put in tricky code (for me) and asked it to explain it and comment it. Often I can copy/paste back into the source and it looks much better.
I've also asked if it can re-write tricky code in a better way. Sometimes it's way better.

I do find the 4k token count to be a bit limiting. You've got to keep the code to bite sized chunks which if you are working with large classes isn't too useful.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...