frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How and why I attribute LLM-derived code

https://www.jvt.me/posts/2026/02/25/llm-attribute/
1•jamietanna•51s ago•0 comments

Accelerating AI research that accelerates AI research

https://modal.com/blog/accelerating-ai-research-case-study
1•tosh•1m ago•0 comments

Global Intelligence Crisis

https://www.citadelsecurities.com/news-and-insights/2026-global-intelligence-crisis/
1•markus_zhang•2m ago•0 comments

How to Stop a Dictator

https://www.vox.com/politics/479924/democracy-us-brazil-south-korea-poland-backsliding-resilience
1•amai•2m ago•0 comments

Agent System – 7 specialized AI agents that plan, build, verify, and ship code

https://github.com/boraoztunc/agent-system
1•kaizenb•3m ago•1 comments

Apple: Python bindings for access to the on-device Apple Intelligence model

https://github.com/apple/python-apple-fm-sdk
1•tosh•3m ago•0 comments

Show HN: Sidekick – See what your AI coding agents are doing

https://cesarandreslopez.github.io/sidekick-agent-hub/
1•cal_lopez•5m ago•0 comments

Lessons from running Debezium and Kafka at ~1k tables

1•heywalter•6m ago•0 comments

Plato Warned Us About ChatGPT (and Told Us What to Do About It)

https://www.templeton.org/news/plato-warned-us-about-chatgpt-and-told-us-what-to-do-about-it
1•agarttha•6m ago•0 comments

Google API Keys Weren't Secrets. But Then Gemini Changed the Rules

https://simonwillison.net/2026/Feb/26/google-api-keys/
1•speckx•8m ago•0 comments

Automated Generation of Background Music and Sound Effects

https://abagames.github.io/joys-of-small-game-development-en/procedural/sound.html
1•indigodaddy•9m ago•0 comments

Login Endpoint Is Leaking Information

https://federico.page/blog/your-login-endpoint-is-leaking-information/
1•guerra•10m ago•0 comments

Show HN: Zenshi – Google Search Console Dashboards

https://github.com/jakub-kalamarz/zenshi
1•jkalamarz•11m ago•0 comments

Charm v2: Major Updates for Bubble Tea, Lip Gloss, and Bubbles in Go UIs

https://charm.land/blog/v2/
1•birdculture•15m ago•0 comments

Agents can't code MCP apps: it's a Skill issue

https://alpic.ai/blog/agents-can-t-code-ai-apps-it%E2%80%99s-a-skill-issue
2•Eldodi•15m ago•0 comments

Lose Myself

https://www.eod.com/blog/2026/02/lose-myself/
2•interpol_p•17m ago•0 comments

Pigeons and Planes Has a Website Again

https://www.pigeonsandplanes.com/read/pigeons-and-planes-has-a-website-again
1•herbertl•18m ago•0 comments

I built a x86 CPU emulator in CSS (no JavaScript)

https://twitter.com/rebane2001/status/2026120879755628980
1•f-serif•21m ago•0 comments

Bandit a 32bit baremetal computer that runs Color Forth [video]

https://www.youtube.com/watch?v=HK0uAKkt0AE
1•phreda4•21m ago•0 comments

Show HN: QuicFuscate – HTTP/3 VPN transport with adaptive FEC and stealth modes

https://github.com/Christopher-Schulze/QuicFuscate
1•cschulze•22m ago•1 comments

Show HN: A tiny CLI tool for clearer Gov.uk-ish microcopy

https://github.com/sensecall/govuk-rewrite
1•sensecall•24m ago•0 comments

Show HN: SpecLock – Constraint enforcement for AI coding tools (Bolt.new, Claude

https://github.com/sgroy10/speclock
1•sgroy10•26m ago•0 comments

Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line

https://gitlab.com/here_forawhile/terminalphone
15•smalltorch•29m ago•1 comments

Show HN: Rust-reorder – a CLI tool for reordering top-level items in Rust source

https://github.com/umwelt-ai/rust-reorder
1•soletta•30m ago•0 comments

A set of beautiful KOReader patches

https://github.com/gennaro-tedesco/KOReader.patches
1•evergreengt•30m ago•0 comments

Every agent framework has the same bug – prompt decay. Here's a fix

https://gist.github.com/sigalovskinick/c6c88f235dc85be9ae40c4737538e8c6
1•nikolasi•32m ago•5 comments

Turn pull requests into guided walkthroughs

https://github.com/oddur/gnosis
2•gitnik•33m ago•0 comments

Ferguson's Law: Debt Service, Military Spending, & Fiscal Limits of Power (2025)

https://www.hoover.org/research/fergusons-law-debt-service-military-spending-and-fiscal-limits-power
1•SanjayMehta•37m ago•1 comments

Hubble spotted a 'dark galaxy' that's at least 99.9% dark matter

https://www.science.org/content/article/hubble-spotted-dark-galaxy-s-least-99-9-dark-matter
1•rbanffy•37m ago•0 comments

Why Mars Astronauts Need More Than Just Space Greenhouses

https://www.universetoday.com/articles/why-mars-astronauts-need-more-than-just-space-greenhouses
1•rbanffy•37m 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•9mo 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.