Blog

Warum Agentic AI scheitert.
Und wie codiri es löst.
Why Agentic AI fails.
And how codiri solves it.

Eine Analyse auf Basis des heise-Artikels »Agentic AI: Warum sich die Business-Hoffnungen kaum erfüllen« (Februar 2026) An analysis based on the heise article "Agentic AI: Why business hopes are barely being fulfilled" (February 2026)

Benjamin Hess

Benjamin Hess

Februar 2026February 2026 · ~12 Min. Lesezeit~12 min read


Executive Summary

56%

der CEOs ohne KI-Geschäftsvorteil of CEOs with no AI business benefit

10%

mit ROI bei Agentic AI with ROI from Agentic AI

2–4

Jahre bis Amortisierung years to break even

85%

gescheiterte GenAI-Projekte failed GenAI projects

Quellen: PwC Global CEO Survey 2025, Deloitte State of GenAI 2025, Gartner 2025 Sources: PwC Global CEO Survey 2025, Deloitte State of GenAI 2025, Gartner 2025

Der heise-Artikel identifiziert vier systemische Ursachen für dieses Scheitern. Dieser Artikel zeigt, warum codiri (ein autonomer KI-Entwickler für Atlassian-Teams) jede dieser Ursachen architektonisch adressiert und damit ein fundamental anderes Risiko-Rendite-Profil bietet als generische Agentic-AI-Projekte. The heise article identifies four systemic causes for this failure. This article shows why codiri (an autonomous AI developer for Atlassian teams) architecturally addresses each of these causes, offering a fundamentally different risk-return profile compared to generic agentic AI projects.


1  Die fünf Kernprobleme. Und codiri's Antwort 1  The five core problems. And codiri's answer

1.1  Der Entscheidungsraum explodiert 1.1  The decision space explodes

Problem

heise: »Agentic AI delegiert Entscheidungslogik an ein probabilistisches System. Jede zusätzliche Tool-Integration erhöht die Anzahl möglicher Systemzustände. Mit jeder Autonomiestufe wächst der Entscheidungsraum kombinatorisch – und damit der Test- und Absicherungsaufwand.« heise: "Agentic AI delegates decision logic to a probabilistic system. Each additional tool integration increases the number of possible system states. With each level of autonomy, the decision space grows combinatorially – and so does the testing and safeguarding effort."

codiri-Lösung codiri solution

Die KI bei codiri trifft keine Workflow-Entscheidungen. Ein fester Ablaufplan mit 24 definierten Schritten steuert den gesamten Prozess: Was passiert wann, in welcher Reihenfolge, mit welchen Rechten. Die KI wird ausschließlich für zwei klar abgegrenzte Aufgaben eingesetzt: Planung und Code-Generierung. Jede Phase bekommt einen zweckgebauten, minimalen Kontext. Der Entscheidungsraum wird nicht vergrößert, sondern pro Phase auf das Minimum reduziert. The AI in codiri makes no workflow decisions. A fixed execution plan with 24 defined steps controls the entire process: what happens when, in what order, with what permissions. The AI is used exclusively for two clearly defined tasks: planning and code generation. Each phase receives a purpose-built, minimal context. The decision space is not expanded but reduced to a minimum per phase.

1.2  Integration und Absicherung dominieren die Kosten 1.2  Integration and safeguarding dominate costs

Problem

heise: »Integration, Absicherung und Betrieb dominieren die Kostenstruktur. Der ROI scheitert selten an der Inferenzleistung, sondern an der Annahme, die Autonomie eines KI-Agenten sei gleichbedeutend mit klassischer Workflow-Automatisierung.« heise: "Integration, safeguarding, and operations dominate the cost structure. ROI rarely fails due to inference performance, but due to the assumption that an AI agent's autonomy equals classic workflow automation."

codiri-Lösung codiri solution

Bei codiri entfällt dieses Problem architektonisch: Der Ablauf ist fest und vorhersagbar. Was vorhersagbar ist, lässt sich einmal absichern – und fertig. codiri ist ein fertiges Produkt, kein Integrationsprojekt. Native Atlassian-Integration (Jira-Status, Zeiterfassung, Wiki-Kommentare, Slash-Commands, Bitbucket-Code-Vorschläge) und eine vierschichtige Sicherheits-Sandbox sind eingebaut. With codiri, this problem is eliminated architecturally: the workflow is fixed and predictable. What's predictable can be secured once – and done. codiri is a finished product, not an integration project. Native Atlassian integration (Jira status, time tracking, wiki comments, slash commands, Bitbucket code suggestions) and a four-layer security sandbox are built in.

1.3  ROI erst nach Jahren 1.3  ROI only after years

Problem

heise / Deloitte: »KI-Projekte amortisieren sich häufig erst nach zwei bis vier Jahren. Nur 6 % berichten von einem ROI innerhalb eines Jahres. Bei agentenbasierten Systemen sehen lediglich 10 % einen signifikanten ROI.« heise / Deloitte: "AI projects often take two to four years to break even. Only 6% report ROI within a year. For agent-based systems, only 10% see significant ROI."

codiri-Lösung codiri solution

codiri hat kein mehrmonatiges Integrationsprojekt. Es ist Docker und Kubernetes ready: Konfiguration anpassen, deployen, Jira-Board verbinden, erstes Ticket zuweisen. Time-to-Value: Tage, nicht Jahre. Der ROI ist sofort messbar: gelieferte Code-Vorschläge pro Monat vs. Kosten einer vergleichbaren Entwickler-Kapazität. codiri has no multi-month integration project. It's Docker and Kubernetes ready: adjust configuration, deploy, connect Jira board, assign first ticket. Time-to-value: days, not years. ROI is immediately measurable: delivered code suggestions per month vs. cost of comparable developer capacity.

1.4  Unberechenbarer Kern als Betriebsrisiko 1.4  Unpredictable core as operational risk

Problem

heise: »Agentic AI verhält sich nicht wie klassische Prozessautomatisierung, sondern wie ein dauerhaft zu betreibendes verteiltes System mit unberechenbarem Kern.« Anders gesagt: Gleicher Input kann bei jedem Durchlauf ein anderes Ergebnis liefern. heise: "Agentic AI does not behave like classic process automation, but like a permanently operated distributed system with an unpredictable core." In other words: the same input can produce a different result each time.

codiri-Lösung codiri solution

codiri dreht dieses Muster um: Der Ablauf ist fest und vorhersagbar, die KI ist nur eine Komponente innerhalb dieses festen Rahmens. Zwei Freigabe-Schritte (funktionaler Plan + technischer Plan) stellen sicher, dass ein Mensch die KI-Ergebnisse prüft, bevor sie zum Code werden. Kein anderer Agent am Markt erzwingt diese doppelte Freigabe. codiri reverses this pattern: the workflow is fixed and predictable, the AI is just a component within this fixed framework. Two approval gates (functional plan + technical plan) ensure a human reviews AI results before they become code. No other agent on the market enforces this double approval.

1.5  Schlechte Qualität, hohe Kosten: Das Gedächtnis der KI wird nicht verwaltet 1.5  Poor quality, high costs: AI memory is not managed

Problem

Die meisten KI-Agenten kippen den gesamten verfügbaren Kontext ungefiltert in das Kontextfenster. Das erzeugt zwei Probleme: Schlechtere Qualität – ohne funktionale und technische Planung verliert die KI den Fokus, es kommt zu Halluzinationen und inkonsistentem Code. Höhere Kosten – wer ungefiltert alles in die KI kippt, verbraucht mehr Tokens für schlechtere Ergebnisse. Most AI agents dump all available context unfiltered into the context window. This creates two problems: Worse quality – without functional and technical planning, the AI loses focus, leading to hallucinations and inconsistent code. Higher costs – dumping everything unfiltered into the AI uses more tokens for worse results.

codiri-Lösung codiri solution

codiri verwaltet das Gedächtnis der KI aktiv über einen zweistufigen Aufbereitungsprozess: Erst analysiert die KI das Jira-Ticket fachlich (funktionale Planung, mit menschlicher Freigabe), dann entsteht der technische Plan (konkrete Dateien, Methoden, Tests – wieder mit Freigabe). Wenn die KI Code schreibt, startet sie mit idealem Zustand: Gedächtnis leer und frisch, nur relevante Informationen geladen, Rechte auf das Minimum beschränkt. Bessere Qualität bei niedrigeren Kosten. codiri actively manages AI memory through a two-stage preparation process: first, the AI analyzes the Jira ticket functionally (functional planning, with human approval), then the technical plan is created (specific files, methods, tests – again with approval). When the AI writes code, it starts with an ideal state: memory empty and fresh, only relevant information loaded, permissions restricted to the minimum. Better quality at lower costs.


2  Architektur: Fester Ablauf statt Black Box 2  Architecture: Fixed workflow instead of black box

Die zentrale Designentscheidung: Die KI wird ausschließlich für Planung und Code-Generierung eingesetzt. Sämtliche Workflow-Steuerung, Versionsverwaltung und Schnittstellen-Kommunikation laufen als fester, getesteter Programmcode. The central design decision: the AI is used exclusively for planning and code generation. All workflow control, version management, and interface communication runs as fixed, tested program code.

Workflow: Vom Ticket zum fertigen Code-Vorschlag Workflow: From ticket to finished code suggestion

PhasePhase AktionAction KI-BeteiligungAI involvement
01 AnalyseAnalysis Jira-Ticket lesen, Anforderungen analysieren, Komplexität einschätzenRead Jira ticket, analyze requirements, estimate complexity Ja, mit minimalem KontextYes, with minimal context
02 Review I Team prüft funktionalen Plan. Freigabe via /okTeam reviews functional plan. Approval via /ok Nein (Mensch entscheidet)No (human decides)
03 Tech-Plan Konkreter Implementierungsplan mit Dateien, Methoden, TestsConcrete implementation plan with files, methods, tests Ja, Plan wird zur GrundlageYes, plan becomes the basis
04 Review II Team prüft technischen Plan. Zweite FreigabeTeam reviews technical plan. Second approval Nein (Mensch entscheidet)No (human decides)
05 Coding Code schreiben, testen, lokal sichern. Innerhalb der SandboxWrite code, test, save locally. Within the sandbox Ja, in 4-Schicht-SandboxYes, in 4-layer sandbox
06 Code-VorschlagSuggestion Pull Request erstellenCreate pull request Nein (fester Ablauf)No (fixed workflow)
07 Lifecycle Überwachung, Annahme/Ablehnung, ZeiterfassungMonitoring, acceptance/rejection, time tracking Nein (fester Ablauf)No (fixed workflow)
08 Support 24h Rückfragen mit Read-Only-Zugriff24h follow-up with read-only access Ja, nur lesendYes, read-only

Vierschichtige Sicherheits-Sandbox Four-layer security sandbox

SchichtLayer MechanismusMechanism BedeutungMeaning
1 Container-Isolation (Docker)Container isolation (Docker) Die KI läuft in einem komplett abgeschotteten SystemThe AI runs in a completely isolated system
2 Abgeschotteter DateisystembereichIsolated filesystem area Die KI sieht nur einen eingeschränkten Teil des DateisystemsThe AI sees only a restricted part of the filesystem
3 Eingeschränkter BenutzerRestricted user Nur Schreibzugriff auf Code-Repos, wenn nötigWrite access to code repos only when needed
4 Zugangsdaten-IsolationCredential isolation Passwörter und Schlüssel physisch unerreichbarPasswords and keys physically unreachable

Architektonische Garantie: Die KI kann nichts veröffentlichen Architectural guarantee: The AI cannot publish anything

Code veröffentlichen ist physisch unmöglich. Um Code auf den Server zu übertragen (git push), braucht ein System einen SSH-Key. Dieser Key liegt bei codiri in einem abgeschotteten Dateisystembereich, den die KI nicht sehen kann. Es ist wie ein Redakteur, der Artikel schreiben kann – aber der Veröffentlichen-Button liegt beim Chefredakteur. Publishing code is physically impossible. To push code to the server (git push), a system needs an SSH key. In codiri, this key resides in an isolated filesystem area the AI cannot see. It's like an editor who can write articles – but the publish button is with the editor-in-chief.

Strikte Trennung von Können und Dürfen. Die KI arbeitet in der isolierten Sandbox und kann dort Code schreiben, testen und lokal sichern. Alles, was nach außen wirkt, wird ausschließlich vom übergeordneten Steuerungsprozess ausgeführt. Code gelangt nur über den kontrollierten Pfad nach außen: als Pull Request, mit menschlicher Freigabe. Strict separation of ability and permission. The AI works in the isolated sandbox where it can write, test, and save code locally. Everything external is executed exclusively by the controlling process. Code only reaches the outside through the controlled path: as a pull request, with human approval.


3  ROI-Modell: Tage statt Jahre 3  ROI model: Days instead of years

Typisches Agentic-AI-ProjektTypical Agentic AI project codiri
Setup Wochen bis MonateWeeks to months Tage (Konfiguration + Bereitstellung)Days (configuration + deployment)
Integration Individuelle EntwicklungCustom development Native Atlassian-IntegrationNative Atlassian integration
AbsicherungSecurity Individuell zu entwickelnCustom development needed 4-Schicht-Sandbox + 2 Freigaben eingebaut4-layer sandbox + 2 approvals built in
BetriebOperations Eigenes BetriebsteamDedicated ops team Docker/K8s ready, Self-HostedDocker/K8s ready, self-hosted
Time-to-Value 2–4 Jahre2–4 years Sofort messbarImmediately measurable
RisikoRisk Hoch: Scheitern häufigHigh: failure common Niedrig: fertiges ProduktLow: finished product

4  Differenzierungsmerkmale auf einen Blick 4  Differentiators at a glance

Die folgenden Merkmale sind einzeln bei keinem Wettbewerber zu finden. In Kombination definieren sie eine eigene Kategorie. The following features are not found individually at any competitor. Combined, they define their own category.

01 Orchestriertes KI-Wissen 01 Orchestrated AI knowledge

Die KI wird in jeder Phase präzise instruiert: welchen Kontext sie sieht, welche Dateien sie anfassen darf, welche Regeln gelten. Kein ungefilterer Kontext, kein Ratespiel. The AI is precisely instructed in each phase: what context it sees, which files it can touch, which rules apply. No unfiltered context, no guessing.

02 Security-First Architektur 02 Security-first architecture

Vierschichtige Sicherheits-Sandbox, fester Ablaufplan mit 24 Schritten, minimale Rechte pro Phase, leeres Gedächtnis zwischen den Phasen. Die KI kann Code schreiben, aber nichts veröffentlichen. Four-layer security sandbox, fixed 24-step workflow, minimal permissions per phase, empty memory between phases. The AI can write code but cannot publish anything.

03 Zwei Freigabe-Schritte 03 Two approval gates

Enterprise-konformer Freigabeprozess: Erst funktionaler Plan, dann technischer Plan. Kein Code entsteht ohne doppelte menschliche Prüfung. Enterprise-grade approval process: first functional plan, then technical plan. No code is generated without double human review.

04 Tiefste Atlassian-Integration 04 Deepest Atlassian integration

Kein anderer autonomer Agent automatisiert Jira-Status, Zeiterfassung, Wiki-Kommentare, Slash-Commands, Dateianhänge und Bitbucket-Code-Vorschläge so nahtlos. No other autonomous agent automates Jira status, time tracking, wiki comments, slash commands, attachments, and Bitbucket code suggestions as seamlessly.

05 Stack-agnostisch & Self-Hosted 05 Stack-agnostic & self-hosted

Docker und Kubernetes ready. TypeScript, Python, Go, Java – nur Konfiguration anpassen. Volle Datenhoheit. Docker and Kubernetes ready. TypeScript, Python, Go, Java – just adjust configuration. Full data sovereignty.

06 Intelligente Parallelisierung 06 Intelligent parallelization

Mehrere Tickets gleichzeitig in Planung. Coding wird nur blockiert, wenn dieselben Repos betroffen sind. Merge-Gate mit automatischer Priorisierung. Multiple tickets in planning simultaneously. Coding only blocked when the same repos are affected. Merge gate with automatic prioritization.


5  Fazit 5  Conclusion

»KI-Agenten der Konkurrenz sind im Kern unberechenbar: gleicher Input, unterschiedliches Ergebnis. Deshalb lassen sie sich nicht in klassische Workflows einbinden, deshalb explodieren die Kosten für Absicherung und Betrieb, deshalb bleibt der ROI aus. codiri hat das Prinzip umgedreht: fester, vorhersagbarer Ablauf, KI nur als eingekapseltes Werkzeug. Damit verhält sich codiri nach außen wie klassische Automatisierung – nutzt aber nach innen die volle Stärke der KI.« "Competitor AI agents are fundamentally unpredictable: same input, different results. That's why they can't be integrated into classic workflows, why safeguarding and operations costs explode, why ROI remains elusive. codiri has reversed the principle: fixed, predictable workflow, AI only as an encapsulated tool. From the outside, codiri behaves like classic automation – but internally leverages the full power of AI."

Das ist der Grund, warum Agentic AI bei den meisten Unternehmen scheitert: Die KI-Agenten der Konkurrenz sind im Kern unberechenbar. Sie entscheiden selbst, welche Werkzeuge sie aufrufen, welchen Kontext sie nutzen, welche Schritte sie als nächstes gehen. Gleiche Aufgabe, anderes Ergebnis. Und unberechenbare Systeme lassen sich nicht in die strukturierten, planbaren Workflows einbinden, die Unternehmen brauchen. This is why agentic AI fails at most companies: competitor AI agents are fundamentally unpredictable. They decide which tools to call, what context to use, what steps to take next. Same task, different result. And unpredictable systems cannot be integrated into the structured, plannable workflows that enterprises need.

codiri dreht dieses Prinzip um. Der Steuerungsprozess ist fest und vorhersagbar: ein Ablaufplan mit 24 definierten Schritten, festen Übergängen, klaren Regeln. Von außen verhält sich codiri exakt wie klassische Workflow-Automatisierung: vorhersagbar, testbar, integrierbar. Aber innerhalb dieses kontrollierten Rahmens arbeitet eine KI mit aufbereitetem Kontext, minimalen Rechten und menschlicher Freigabe an den entscheidenden Stellen. So bekommt man die Produktivität eines KI-Agenten – ohne die Risiken und Kosten, an denen die Branche gerade scheitert. codiri reverses this principle. The control process is fixed and predictable: a workflow with 24 defined steps, fixed transitions, clear rules. From the outside, codiri behaves exactly like classic workflow automation: predictable, testable, integrable. But within this controlled framework, an AI works with curated context, minimal permissions, and human approval at the critical points. This delivers the productivity of an AI agent – without the risks and costs that the industry is currently struggling with.


codiri.ai · Autonomer KI-Entwickler für Atlassian-TeamsAutonomous AI developer for Atlassian teams