Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. A 1996 dial-up chat room simulator (lolchat.rip)(lolchat.rip)
    discuss
  2. The ruble markup on AI tokens(infertrail.com)
    discuss
  3. Temporal Straightening for Latent Planning(arxiv.org)
    discuss
  4. Sovereign Substrate Appliance: Layer-1 Edge Node on ARM64(richardkugel.substack.com)
    discuss
  5. Anyone using a Wispr Flow alternative that is non-cloud?
    discuss
  6. MacPad: Touch Mac in iPad(github.com/dcmmc)
    1comments
  7. Ant Group releases finance-focused Ling-3.0-flash-Fin(artificialanalysis.ai)
    discuss
  8. New method to minimize immunosuppression after organ transplantation(nature.com)
    1comments
  9. The 'AI Safety' Movement Is Making AI Less Safe(reason.com)
    1comments
  10. Show HN: Livenerf – a benchmark for whether Opus 5.5 gets nerfed(github.com/ninjahawk)
    discuss
  11. Adding side drawer with workspace concepts to rio (rust terminal) like cmux has(github.com/raphamorim)
    discuss
  12. The Jagged Frontier of Jev 1.13(typesafe.ai)
    discuss
  13. Mercury Is Shrinking, and Faster Than We Thought(nytimes.com)
    2comments
  14. Swarm Scaling(tobyord.com)
    discuss
  15. A WIP Lego Sorter: Maybe a million pounds is possible [video](youtube.com)
    discuss
  16. Artificial Intelligence in Research(tmodrzyk.github.io)
    discuss
  17. CNN Mood 'Like a Funeral' as Paramount Acquires Warner Bros(variety.com)
    7comments
  18. Show HN: Palette, a Figma plugin that turns one color into a whole UI system(figma.com)
    discuss
  19. AUGUSTOSFACES(augusto.at)
    discuss
  20. What is the World's Loveliest Language(economist.com)
    discuss
  21. Xounds Redux and FruitMenu Redux(totallynotmalicious.com)
    1comments
  22. Design your programming languages right (2024)(veritates.love)
    discuss
  23. U.S. Government seizes 54-pound Martian meteorite sold at auction last year(nytimes.com)
    3comments
  24. A Taxonomy for Navigating the Global Landscape of AI Regulation (2025)(acm.org)
    discuss
  25. The 38 most influential Bluesky posters(bsky38.com)
    discuss
  26. UN General Assembly: Trump renames AI to Super Intelligence(washingtonpost.com)
    4comments
  27. The Mac Mini M6 is the fastest way to.. emulate a Windows 98 Pentium II machine(nyaa.sh)
    discuss
  28. Show HN: A fast, offline Markdown viewer for macOS built in Swift(github.com/temir-dev)
    discuss
  29. About Impersonation Risk Detection(support.apple.com)
    discuss
  30. Trump orders AI rebrand as "super intelligence"(axios.com)
    3comments

Ask HN: When is fine-tuning a small LLM worth it?

5 pointsby 3h ago
6 comments
I'd be interested in hearing about your experiences. What kind of task did you use it for, what model did you train, and what were the results?

Feel free to share examples of what you've tried.

3h agoHN ↗

It's worth it if a) you have a decent sample size of data for your problem and b) you have a cost-effective infra to host it.

Notably the latter is more of the bottleneck, particularly with the price race-to-zero with models such as GPT-6 Luna.

2h agoHN ↗

There are allegedly multi-tenant LoRA offerings in the works which would change the hosting-pricing constraints considerably. Keeping my fingers crossed they materialize

2h agoHN ↗

Maybe when you want to learn the process for when/if you ever need to fine-tune a larger model?

It's faster to make iterate when you're toying around with a 1B model than a 27B one.

2h agoHN ↗

I've trained two small models, one I attempted to train it to be an expert (decent?) hearts (card game) player, and the other I trained on dream interpretation texts, I wanted to see if a model could interpret dreams reasonably well if it were trained on all the literature in existence (that I could find anyway). The hearts experiment was a general failure because the game of hearts as played by humans just has too many strategies to consider. I trained it purely on games (~20,000 hands of hearts in the RL dataset I generated) and the trained model did about as good as any decently written procedural game logic would have. the dream analyst training was a bit more successful. I can hand the model a dream log and it will offer some interesting insights. are they accurate? hard to say, it's a very subjective type of training, but definitely a better experiment than the hearts expert training run. in both cases the biggest and most time intensive part is generating the training dataset. building the LoRa is the easy part.

I was using Qwen3.5:2b models for both, running on Dell Pro Max GB10 Cuda,128GB.

2h agoHN ↗

I personally would only do it if I need it to solve a highly specialized problem that requires every inch of privacy I can get. Otherwise there are better options out there

1h agoHN ↗

I fine-tuned a model for my first AI web app back in 2019. It created plausible reviews of artwork from prompts. They were totally hallucinated though and had nothing to do with actual images. It was interesting for language and bias analysis above all else. But, it was enough of a novelty that I got thousands of users. I have considered going through the whole process from scratch with Mistral to make a bespoke model and correlate it with a modern vision model. But, I don't want to spend any more money on this project. Hosting an unmonetized public facing AI app for 7 years was not cheap.

https://artreviewgenerator.com/