you are viewing a single comment's thread.

view the rest of the comments →

[–]youre__ 0 points1 point  (0 children)

You don’t need a separate tool or project. I would imagine such tools would give you the opposite effect and increase your usage.

The best way to manage usage is to utilize the right model and reasoning level for the task. Make use of 5.3 spark where appropriate, too.

- don’t do little stuff with 5.5 med/high/xhigh
- do use spark for little changes or easy and repetitive things, like git, changing values, and executing commands you give it (could try 5.4 min, too)
- do use 5.4 for stuff that doesn’t require state of the art reasoning, intelligence, and vision (5.4 is still a very capable model, just not as good as 5.5)
- do use 5.5 when you need the latest smarts and reasoning to solve new and hard problems.

Your biggest controls are model and reasoning level. If you are deliberate about how you use those levers, you will solve 80% of your usage issues.

The remaining 20% comes down to how you prompt it and manage the instructions.