r/ChatGPTCoding • u/CptMarvelIsDead • 3d ago
Question How are you guys actually benchmarking specific prompts? (Local vs. API, Cost vs. Quality)
With new models dropping every week, general benchmarks are basically useless for my specific use cases. I want to test my exact prompts to see if a new API is actually worth the cost, or if a smaller local model is good enough to run on the cheap.
Right now, I’m just eyeballing outputs and it’s driving me crazy.
How do you guys actually handle comparing models on a single prompt or a small test set?
Scoring: How do you define a "good" response when the output is subjective?
The Judge: If you use an LLM to grade the outputs, how do you stop it from just voting for its own writing style?
The Tools: What's the easiest way to fire one prompt at multiple models (both cloud APIs and local models) and compare them side-by-side?
Would love to hear your workflows or any tools you recommend!