Moving the low-level plumbing work in AI to infrastructure
The agent frameworks we have today (like LangChain, LLamaIndex, etc) are helpful but implement a lot of the core infrastructure patterns in the framework itself – mixing concerns between the low-level work and business logic of agents. I think this bec…