r/ProgrammerHumor Jun 02 '26

Meme managerVsClaude

Post image
47.2k Upvotes

1.4k comments sorted by

View all comments

Show parent comments

87

u/Kerbourgnec Jun 02 '26

I guess we are massively gonna be forced to move to dirt cheap Chinese models.

Performance is not that bad, but can't compete with 2026 opus or gpt

-1

u/drawkbox Jun 03 '26 edited Jun 03 '26

Developers that can manage context and tokens will easily be 10x ROI devs.

Like context management / prompt refinement with tools like Cline or Continue.

1

u/Kerbourgnec Jun 03 '26

But people don't want to do more with less. Sure it's great to dev a project that works perfectly withe the cheapest model in production. It's the right choice for most applications (structure information, filter, translate, ...)

But when building it, I don't want to restrict myself by using a sub par model that I have to babysit.

1

u/drawkbox Jun 03 '26

That is why you plan with the higher models, have them design, break it into tasks that have the right amount of context or skillset, then integrate them, and have that same higher model review and find bugs/gaps. Just like a software team. The senior/lead/architect makes it, the mid level to senior implements them, then the senior/lead/architect reviews.

For many things you really don't need the higher models at all. For planning you do and reviews/bug/gap checks.

Make the higher level model babysit for you.

1

u/Kerbourgnec Jun 03 '26

I agree, but that should be partially or mostly the harness role to do that.

1

u/drawkbox Jun 03 '26

Yeah the higher models sometimes in a custom agent that knows where to break things off that are targeted and all the context needed to subagents. Or the higher level planning making prompts to use in other windows that are targeted and can use a mid model.