---
title: "AI Wars Ep. 3: The Return of the Developer"
url: https://daily.dev/posts/ai-wars-ep-3-the-return-of-the-developer-vqojhscc5
source_url: https://marmelab.com/blog/2026/05/07/episode-3-the-return-of-the-developer.html
type: article
source: "marmelab"
published: 2026-05-07T13:52:01.322Z
updated: 2026-05-07T13:52:26.061Z
tags: ["security", "code-review", "ai-coding", "claude-code"]
reading_time: 11
upvotes: 48
comments: 2
language: 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.

# AI Wars Ep. 3: The Return of the Developer

**[marmelab](https://daily.dev/sources/Marmelab)** · 11 min read · 48 upvotes · 2 comments

## Summary

A developer at Marmelab used Claude Code to build a COBOL admin interface generator from OpenAPI specs, despite having no prior COBOL experience. The experiment revealed key limitations of AI coding agents: they generate insecure code by default (path traversal, XSS, command injection via CALL SYSTEM), fail to identify root causes when fixing bugs, make poor architectural trade-offs without weighing risks, and produce bland UIs. The author argues that developers remain essential for architectural decisions, detecting when AI goes off-rails, enforcing good practices, and taking responsibility for the output. Automated tests proved critical for enabling the AI to iterate independently.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://marmelab.com/blog/2026/05/07/episode-3-the-return-of-the-developer.html>

## Community discussion

Top comments from developers on daily.dev.

**@coin\_spark** · 0 upvotes

> Awesome post Thiery,  I really enjoyed it, thanks for sharing this experience.

## Similar posts on daily.dev

- [Software Development in the Time of Strange New Angels](https://daily.dev/posts/software-development-in-the-time-of-strange-new-angels-5umgpxcj4) · Tech Lead Digest · 3 upvotes · 0 comments
- [AI-Powered Coding Without Developers: Reality or Hype?](https://daily.dev/posts/ai-powered-coding-without-developers-reality-or-hype--kptuidpxi) · Medium · 0 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#code-review](https://daily.dev/tags/code-review), [#ai-coding](https://daily.dev/tags/ai-coding), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/ai-wars-ep-3-the-return-of-the-developer-vqojhscc5)
