Modern AI rewards being very weird.| minimaxir.com
Large language models have swept the world with a fervor last seen when the internet itself first began to pervade everyday life. And generative AI itself is positioned to create an entirely new category of applications... How we, as developers (and the people working with developers) model our systems has _never_ been more important.| www.jamessimone.net
I recently revised the original Factory pattern article, and wanted to write a follow-up after a few years' spent reflecting on its usage within Apex. In particular, I'd like to talk a little bit about the Singleton pattern, and how with a small amount of work we can enhance the existing Factory class in order to gracefully create cached instances of classes where a large amount of work goes into constructing them.| www.jamessimone.net