Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungI upgraded three Flutter apps to API 36. Here is what actually broke(20.09.2026 um 17:37 Uhr)
Sichere ProgrammierungSite-Wide Structured Data and Social Graph Integration(20.09.2026 um 17:44 Uhr)
Sichere ProgrammierungExact Match Or Fuzzy Logic For OFAC? 1,400 Tests Changed My Mind.(20.09.2026 um 17:45 Uhr)
Sichere ProgrammierungWhat Makes You Trust an APK Download?(20.09.2026 um 17:47 Uhr)
Sichere ProgrammierungGood News For Backend And Devops Buddy(20.09.2026 um 17:50 Uhr)
Linux Tipps & HardeningBeginner Guide: What Is Linux Mint and Why It Is So Popular(20.09.2026 um 17:54 Uhr)
Sichere ProgrammierungI upgraded three Flutter apps to API 36. Here is what actually broke(20.09.2026 um 17:37 Uhr)
Sichere ProgrammierungSite-Wide Structured Data and Social Graph Integration(20.09.2026 um 17:44 Uhr)
Sichere ProgrammierungExact Match Or Fuzzy Logic For OFAC? 1,400 Tests Changed My Mind.(20.09.2026 um 17:45 Uhr)
Sichere ProgrammierungWhat Makes You Trust an APK Download?(20.09.2026 um 17:47 Uhr)
Sichere ProgrammierungGood News For Backend And Devops Buddy(20.09.2026 um 17:50 Uhr)
Linux Tipps & HardeningBeginner Guide: What Is Linux Mint and Why It Is So Popular(20.09.2026 um 17:54 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

AI writes 60% of your work but you can only hand off 20% — that gap is the real enterprise problem

Reagiere als Erste:r — dein Feedback zählt!

Anthropic's 2026 Agentic Coding Trends Report dropped a stat that's worth sitting with: developers now use AI for roughly 60% of their work — but the share of tasks they can fully hand off (no looking back, no review) is only 0–20%.

That 40-point gap in the middle is, I'd argue, the entire story of enterprise AI coding in 2026.

Speed is already won. What's unsolved is trust to let go.

The data: speed won, "can I let go?" didn't

A few signals from the last couple of weeks line up suspiciously well:

  • Anthropic, 2026 Agentic Coding Trends Report: ~60% of dev work touches AI; only 0–20% of tasks can be fully delegated.
  • 2026 State of AI Agents surveys: ~86% of teams are past the experimentation phase and running agents on production code; enterprise adoption is ~91%. Yet the same respondents keep repeating one line — "the hardest part of agentic workflows isn't intelligence, it's secure and reliable access to production systems."
  • A widely-shared engineering take: "harness engineering is what makes AI agents reliable in production" — not the model itself.

Put together: the speed war is over. AI won. Everyone is now stuck at the same wall — if AI can do 60%, why can I only safely let go of 20%? That 40-point delta is where all the difficulty lives.

Where the gap comes from: not intelligence, missing guardrails

Why can the AI do the work but you still can't let go? Because that 40% is full of "wrong once = serious incident" tasks:

  • Changing a money field that feeds reconciliation
  • Touching the core permission model of a live system
  • Adjusting a cross-department approval flow
  • Adding an API that a dozen downstream systems will depend on

The AI can absolutely write all of this — fast, and it looks right. The problem is nobody can guarantee it is right. So teams get pushed to two extremes: ban it entirely (waste the 60% speed) or fully trust it (plant landmines in core systems).

One answer — the one Anthropic ships — is Managed Agents + controlled workflows: governance, review, and permission boundaries around the agent. Correct direction. That's "watch it closely from the outside." There's also a more radical option: make that high-risk 40% impossible for the AI to set on its own in the first place.

Welding the gap into the architecture

This is the core idea behind Oinone — AI-native, but with rigor living in the architecture:

  1. The AI emits metadata, not code. "Add a 3-level approval to the quote object" produces a structured metadata diff of model/view/flow/permission — a few dozen readable lines, not a wall of code you're afraid to touch.
  2. Let go of what's safe; backstop what isn't. Generating screens, laying out fields, scaffolding flows (the safe-to-delegate part) → let the AI fly. Permission model, data validation, transactional consistency, audit (the high-risk 40%) → enforced by the framework. The AI can't move them and can't route around them. The "what AI is not allowed to decide" list is welded into the foundation.
  3. The review surface shrinks. Managed Agents let you review what the agent did; Oinone makes the thing you review a few dozen lines of metadata diff — wrong, roll the whole thing back. Oversight goes from "read thousands of lines" to "scan a structural change." That's exactly what lifts the 20% hand-off ceiling.
  4. Change once, consistent everywhere. A model change derives UI / API / permissions in sync — no "changed the field, forgot the permission." That omission is precisely where the hand-off gap turns into an incident, and exactly what humans and scanners miss most.

One line: Speed by AI, rigor by Oinone. Others govern the agent from the outside; Oinone welds the high-risk 40% into the core — so its safe-to-delegate ratio can be higher, because the dangerous zone simply isn't in the AI's reach.

Three questions for anyone evaluating tools

  1. How do you narrow your 40% hand-off gap? Human review one by one, or architecture that welds the high-risk zone shut and shrinks the review surface?
  2. Where does the backstop live? A governance panel around the agent, or output that is itself constrained structured metadata?
  3. Would you let an agent change your core system? A wall-of-code system won't; a metadata-driven, framework-backstopped one will let go in the safe zone — because a mistake is just a few dozen rollbackable lines.

FAQ

Q: What's the "hand-off gap"?
A: From Anthropic's 2026 Agentic Coding Trends Report — devs use AI for ~60% of work but can fully delegate only 0–20% of tasks. The 40-point middle is "AI can do it, but I daren't let go" — the real enterprise blocker.

Q: Is Oinone competing with Claude Code / Copilot?
A: No — complementary. Those are general coding agents (great at writing code); Oinone is an AI-native low-code framework that makes the AI emit architecture-constrained metadata for enterprise apps. Use Claude Code for low-level extensions, Oinone/Aino to build the business app.

Q: Is it open source?
A: Yes (AGPL-3.0). One docker compose and it's up in ~5 minutes; self-hosted, data never leaves your environment. It runs in the core systems of billion-scale enterprises.

If this framing helped, the project is open source (AGPL-3.0) — a ⭐ supports the maintainers:

(Disclosure: I work with Oinone.)

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten AI writes 60% of your work but you can only hand off 20% — that gap is the real enterprise problem

Thematisch verwandte Begriffe: writes, your, work, only · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-93956 | A flaw has been found in olivier-ls PHP-FTS up to 1.1.2. Affected by thi…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick