CGI and LLMs: A Cautionary Analogy

fabiensanglard.net · ⭐️ 8/10 · 2026-07-12

The article draws a parallel between the film industry's shift to CGI and the software industry's adoption of LLMs, warning that over-reliance on LLMs could devalue core coding skills. This analogy highlights a potential long-term risk for software engineers: while LLMs boost productivity, they may erode fundamental skills and craftsmanship, much like CGI diminished practical effects artistry. The article notes that writing every line by hand is no longer the norm, but reading and understanding architecture remains crucial. It also mentions that tests are more important than ever since large refactors are common.

Background

The film industry's shift from practical effects to CGI led to a loss of skilled labor and a recognizable decline in visual quality, as seen in movies from the 1990s onward. Similarly, LLMs like GPT-4 are being used to generate code, raising concerns that developers may lose the ability to write and reason about code independently.

Discussion

Commenters generally agree with the analogy but offer additional perspectives: ChiperSoft highlights that CGI's dominance was driven by non-unionized labor, while singpolyma3 questions the focus on productivity volume. Some note that LLMs can generate tests that match code but not necessarily test desired behavior.

Read original