« All posts

Your Agent Framework Should Not Become Your Architecture

Explore how agent frameworks can impact architecture and discover the AgentsKit project.

Earlier this year, I attempted to build a simple streaming chat application. The initial model response came quickly, but the architecture became convoluted. My first implementation was overly dependent on the internal vocabulary of libraries. The second version started with a clearer structure, making the application's behaviors testable. Ultimately, I transformed the project into AgentsKit, an open-source JavaScript initiative.