Friday, July 11, 2025

New top story on Hacker News: Google nerfs Pixel 6a batteries following fire hazard

Google nerfs Pixel 6a batteries following fire hazard
11 by fffrantz | 2 comments on Hacker News.


New top story on Hacker News: ETH Zurich and EPFL to release a LLM developed on public infrastructure

ETH Zurich and EPFL to release a LLM developed on public infrastructure
3 by andy99 | 0 comments on Hacker News.


New top story on Hacker News: Show HN: RULER – Easily apply RL to any agent

Show HN: RULER – Easily apply RL to any agent
5 by kcorbitt | 0 comments on Hacker News.
Hey HN, Kyle here, one of the co-founders of OpenPipe. Reinforcement learning is one of the best techniques for making agents more reliable, and has been widely adopted by frontier labs. However, adoption in the outside community has been slow because it's so hard to implement. One of the biggest challenges when adapting RL to a new task is the need for a task-specific "reward function" (way of measuring success). This is often difficult to define, and requires either high-quality labeled data and/or significant domain expertise to generate. RULER is a drop-in reward function that works across different tasks without any of that complexity. It works by showing N trajectories to an LLM judge and asking it to rank them relative to each other. This sidesteps the calibration issues that plague most LLM-as-judge approaches. Combined with GRPO (which only cares about relative scores within groups), it just works (surprisingly well!). We have a full writeup on the blog, including results on 4 production tasks. On all 4 tasks, small Qwen 2.5 models trained with RULER+GRPO beat the best prompted frontier model, despite being significantly smaller and cheaper to run. Surprisingly, they even beat models trained with hand-crafted reward functions on 3/4 tasks! https://ift.tt/NEc0MRZ Repo: https://ift.tt/0HT3km5

New top story on Hacker News: jank is C++

jank is C++
34 by Jeaye | 3 comments on Hacker News.


Monday, July 7, 2025

New top story on Hacker News: Show HN: I Got Tired of Calculator Sites, So I Built My Own

Show HN: I Got Tired of Calculator Sites, So I Built My Own
14 by calculatehow | 7 comments on Hacker News.
I’ve always found that online calculators tend to have bad UIs, especially on mobile. Most of the calculator websites I’ve come across use outdated and inconvenient ways of inputting data, or they format the results in confusing ways. I’ve noticed that fraction calculators (especially mixed fractions) are terrible to use, even on desktop. I haven’t built one of those yet, but it’s something I’m planning to tackle soon. This is a project I’ve always wanted to work on, but I’m relatively new to this space. So far, I’ve created a collection of simple calculators focused on math and finance. I’d really appreciate any feedback on the UI/UX or anything else you think could be improved. You can try it here: https://ift.tt/nQekAFM

New top story on Hacker News: New sphere-packing record stems from an unexpected source

New sphere-packing record stems from an unexpected source
50 by pseudolus | 3 comments on Hacker News.


New top story on Hacker News: My first verified (imperative) program

My first verified (imperative) program
9 by TwoFx | 2 comments on Hacker News.