Forgot your password?
typodupeerror

Comment Re:"shifts from author to technical auditor or exp (Score 1) 150

>> telling it to refactor so-and-so class according to whatever principles

I've been revisiting code that I wrote a while back looking for things that I could carry forward into other projects if it were packaged up better. Convert this module into a class, break these major areas of functionality out into microservices, etc. AI is a whiz at that kind of thing and now I have a much larger set of reusable utilities.

Comment Re:"shifts from author to technical auditor or exp (Score 1) 150

Yes I find that the customer frequently doesn't know what is feasible to do, or is optimally desirable for his use case, or understand the trade-offs that might be involved.

What's nice about our current AI-assisted era is that you can quickly slap together a prototype or two and show it to the customer. He doesn't like it? Wants a bunch of tweaks? No big deal, we didn't spend much time on it and can reiterate as necessary. A better experience all around.

Comment "shifts from author to technical auditor or expert (Score 1) 150

As a software developer myself, I see nothing wrong with that. I've spent a lot of years tediously grinding out code that does some essential but pretty boring stuff. Now I just get the AI to do the grinding. These days it does an amazingly good job with little effort on my part, and I'm getting better results with fewer prompts than just a few months ago. The improvements over the past year have been incredible.

I do understand people's concerns about the skill pipeline though. I know what components I want the AI to build, how they should hook together, how they should be tested, etc. That's mainly because I used to have to do it all by hand. But I think as time passes even the architectural details of many applications will become boilerplate that the AI can easily handle. Project managers will define requirements, the code will be generated quickly for review, there can be multiple iterations over a few days if needed. The time from idea to product will be vastly compressed.

As the Times article says, “The blessing and the curse is that now everyone inside your company becomes a coder”. That ain't such a bad thing in my opinion.

Comment Re:Too much typework (Score 1) 150

>> meanwhile it lost track of previous requirements more than once and wiped that out

It's best to start off by telling the AI to write an implementation proposal for your project and get it to put all your little requirement details in that. Then you can tell it to implement the plan in phases. Revise the plan later if necessary. That way everything is documented and the AI knows exactly what to do.

Comment Re:the Battle of the Titans (Score 1) 61

>> What if the white hat AI introduces the vulnerabilities?

Always possible of course but I find that the LLM's are better at writing robust code than most humans. Yesterday I was working to make a basic login page for a web app. After I got it working I asked the AI how I could make it more resistant against hacking and it came up with a long list of improvements. Brute force protection, cookie security, session binding, idle timeout, concurrent session limits, login anomaly detection, etc., etc. Very helpful.

Comment Re:Claude rules (Score 1) 47

It's a hassle to pick and choose from the various models I agree. I'm using the Windsurf IDE and recently they came up with an "adaptive" model picker that supposedly sends your prompt to the best model for the task. I was using it yesterday and got good results, no telling which model or mix of them were doing the work.

Comment the Battle of the Titans (Score 1) 61

"In the last few weeks, Mythos Preview has identified thousands of zero-day vulnerabilities with many classified as critical."

We are moving into a scenario where there's a race for extremely capable white hat AI to identify the existing vulnerabilities and try to plug them, and black hat to find and exploit them. I think this is a good move to try and get the white team ahead of the game. There's a possible apocalypse here.

Comment Claude rules (Score 2) 47

The Claude models are the best by far for coding assistance in my experience. Apparently a lot of other people think so too because Anthropic is getting swamped. They are having to ration out their compute resources and in some cases have raised their fees to 2-3 times more than the lesser competition charges. I'm finding that in order to keep costs down I'm having to use 2nd-tier models for simpler work and revert to Claude for the heavy lifting. A hassle.

Clearly the demand is there. At this point I expect Anthropic is revenue-limited by their infrastructure availability so it makes sense that they recruit the big players to help beef it up.

Submission + - AI can clone open-source software in minutes (techspot.com)

ZipNada writes: Two software researchers recently demonstrated how modern AI tools can reproduce entire open-source projects, creating proprietary versions that appear both functional and legally distinct. The partly-satirical demonstration shows how quickly artificial intelligence can blur long-standing boundaries between coding innovation, copyright law, and the open-source principles that underpin much of the modern internet.

In their presentation, Dylan Ayrey, founder of Truffle Security, and Mike Nolan, a software architect with the UN Development Programme, introduced a tool they call malus.sh. For a small fee, the service can "recreate any open-source project," generating what its website describes as "legally distinct code with corporate-friendly licensing. No attribution. No copyleft. No problems."

Submission + - AMD says it will buy Intel (techspot.com)

ZipNada writes: In a move that feels less like a corporate transaction and more like the final punchline to a 40-year industry rivalry, AMD announced Wednesday that it has agreed to acquire Intel, the company it has spent decades chasing, imitating, undercutting, suing, licensing from, and lately outperforming.

The all-stock transaction, which AMD described as a "once-in-a-generation opportunity to unify x86 innovation," would combine the two companies under a single umbrella just a few years after such an outcome would have sounded ridiculous.

For most of modern computing history, Intel was the empire and AMD the scrappy survivor, the perpetual second source that somehow kept finding ways to stay alive. Now, after a bruising run of manufacturing delays, product stumbles, strategic resets, and a historic reversal in investor confidence, Intel is poised to be absorbed by the smaller company it long treated as a footnote.

Slashdot Top Deals

The amount of beauty required launch 1 ship = 1 Millihelen

Working...