frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SpaceX Pivots Away from Space

https://www.ft.com/content/0fd15797-ac89-4222-a4bb-03a6a1330f48
1•luke5441•30s ago•0 comments

AI for Creativity

https://twitter.com/jeffreykWNDR/status/2102774995315245469
1•tosh•11m ago•0 comments

Astra compressed 600Mb of audio into 20Kb

https://twitter.com/MatternJustus/status/2100706428684304892
2•newsuser•14m ago•0 comments

A Mass. lesbian bar required KN-95 masks. When rules changed, hell broke loose

https://www.bostonglobe.com/2026/09/22/magazine/greenfield-last-ditch-bar-backlash/
1•TMWNN•14m ago•1 comments

OpenAI $500 ProMax plan listed in API

1•GustavHartz•17m ago•0 comments

Musk – Official Trailer – Bleecker Street [video]

https://www.youtube.com/watch?v=eY_8SyndC10
1•vintagedave•19m ago•0 comments

Steppy Fox Browser Game

https://steppyfox.com/
2•fadilbeg•20m ago•0 comments

Legal AI Harvey's margins went from +50% to -50% in 6 months on frontier costs

https://finance.yahoo.com/technology/ai/articles/openai-anthropic-costs-push-more-160523322.html
1•joennlae•21m ago•2 comments

Show HN: IGViewer – Browse public Instagram profiles and stories anonymously

https://www.igrecent.com
1•sx2026•21m ago•0 comments

Real-Time AI Simplification (A2, B1, B2) of BBC World News Live

https://voicefrom.ai/restate/
1•BrandiATMuhkuh•23m ago•0 comments

My First Language Front End with MLIR

https://whereisalan.dev/blog/kaleidoscope-mlir-tutorial/
2•alankarmisra•23m ago•0 comments

Dutch governments builds alternative for Microsoft based on NixOS

https://www.dawo.community/en/
2•fjfaase•23m ago•0 comments

You Cry [video]

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

Your Language Model Is Already a Decision Model

https://github.com/ntlm1686/Your-language-model-is-already-a-decision-model/tree/master
3•ntlm1686•27m ago•0 comments

Dating a takeoff photo to the second using runway markings as a ruler

https://blog.spuria.app/writeups/angle-of-ascent-billund-klm-takeoff/
1•lost_•34m ago•1 comments

Show HN: Can an AI agent bypass a post-quantum signed authorization policy?

https://github.com/max-russo-com/MAX_AUTHORIZATION_SANDBOX
2•max-russo•34m ago•0 comments

Coming to terms with the end of the Falcon 9

https://www.thespacereview.com/article/5319/1
1•ssernikk•36m ago•0 comments

OpenAI prepares new $500/month Pro Max plan for ChatGPT

https://www.testingcatalog.com/openai-prepares-new-500-month-pro-max-plan-for-chatgpt/
4•yzydserd•38m ago•0 comments

Show HN: Foveon Lab – Compare Sigma Photo Pro Presets on Foveon X3F Files

https://github.com/biopoetic/foveon-lab
2•netless•41m ago•0 comments

Ask HN: Migrating personal email domain from Gmail to iCloud?

1•osener•42m ago•0 comments

Deep Fission ($FISN): A Money Pit

https://iceberg-research.com/2026/09/24/deep-fission-fisn-a-money-pit/
1•ViewTrick1002•43m ago•0 comments

Show HN: Tasket++ Simulate your Windows actions automatically-free and OS

https://apps.microsoft.com/detail/xp9cjlhwvxs49p?hl=en-US&gl=US
1•AmirHammoutene•44m ago•0 comments

Tesla 'FSD' sped in 55% of Brussels 30 km/h zones ahead of EU vote

https://electrek.co/2026/09/24/tesla-fsd-belgium-test-speeding-30-kmh-eu-vote/
4•BaudouinVH•49m ago•0 comments

Driver Misconduct in Last-Mile Delivery

https://arxiv.org/abs/2609.29080
1•50kIters•51m ago•0 comments

Quiet-guardrails: Claude Code manual mode, minus the nagging

https://github.com/SeanMcMillan/quiet-guardrails
1•northbridgedev•54m ago•0 comments

YC rejected it, so we're open-sourcing it

https://github.com/orangewood-co/inboundr
3•tushgaurav•56m ago•3 comments

The Subtle Art of Normalising Dystopia [video]

https://www.youtube.com/watch?v=aLPrNSFLb2U
2•dvrp•56m ago•0 comments

Amiga Screens: A Primer

https://www.datagubbe.se/amscr/
4•msephton•58m ago•0 comments

Implicit Neural Representations with Periodic Activation Functions (2020)

https://arxiv.org/abs/2006.09661
2•peter_d_sherman•1h ago•1 comments

F1 Start Timer

https://f1-start.jakearchibald.com/
1•tosh•1h 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.