<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/agentic-programming-this-is-how-it-s-done-by-jeroen-egelmeers-1knsrw1bc" -->

---
title: Agentic Programming, this is how it&#x27;s done by Jeroen...
description: A conference talk transcript covering the evolution of AI-assisted software development from basic ChatGPT/Copilot usage to agentic and multi-agent workflows....
canonical: https://daily.dev/posts/agentic-programming-this-is-how-it-s-done-by-jeroen-egelmeers-1knsrw1bc
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Agentic Programming, this is how it&#x27;s done by Jeroen Egelmeers | daily.dev
og:description: A conference talk transcript covering the evolution of AI-assisted software development from basic ChatGPT/Copilot usage to agentic and multi-agent workflows....
og:url: https://daily.dev/posts/agentic-programming-this-is-how-it-s-done-by-jeroen-egelmeers-1knsrw1bc
og:image: https://api.daily.dev/og/posts/1KNSRW1Bc.png
og:image:alt: Agentic Programming, this is how it&#x27;s done by Jeroen Egelmeers
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Agentic Programming, this is how it's done by Jeroen Egelmeers

**[Devoxx](https://daily.dev/sources/devoxx)** · 45 min read · 0 upvotes · 0 comments

## Summary

A conference talk transcript covering the evolution of AI-assisted software development from basic ChatGPT/Copilot usage to agentic and multi-agent workflows. The speaker contrasts vibe coding (prompt-and-hope) with more structured 'amp coding' approaches using spec-driven development, planning files, rule files, agents, and skills. Key risks of vibe coding in enterprise environments are illustrated with real failure examples (exposed API keys, deleted production databases, rate limit dependency). The talk introduces a proposed enterprise framework with four new roles (Product Strategist, Q&A Security Guardian, Flow Orchestrator, Forward Deployed Engineer), AI-powered estimation replacing planning poker, an agent evolution/promotion loop for managing agent rule files collaboratively, and live sustainability dashboards tracking token costs and environmental impact. The core argument is that technology is not the blocker for enterprise AI adoption — process is, and Scrum-based workflows are incompatible with AI-accelerated development speeds.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=q9rf6sIH6vQ>

## Similar posts on daily.dev

- [The Death of the "Vibe Coding": Why Agentic Engineering is the New Standard](https://daily.dev/posts/the-death-of-the-vibe-coding-why-agentic-engineering-is-the-new-standard-ldvqvongw) · C\# Corner · 1 upvotes · 0 comments
- [From vibes to engineering: How AI agents outgrew their own terminology](https://daily.dev/posts/from-vibes-to-engineering-how-ai-agents-outgrew-their-own-terminology-qto3a4fys) · The New Stack · 0 upvotes · 0 comments
- [Beyond the Hype: Vibe coding – Is this really how we’ll build software?](https://daily.dev/posts/beyond-the-hype-vibe-coding-is-this-really-how-we-ll-build-software--tyyxto17z) · Scott Logic · 1 upvotes · 0 comments

---

Tags: [#ai-coding](https://daily.dev/tags/ai-coding), [#spec-driven-development](https://daily.dev/tags/spec-driven-development), [#vibe-coding](https://daily.dev/tags/vibe-coding)

[View this post on daily.dev](https://daily.dev/posts/agentic-programming-this-is-how-it-s-done-by-jeroen-egelmeers-1knsrw1bc)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Agentic Programming, this is how it's done by Jeroen Egelmeers","url":"https://daily.dev/posts/agentic-programming-this-is-how-it-s-done-by-jeroen-egelmeers-1knsrw1bc","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/agentic-programming-this-is-how-it-s-done-by-jeroen-egelmeers-1knsrw1bc"},"datePublished":"2026-04-09T20:03:25.849Z","dateModified":"2026-05-28T02:16:30.576Z","description":"A conference talk transcript covering the evolution of AI-assisted software development from basic ChatGPT/Copilot usage to agentic and multi-agent workflows....","image":"https://i.ytimg.com/vi/q9rf6sIH6vQ/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/q9rf6sIH6vQ/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Devoxx","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Devoxx","logo":"https://media.daily.dev/image/upload/s--6vG797wn--/f_auto,q_auto/v1773648800/logos/devoxx?_a=BAMAMiiu0","url":"https://daily.dev/sources/devoxx"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/agentic-programming-this-is-how-it-s-done-by-jeroen-egelmeers-1knsrw1bc","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-coding,spec-driven-development,vibe-coding","timeRequired":"PT45M","video":{"@type":"VideoObject","name":"Agentic Programming, this is how it's done by Jeroen Egelmeers","description":"A conference talk transcript covering the evolution of AI-assisted software development from basic ChatGPT/Copilot usage to agentic and multi-agent workflows....","thumbnailUrl":"https://i.ytimg.com/vi/q9rf6sIH6vQ/sddefault.jpg","uploadDate":"2026-04-09T20:03:25.849Z","duration":"PT45M","url":"https://api.daily.dev/r/1KNSRW1Bc","embedUrl":"https://www.youtube.com/embed/q9rf6sIH6vQ"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Devoxx","item":"https://daily.dev/sources/devoxx"},{"@type":"ListItem","position":3,"name":"Agentic Programming, this is how it's done by Jeroen Egelmeers"}]}
```

