Original Reddit post

DeepSeek got more expensive, and the money started disappearing faster even though the work stayed exactly the same. The same agent still reads the repository, retries a tool call, and carries a long prefix into the next turn. I have reached the point where I am seriously thinking about writing some of my own setup instead of letting every task hit the expensive route by default. A practical first step would be to split the workload by what failure costs. Repository search, formatting, and cheap first passes could go to a smaller or local model. The expensive route would only get the step where a weak answer creates real rework. Long context deserves its own row because a harmless looking retry can resend far more input than the final response suggests. ZenMux request records can put the model, provider, token count, cost, and completion status beside those rows. That is still request level evidence. It cannot tell me whether the finished patch was good, so the task artifact and test result would still have to sit beside the cost record. I am not trying to turn this into a grand infrastructure project. I just want the spending to stop feeling automatic while I figure out whether a small personal setup is worth writing. Model loyalty gets difficult when the price moves faster than the workflow. submitted by /u/LunarLurker-42

Originally posted by u/LunarLurker-42 on r/ArtificialInteligence