Comment Re:Don't be stupid, people (Score 1) 47
Well, most of us don't have the specific experience to know whether AI is useful enough for Chris Mason's specific use case, but we have enough from our own.
I have found that AI is good enough for a first draft of code, or for providing comments on existing code
I have no idea how good AI is right now for this task, but presumably existing off-the-shelf dedicated s/w for doing code inspections will use way less resources than an LLM. Regardless of the inspection tool, human review after the code has passed that inspection is always helpful, if for nothing else than maintaining styles, standards, and for awareness of what is being done. Awareness is important until we turn the whole shebang over to the LLMs when we are enslaved.
It will be interesting to see the point where code audit standards and procedures (e.g. PCI DSS) allow AI inspection to be used in place of dedicated off-the-shelf s/w tools.