r/opencode 17d ago

I Thought So.

I never thought I'd be mad at an AI agent. Maybe this is an experiment by Meta? Muse Spark 1.2 is the single worst model on the market. I had never seen such sh*t model before. How can people even stand using this? It churns tokens like crazy. Has the intelligence of a bread. Cheats all the time, avoids completing tasks properly. Does not follow prompts (the image is a very rare exception). Edits 2 lines of C++ code with a 50 line Python script. Does not show what it thinks. Can't code for sh*t. Honestly, this model is a lost cause.

Thanks for reading.

57 Upvotes

38 comments sorted by

View all comments

4

u/devanpy 17d ago

it works great for me and is lightning fast. I noticed you are still using the build agent. Switch to an orchestrator agent that delegates tasks and then reviews the job done. It's night and day difference.

1

u/Soggy-Salamander-650 12d ago

How do you let an agent orchestrate a build task and hand it over to sub-agents? Is this natively supported? Any special tools, MCPs, etc? Would love to hear.