Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Palette, a Figma plugin that turns one color into a whole UI system(figma.com)
    discuss
  2. AUGUSTOSFACES(augusto.at)
    discuss
  3. What is the World's Loveliest Language(economist.com)
    discuss
  4. Xounds Redux and FruitMenu Redux(totallynotmalicious.com)
    discuss
  5. Design your programming languages right (2024)(veritates.love)
    discuss
  6. U.S. Government seizes 54-pound Martian meteorite sold at auction last year(nytimes.com)
    2comments
  7. A Taxonomy for Navigating the Global Landscape of AI Regulation (2025)(acm.org)
    discuss
  8. The 38 most influential Bluesky posters(bsky38.com)
    discuss
  9. Trump Renames Artificial Intelligence to Super Intelligence(washingtonpost.com)
    2comments
  10. The Mac Mini M6 is the fastest way to.. emulate a Windows 98 Pentium II machine(nyaa.sh)
    discuss
  11. Show HN: A fast, offline Markdown viewer for macOS built in Swift(github.com/temir-dev)
    discuss
  12. About Impersonation Risk Detection(support.apple.com)
    discuss
  13. Trump orders AI rebrand as "super intelligence"(axios.com)
    2comments
  14. Neo-Median Voter Model(betonit.ai)
    discuss
  15. Simple-jev by featherless AI – Turn context into clear decisions(featherless.ai)
    1comments
  16. How to Escape the Algorithm(raahelbaig.com)
    discuss
  17. What Does Childhood Trauma Have to Do with White Supremacy?(psychologytoday.com)
    2comments
  18. Inspiring Applications of Spin Model Checker(spinroot.com)
    discuss
  19. Show HN: WavexAI – Unlimited tokens for a fixed cost(wavexai.dev)
    3comments
  20. Show HN: Open-source Express-like HTTP server in C++(amsozzer.com)
    discuss
  21. Daily Bible Verse Wordle Game(lordle.net)
    2comments
  22. The Mystery of "Medbeds"(slate.com)
    discuss
  23. Decentralized Social Medias(github.com/salamimommy)
    discuss
  24. DigitalOcean Managed Agents(digitalocean.com)
    discuss
  25. Claude Opus 5.5 vs. GPT-6 Sol: Cost per correct task, not price per token(aipricing.guru)
    discuss
  26. I Agreed to Join Agmai(proofsandprompts.com)
    1comments
  27. Newly Discovered Neo Asteroid 2026SC Close Approach Improves Our Understanding(astrophyzix.com)
    1comments
  28. GB Names(geods.ac.uk)
    discuss
  29. AI staff complain of mental toll over fears of threat to society(ft.com)
    1comments
  30. Show HN: I built a macOS Quick Look app for Markdown, SQLite, ZIP, and 300 more(quicklookpro.com)
    discuss

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

5 pointsby 2h 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.

2h 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.

1h 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.

1h 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

25m 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/