frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Ask HN: Why is virtualization still not solved?

16•prmph•14h ago•23 comments

Ask HN: What is so good about MCP servers?

36•metadat•1d ago•34 comments

Ask HN: How many of you are working in tech without a STEM degree?

37•zebproj•3d ago•48 comments

Ask HN: Cyber Resilience Act – what is "buying" software?

3•leksak•16h ago•1 comments

Ask HN: Why do Cursor, Windsurf and Claude Code dominate the conversation?

27•bluelightning2k•4d ago•37 comments

Ask HN: Good Starting OS for Children?

7•kqr•1d ago•11 comments

Recovering Files Through Screenshots

4•ccnvms•20h ago•0 comments

Ask HN: Help me navigate a PIP at a remote startup in the Netherlands

18•msoad•2d ago•17 comments

Remove All AI Features from Firefox

43•nabla9•2d ago•7 comments

Tell HN: Online Safety Act to be enforced in the UK on July 25th

15•trycatchthroawy•1d ago•6 comments

I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA

162•proberts•1w ago•265 comments

The missing analytics platform for landing pages. What do you think?

4•coursecrumbs•1d ago•10 comments

Ask HN: Why is Gmail so incompetent at basic search?

57•sn9•4d ago•57 comments

Ask HN: Python developers at big companies what is your setup?

33•ravshan•3d ago•33 comments

Ask HN: Any active COBOL devs here? What are you working on?

243•_false•1w ago•188 comments

Ask HN: Is anybody using llama.cpp for production?

11•HardikVala•2d ago•1 comments

Ask HN: What's Your Useful Local LLM Stack?

91•Olshansky•1w ago•52 comments

Mineral exploration startups are the tech startups of the physical world

4•unicorn_chaser•1d ago•0 comments

Ask HN: Has anyone deployed LLMs to production?

14•saaspirant•2d ago•6 comments

Ask HN: How did you navigate an illegal termination?

6•infoseekadvice•1d ago•4 comments
Open in hackernews

Ask HN: Has anyone deployed LLMs to production?

14•saaspirant•2d ago
I have been trying to tune Gemini flash to do some classification for me and it's not performing well at all. I had to change a lot of prompts and still it didn't seem to "learn" anything from the training set. The classification embarrassingly lacks common sense.

Has anyone used AI for anything useful? Apart from programming of course.

Comments

muzani•2d ago
They're great at first level customer service. Lots of questions are repetitive and they go through this better than humans. It was the biggest boost to customer satisfaction rating.

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.

mooreds•2d ago
We use it heavily for doc search. We bought Kapa.ai a few years ago and leverage their solution, not an in-house build.
byoung2•2d ago
I was having trouble getting GPT-4o to extract data like address, email, phone, tracking number from random emails in an inbox. Sometimes it would do it perfectly and other times it would fail miserably on a similar email. Then I tried asking it to first markup the email with schema.org metadata. Then I asked it to extract the data from the schema.org markup. That worked nearly every time.

Maybe there is an extra step you can work into your prompt that would help it get to the proper classification

nkristoffersen•2d ago
We are using over 50 billion LLM tokens for NLP/classification purposes per month. A mix of self hosted and cloud hosted models. But I have not attempted any fine tuning. Just prompt, (and perhaps more importantly) context “engineering”.
incomingpain•2d ago
I have Microsoft's Phi4 deployed onto https://mapleintel.ca for the AI side. Currently over 44,000 ips in that list.

I tried 'reasoning plus' but it was so much slower.

boredemployee•13h ago
Did u ever try to fine tune with openai? it works good for me