← Back to context

Comment by evolve2k

2 months ago

> Why does a human need to read this code at all? I use a custom agent in VS Code that tells Opus to write code for LLMs, not humans. Think about it—why optimize for human readability when the AI is doing all the work and will explain things to you when you ask?

> What you don’t need: variable names, formatting, comments meant for humans, or patterns designed to spare your brain.

> What you do need: simple entry points, explicit code with fewer abstractions, minimal coupling, and linear control flow.