Skip to content
April 15, 2026

From AI-Native Development to AI-Native Platform

How agentic workload changes development platforms — using GitHub as an example

/ AI-native Platform 2026

Slide contents

  1. 1. From AI-Native Development to AI-Native Platform

    How agentic workload changes development platforms — using GitHub as an example

  2. 2. What This Article Is About

    Load unit + platform

    Parts 1-2: GitHub platform case.

    Part 3: broken load economics.

    Part 4: AI-native platform failure.

    Parts 5-6: lessons for orgs.

  3. 3. 01. GitHub as AI-Native Platform

    GitHub is a control plane for people and agents

  4. 4. GitHub 2025–2026

    AI is first-class load

    +36M in 2025 — 180M+ developers — 80% tried Copilot in week one.

    ×2 in <2 years — 4.3M AI repositories — AI repos: 230 per minute.

    5.5M issues/month — 986M commits in 2025 — Copilot correlates with 8-15% growth.

  5. 5. Task Reaches an Agent

    Intent becomes platform operations

    Actions environment + repo clone.

    Code search across the codebase.

    Draft PR, commits, and session logs.

    Self-review, scans, and dependency checks.

  6. 6. GitHub Strengthens Agent Mode

    Agent HQ, CLI /fleet, Workflows, Mobile

    Agent HQ: Copilot, Claude, Codex.

    CLI /fleet launches parallel subagents.

    Agentic Workflows live in Actions.

    Mobile adds background branch changes.

  7. 7. 02. What the Numbers Show

    Actions, code review, usage metrics — three signals of new pressure

  8. 8. AI-load signals

    AI is first-class load

    11.5B minutes · +35% YoY — GitHub Actions — 71M jobs/day; agents run on Actions.

    60M reviews · ×10 growth — Copilot Code Review — >1/5 reviews; 71% actionable feedback.

    First-class traffic — AI-native telemetry — Copilot PRs, cloud agents, CLI tokens.

  9. 9. Review Quality vs Computational Depth

    Better review means higher platform cost

    Quality improvements

    Stronger reasoning model: +6% positive feedback.

    Agentic architecture: +8.1%; 71% actionable.

    Cost of improvements

    +16% latency on stronger models.

    Each review is a platform workload.

  10. 10. 03. Why Old Architectural Assumptions Break

    Agentic fan-out: one issue spawns a tree of platform operations

  11. 11. Old vs New Unit of Load

    One issue -> platform operations tree

    Classic Platform

    Human changes code, waits for CI.

    Metrics: MAU, API QPS, CI, storage.

    AI-Native Platform

    Intent -> platform action tree.

    Fan-out and operations per intent.

  12. 12. 04. AI-Native Platform Failure

    New load meets old architecture

  13. 13. Incident: Feb 9, 2026

    TTL + peak hit DB

    Apps produced ×10 read traffic.

    Settings TTL: 12h → 2h.

    Read/write overwhelmed auth cluster.

    Causes: isolation, shedding, monitoring gaps.

  14. 14. April Incidents

    Agentic workflows started creating avalanche-like platform-side load

    April 1 — /agents/sessions degraded due to backend exhaustion.

    April 2 — Code Review raised Cloud Agent jobs; ~40% affected.

    April 9 — Increased load delayed coding-agent sessions.

  15. 15. Shared Failures Spread Wider

    Review, CI, Git, agents now fail together

    ~40% request failures — github.com — At the peak of the March incident.

    ~43% failed requests — GitHub API — Simultaneously with github.com.

    ~21% errors — Copilot — Shared failures across multiple surfaces.

  16. 16. 05. For Large Engineering Orgs

    Process-wise — integrate; infrastructure-wise — isolate

  17. 17. Process Integration, Infrastructure Isolation

    Unified process, stronger infrastructure isolation

    Process Integration

    Agents inside PR, CI, audit trail.

    Security checks in unified flow.

    Infrastructure Isolation

    Failure domains stricter than classic SDLC.

    Per-tenant isolation and traffic priority.

  18. 18. DORA: AI Amplifies Platform Properties

    Discipline becomes visible

    DORA 2024: better docs, quality, review speed.

    Cost: lower throughput and stability.

    DORA 2025: throughput vs stability.

    GitHub shows this dynamic.

  19. 19. 06. GitHub Outlook and Conclusions

    The right problem class — the right category of actions

  20. 20. GitHub Response: Platform Work

    Failure domains

    User cache → segmented DB.

    Audit capacity, isolate key dependencies.

    Monolith → isolated services/data domains.

    Azure migration: 12.5% → 50% traffic.

  21. 21. Moderately Positive Medium-Term Outlook

    Right direction; pressure grows

    Fix substrate while load grows.

    Multi-provider and mobile agents.

    Runtime SDK and remote CLI sessions.

    Short-term cautious; medium-term positive.

  22. 22. Key Takeaways

    What to take away

    Bottleneck: platform layer, not authoring.

    Agentic fan-out spawns platform operations.

    Guardrails are production load.

    Platform engineering manages fan-out and machine traffic.

    tellmeabout.tech · ai4sdlc-research.space

  23. 23. References and Materials

    Core sources

    Classic PDLC to AI-native article.

    GitHub Blog, GitHub Status and Copilot updates.

    GitHub Actions, Code Review, org metrics.

    DORA 2024 report.

  24. 24. Thank You!

    AI-Native Platform

    For more materials on this topic, visit the "Book Cube" channel — all links are collected there

    Alexander Polomodov, Technical Director & Fellow, T-Technologies

    @Book_Cube