I tried to demo an agentic AI in Jetbrains to a coworker, just as a “hey look at this neat thing that can make changes on its own”. As the example I told it to convert a constructor in c# to a primary constructor.
So it “thought” and made the change, “thought” again and reverted the change, “thought” once again and made the change again, then it “thought” for a 4th time and reverted the changes again. I stopped it there and just shook my head.
Passerby6497@lemmy.world 4 days ago
Fuck, I barely let AI make functions in my code because half the time the fuckin idiot can’t even guess the correct method name and parameters when it can pull up the goddamned help page like I can or even Google the basic syntax.
MangoCats@feddit.it 3 days ago
A year ago AI answers were only successfully compiling for me about 60% of the time. Now they’re up over 80%, and I’m no longer in the loop when they screw up, they get it right on the first try 80% of the time, then 96% of the time by the 2nd try, 99% by the third try, 99.84% of the time by the 4th try, and the beauty is: they retry for themselves until they get something that actually compiles.
Now we can talk about successful implementation of larger feature sets…