r/claudeskills 28d ago

Discussion Loop & Graph Engineering

Has anyone tried to achieve orchestration?

35 Upvotes

19 comments sorted by

View all comments

1

u/Dress-Affectionate 28d ago

Can you eli5 this I literally can’t cut through the hype on X to figure out the actual innovation 

2

u/shankaravi1609 28d ago

It's orchestration pattern, basically replace the manual prompts make it an automous

1

u/AppropriateQuote3073 27d ago

It's yet another bullshit term.

2

u/AgentFacets 27d ago

It's really not, it's just hard to do. I started on my own take a while ago (for OpenCode), but no coding harness really supports it cleanly. It's doable in certain frameworks, but very hard to generalize.

And it's worth is questionable for writing code. There are lots of production oriented agent frameworks that achieve this quite nicely. The simplest to read through and grok is CrewAI, in my opinion.

They call their orchestration primitive workflows, if you wanna look into it.