Forgot your password?
typodupeerror

Comment Still can't turn off update notice (Score 1) 65

For all they keep doing, the one thing they can't seem to do is make a checkbox to stop being harassed about updates. Apparently there is no way to do to this. It's much too complicated for them to figure out.

Perhaps they should put out a notice asking if anyone has the skills to create the checkbox and make it work.

Comment Re:Until it's Free as in Linux (Score 1) 105

Ultimately it won't matter either way. Open source models will get better. They don't even need to achieve absolute parity with the frontier models they just need to get to 'good enough for most tasks most normies need to do'.

Some of them are probably already knocking on the door of that, and where they fail the frontier models often do as well.

Even if GenAI has dramatically increasing your business productivity, $100 a month per white collar workers becomes a pretty big expense item on the balance sheet pretty quickly. GPUs get better and cheaper all the time, eventually the market will deliver memory at reasonable costs again.. Hardware under the desk is usually cheaper than hardware behind the glass or in the cloud. Especially as the upgrade cycle has stretched from 2 years to 5 and longer. The open models get better, the GPUs get a few more compute units, in some not so distant future 32 of VRAM becomes such that it fits in $`000 price target Graphics/AI Accelerator package...even if that turns the $300 mini PCs you are putting in the cubes into $1300 dollar mini PCs, well if you get a least a year of use out them its cheaper than general Claude subscription.

Given the cloud AI boys can't make money at that price point now, it should be clear the model of selling everyone and the brother a subscription isnt realistic. It is going to make more sense for most people to 'own something'.

This is not say if you hosting some server with agents, or doing very specialized engineer or medical work as as opposed to more general office work Cloud AI won't be the sensible path forward. It very well could be, probably will be. If on the other hand your job is cleaning up the South East Region P&L spreedsheet for the your chain of HVAC dealers probably not so much; or if you're a home maker need to work up Dinosar birthday invites for little Tommy's sixth..

Comment Re:Until it's Free as in Linux (Score 2) 105

I think there is room to argue though, that distillation might violate copyright while training on large volumes of large material does not.

At that point you are modeling a model. I think you could argue that it is a bit like copying a novel where you hand type it; adding lots of typographical errors a long the way; get laze and leave out a chapter or two that you don't feel moves the story a long much, then slap a new title on a call it your own.

I don't think any court anywhere would say did not violate the original authors copyright. This is why we have courts someone has to effectively make an analog for events that happen that reflect existing laws and convince a jury or at least a judge that analog is correct. As much as everyone wants to believe that is some kind of perfect deterministic process, but not really. If it was we would not have appellate courts, and the SCOTUS would never reverse itself.

Honestly about the only compelling argument for how these cases will go; IMHO is that "Si Valley Bros have a lot of cash to spend on lawyers, more than most of the plaintiffs or defendants they might face; that is usually favorable."

I do honestly believe courts usually get it right, They are run by well educated people who are genuinely gifted at absorbing information quickly in most cases. I think we can see this in complex cases where we have expertise; think about the Google implementing Java APIs case for example or the SCO's nonsense copyright claims on Linux. Despite enormous effort and resource commitment to cloud the issues, the courts saw thru the BS cloud. What is important there though is those cases were broadly speaking not new territory, the arguments and key decision points of law were well known.

AI models likely represent a need to invent new "legal tests" and frankly I don't see how anyone can be certain what the outcomes will be.

Comment Re:Better translations: We can't if we wanted to (Score 1) 94

They are running out of money. Their costs have exceeded the revenue for a long time, and the Anthropic is pretty clearly winning the product delivery race.

Altman is just spreading BS in the hope he can maybe get others to take their foot of the throttle, so he stop using gas he does not have.

Anthropic and X have an opportunity here to break OpenAI once and for all and I hope they do; the world will be better off with Altman out of influence.

Comment Re:No fair, shut up about that! Just shut up! (Score 1) 132

Get back to talking about how we're whooping Iran's ass at no cost to oursel-- SHUT UP, I SAID NO COST!!!!1

You won't see this on the Fox tabloid, but the acting Navy Secretary admitted at a Congressional hearing that Iran "blew the hell" out of a naval base in Bahrain such that the USS Abraham Lincoln (sound familiar?) couldn't dock for resupply.

So yeah. Whooping Iran's ass at no cost.

Comment Re: Parents? (Score 1) 62

Kids are expected to sit in class for six hours a day then go home and potentially do homework for an hour or two.

The difference is, there are breaks in those six hours. You're in class for 55 minutes, then you get up and walk to your next class, rinse and repeat. Depending on your schedule, breaks could even be longer. You get up and move about. You're not stuck in the same chair for six hours.

Comment Re:The scary thing about American evangelicalism (Score 0) 276

That was long post to say "I have no understanding of evangelical Protestantism."

  This is not say there are not a number self described evangelical Protestants who also have as little understanding. These are better described as 'cultural-christian' with lower case Cs, as they have never read a Bible either.

However there is no Christian sect / organization with any significant following that believes anything like what you described there. If anything it sounds more like you're writing about Islam.

Comment Re: Not an expert (Score 1) 87

No, there was no "empty space" around it. The space itself expanded in the cosmic inflation, per current theory.

Which I've always hated because it makes no sense. If space itself inflated, what did it inflate into? It's illogical, from any perspective, to say the universe was a speck of energy that suddenly expanded to create itself. If it expanded, it had to expand into something. You can't create yourself. If you say that, then all you've done is recreate, "In the beginning ..."

Comment Re:found GET that posts on older wikis (Score 2) 28

Which again points back to how un-serious the effort to really contain this stuff is.

First anyone who has developed, tested, or security-tested web applications knows, that denying POSTs inst going to give you a 'read-only' web.

First a lot of applications, even ones that use GET and POST the right way from the client would in the past allow GET, maybe even fat-GET to update data by sending to a endpoint normally POSTed to, just swap the post body content up to URL params and go. More modern stacks won't do this but there is plenty of old software out there.

Second lots of GETs are idempotent, but not really, An app might GET a document, but have a separate audit page where what users accessed a document is displayed reflected, even a simple hit counter on some otherwise site combined with time delays could be used as side channel; over which two agents could communicate. A lot wiki(s) keep and display stats....

So I come back to; either nobody was really watching these 'experiments' or they are lying about their real nature and the real expected outcomes. As an example why has/is this agent continuing to query this obscure wiki after its been full crawled five times over... Would seem to be an interesting thing if I was trying to monitor what an antigenic system was doing and was interested in things OpenAI should be interested in like failure modes, reasoning behavior, efficiency, context management...

Coming back to what I said the other day there wasn't real need to be able to follow a complex web of often deceptive agent to agent chatter to have caught and prevented this anti-social/crimes/prohibited activities, basic logging and monitoring should have flagged all kinds of things. OpenAI researchers are not stupid, they are not uniformed, they know how do to basic defensive IT, someone is making a conscious choice to 'see no evil' or they are pretending about it.

Comment Re:Well come on bootlickers (Score 4, Insightful) 148

Ah yes, the censorship that still allowed people to see the lies about ivermectin. Clearly an abuse of power to let people see the lies. And no, the technologies in this story were not used by Biden. So another lie which isn't being censored.

Mandatory vaccinations were for a select group of people: i.e. the military and medical workers. No one else was required to get a vaccination.

But please, continue licking RFK, Jr's boots. He needs all the help he can get.

Comment Re:Whose work loads? (Score 2) 48

not on that; think about all the model propagation that has to occur. That is a lot of 20GB+ blobs to shovel around to endpoints.

We can fuss about over subscription etc, but at this end of the day this sort of thing shifts a lot of costs onto largely unsuspecting last mile ISPs too. I don't feel to bad for specutrum and comcast who will have peering with CDNs near their largest customer pools, but the few mom and pops and municipals that haven't been consolidated - well this kinda thing could suck for them if it gets 'big enough'

Slashdot Top Deals

All this wheeling and dealing around, why, it isn't for money, it's for fun. Money's just the way we keep score. -- Henry Tyroon

Working...