Chris Woody Woodruff @woodruff.dev · Mar 20

Asked AI to design a payment system. It returned 14 files, 3 abstraction layers, a service registry, and an event bus. The requirement needed 1 file and 47 lines. AI gives you speed. The Three Filters give you direction. simplicity-first.dev #softwarearchitecture #softwaredevelopment #ai

5 likes 1 replies

?

Replies

Paul Hunt · Mar 20

This is really interesting. A question I’ve been asking myself while coding with agents is, why am I creating code that has extension points for future features when agents can quickly revise the code if required. What you’re talking about here feels like taking that idea to its natural conclusion.