design-patterns - Concepts
Explore concepts tagged with "design-patterns"
Total concepts: 5
Concepts
- Strangler Fig Pattern - A migration strategy that gradually replaces a legacy system by building new functionality alongside it until the old system can be decommissioned.
- AI Heartbeat Pattern - Design pattern where AI agents periodically wake up at configured intervals to check for changes, tasks, or events rather than waiting for explicit invocation.
- SOLID Principles - Five fundamental design principles for creating maintainable, scalable, and flexible object-oriented software systems.
- Prompt Lazy Loading - An AI design pattern that defers loading detailed prompt instructions until they are actually needed.
- Receptionist AI Design Pattern - An AI architecture pattern using a lightweight coordinator to route requests to specialized AI agents.
← Back to all concepts