# Agents grew up, so did our docs

DevFeed: [Agents grew up, so did our docs](<https://devfeed.tech/articles/agents-grew-up-so-did-our-docs-4949.md>)

Original publisher: [Read original article](<https://neon.com/blog/agents-grew-up-so-did-our-docs>)

Author: Philip Olson

Published: 2026-04-23T13:47:50Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [docs](<https://devfeed.tech/tags/docs.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [html](<https://devfeed.tech/tags/html.md>), [llms](<https://devfeed.tech/tags/llms.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [react](<https://devfeed.tech/tags/react.md>)

## AI overview

An account of making documentation easier for AI agents to fetch and read. It covers failures with manually maintained llms.txt files and raw MDX, then describes converting MDX to Markdown during a Node.js post-build step.

## Source excerpt

A year ago, if you asked an agent about Neon, you got whatever it half-remembered from training. Now it goes looking and reads what it finds. Our docs were written for humans who scroll, not machines that fetch. We've been fixing this in pieces, not all at once. This post is what...