frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What does "playing politics" mean for software engineers?

https://www.seangoedecke.com/playing-politics/
2•mltvc•21s ago•0 comments

Python Is So Slow. Can Julia Solve the Two-Language Problem?

https://www.wired.com/story/python-is-so-slow-can-julia-solve-the-two-language-problem/
2•theanonymousone•35s ago•0 comments

Show HN: An AI Duolingo for your income goals

https://thrivez.io/thrivez-ai-mentor/
2•Fotis-Karmpas•1m ago•0 comments

How to Overengineer a Project with AI

https://www.pablols.com/posts/049_i_overengineered_a_website/
2•wanderdust•4m ago•0 comments

The SaaSpocalypse Maybe Ending, but SaaS Will Never Be the Same Again

https://www.forbes.com/sites/timkeary/2026/06/30/the-saaspocalypse-maybe-ending-but-saas-will-nev...
2•jruohonen•5m ago•0 comments

Show HN: I built a deterministic check for fabricated quotes in LLM output

https://github.com/pierreolivierbonin/verbatimeter
2•pobonin•6m ago•0 comments

At CERN, AI will drive future discoveries

https://www.swissinfo.ch/eng/research-frontiers/at-cern-ai-will-drive-future-discoveries/91723774
2•giuliomagnifico•8m ago•0 comments

Wonder Window

https://thekidshouldseethis.com/share/
2•smallerize•8m ago•0 comments

Germany set to restrict its Freedom of Information Act

https://www.dw.com/en/germany-freedom-of-information-act/a-77939695
3•robtherobber•10m ago•0 comments

ATProto for Distributed Systems Engineers

https://atproto.com/articles/atproto-for-distsys-engineers
1•typical182•10m ago•0 comments

How to stop Claude from saying load-bearing

https://jola.dev/posts/how-to-stop-claude-from-saying-load-bearing
9•shintoist•14m ago•3 comments

1B-cell multiplayer Minesweeper [Zig]

https://megasweeper.io/
2•nazavtra•15m ago•0 comments

Apophenia – Fable writes Firefall fan fiction

https://phulp.com/apophenia.html
2•binbag•18m ago•0 comments

Mathematics formula found on Maya wall rivals insights of ancient masters

https://www.nature.com/articles/d41586-026-02170-8
2•homarp•19m ago•0 comments

Scientists Calculated When the Last Plants on Earth Will Die

https://www.sciencealert.com/scientists-calculated-when-the-last-plants-on-earth-will-die
3•amichail•20m ago•0 comments

Culture doesn't eat strategy. Incentives do

https://reubs8.substack.com/p/culture-doesnt-eat-strategy-incentives
3•splitbrainhack•25m ago•0 comments

The Definition of Done

https://adi.bio/done
8•AdityaAnand1•26m ago•0 comments

Punch Yourself in the Face with Reality

https://adi.bio/reality
9•AdityaAnand1•26m ago•1 comments

N[act]-it – Constitutional Computation · Streamlit

https://nact-it-demo-bnfzskctcjvs2kcpb8ddfx.streamlit.app
4•Dabulamafu•26m ago•0 comments

Global smartphone shipments in Q2 hit lowest in 13 years on memory chip crunch

https://www.reuters.com/business/media-telecom/global-smartphone-shipments-second-quarter-hit-low...
3•giuliomagnifico•27m ago•0 comments

No Spanish Reading Crisis?

https://www.commonreader.co.uk/p/no-spanish-reading-crisis
3•jruohonen•28m ago•0 comments

Show HN: Tangent – learn the Glove80 ergonomic keyboard by typing HN headlines

https://tangent-trainer.pages.dev
4•mkirsten•29m ago•1 comments

Codex scraped the ICM website and discovered 2026 Fields Medal winner list

https://phemex.com/news/article/2026-fields-medal-winners-list-leaked-includes-two-peking-univers...
12•zaikunzhang•29m ago•0 comments

Indian startup builds motors without permanent magnets

https://www.indiatoday.in/technology/features/story/look-ma-no-magnets-how-an-indian-startup-is-u...
3•hiyer•31m ago•0 comments

Show HN: Running Win32/DirectX games in the browser via x86 emulation and WebGPU

https://bottleship.happydog.games/
5•jenissimo1•34m ago•1 comments

6status: IPv4/v6 dual stack status board

https://forge.sumit.im/djsumdog/6status
3•airhangerf15•35m ago•0 comments

Show HN: Beautiful QR Codes

https://scanwayy.com
17•janpmz•38m ago•10 comments

Codex starts encrypting prompts, uses ciphertext for inference instead

https://github.com/openai/codex/issues/28058
80•embedding-shape•38m ago•36 comments

The ChatGPT "Super App" Sort of Super Sucks

https://spyglass.org/chatgpt-gets-to-work/
4•ig0r0•39m ago•1 comments

Show HN: Planetary Facts – food and product impacts against the planet's limits

https://planetaryfacts.com
2•mikethemerry•40m ago•0 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.