Remix.run Logo
bsenftner 3 hours ago

Is there an AI Coding Agent application structure emerging that is more or less universal across llm models? Is anyone collecting and writing on how to understand this architectural style?

joka88xj 2 hours ago | parent | next [-]

The pattern across Claude Code, Codex and Cursor does seem to be converging: gather context, make a plan, execute, then verify.

What feels less standardized is how much control the user gets between those stages. Settings like showClearContextOnPlanAccept and disableAutoMode are interesting because they expose that boundary between “agent decides” and “human reviews before execution.”

That seems like the part where different coding agents will continue to feel very different in practice.

tuo-lei 31 minutes ago | parent [-]

[dead]

giraffe_lady 2 hours ago | parent | prev [-]

> Is anyone collecting and writing on how to understand this architectural style?

Are we on the same site? Is anyone writing about anything else?

bsenftner 13 minutes ago | parent [-]

The blog post this discussion is for is one of the first in depth discussions I've seen of how these coding agents work. Most posts cover how to use them, not their internals and how they operate.