Three Thoughts on Dark Code
A couple of weeks ago Dan Shapiro's blog post " The 5 Levels" (about Agentic Engineering) did the rounds. He coined Level 5 the "Dark Software Factory". So what comes out of those factories? I'm calling it Dark Code. Dark Code : lines of software that no human has written, read or even reviewed. Two weeks ago I presented a talk " Mapping out Dark Code " at the OpenAI Codex meetup in Amsterdam, and now people start conversations with me and mention Dark Code. So before this goes out of control, let me write some thoughts. Tldr: Will my codebase become an unholy mess if no one looks at the code?: Yes, this is an unsolved problem. Will there be new programming languages if humans don't care about code anymore?: Doubtful, and that's a shame! Dark Code is already here: In enterprises no one knows the code anyways. 1 - Will my codebase become an unholy mess if no one looks at the code? With how agents work nowadays, I see parallels with evolutio...