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

 



Forgot your password?
typodupeerror

Comment Re:We're in the group (Score 1) 199

That's the inherent problem with classes, you have to teach 30+ students the same but they're not all capable of learning at the same pace or in the same way.

Kids who can't keep up fall behind, while those that are faster get bored and start to misbehave so they get labelled as troublemakers.
You also have the peer pressure from other kids, who will mock or even bully the top and bottom percentages of the class respectively, discouraging them from participating.

Catering to each child and teaching them at their own pace is obviously going to work best, but it doesn't scale to a school system.
If one or both parents is free to teach the kids that's great, but there are many cases where they aren't - some parents don't give a shit and are happy to send their kids off to school, many parents have to work and simply don't have time to teach the kids even if they would be willing/able to do so, and some simply don't have the ability to teach.

Comment Re:Obvious answer (Score 1) 209

What AI can't do is to take a whole feature off the backlog and implement it. Yet.

It can in some cases, depending on various factors like the codebase it's working with, the nature of the feature and how well you describe it.

You will often need to refine the prompts, or prompt it further to address bugs or things it decided to implement in a strange way. It also tends to work better with code bases that are smaller or more modular, and with code that was developed using an ai assistant rather than existing code bases.

You're right about it being like junior developers, it's good for getting mundane things done but does often need a lot of guidance.

Comment Re:Obvious answer (Score 1) 209

A current generation LLM is not perfect and cannot replace a skilled employee, at best it can assist a skilled employee to do their work more efficiently.
If you understand this and have appropriate use cases, then it can absolutely be useful.

If you're trying to use it for something it's not suited for then it's going to be useless or even detrimental.

Comment Re:Obvious answer (Score 4, Insightful) 209

Because you had a specific goal in mind, knew what you were doing, knew about the different heatmap implementations available and gave precise instructions. You could probably have written this by hand yourself and it just would have taken a bit longer to do.

Problems come up when you have people who don't know what they're doing giving vague instructions to the LLM, and then blindly trusting the output. For instance if you said "draw a heatmap of $DATA" who knows what it would have come back with? it may well have tried to use the deprecated google api because there are likely a lot of examples online and in the LLM's training data.

LLMs are great when they're used to augment people who are already skilled in the art, and can generally help them save time doing a lot of the repetitive stuff. They're not some magic wand allowing someone with zero experience to achieve great results.

Comment Re:Obvious answer (Score 1) 209

People are often wrong too...
The problem is that we are used to machines being used to do things that machines are good at - eg for predefined math calculations a computer is expected to reliably and quickly get the correct answer every time.

The problems being targeted by LLMs are not so well defined, so errors can be made wether its done by a human or an LLM. But people are used to the traditional problems solved by computers and expect everything to be the same.

Instead of assuming an LLM is a reliable machine that follows a rigid process and produces reliable output every time, treat it like a human employee and subject its results to the same processes - ie review, quality control etc. Of course then you won't get the massive cost savings that you imagined by replacing employees with machines.

Good use of LLM will typically augment existing skilled employees, not replace them.

Comment Re:BNPL groceries = groceries on credit cards (Score 1) 97

This.
Credit options are usually convenient, and often have other benefits like interest free periods, cashback or airmiles etc. Lots of people use them who could easily afford to pay up front.
If you end up paying the same, but get some kickback or defer payment until later why wouldnt you?
A lot of the users aren't people who can't manage their money, it's the opposite - people who know how to manage things optimally.

Comment Re: (Score 1) 244

Pretty much this...

I had to learn cursive in school, and i've never used it since leaving school.
About the only time i ever write anything by hand is official forms, and for those you are expected to write legibly and often in uppercase.

It's also extremely annoying when someone else writes things by hand and you're expected to read them, it's often extremely difficult to read and leads to errors.

Comment Re:If Trump hadn't won (Score 1) 70

I don't like Trump in general, but I like the part when Putin says "we have nukes, we are going to test one", Trump's response is "we also have nukes and are going to test one".

While the US can afford to run nuclear tests, russia really can't. Their economy is already under massive strain due to the war and associated sanctions, trying to simultaneously engage in an arms race with america could result in economic collapse similar to what happened to the soviet union.

Slashdot Top Deals

Life. Don't talk to me about life. - Marvin the Paranoid Anroid

Working...