Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:AI has now become the new dot com bubble. (Score 1) 18

No matter how much hype there is around LLMs, It's clearly an impressive technical achievement.

It's hard to predict how much better they'll get - or systems that use LLMs as a component.

One simple possibility of such a system could be along the lines of a system that monitors it's main output, has another LLM critique it and does RL training based on that, with some occasional trusted human feedback training both networks (I assume this already exists)

There a good deal of smart people working in this area - I'd be more surprised if we don't get many more leaps forwards, in unexpected ways.

Comment Is there actually an issue here? (Score 1) 23

Genuine question - is the data on google drive being used as training data? or just as context while viewing the file?
If it's the latter, it could still be an issue, but more from the chance of private files bouncing around extra servers.
If it's the former, we have much more cause for concern, but I don't get that impression. Perhaps there's something I'm missing either way?

Comment Re:no problem (Score 1, Interesting) 57

This is on android phones, google already have root, good speech recognition, closed source play services, and everything they need to listen in to audio or transcript already.

I'd rather scam calls didn't happen in the first place, but spotting them with on-device processing could actually help with a real problem

Hopefully we get a decent free software alternative soon.

Comment Re:Nuicance patents (Score 3, Interesting) 38

Not an expert, but there seem to be more details here
Skimming the page, it looks to be things like using a hash in a distributed database, and redirecting if a resource isn't found.
There could be some interesting details I didn't catch, but it seems like the kind of things a competent software engineer would come up with if tasked with scaling up some servers.

Comment Re:In a more modest way... (Score 1) 42

ChatGPT (without extensions) won't search the internet, it's a LLM that gives you a direct response "from memory". Good chance of getting something right if it's fairly common knowledge, bad chance otherwise.

If you want to look up something more factual, try perplexity.ai, or phind.com - the way they work is along the lines of taking what you say, reworking it (perhaps with several variations), doing some internet searches, then answering your question with the result of the searches as context.
They still can, and will, get things wrong - but much less often, but sources are cited to check on the origin/accuracy/communication of various bits of information

Comment Re:Third-party platforms? (Score 1) 20

Come up with an algorithm for your passwords. some kind of hash-like function to be combined with a password
e.g. converting the website name to ascii numbers, multiply them, add 12, squareroot the result, add 6 - stick that on the end of a "regular" password.

It can be much more complex or simpler than the example above - ideally something you could do in your head, but something tough to reverse engineer even if someone got hold of quite a few of your passwords.
This way you don't need an external service to store your passwords, or to have them written down in any form.
Main problem is when different sites have weird requirements, like must or must not have a special character

Comment This is nuts (Score 4, Informative) 100

Just looked at a couple of the patients... Seems to be things like setting the volume on a group of devices over a network.
We an only hope this will motivate google to help push patent law back in a more sane direction - but more likley they will just increase their own portfolio to counter-sue.

Comment Re:Programmers programming themselves out of a job (Score 2) 39

Hopefully. Doesn't higher level programming language brings us closer to this?

Compare punch cards or even assembly to python, you can just about give an overview of what you want done - and it happens.

If we get to a stage where programming jobs are really minor stylesheet tweaking, we should be able to write programs to tweak those spreadsheets.

Perhaps one day soon, we can say "Program, improve your own code - make yourself smarter", and it will.

Comment Re:It is a good thing (Score 1) 57

The concern is that google and others have a good deal of motivation to limit the extension API, breaking adblockers
Whats to stop them now without a standard? nothing https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.ghacks.net%2F2019%2F05...
Not sure if the adblock limiter ended up in chrome, and such a limitation on the browser side of the API wouldn't be an issue for FF and others

Overall, I think this kind of standard could be great, but it makes sense that people are concerned about the ways it could go wrong - intentional or not.

Slashdot Top Deals

Work continues in this area. -- DEC's SPR-Answering-Automaton

Working...