frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: No Path from Techie to Management?

1•seeking_gruntle•22s ago•0 comments

Bun v1.4 [video]

https://www.youtube.com/watch?v=i38DgEuaJwM
1•tosh•24s ago•0 comments

KDE Gear 26.08 Released

https://kde.org/announcements/gear/26.08.0/
1•DemiGuru•2m ago•0 comments

Launch HN: Vendo (YC S26) – Let users build features on top of your product

https://github.com/runvendo/vendo
1•yousefh409•2m ago•0 comments

Crash of 1987: Leo Melamed and the delayed wire

https://leomelamed.com/essays/88-test.htm
1•highfrequency•3m ago•0 comments

Ask HN: Is AI the New Spreadsheet?

2•Gshaheen•6m ago•1 comments

Aovancy – Sell digital products from your own storefront (7.5% fee)

https://aovancy.com
2•felipeeeewee•6m ago•0 comments

Clean up Claude 5's token vomit with a separate LLM

https://github.com/zachahn/vomit
2•Bluestein•6m ago•0 comments

Silent data corruption in blockchain indexing: 8 times it looked like success

https://github.com/yaojin0609/erc-8004-liveness/blob/main/docs/silent-data-corruption.en.md
2•yaojin0609•7m ago•0 comments

How I Became a Subaru Socialist

https://www.newyorker.com/news/fault-lines/how-i-became-a-subaru-socialist
2•rbanffy•8m ago•0 comments

UC Berkeley professor admits to using AI to edit op-ed on students' math skills

https://www.theguardian.com/us-news/2026/aug/19/uc-berkeley-professor-ai
3•Brajeshwar•9m ago•2 comments

Liquid Death X Garage Beer X Jason Kelce Want Your Pee [video]

https://www.youtube.com/watch?v=r9OhekhlZ9Y
2•cdrnsf•11m ago•1 comments

A Planet Position Widget

https://leancrew.com/all-this/2026/08/a-planet-position-widget/
1•surprisetalk•11m ago•0 comments

What Is a Harness?

https://earendil.com/posts/what-is-a-harness/
1•agentdev001•13m ago•0 comments

TypeScript: Migrate Repo to TypeScript 7

https://bsky.app/profile/jakebailey.dev/post/3mthxo7mfqc24
2•mariuz•13m ago•0 comments

How to build fast and responsive agentic (coding) UIs

https://medium.com/@polyglot_factotum/how-to-build-fast-and-responsive-agentic-coding-uis-8fd37f3...
1•polyglotfacto•14m ago•0 comments

Great Tech Has to Be Scary, by Oscar Oro

https://docs.google.com/document/d/1uLznZWY_pf6Z-NfYU0dNivZ7f_wZZtky5SJZp7KY_A4/edit?tab=t.0
1•OSCAR-ORO•14m ago•2 comments

My Graphene OS Phone Is Now Also a Laptop

https://reddit.com/r/GrapheneOS/comments/1stlayj/my_graphene_os_phone_is_now_also_a_laptop/
1•Cider9986•14m ago•0 comments

Ask HN: Do you automate your prospection or doing hand made?

1•mathieu_aithos•14m ago•0 comments

Deterministic, tenant-scoped resolution of company jargon to canonical entities

https://github.com/bmeunier1974/lexiqr
1•bmeunier1974•16m ago•0 comments

Hunting a delayed deadlock that hid for two years in a tiered Bazel cache

https://namespace.so/blog/hunting-a-two-year-old-deadlock
1•guergabo•20m ago•0 comments

There are two kinds of theorems

https://blog.plover.com/2026/08/11/#two-kinds-of-theorems
2•ColinWright•21m ago•0 comments

How to fix Claude 5's token vomit

https://zachahn.com/posts/1787191554
2•speckx•21m ago•0 comments

Ways Research Teams Fail

https://antithesis.com/blog/2026/ways-research-teams-fail/
1•wwilson•21m ago•0 comments

Beautiful, Irrelevant Things: The Efficiency Era Ends the Way ZIRP Began

https://jamesjboyer.substack.com/p/beautiful-irrelevant-things
1•aesthetics1•22m ago•0 comments

Salmonella Is Everywhere

https://www.wired.com/story/salmonella-is-everywhere/
1•Brajeshwar•22m ago•0 comments

SanDisk Tapes Out Its First HBF Memory Die, Targets 2027 for Product Samples

https://www.storagereview.com/news/sandisk-tapes-out-its-first-hbf-memory-die-targets-2027-for-in...
1•rbanffy•22m ago•0 comments

Show HN: Sci-Trust – Compare trust among researchers based on their citations

https://science.uptrusthq.com/
3•folktheory•22m ago•1 comments

Meta's Trial Adds a Trillion-Dollar Risk to Its Struggling Stock

https://news.bloomberglaw.com/litigation/metas-trial-adds-a-trillion-dollar-risk-to-its-strugglin...
1•1vuio0pswjnm7•25m ago•0 comments

Anti-AI fonts are useless and harmful

https://blog.yaros.ae/anti-ai-fonts-are-useless-and-harmful/
2•speckx•25m 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.