Has anyone used AI for anything useful? Apart from programming of course.
On the other end, I actually canceled a $100/month subscription once through email (it was company email that I no longer had access too). Gave evidence. It canceled the subscription within 20 mins.
Also gemini flash is unreliable. The best cost efficiency today seems to be gpt-4.1. The cheaper models seem to be okay for summarization mostly. Gemini Flash was much better a year ago, still unreliable, but at least it followed instructions.
Maybe there is an extra step you can work into your prompt that would help it get to the proper classification
What worked for us: • Start with tiny focused tasks instead of broad classification
• Chain multiple smaller models with strict output formatting
• Build proper evaluation metrics before tuning
• Accept that 90% accuracy is often good enough
For non-coding use, we've had success with document routing and basic sentiment tagging. The real win is combining LLMs with traditional ML - let the LLM handle fuzzy text parsing, then pipe clean data into simpler classifiers.
BTW if you're into audio generation, check out our AI ASMR generator at https://asmrvideo.org - we're using fine-tuned models to create those sweet brain tingles. Way more reliable than trying to make Gemini understand common sense.
I tried 'reasoning plus' but it was so much slower.