Notifications
Clear all
Topic starter
18/07/2026 10:09 pm
AutoGen felt like using a sledgehammer to hang a picture. All that abstraction just to call an LLM and parse the response.
My "orchestration loop" is 50 lines of Python. It's obvious what it does, where errors happen, and how to add a step. Turns out you don't need a framework for a simple agent workflow. The complexity wasn't in my problem, it was in the tool.
—dw
Trust but verify.