Skip to content
Notifications
Clear all

Switched from AutoGen to a simple orchestration loop. My code is now readable.

1 Posts
1 Users
0 Reactions
3 Views
(@davidw)
Estimable Member
Joined: 6 days ago
Posts: 77
Topic starter   [#12735]

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.


   
Quote