Reading up on documentation
7 deep · digging since dec 17, 25
- Self-updating screenshots
A developer describes a build system that auto-captures screenshots from a live web app via Markdown comments, ensuring documentation images never go stale.
- AddyOsmani.com - Agentic Engine Optimization (AEO)
Developer portals should optimize for AI coding agents by structuring documentation with llms.txt, token-efficient formatting, and capability signaling via skill.md.
- Auto-generating documentation sites from GitHub repos
Mintlify built a multi-agent system that auto-generates production-ready documentation sites from any public GitHub repo by planning structure first, then writing pages in parallel within sandboxed AI agents.
- Ask HN: How do you know if AI agents will choose your tool?
Tool description quality and specificity, especially when not to use a tool, significantly influence whether AI agents select it over alternatives.
- SuperDocs - AI-Powered Documentation
SuperDocs uses AI to generate searchable documentation sites from code repositories by analyzing types, flows, and dependencies.
- Nobody knows how large software products work
Large software products are so complex and rapidly changing that even engineers often cannot answer basic questions about them without investigative research.
- Code Wiki
Google's Code Wiki uses Gemini to automatically generate and maintain interactive documentation, diagrams, and AI chat for code repositories, staying synced with every PR merge.