AI Design Patterns
As we’ve been researching the AI landscape & how to build applications, a few design patterns are emerging for AI products.
These design patterns are simple mental models. They help us understand how builders are engineering AI applications today & which components may be important in the future.

The first design pattern is the AI query router. A user inputs a query, that query is sent to a router, which is a classifier that categorizes the input.

