fix: remove redundant -post suffix from translationKey
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: "Warum GraphQL APIs perfekt für agentische KI sind"
|
||||
date: 2026-05-10
|
||||
description: "GraphQL bringt Selbstdokumentation, flexible Abfragen und Schema-Introspection mit — genau das, was KI-Agenten brauchen, um APIs eigenständig zu verstehen und zu nutzen."
|
||||
translationKey: "graphql-agentische-ki-post"
|
||||
translationKey: "graphql-agentische-ki"
|
||||
---
|
||||
|
||||
Softwareentwicklung hatte lange ein stilles Grundprinzip: Man fragt sich, *wie Nutzer die Software verwenden sollen* — nicht wie sie sie verwenden wollen. Das hatte einen guten Grund. Software ist beim Anwender fix und fertig deployt. Sie muss Schnittstellen im Voraus definieren, weil sie sich zur Laufzeit nicht mehr anpassen kann. Der Entwickler trifft die Designentscheidungen, der Nutzer folgt.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Why GraphQL APIs are perfect for agentic AI"
|
||||
date: 2026-05-10
|
||||
description: "GraphQL brings self-documentation, flexible queries and schema introspection — exactly what AI agents need to understand and use APIs autonomously."
|
||||
translationKey: "graphql-agentische-ki-post"
|
||||
translationKey: "graphql-agentische-ki"
|
||||
---
|
||||
|
||||
Software development has long had a quiet foundational principle: you ask yourself *how users should use the software* — not how they want to use it. That made sense. Software is deployed at the user's end, fixed and finished. It must define interfaces in advance, because it can no longer adapt at runtime. The developer makes the design decisions; the user follows.
|
||||
|
||||
Reference in New Issue
Block a user