Why do we import 100MB of frameworks to run a 50-line LLM reasoning loop?
A developer argues that building an AI agent from scratch with vanilla Python and the OpenAI SDK is simpler and more transparent than using bloated frameworks like AutoGen, LangChain, or CrewAI. The post demonstrates a m…