It basically lets an agent loose on your codebase, and it documents the intricacies of your legacy code, and in my experience, it has been very accurate.
I don’t even vibe code, I just ask questions about my legacy codebase and I code manually.
Of course, but this is auto documentation without necessarily relying on the programmer properly documenting their code, or even writing self-documenting code (both of which everyone should be doing anyway)
Have you tried DeepWiki?
It basically lets an agent loose on your codebase, and it documents the intricacies of your legacy code, and in my experience, it has been very accurate.
I don’t even vibe code, I just ask questions about my legacy codebase and I code manually.
Static code analysis existed before the “AI” era.
Of course, but this is auto documentation without necessarily relying on the programmer properly documenting their code, or even writing self-documenting code (both of which everyone should be doing anyway)