Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Kremlin-backed forgery scheme moved $6.9B through global banks(ft.com)
    discuss
  2. Common denominators of organisms with exceptional longevity(aging-us.com)
    discuss
  3. Motorola Signature 27 officially gets a North American launch(9to5google.com)
    discuss
  4. LLM Ass Bench(assbench.com)
    2comments
  5. Show HN: ToolHub – Hierarchical nav for 30 MCP tools without context bloat(github.com/talos-popcorn)
    discuss
  6. New trends in global card fraud(stripe.com)
    discuss
  7. Show HN: With generators/DI, LazyPromise has become a tiny alternative to Effect(lazypromise.com)
    discuss
  8. Making Concurrent Hardware Verification Sequential (2025)(acm.org)
    discuss
  9. BLUF (Communication)(wikipedia.org)
    discuss
  10. Longtime SUSE staff asked if they'd opt for 'voluntary separation'(theregister.com)
    discuss
  11. I built a Chrome extension for when Cmd/Ctrl and F is not enough(chromewebstore.google.com)
    discuss
  12. Do you use:visited on links?(kevquirk.com)
    discuss
  13. Cheap baselines match NASA and IBM's 366M-parameter solar flare model(doi.org)
    discuss
  14. Gpui Tutorial(github.com/hedge-ops)
    discuss
  15. Reverse Jev: Ending a Turn with a Choice(kvit.app)
    1comments
  16. Gpui(github.com/zed-industries)
    discuss
  17. Eliminating Middlemen in Education Consulting(rivernova.vercel.app)
    discuss
  18. Show HN: Cross-platform governed memory for a fleet of agents(github.com/oren198)
    discuss
  19. Edge compute was making our API slower(koodos.com)
    discuss
  20. Will We Still Drive Our Cars (Or Will Our Cars Drive Us)? (2000)(time.com)
    1comments
  21. Motorola signature 27 is unveiled(motorolanews.com)
    discuss
  22. Microdnf: Minimal Python-Free Dnf(github.com/rpm-software-management)
    discuss
  23. Getting the most out of Opus 5.5 in Claude and Claude Code(claude.dev)
    discuss
  24. Show HN: DynamicNotch – An interactive, customizable notch utility for macOS(github.com/hitjack007)
    discuss
  25. Diesel prices could crush Republicans in the heartland(natesilver.net)
    discuss
  26. Meta's Muse Drags Down Stocks That Depend on 'Consumer Inertia'(bloomberg.com)
    discuss
  27. Ask HN: When is fine-tuning a small LLM worth it?
    2comments
  28. Are we going to use the same Desktop UX forever? [video](youtube.com)
    1comments
  29. Better prompt caching for GPT‑6(openai.com)
    discuss
  30. S&P Global Enters Agreement to Acquire OpenZeppelin(openzeppelin.com)
    discuss

Show HN: Shrewd – what I learned distilling LLM labels into local classifiers

3 pointsby 46m agogithub.com
0 comments
General purpose LLMs, and classifiers like Jev, are nice and easy to use right away. That makes the pain of labelling data and creating specialized models for simple tasks not seem worth it, but for a project I am working on, I needed to create a large number of specialized models that could run efficiently on-device.

This project started as a way for me to test if GEPA could get frontier LLMs to generate better labels for me. I had mixed results. It works better on weaker models than on true frontier models, but there were definitely some gains.

I decided I'd rerun some of the flows on public datasets that are often used for these comparisons and post it, as I'm curious 1) what results others get with it, and 2) what ideas others have for doing a better job of this.

I've tried to document everything I could thoroughly, but always happy to chat.

Some things I want to try next: 1) Generating synthetic questions to train on, not just the labels, likely by using multiple models to validate agreement on whether it's a worthwhile question to add to the set 2) Support RAG in the labelling flow by simply pointing to some docs or a corpus and have the rest be automated

I couldn't think of a good project name so shrewd is just: shrew->something small, and d-> distillation. I know distillation is a bit of a loaded word right now, but this is more just a labelling task, and into very small single-purpose models, so it is hopefully not an issue.

A quiet thread, for now.Start the conversation on HN ↗