Forgot your password?
typodupeerror

Comment Re: "tedious old chores" (Score 2) 49

Quite so. There's different levels of verification. Here I mean, do these changes look like what I would do if I were making this change manually. But AI can help with catching edge cases too. You use a different agent with a different prompt to review the code. It catches a lot. Some false positives but that's what judgement is for.

Comment Re: "tedious old chores" (Score 2) 49

There is sometimes a gap between when you know the what and when you know the how. AI makes that gaping smaller.

There is also a gap between when you have a pretty clear idea of what change you want to make and actually getting it done with passing tests. AI also fills that gap.

In neither case do you need to check from scratch. You already know what you wanted. Did it do it or not? That's easy to verify.

Yes, there is some fun lost in not working out all the details yourself. But it makes up for it in the ability to actually do all those little tweaks you had in mind but never had time for.

Comment Re: Googles logic is insane (Score 1) 93

Slow me to rephrase. I was skeptical of this technology. I have come around gradually as I have seen its performance improve to the point where I find it good enough to save me time and effort. So I'm just letting you know that if you have not had that experience, it is available. Perhaps you have simply not tried the best tools.

Comment Re: Realms of Fantasy (Score 2) 67

Might not have replaced coders but it has completely changed the job. Used to be you had to figure out what you wanted to do, then how, then do it, then tests. Now you just need the "what". The AI figures out the rest. Iterate a bit if you want changes but it's still much faster. Have an idea, prototype it in 10 minutes instead of a week.

Slashdot Top Deals

Programming is an unnatural act.

Working...