Upgrade to Pro — share decks privately, control downloads, hide ads and more …

From Copilot to Autopilot – How AI Coding Tools...

From Copilot to Autopilot – How AI Coding Tools Are Transforming the Developer Role | EKON 2025

AI-powered coding tools like GitHub Copilot, Cursor, bolt.new, and v0 are rapidly changing software development. They write code, suggest optimizations, and automate entire workflows – but what does this mean for us as developers?

Is the role of software developers at risk, or does AI open up new opportunities? This keynote explores how AI coding tools are reshaping our daily work, which skills will be essential in the future, and how you can future-proof your career. Discover how to leverage AI to work more productively, increase your value, and actively shape your professional path.

Avatar for Daniel Sogl

Daniel Sogl

October 28, 2025
Tweet

More Decks by Daniel Sogl

Other Decks in Programming

Transcript

  1. From Copilot to Autopilot How AI Coding Tools Are Transforming

    the Developer Role Daniel Sogl [email protected] Consultant | Speaker
  2. Daniel Sogl • Consultant @ Thinktecture AG • MVP –

    Developer & Web Technologies • Focus: Angular and Generative AI • Socials: https://linktr.ee/daniel_sogl How AI Coding Tools Are Transforming the Developer Role About me From Copilot to Autopilot
  3. Democratization of Software Development • Software development is now accessible

    to everyone – powered by natural language. • GitHub Copilot: 50,000+ organizations • Path to "a billion programmers” - GitHub CEO How AI Coding Tools Are Transforming the Developer Role The AI Coding Revolution https://www.elitebrains.com/blog/aI-generated-code-statistics-2025 https://www.netcorpsoftwaredevelopment.com/blog/ai-generated-code-statistics https://blog.github.com From Copilot to Autopilot
  4. Extensive growth • HumanEval: 0% → 90%+ (GPT-3 to GPT-4o

    in 4 years) • SWE-bench Verified: 77% of real GitHub issues solved (Claude Sonnet 4.5) • PR completion time: 4x faster (9.6d → 2.4d) • Copilot adoption: 15M+ developers (400% YoY) From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role State of the Union https://blog.github.com https://survey.stackoverflow.co/2025/ https://www.swebench.com
  5. PoC & Rapid Prototyping: Bolt.new, Lovable.dev, v0.dev, Firebase Studio, GitHub

    Spark AI-Powered IDEs & Plugins: Cursor, Windsurf, GitHub Copilot, Kilo, Cline, Roo Code Terminal-Based AI Assistants: Claude Code, Codex, GitHub Copilot CLI, Gemini CLI General-Purpose Assistants: ChatGPT Desktop, Claude Desktop From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Overview - AI Development Tools Landscape
  6. 26-56% Faster... Yet 46% Don't Trust It GitHub: Developers complete

    tasks 26-56% faster with AI tools Accenture: 90% report greater job satisfaction Stack Overflow: 46% actively distrust AI code accuracy Apiiro: Security findings increased 10x in just 6 months From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role The Paradox We Face Today https://blog.github.com https://survey.stackoverflow.co/2025/ https://apiiro.com/blog/ai-generated-code-security/
  7. 84% of Developers Are Already Using AI Tools • 84%

    using or planning to use AI coding tools (Stack Overflow) • 51% use them daily (Stack Overflow) • 85% regularly use AI for coding (JetBrains) • From pilots to production: 90% enterprise adoption predicted by 2028 (JetBrains) From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Adoption Has Exploded https://blog.github.com https://survey.stackoverflow.co/2025/ https://blog.jetbrains.com/research/2025/10/state-of-developer-ecosystem-2025/
  8. What the Data Actually Shows • 55.8% faster task completion

    (controlled study by GitHub) • Save 56 minutes per working day = 28 days annually (UK Gov study) • 8.69% increase in pull requests and 15% increase in PR merge rate (Accenture) • Acceptance rate: ~30% of suggestions (Google) From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Real Productivity Gains https://blog.github.com https://www.gov.uk/government/publications/ai-coding-assistant-trial/ai-coding-assistant-trial-uk-public-sector-findings-report https://abc.xyz/site-map/default.aspx https://www.qodo.ai/reports/state-of-ai-code-quality/
  9. Experienced Developers: 19% SLOWER • Actual performance: 19% SLOWER with

    AI tools • Developer perception: Believed they were 20% faster • Perception gap: 40 percentage points difference • Tool used: Cursor with Claude Sonnet 3.5 From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role The Reality Check https://metr.org/blog/2025-07-10-early-2025-ai-experienced-os-dev-study/
  10. Experienced Developers: 19% SLOWER • Particularly slow on large, mature

    codebases (1M+ lines) From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role The Reality Check https://www.qodo.ai/reports/state-of-ai-code-quality/
  11. 10x Increase in Vulnerabilities in 6 Months • 45% of

    AI-generated code fails security tests • Java security failure rate: 72% • Secret leakage: 40% higher in Copilot repos • Privilege escalation: +322% • Design flaws: +153% • 86% fail to defend against XSS attacks From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role The Dark Side - Security Crisis https://www.veracode.com/resources/analyst-reports/2025-genai-code-security-report/
  12. Dangerous Over-Confidence • 75-80% believe AI code is MORE secure

    than human code • Yet 56% admit AI introduces security issues "sometimes or frequently" • Only 10% scan AI code for vulnerabilities • 79% bypass security policies to use AI tools From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role The Trust Paradox https://apiiro.com/blog/ai-generated-code-security/
  13. “Never Seen This Much Debt Created So Fast” • Code

    duplication: 8x increase in 2024 • Code churn climbing to 7% by 2025 • Code refactoring approaching zero • Copy-paste exceeds reuse From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Technical Debt Explosion https://www.gitclear.com/ai_assistant_code_quality_2025_research
  14. The Fundamental Limitations • Context window limitations • Cannot understand

    team conventions without explicit instruction • Struggles with complex architecture • Missing: Big picture thinking, business goals, requirements challenge • Edge cases and unusual circumstances • Gets 70% there, last 30% takes longer than from scratch From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role What AI Struggles With
  15. The methodology gap that's killing productivity • The tools work

    for simple, isolated tasks • They fail in complex, real-world codebases because they lack context • Solution: Stop "vibe coding" and start strategic AI integration • Custom instructions, reusable prompts, MCP-server etc. How AI Coding Tools Are Transforming the Developer Role The Real Problem Isn't AI - It's How We Use It From Copilot to Autopilot
  16. From Copilot to Autopilot How AI Coding Tools Are Transforming

    the Developer Role Custom Instructions: Example
  17. From Copilot to Autopilot How AI Coding Tools Are Transforming

    the Developer Role Custom Prompts / Slash Commands
  18. • Specify: Define clear requirements and goals in natural language

    • Plan: Create technical architecture and implementation strategy • Tasks: Break down into small, reviewable, testable chunks • Implement: AI agent builds code based on specs and tasks From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Spec Driven Development (SDD)
  19. Without writing code by yourself • Instead of running coding

    agents locally, agents can be runed in the Cloud • Claude, Gemini and GitHub supporting coding agents on their platforms • Agents can work on issues, interact with the application using MCP-Server and create pull requests • Defining the task and validating the solution as remaining human task From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Agentic Coding
  20. Human-AI Collaboration Framework • Static Analysis: SonarQube, Linter before merge

    • Enhanced code review: AI handles routine, humans focus on architecture • Test-Driven Development: Define expectations BEFORE AI generation • 60% more reviewer comments needed for AI code (Microsoft / CodeRabbit) From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Mitigation Strategy https://docs.sonarsource.com/sonarqube-server/ai-capabilities/autodetect-ai-code https://devblogs.microsoft.com/engineering-at-microsoft/enhancing-code-quality-at-scale-with-ai-powered-code-reviews/ https://www.coderabbit.ai/blog/how-coderabbit-delivers-accurate-ai-code-reviews-on-massive-codebases
  21. AI Reaches Top Human Programmer Level • AI coding to

    match best human coders by late 2026 (Dario Amodei - co-founder Anthropic) • Meta: 50% of code AI-generated by 2026 • Microsoft: Already 20-30% AI-written in 2025 • 75% of enterprise engineers using AI by 2028 (Gartner) • Developer role: From "coder" to "orchestrator and strategist" From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role 2026 - The Inflection Point https://www.forbes.com/sites/johnwerner/2025/10/17/talking-about-the-legacy-of-ai/ https://www.youtube.com/watch?v=rYXeQbTuVl0 https://www.gartner.com/en/newsroom/press-releases/2024-04-11-gartner-says-75-percent-of-enterprise-software-engineers-will-use-ai-code-assistants-by-2028
  22. Superhuman Coder Era Begins – AI 2027 Report • 2027:

    80% reliability on tasks taking humans years (AI 2027) • "Superhuman coder" capability emerges • AI time horizon doubles every 4 months • Multi-agent systems: One AI writes, another reviews (Sub-agents) • GPU performance: 6x increase (H100 → R200) • Team size reduction: 5 developers accomplish what 15 did in 2020 From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role 2027-2028 - AI-Native Development https://ai-2027.com
  23. The Job Market Reality • 50% IT experts compared to

    2021 in Germany in specific sectors; automotive (IW) • Shift into other disciplines; IT-security • 49% wage premium for AI skills (up from 25% in 2024 - PwC) • PwC: "AI is making workers MORE valuable” • WEF: 97 million new jobs created by 2025 from AI From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Why Developers Should Be Optimistic https://www.iwkoeln.de/studien/jurek-tiedemann-deutlicher-stellenrueckgang-in-it-berufen-besonders-fuer-hochqualifizierte-experten.html https://www.weforum.org/stories/2025/01/future-of-jobs-report-2025-jobs-of-the-future-and-the-skills-you-need-to-get-them/ https://www.pwc.de/de/workforce-transformation/pwc-ai-jobs-barometer-2024.pdf
  24. The Irreplaceable Human Core • System architecture & design patterns

    • Strategic thinking & business alignment • Critical thinking & healthy skepticism • Domain expertise (healthcare, finance, etc.) • Communication & collaboration • Ethical oversight & bias detection From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Skills AI Cannot Replace https://adsknews.autodesk.com/de/news/ai-jobs-report/
  25. How to Thrive as an Orchestrator 1. Master AI Tools

    Now: Copilot, Cursor, Claude 2. Develop Irreplaceable Skills: Architecture, critical thinking, domain expertise 3. Practice Healthy Skepticism: Question AI outputs, test edge cases 4. Strengthen Communication: Explain technical decisions to stakeholders 5. Invest in Continuous Learning: The half-life of skills is shrinking 6. Position as Problem Solver: Not code writer, but business problem solver From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Your Action Plan
  26. The Future is Bright for the Adaptable • Challenging? Yes.

    Demanding continuous adaptation? Yes. • But ultimately optimistic for developers who embrace change • The profession is evolving to be MORE valuable, not less • Your judgment, creativity, and strategic thinking are more critical than ever • The evidence is clear: Developers who harness AI will thrive • AI raises both the floor and the ceiling From Copilot to Autopilot How AI Coding Tools Are Transforming the Developer Role Final Message