#model-cost

[ follow ]
fromTheregister
4 days ago
Artificial intelligence

Cursor is better at marketing than coding

Cursor claimed an AI-built browser, but the code is largely nonfunctional, misrepresented, and the experiment consumed trillions of tokens costing millions.
fromPeterbe
1 month ago

Comparison of speed between gpt-5, gpt-5-mini, and gpt-5-nano - Peterbe.com

I recently implemented a feature here on my own blog that uses OpenAI's GPT to help me correct spelling and punctuation in posted blog comments. Because I was curious, and because the scale is so small, I take the same prompt and fire it off three times. The pseudo code looks like this: for model in ("gpt-5", "gpt-5-mini", "gpt-5-nano"): response = completion( model=model, api_key=settings.OPENAI_API_KEY, messages=messages, ) record_response(response)
Artificial intelligence
[ Load more ]