Technology & applied AI
Architecture, integrations, applied AI and systems that reach real production.
All articles
- Technology & applied AIFrameworkIntermediate6 min · Updated: 2026-06-08
Applied AI without demos: how to decide where it actually impacts
AI only matters if it changes decisions and outcomes. Before hiring integrations or agents, answer three questions about operations, evidence and ownership.
- #ia-aplicada
- #operaciones
- #agentes
Read article →
- Technology & applied AIGuideAdvanced7 min · Updated: 2026-06-08
Gang of Four patterns for real systems: how to use them without overengineering
A design pattern is not a sophistication badge. It is a response to a concrete pressure: variability, coupling, composition or collaboration between objects.
- #gof
- #patrones-diseño
- #arquitectura
Read article →
- Technology & applied AIGuideAdvanced8 min · Updated: 2026-06-08
Strategy Pattern: when if/else starts running the business
Strategy appears when a rule changes by customer, channel, country or stage. The problem is not the if; it is that the decision gets buried inside procedural flow.
- #gof
- #strategy
- #arquitectura
Read article →
- Technology & applied AIGuideAdvanced7 min · Updated: 2026-06-08
Factory Method: creating objects without coupling the decision to the flow
Factory Method appears when the flow knows too much about concrete classes. Creation stops being a detail and starts shaping the architecture.
- #gof
- #factory-method
- #arquitectura
Read article →
- Technology & applied AIGuideAdvanced8 min · Updated: 2026-06-08
Adapter Pattern: integrating systems without polluting the domain
Adapter appears when an external integration starts imposing its language on your domain. The solution is not to hide the API: it is to translate it with criteria.
- #gof
- #adapter
- #integraciones
Read article →