frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Exploring the Game with Graph Capabilities of LadybugDB, DuckDB and PostgreSQL

https://theconsensus.dev/p/2026/05/29/ladybug-duckdb-and-postgresql.html
1•eatonphil•1m ago•0 comments

A Survey of Inlining Heuristics

https://bernsteinbear.com/blog/inlining-heuristics/
1•surprisetalk•2m ago•0 comments

1970: Could Machines Become Intelligent? [video]

https://www.youtube.com/watch?v=7Bb6yTPZrnA
1•vinhnx•3m ago•0 comments

The polarization transition in a double-random field model of elections

https://arxiv.org/abs/2510.00612
1•PaulHoule•4m ago•0 comments

How I created an AI pipeline to build a fireworks/drone show app in 30 days

https://stellarspot.app/
1•allentackett•5m ago•0 comments

Questions arise after Waymo blocks road in midst of Dallas apartment explosion

https://www.nbcdfw.com/news/local/waymo-block-road-dallas-apartment-explosion/4032442/
1•6stringmerc•6m ago•0 comments

Anthropic urges pause in AI development, says industry needs 'brake pedal'

https://abcnews.com/video/133610860/
1•mgh2•6m ago•0 comments

US tobacco firms applied tobacco strategies to globalize ultra-processed foods

https://ajph.aphapublications.org/doi/10.2105/AJPH.2026.308501
1•giuliomagnifico•6m ago•0 comments

Bmc4j – Prove your Java/Kotlin code correct from jUnit style tests

https://github.com/bmc4j/bmc4j
1•Grover_c13•9m ago•1 comments

Do Containers Still Contain?

https://raesene.github.io/blog/2026/06/03/do-containers-still-contain/
1•hasheddan•12m ago•0 comments

Claude resets your limit too late, not anymore

https://github.com/claude-schwabe/schwabe
1•tesstuser•12m ago•0 comments

Why Code Review Feels Like a Trial (and What It Costs Your Team)

https://medium.com/@tbelbek/why-code-review-feels-like-a-trial-and-what-it-costs-your-team-52ba4c...
1•rdstrtwlkr•13m ago•0 comments

Efficient base editing & development in human embryos w/o chromosomal alteration

https://www.biorxiv.org/content/10.64898/2026.05.30.728989v1
1•goplayoutside•15m ago•0 comments

I Thought I Knew How Electrolysis Worked [video]

https://www.youtube.com/watch?v=eq7fR9ISuCw
1•tambourine_man•17m ago•0 comments

Show HN: Browse PC Parts on Amazon.com without distractions

https://findpcpart.com/products?category_key=cpu
1•findpcpart•20m ago•0 comments

Safe made easy: single ownership is (not) optional

https://ergeysay.me/safe-made-easy-pt1.html
1•fanf2•20m ago•0 comments

Show HN: Package Proxy

https://packageproxy.dev/
1•mslaviero•21m ago•0 comments

Department of Energy Celebrates First Advanced Reactor Criticality

https://www.energy.gov/articles/department-energy-celebrates-first-advanced-reactor-criticality
1•echelon•21m ago•0 comments

Unauthenticated RCE as Qsecofr via IBM i Management Central

https://blog.silentsignal.eu/2026/06/05/unauthenticated-rce-as-qsecofr-via-ibm-i-management-central/
1•dnet•22m ago•0 comments

Metro Siege Kickstarter Trailer [video]

https://www.youtube.com/watch?v=gZ7caW75ufY
1•doener•26m ago•0 comments

Show HN: A fast paced multiplication game with an international leaderboard

https://www.fastmathfacts.io/
1•squid-protocol•27m ago•0 comments

Do We Need Billionaires?

https://bjhess.com/posts/do-we-need-billionaires
9•speckx•27m ago•8 comments

Kagi Search, human connection, and why LLMs are not a good search replacement

https://www.alexselimov.com/posts/small_search_human_contact/
1•aselimov3•28m ago•0 comments

'I knew it was over for us': the bands who got left behind when punk exploded

https://www.theguardian.com/music/2026/jun/05/i-knew-it-was-over-for-us-the-bands-who-got-left-be...
2•6LLvveMx2koXfwn•28m ago•0 comments

Apple approves Poke as the first AI agent on Messages

https://twitter.com/interaction/status/2062575428213285352
1•lucamark•29m ago•0 comments

EU wants households to cut back electricity as industry, AI demand soars

https://www.eenews.net/articles/eu-wants-households-to-cut-back-electricity-as-industry-ai-demand...
1•geox•29m ago•1 comments

Component Party

https://component-party.dev/
1•doruk101•30m ago•0 comments

Tus: Open protocol for resumable uploads built on HTTP

https://tus.io/
1•ahamez•30m ago•0 comments

AI Data Centers Are Building a New Political Coalition

https://www.nytimes.com/video/us/100000010828227/how-ai-data-centers-are-building-a-new-political...
2•mrzool•33m ago•0 comments

The energy efficiency of agent networks

https://vdf.ai/white-papers/energy-efficiency-benchmark/
2•suhaselcuk•33m ago•1 comments
Open in hackernews

Show HN: Zeno – A framework for verifiable RL rewards (code, math, and more)

https://github.com/Think-a-Tron/zeno
2•Sai_Praneeth•1y ago
With TRL, it's now straightforward to RL-finetune LLMs, but picking good reward functions is still the weakest link.

Zeno is an open-source toolkit for verifiable, deterministic reward functions for RL on LLMs.

While the initial release focuses on Python code generation, the goal is broader: make RL reward design for LLMs transparent, modular, and extendable across domains (math, retrieval, reasoning, tool-use, etc.)

What's in Zeno for now? - Auditable, stateless reward functions for Python code - docstrings, ruff linting, type hints, recursion, and more - Works directly with Huggingface's TRL or any RL loop - plug reward functions in as needed. - MIT licensed and minimal.

Roadmap: Python code is just the starting point. Extensions for math problem solving, planning and agentic behaviors are in todo.

Repo: https://github.com/think-a-tron/zeno

Docs and more details in the README

Comments, critiques, and real-world use cases encouraged, especially if you want to push beyond code.