Skip to content

AI for docs articles#308

Merged
adamaltman merged 3 commits into
Redocly:mainfrom
riboflavin:ai-for-docs-articles
May 22, 2026
Merged

AI for docs articles#308
adamaltman merged 3 commits into
Redocly:mainfrom
riboflavin:ai-for-docs-articles

Conversation

@riboflavin
Copy link
Copy Markdown
Contributor

What/Why/How?

Reference

Testing

Screenshots (optional)

Check yourself

  • Code is linted
  • Tested
  • All new/updated code is covered with tests

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

Consolidate the AI-for-docs article set onto the current upstream main so it can be reviewed as one cohesive change.
Replace the 1200x630 thumbnail SVG with a 378x112 cropped variant matching the other learning cards, and trim the visible items to five with an explicit "13 more topics" overflow indicator.
Copy link
Copy Markdown

@redocly redocly Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marketing-site AI Review: 🟢 Completed

Reunite Bot has reviewed your changes and found 3 potential issue(s).

Note

Low Risk

The changes only affect static documentation content and learning center UI configuration (markdown files, SVG images, and card links). There are no modifications to core logic or infrastructure, meaning the risk of breaking functionality is negligible.

Overview

Adds 17 new articles to the learn/ai-for-docs/ directory detailing various practical use cases for AI in API documentation, such as automated PR reviews, backward compatibility checks, and usability testing.

Additionally, updates the "AI for Docs" card in pages/learning-center/cards.ts to surface the new articles, adjusts the moreItems count, and replaces the learning center thumbnail with a new cropped SVG (ai-for-docs-thumbnail-cropped.svg).

Comment thread learn/ai-for-docs/ai-review-docs-navigation-structure.md Outdated
Comment thread learn/ai-for-docs/ai-review-docs-navigation-structure.md Outdated
Comment thread learn/ai-for-docs/ai-enforce-api-style-guide-at-scale.md Outdated
Co-authored-by: Adam Altman <adam@rebilly.com>

# Use AI to review API design for backward compatibility risks

Your public OpenAPI file is a promise to every client that already shipped. When a field disappears, a type tightens, or a path renames, the break often shows up first in someone else’s production log. A large language model can read two snapshots and narrate what changed. It is not a contract test. Pair that review with [API standards and governance](https://redocly.com/docs/cli/api-standards) in CI using [Explore Redocly CLI](https://redocly.com/docs/cli/), then let [Redocly Respect](https://redocly.com/docs/respect/) exercise critical workflows against a real server.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mentions 'Redocly Respect' and uses invalid URLs instead of the correct product name 'Respect Monitoring' and its documentation path under Reunite.


[Respect](https://redocly.com/respect) runs API workflows described in Arazzo against real environments. You define steps such as obtain token, create resource, list with pagination, and assert status codes and JSON shapes. Schedule those workflows against staging and production, and route failures to Slack or email the way you route test failures.

[Respect use cases](https://redocly.com/docs/respect/use-cases) cover contract testing in pull requests and ongoing monitoring after deploy. The same workflow file can gate a release in CI and run hourly to detect silent regressions.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mentions 'Respect' and uses invalid URLs like 'redocly.com/respect' instead of the correct product name 'Respect Monitoring' and its documentation path under Reunite.


## Runtime gaps with Respect

Some gaps appear only when code ships: response fields differ from the schema, status codes change, or sandbox behavior diverges from production. [Respect](https://redocly.com/respect) and [Respect use cases](https://redocly.com/docs/respect/use-cases) include running Arazzo workflows on a schedule against live endpoints and alerting when results diverge from the spec you publish.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mentions 'Respect' and uses invalid URLs like 'redocly.com/respect' and '/docs/respect/use-cases' instead of the correct product name 'Respect Monitoring' and its documentation path.

@adamaltman adamaltman merged commit 4204781 into Redocly:main May 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants