RobinHood
Well-known member
So I've been creating some docs recently for stuff I've been building, and AI is a freakin' boss when it comes to analysing code bases and writing really clear and comprehensive docs.
I just posted a small repo for an internal tool and it was able to produce some super high quality docs really fast for quick start, usage, architecture, troubleshooting. Combined with some steering to add reasoning about why I had done certain things, the docs turned out so much better than if I was to try and write something from scratch.
It even caught a few things that it put into the docs, where I realised it wasn't quite right or could be improved in the codebase for usability for a new user, so I updated both the codebase and the docs. As an iterative process, its was great.
Coincidentally Anthropic released a neat video demonstrating a much more hardcore version of this!
I just posted a small repo for an internal tool and it was able to produce some super high quality docs really fast for quick start, usage, architecture, troubleshooting. Combined with some steering to add reasoning about why I had done certain things, the docs turned out so much better than if I was to try and write something from scratch.
It even caught a few things that it put into the docs, where I realised it wasn't quite right or could be improved in the codebase for usability for a new user, so I updated both the codebase and the docs. As an iterative process, its was great.
Coincidentally Anthropic released a neat video demonstrating a much more hardcore version of this!