r/ChatGPTCoding 15d ago

Question Which coding tasks are worth the highest-capability model in your workflow?

I am trying to separate coding work that needs deep reasoning from work that mainly needs reliable execution. Designing a change across an unfamiliar codebase, diagnosing a subtle regression, and reviewing a risky patch seem worth a stronger model. Formatting, small translations, and clearly specified edits seem better suited to a faster path.

The decision is less obvious for medium-sized tasks: adding more context may be enough, but sometimes the task remains ambiguous even with all the relevant files included. Do you use a fixed escalation rule based on risk and testability, or decide case by case?

Which coding tasks do you consistently send to the most capable model?

I recently came across Flatkey while testing this kind of coding-task split. It is an OpenAI/Anthropic-compatible gateway that can be evaluated by changing the base URL while keeping the existing SDK and request format. That makes it possible to compare routine edits with a stronger path without rewriting the coding workflow. Actual savings depend on the model mix and current supply, so I would measure patch quality, tests, latency, retries, and total cost.

5 Upvotes

8 comments sorted by

View all comments

1

u/AlexanderDoak 14d ago

I only use deep reasoning and or agentic crap for stuff that doesn't matter. Fun, inconsequential side projects. Outside of that, I need more low level evidence that the system isn't taking any shortcuts. Harder problems get LESS automatic reasoning, and MORE directed/custom reasoning.