Developer & Web Technologies • Focus: Developer Productivity & Generative AI • Socials: https://linktr.ee/daniel_sogl How AI Coding Tools Boost Your Productivity About me Code smarter, not harder
to everyone – powered by natural language • GitHub Copilot: 50,000+ organizations • Path to "a billion programmers” - GitHub CEO How AI Coding Tools Boost Your Productivity 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 Code smarter, not harder
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) • Accenture: 90% report greater job satisfaction Code smarter, not harder How AI Coding Tools Boost Your Productivity Adoption Has Exploded https://blog.github.com https://survey.stackoverflow.co/2025/ https://blog.jetbrains.com/research/2025/10/state-of-developer-ecosystem-2025/
(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) Code smarter, not harder How AI Coding Tools Boost Your Productivity Real Productivity Gains https://blog.github.com https://abc.xyz/site-map/default.aspx https://www.qodo.ai/reports/state-of-ai-code-quality https://www.gov.uk/government/publications/ai-coding-assistant-trial/ai-coding-assistant-trial-uk-public-sector-findings-report
Cursor with Claude Sonnet 3.5 • Developer perception: Believed they were 20% faster • Actual performance: 19% SLOWER with AI tools • Perception gap: 40 percentage points difference Code smarter, not harder How AI Coding Tools Boost Your Productivity The Reality Check https://metr.org/blog/2025-07-10-early-2025-ai-experienced-os-dev-study/
Productivity “We provide evidence that recent AI systems slow down experienced open-source developers with moderate AI experience completing real issues on large, popular repositories they are highly familiar with.” https://metr.org/blog/2025-07-10-early-2025-ai-experienced-os-dev-study/
duplication: 8x increase in 2024 • Code churn climbing to 7% by 2025 • Code refactoring approaching zero • Copy-paste exceeds reuse Code smarter, not harder How AI Coding Tools Boost Your Productivity Technical Debt Explosion https://www.gitclear.com/ai_assistant_code_quality_2025_research
see • Confirms our existing assumptions • We don't look for errors we don't anticipate 2. Cognitive Load Shift • Before: Focus on implementation • Now: Focus on validation (much harder!) • Review requires more expertise than writing 3. Overconfidence in "Smart" Tools • 75-80% believe AI code is more secure Reality: AI has zero security awareness • Anthropomorphization: "Claude understands this” 4. The Measurement Problem • We measure wrong metrics (Lines of Code) • Not measured: Time for bugfixes, refactoring, code review • Survivor bias: Failed AI projects don't get published Code smarter, not harder How AI Coding Tools Boost Your Productivity Four Reasons for the Trust Paradox
"Vibe coding" without structure • No architecture review • Treating AI like autocomplete • Generating code without specs What works: • Custom instructions • Reusable prompts • MCP servers • Spec-Driven Development Code smarter, not harder How AI Coding Tools Boost Your Productivity The Real Problem Isn't AI - It's How We Use It
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 Code smarter, not harder How AI Coding Tools Boost Your Productivity Spec Driven Development (SDD) Why This Works: Forces you to think BEFORE generating Provides AI with proper context Makes review easier (compare to spec) Reduces technical debt
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 Code smarter, not harder How AI Coding Tools Boost Your Productivity Agentic Coding
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 Code smarter, not harder How AI Coding Tools Boost Your Productivity Your Action Plan