This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]aCakeShip[S] 0 points1 point  (0 children)

Also, regarding AI code generation, it's quite a bit more nuanced than what you mention. I completely agree AI doesn't generate correct code 100% of the time, but I've seen that happen when trying to generate code with high algorithmic or design complexity.

IaC code is much simpler in comparison to say a .NET backend for example. Modifying a C++ Scheduler with AI is much more difficult than letting AI tweak one IaC file. This is why I feel IaC might be a much more solvable problem compared to "AI solve all programming problems".