Get AI code generation tools to create correct Elixir code, or else

Specific AI that would review your whole codebase and find all problems would be really helpful. I don’t think these generic ones will be proficient enough any time soon and my understanding co-pilot is not designed to that at all. Also having AI to understand concurrency to catch all those problems might not be a trivial task.
But one problem I see is that how can AI know the design spec to know in some cases something is actually wrong with your code. Because code could look like it’s working fine but according spec that is not included in the code something is wrong. I think this problem is much harder to crack than it looks from the surface.

1 Like