frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I built a compute cluster managed from a single Git repository

https://blog.haschek.at/2025/ultimate-raspberry-pi-gitops-cluster.html
1•geek_at•34s ago•0 comments

Trump in Epstein meltdown as controversial GOP lawmaker rushed to Situation Room

https://www.dailymail.co.uk/news/article-15285297/Trump-Epstein-meltdown-glamorous-GOP-lawmaker-r...
1•Bender•1m ago•0 comments

Sudo-Rs Affected by Multiple Security Vulnerabilities

https://www.phoronix.com/news/sudo-rs-security-ubuntu-25.10
1•wahern•3m ago•0 comments

Ask HN: Would you use an app that lets you sell/delegate your shareholder votes?

1•vinny380•3m ago•0 comments

Tickets to Commits: What IT Work Taught Me About Writing Code

https://spin.atomicobject.com/it-work-writing-code/
1•philk10•3m ago•0 comments

Android Developer Verification Discourse

https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6
1•flykespice•3m ago•0 comments

Ditch your (mut)ex, you deserve better

https://chrispenner.ca/posts/mutexes
1•ibobev•3m ago•0 comments

Could the internet go offline? The fragile system holding the world together

https://www.theguardian.com/technology/2025/oct/26/internet-infrastructure-fragile-system-holding...
1•edward•4m ago•0 comments

Building Feature Flags System: From Simple Toggles to Complex Rules

https://skoredin.pro/blog/golang/feature-flags-system
1•ibobev•4m ago•0 comments

How much does it cost to make a video game?

https://hushcrasher.substack.com/p/how-much-does-it-cost-to-make-a-video
1•superMayo•4m ago•0 comments

Common Ground Between AI 2027 and AI as Normal Technology

https://asteriskmag.substack.com/p/common-ground-between-ai-2027-and
1•cjbarber•4m ago•0 comments

Sass: The CSS Preprocessor That Survived the Apocalypse

https://en.andros.dev/blog/e9ded1a5/sass-the-css-preprocessor-that-survived-the-apocalypse/
1•ibobev•4m ago•0 comments

You're posting too fast. Please slow down. Thanks

https://www.meta.com/
1•STUPIDREPLYS•5m ago•0 comments

Zen and the Art of Motorcycle Maintenance and Generative AI

https://bersas.substack.com/p/zen-and-the-dance-of-generative-ai
1•elog08•6m ago•0 comments

Toyota opens the doors to its first EV battery plant in the US

https://electrek.co/2025/11/12/toyota-opens-first-ev-battery-plant-in-the-us/
1•breve•9m ago•0 comments

Show HN: SecurVO – Compliance management for service businesses

https://securVO.com
1•AaronKushner•9m ago•0 comments

Nextcloud to invest €250M euros until 2030

https://nextcloud.com/blog/nextcloud-community-sovereignty-for-everyone/
1•doener•10m ago•0 comments

Pool tables in NYC – every spot, mapped

https://pooltables.nyc/
1•Amorymeltzer•11m ago•0 comments

A Carnivorous 'Death Ball' Has Emerged from the Deep

https://www.popularmechanics.com/science/animals/a69234817/carnivorous-death-ball/
1•Amorymeltzer•12m ago•0 comments

How many of you have lost money due to choosing the wrong AI model?

https://architectgbt.com
1•pbopps•14m ago•1 comments

Miro: MultI-Reward cOnditioned pretraining improves T2I quality and efficiency

https://arxiv.org/abs/2510.25897
1•PaulHoule•18m ago•0 comments

What's New in Flutter 3.38

https://blog.flutter.dev/whats-new-in-flutter-3-38-3f7b258f7228
3•mdhb•18m ago•0 comments

What I learned about work and life from distance running

https://the-nerve-blog.ghost.io/learning-from-running/
2•mprast•19m ago•0 comments

Ask HN: Wouldn't it be much easier if you compress all env vars into one?

1•crowdyriver•19m ago•1 comments

Announcing Dart 3.10

https://blog.dart.dev/announcing-dart-3-10-ea8b952b6088
1•mdhb•20m ago•0 comments

Error

https://www.theguardian.com/australia-news/2025/oct/02/at-least-29-americans-have-sought-asylum-i...
1•KnuthIsGod•20m ago•0 comments

Show HN: ChatExport Structurer – parse ChatGPT/Claude exports into queryable SQL

https://github.com/1ch1n/chat-export-structurer
2•chan1•21m ago•0 comments

StutterZero: Speech Conversion for Stuttering Transcription and Correction

https://arxiv.org/abs/2510.18938
1•e_iris•23m ago•0 comments

Which Sam Altman era are you building your AI startup in?

1•Loki4794•23m ago•1 comments

Google Paid Out $458,000 at Live Hacking Event

https://www.securityweek.com/google-paid-out-458000-at-live-hacking-event/
1•Bender•26m ago•0 comments
Open in hackernews

LLM Output Drift in Financial Workflows: Validation and Mitigation (arXiv)

https://arxiv.org/abs/2511.07585
12•raffisk•1h ago

Comments

raffisk•1h ago
Empirical study on LLM output consistency in regulated financial tasks (RAG, JSON, SQL). Governance focus: Smaller models (Qwen2.5-7B, Granite-3-8B) hit 100% determinism at T=0.0, passing audits (FSB/BIS/CFTC), vs. larger like GPT-OSS-120B at 12.5%. Gaps are huge (87.5%, p<0.0001, n=16) and survive multiple-testing corrections.

Caveat: Measures reproducibility (edit distance), not full accuracy—determinism is necessary for compliance but needs semantic checks (e.g., embeddings to ground truth). Includes harness, invariants (±5%), and attestation.

Thoughts on inverse size-reliability? Planning follow-up with accuracy metrics vs. just repro.

colechristensen•26m ago
Outputs not being deterministic with temperature = 0 doesn't match my understanding of what "temperature" meant, I thought the definition of T=0 was determinism.

Is this perhaps inference implementation details somehow introducing randomness?

kakugawa•14m ago
Defeating Nondeterminism in LLM Inference

https://news.ycombinator.com/item?id=45200925

https://thinkingmachines.ai/blog/defeating-nondeterminism-in...

> As it turns out, our request’s output does depend on the parallel user requests. Not because we’re somehow leaking information across batches — instead, it’s because our forward pass lacks “batch invariance”, causing our request’s output to depend on the batch size of our forward pass.

tl;dr: the way inference is batched introduces non-determinism.

doctorpangloss•12m ago
“Determinism is necessary for compliance”

Says who?

The stuff you comply with changes in real time. How’s that for determinism?

measurablefunc•1h ago
This is b/c these things are Markov chains. You can not expect consistent results & outputs.