frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: I built a universal robot renderer in the browser

https://mechaverse.dev
1•victor_24•4m ago•0 comments

Tech Jack Dorsey launches a WhatsApp messaging rival built on Bluetooth

https://www.cnbc.com/2025/07/07/jack-dorsey-whatsapp-bluetooth.html
1•tirthbodawala•6m ago•0 comments

Ask HN: A new AGI safety plan created via Human-AI synergy. Seeking feedback

1•KarolBozejewicz•6m ago•0 comments

Lambda Query Language: Functional programming meets data querying for .NET

https://melbournedeveloper.github.io/DataProvider/#playground
1•bjarteaarmolund•8m ago•0 comments

The South Korean Collector Who Fell for Posters from Communist Poland

https://www.nytimes.com/2025/08/13/world/asia/polish-poster-collection-south-korea.html
2•danielam•11m ago•0 comments

Civilians Are Not Snitches

https://medium.com/luminasticity/civilians-are-not-snitches-58a85456dd75
1•bryanrasmussen•16m ago•0 comments

Show HN: A difference algorithm module for Go

https://github.com/znkr/diff
1•znkr•16m ago•0 comments

The IntelliJ Rust plugin for CLion is now free

https://www.jetbrains.com/rust/whatsnew/
2•elashri•19m ago•0 comments

Next-Gen AI Ad Video Generator for Social Ads

https://myadlibrary.com/ai-ad-generator
1•caohongyuan•20m ago•1 comments

Using PayPal for Steam purchases isn't currently an option in many countries

https://www.rockpapershotgun.com/valve-explain-why-using-paypal-for-steam-purchases-isnt-currently-an-option-in-a-whole-bunch-of-countries
1•croes•20m ago•0 comments

80% of Norwegian Public Sector to Use Chainsaws by End of Year, Government Says

https://eaj.no/posts/public-sector-chainsaws/
1•going_north•20m ago•0 comments

Show HN: Diffusion Tetris – All frames from a neural net, in-browser

https://github.com/Wimacs/diffusion_tetris
1•wimaxs•20m ago•0 comments

Show HN: Babami.app Talking to my grandma without shouting

https://www.babami.app
3•inchevd•21m ago•0 comments

GPT-5 Reasoning Effort (Juice): How much is used in the API vs ChatGPT

https://old.reddit.com/r/ChatGPTPro/comments/1mpnhjr/gpt5_reasoning_effort_juice_how_much_reasoning/
1•energy123•23m ago•0 comments

Is Solving the Plastic Problem a Moral Issue?

https://nautil.us/is-solving-the-plastic-problem-a-moral-issue-1231008/
1•elashri•24m ago•0 comments

A 16-Color Vim Color Scheme

https://hamvocke.com/blog/ansi-vim-color-scheme/
1•wonrax•25m ago•0 comments

Suetopia: Generative AI is a lawsuit waiting to happen to your business

https://www.theregister.com/2025/08/12/genai_lawsuit/
1•pseudolus•28m ago•0 comments

Show HN: NTP diag tool, as is Ping for ICMP

https://github.com/aguacero7/rkik
1•aguacero_7•33m ago•0 comments

'Impossible' Higgs boson measurement within reach, thanks to a detour

https://www.symmetrymagazine.org/article/impossible-higgs-boson-measurement-within-reach-thanks-to-a-detour?language_content_entity=und
1•elashri•35m ago•0 comments

KDE Gear 25.08 Released

https://kde.org/announcements/gear/25.08.0/
3•jrepinc•37m ago•0 comments

How Randomness Improves Algorithms?

https://www.quantamagazine.org/how-randomness-improves-algorithms-20230403/
1•kehiy•38m ago•0 comments

Notes on the Math of LLMs (PDF File Link)

https://drive.google.com/file/d/1hqrHAhZAoDpFsnp1G0fQrQ1SxFtrOhEp/view
1•arunaugustine•44m ago•0 comments

Ask HN: Do you use personal AI Agents?

2•kandros•45m ago•3 comments

GPT-5 isn't bad, it's broken [video]

https://www.youtube.com/watch?v=k68ie2GcEc4
2•razodactyl•50m ago•0 comments

Using sound to remember quantum information 30 times longer

https://phys.org/news/2025-08-quantum-longer.html
1•pseudolus•51m ago•0 comments

Home Assistant Connect ZWA-2

https://www.home-assistant.io/connect/zwa-2/
2•maciejw•52m ago•0 comments

Aglet: A game about tying knots

https://galactical.itch.io/aglet
1•jsejcksn•54m ago•1 comments

The plan for Linux after Torvalds has a kernel of truth: there isn't one

https://www.theregister.com/2025/08/14/the_plan_for_linux_after/
2•beardyw•1h ago•0 comments

Prexist – Find if your startup idea already exists out there!

https://prexist.pages.dev/
3•e33or-assasin•1h ago•5 comments

Looking for a European alternative to GitHub? Look no further than Git

http://mikhailian.mova.org/node/305
3•sam_lowry_•1h ago•0 comments
Open in hackernews

GPT-OSS-20B extracted to a base model without alignment

https://twitter.com/jxmnop/status/1955436067353502083
2•polyrand•2h ago

Comments

fallpeak•2h ago
While this is really neat work, it's not entirely accurate to describe this as a base model or unaligned. Instruct training does two things, broadly speaking: it teaches the model about this "assistant" character and how the assistant tends to respond, and it gives the model a strong prior that all prompts are part of just such a user/assistant conversation. GPT-OSS is notable both because the latter effect is incredibly strong (leading many to suspect that its training was very heavy on synthetic data) and because the assistant character it learned is especially sanctimonious.

This finetune seems to work by removing that default assumption that every prompt is a user/assistant chat, but the model still knows everything it was taught about the assistant persona, so inputs that remind it of a user/assistant chat will still tend to elicit the same responses as before.

NitpickLawyer•2h ago
This is not a base model, and it's not "extracted" anything. That's not how any of it works. This is a finetune that someone made, and used all the wrong names for it.