Post #2837842
2026-05-23 09:04 UTC
My first tests with #Codex generated code with "projects" from scratch:
Every request/prompt resulted in features that were working as expected, but there was nearly no "thought" put into structured code. It mostly created a god class and you had to ask it to move specific code out into separate classes.
Separation of Concerns and (in few cases) Law of Demeter wasn't its strength.
You don't want to maintain code like that once AI services will become affordable for only a few people.
Replies (1)
-
@beberlei@phpc.social 2026-05-23 13:24
@SenseException@phpc.social you need to give it this as architectural constraints. Via agents.md for example. After you have some code already it will learn from existing architecture