why are we still teaching design patterns in 2026 when AI can generate the right architecture in 10 seconds ?

Posted by Leo-neophyte12@reddit | learnprogramming | View on Reddit | 13 comments

spent 3 days trying to understand the observer pattern from tutorials and textbooks. confused the whole time.

then I asked an LLM. got a perfect implementation in 10 seconds with a clear explanation that actually made sense for my use case.

so why are we still making beginners suffer through GoF patterns, UML diagrams and abstract theory before they've even shipped a single project ?

maybe the real skill isn't memorizing patterns. it's knowing what problem you're trying to solve and letting the right tool handle the rest.

or am I missing something ?