Hacker News new | ask | show | jobs
by theptip 425 days ago
Yes! AI for docs is one of the usecases I’m bullish on. There is a nice feedback loop where these docs will help LLMs to understand your code too. You can write a GH action to check if your code change / release changes the docs, so they stay fresh. And run your tutorials to ensure that they remain correct.
1 comments

> And run your tutorials to ensure that they remain correct.

Do you have examples of LLMs running tutorials you can share?