Eddy Vinck

Eddy Vinck

Eddy is a passionate Software Engineer with 8+ years of experience with a focus on front-end web development, but also expanding in backend, mobile development, and DevOps. Eddy works as a consultant at FrontValue, and he works on SaaS projects on the side.
Autonomous AI Agents in Action With the Ralph Wiggum Method
JSNation 2026JSNation 2026
Upcoming
Autonomous AI Agents in Action With the Ralph Wiggum Method
The hype around AI coding agents is very real, and autonomous coding systems are improving fast. In this talk, we'll explore the "Ralph Wiggum" method, where AI agents run in persistent iteration cycles until tasks are actually complete. You will learn about backpressure mechanisms to let the LLM self-correct and retry without human intervention. We will discuss how to structure the prompts, practical patterns for turning test failures into actionable AI feedback, and honest insights about when this approach works best versus where it falls flat. This is about making AI agents actually useful for real work by applying agentic engineering principles, not vibe coding. If you're curious about the future of AI-assisted development and want to see what's possible when we design systems that expect and handle failure, this talk is for you.
The Ralph Wiggum Method Explained
AI Coding Summit 2026AI Coding Summit 2026
10 min
The Ralph Wiggum Method Explained
As you might know, the "Ralph Wiggum" loop has been generating quite a bit of hype online amongst developers. It's a concept that wraps an AI coding agent in persistent iteration loops that keep running until tasks are actually complete. This talk goes into the core concepts and principles, common pitfalls, and practical application of the method.