---
title: "How LLMs Are Changing the Way We Build API Specifications"
url: https://daily.dev/posts/how-llms-are-changing-the-way-we-build-api-specifications-zchhiqu4f
source_url: https://nordicapis.com/how-llms-are-changing-the-way-we-build-api-specifications/
type: article
source: "Nordic APIs"
published: 2026-03-03T08:03:30.976Z
updated: 2026-03-15T04:05:40.892Z
tags: ["ai-agents", "architecture", "llm", "openapi"]
reading_time: 7
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How LLMs Are Changing the Way We Build API Specifications

**[Nordic APIs](https://daily.dev/sources/nordicapis)** · 7 min read · 2 upvotes · 0 comments

## Summary

As AI agents increasingly consume APIs, specifications must evolve from human-friendly documentation to machine-optimized contracts. Amadeus engineers Anna Tsolakou and Hongliu Cao share how they built an AI-powered chatbot to maintain and update API specs at scale, addressing challenges like token bloat, context window limits, and LLM performance degradation on long inputs. Their approach uses structural splitting and chained summarizations to modify individual spec sections rather than entire files. Beyond maintenance, the broader shift requires API designers to eliminate ambiguity, enforce consistency, and write with machine readability in mind — since LLMs interpret specs literally and cannot infer undocumented constraints the way human developers can. Tools like LintGPT, Theneo, and Mintlify are emerging to help automate spec creation and enforcement.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nordicapis.com/how-llms-are-changing-the-way-we-build-api-specifications/>

## Similar posts on daily.dev

- [How LLMs Are Breaking the API Contract \(And Why That Matters\)](https://daily.dev/posts/how-llms-are-breaking-the-api-contract-and-why-that-matters--aztunbxed) · Nordic APIs · 1 upvotes · 0 comments
- [Making LLMs boring: From chatbots to semantic processors](https://daily.dev/posts/making-llms-boring-from-chatbots-to-semantic-processors-9trmmy1ca) · Red Hat Developer · 1 upvotes · 0 comments
- [Integrating LLM APIs: A Practical Guide for Developers](https://daily.dev/posts/integrating-llm-apis-a-practical-guide-for-developers-vkx35bykm) · Redis · 0 upvotes · 0 comments
- [5 Open-Source Tools to Control Your AI API Costs at the Code Level](https://daily.dev/posts/5-open-source-tools-to-control-your-ai-api-costs-at-the-code-level-wncyok6uu) · finout · 0 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#architecture](https://daily.dev/tags/architecture), [#llm](https://daily.dev/tags/llm), [#openapi](https://daily.dev/tags/openapi)

[View this post on daily.dev](https://daily.dev/posts/how-llms-are-changing-the-way-we-build-api-specifications-zchhiqu4f)
