Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment start from scratch (Score 1) 34

" Chief AI Officer Alexandr Wang's team has abandoned Meta's previous frontier model Behemoth and is developing a new model from scratch"

All the AI that Meta had done previously is third rate and therefore worthless. Zuck realized that and poached the best talent from the competition (at enormous cost but he's swimming in money). The new folks have reviewed that legacy code and wisely decided to start from scratch. I think it will take a while.

Comment Re:desperation (Score 1) 89

I'm a full stack developer and currently I'm working on a machine vision project. Its a large codebase and lately I've been breaking it out into a few much more useful microservices. Each one has its own little administrative webpage, a test suite, and a comprehensive readme. 90% of that new code was written by AI as a result of hundreds of incremental prompts. Looking at the AI dashboard I'm seeing that it wrote more than 11k lines of fully tested code for me over the past month.

Yesterday I was wanting a small bug fixed, the result of a previous refactoring. I pasted the error message into the console and pointed out the problem area. The discount AI I was using chewed on it for several minutes and eventually it proposed a bizarre major rewrite of the whole file. No way buddy! I switched to a better (and more expensive) model that identified the bug and fixed it in 30 seconds, about 5 lines of code. A few experiences like this and you figure out which ones you can rely on to do a decent job.

Comment Re:desperation (Score 1) 89

I've used all of the top 10 models for coding at one time or another and in my experience there's a significant difference in performance. The open source models aren't even worth bothering with. Some of the closed ones aren't either, even though they may be free or available at a large discount.

I can understand why companies in the West aren't willing to spend a huge amount of money and resources to compete in the open source space. How do you ever eventually get paid? How do you even attract users if you aren't (relatively) any good?

I suspect the Chinese government has made AI a national priority and they are providing the subsidies that fuel open source models there. And that AI is being made widely available to the populace for free, all part of the plan. DeepseekV3 is available to me for free, not interested.

Comment Re:desperation (Score 1) 89

>> It's comparing open to open, not open to closed.

That might be what they are comparing, but it isn't what I'm comparing. All of the open source models are far down in the rankings, easily beaten even by several of the free closed source models. I see no cause for alarm in Washington and Silicon Valley.

Comment Re:And how many false-positives did it find? (Score 1) 17

AI has found and fixed quite a few bugs for me, but what I use is integrated with the IDE and can see the entire code context. Also it will write debug logging statements etc to zero in on problems and evaluate the results. It won't necessarily do everything for you but it will help.

But in this case it appears that their test case was looking for vulnerabilities "in various popular open source software" which is a whole different thing and presumably harder.

Slashdot Top Deals

Bus error -- driver executed.

Working...