architecture - Concepts
Explore concepts tagged with "architecture"
Total concepts: 12
Concepts
- Attention Mechanism - An AI technique that allows models to focus on relevant parts of input when producing output.
- CAP Theorem - A theorem stating that distributed data stores can only guarantee two of three properties: Consistency, Availability, and Partition tolerance.
- Clean Architecture - A software architecture pattern that emphasizes separation of concerns through concentric layers with dependencies pointing inward.
- Decentralization - Distributing control, data, or operations across multiple independent nodes rather than centralizing.
- Domain-Driven Design - An approach to software development that centers the design on the core business domain and its logic.
- Local-First - Software design where data lives primarily on your devices, with cloud as optional sync.
- Privacy by Design - Building privacy protections into systems from the start rather than adding them later.
- 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.
- Single File Component - A component architecture where template, logic, and styles are co-located in a single file.
- SOLID Principles - Five fundamental design principles for creating maintainable, scalable, and flexible object-oriented software systems.
- Transformer - The neural network architecture underlying modern AI language models.
← Back to all concepts