frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sell Your AI Skills?

https://capabase.ai/learn/sell-your-ai-skills
1•trebuh•50s ago•0 comments

Kimi K3's Design Secret May Be in Its Thinking Traces

https://notes.designarena.ai/kimi-k3s-design-secret-may-be-in-its-thinking-traces/
1•gmays•1m ago•0 comments

Show HN: Generate, Version and Host your resumé all via GitHub

https://github.com/sadigaxund/git-resume
1•sakhund•2m ago•0 comments

Largest battery storage in Germany set for partial commissioning

https://www.heise.de/en/news/Largest-battery-storage-in-Germany-set-for-partial-commissioning-113...
2•doener•4m ago•0 comments

Babe32 – Barely Adequate Browser ESP32

https://github.com/alunmorris/babe32-ESP32-web-browser-for-cheap-black-display
1•iamnothere•10m ago•1 comments

If you need plausible deniability, avoid devices that use wear-leveling

https://twitter.com/GrapheneOS/status/2082576645215412651
1•Cider9986•11m ago•1 comments

Meta shares drop on falling profits and weak sales forecast

https://www.ft.com/content/06d941ed-8136-46a4-a2ec-44bea1b35c3b
2•petethomas•12m ago•0 comments

The Pedagogy Behind the Studio

https://gail.wharton.upenn.edu/gen-ai-studio/the-generative-ai-studio-pedagogy/
2•ray__•13m ago•0 comments

The bond market to Kevin Warsh: What are you doing about inflation?

https://www.cnn.com/2026/07/29/business/bond-yields-fed-warsh
2•mapping365•16m ago•1 comments

Create multi-model coding workflows with Maestro

https://maestro-build.vercel.app/
2•Entropnt•17m ago•0 comments

US DOE to Convert Uranium Enrichment Facility into Data Center Campus

https://www.energy.gov/articles/energy-department-announces-partnership-expand-reliable-affordabl...
4•leecoursey•17m ago•3 comments

C++ float-to-int conversion can be undefined behavior

https://kttnr.net/blog/cpp-float-to-int-conversion-undefined-behavior/
3•Quentak•18m ago•0 comments

My Brain-Breaking Trick to Quit Using Facebook

https://tedium.co/2026/07/27/facebook-home-row-keyboard-trick/
2•latexr•24m ago•0 comments

TrophyLab – Shared space for enemy weapons research

https://trophylab.mod.gov.ua/en/
3•sebastian_z•30m ago•0 comments

How to get more coding productivity with LLMs

3•DaveParkCity•34m ago•0 comments

Gangstalking = "breaking hidden rules" = "Ignorance of the law is no excuse."

2•VitaSetLLC•35m ago•0 comments

LLMs and Xfwl4

https://www.spurint.org/journal/2026/07/llms-and-xfwl4
2•Gualdrapo•38m ago•0 comments

FCC: Ban on Foreign-Made Robots Includes Robot Vacuums

https://www.pcmag.com/news/fcc-ban-on-foreign-made-robots-includes-robot-vacuums
11•dataneedscoffee•38m ago•0 comments

Remove watermarks and free pdf tools

https://www.removewatermarks.net/
2•adgine•39m ago•0 comments

Engineering a plant-derived nanofoundry to power mammalian cells

https://www.cell.com/cell/abstract/S0092-8674(26)00518-0
2•maxall4•40m ago•0 comments

From Academic Research to a Frontier LLM: A Case Study in DPO [video]

https://www.youtube.com/watch?v=rhA7pLVt4E0
2•erichocean•42m ago•0 comments

Companies' Handling of Users Privacy Rights Spurs States' Probe (2025)

https://news.bloomberglaw.com/privacy-and-data-security/companies-handling-of-users-privacy-right...
3•1vuio0pswjnm7•43m ago•0 comments

The Productivity Mirage

https://frantic.im/mirage/
6•msephton•44m ago•0 comments

We Can Spend $50B a Year Effectively

https://www.cgdev.org/blog/we-can-spend-50-billion-year-effectively
2•alphabetatango•45m ago•0 comments

Lyricsfile is a YAML-based format for lyrics

https://lrclib.net/lyricsfile
2•coolcoder613•46m ago•0 comments

Sentinel – opens a PR to fix Stripe breaking changes before they land

https://github.com/rtsdque/sentinel
2•rtsdque•46m ago•0 comments

We're giving 100k academic researchers free access to our frontier models [video]

https://www.youtube.com/watch?v=MLehRytu9Zo
2•bryan0•47m ago•0 comments

Software Applications Inc

https://software.inc
2•audreyfei•52m ago•0 comments

OpenDerm – Open-source robotic 3D skin imaging

https://openderm.github.io/
4•avyfain•53m ago•0 comments

What's Going On – R/Anthropic

https://www.reddit.com/r/Anthropic/comments/1v8t9v0/whats_going_on/
6•obilgic•53m 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.