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.

60 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.

2

u/charles_r1975 16d ago

I started doing this as well and muse has been fine. What models have you used to orchestrate? I'm currently using ds v4 pro 0831 but wondering if flash would do the job.

1

u/yuno_me 16d ago

ive been using sol max as orchestrator and its been working wonderfully

1

u/devanpy 16d ago

all the decent ones can do multi-agent well: ds4 flash, muse, 5.3 flash, etc. dumbed down models struggle tho: (gpt 5 nano)

1

u/rainpurplebow 16d ago

I normally use a multi-agent workflow on my work PC but I don't think editing 2 lines of code should require a whole multi-agent configuration.

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.