From 34688709317cf0533892664353831b12f258906f Mon Sep 17 00:00:00 2001 From: Carson Date: Sun, 10 May 2026 22:10:23 +0200 Subject: [PATCH] fix: remove redundant -post suffix from translationKey --- content/blog/graphql-agentische-ki/index.de.md | 2 +- content/blog/graphql-agentische-ki/index.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/graphql-agentische-ki/index.de.md b/content/blog/graphql-agentische-ki/index.de.md index 898aad5..68cfb9c 100644 --- a/content/blog/graphql-agentische-ki/index.de.md +++ b/content/blog/graphql-agentische-ki/index.de.md @@ -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. diff --git a/content/blog/graphql-agentische-ki/index.en.md b/content/blog/graphql-agentische-ki/index.en.md index 9ef5c0b..fbc321a 100644 --- a/content/blog/graphql-agentische-ki/index.en.md +++ b/content/blog/graphql-agentische-ki/index.en.md @@ -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.