Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re: Not a realistic portrayal of AI's capabilities (Score 1) 70

Even your use case is dangerous. I recently tried to get GitHub Copilot to "convert jQuery .ajax calls to use 'fetch'". It got into ALL kinds of trouble. I had to undo the change and re-apply it, one function at a time, after hand-tailoring my own function wrapping the "fetch" call.

Comment Good for the annoying stuff (Score 1) 26

All that busywork your boss makes you do...is a perfect job for AI. Or summarizing that agonizingly long email thread that somebody forwards to you and asks, "What do you think about this?" Or taking that text you wrote and making it more formal.

Personally, I find AI to be useful for taking some of the dumbest work tasks and making them go away.

Comment Not a realistic portrayal of AI's capabilities (Score 5, Insightful) 70

If you're "babysitting" AI code writing, you're letting it do too much.

For little stuff, I find it literally slower to wait for AI to spit out the code I asked for, than to just type it myself. If you're using AI for big stuff, you are asking for problems.

What AI is actually good for, is stuff where you know exactly what to do, but might not know the exact syntax or the exact API signature. It can also help with writing unit tests and other drudge work.

But this idea of people "babysitting AI"--I don't really buy it. It can't actually do that much on its own.

Comment Re:forgive me if im being stupid (Score 1) 21

Well of course they can see it. Just like Microsoft can see what Windows users are doing, and Apple can see what Mac users are doing, and so on.

If a company uses a software vendor of ANY kind, they are entrusting that vendor with it's internal data and workings. It's kind of how software works. This isn't new with AI.

Slashdot Top Deals

Documentation is the castor oil of programming. Managers know it must be good because the programmers hate it so much.

Working...