frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Eutetic: Codex for Data Scientist and Data Engineers

https://eutetic.com
1•FrancescoMassa•2m ago•1 comments

The worlds top cities for 2026 – and why they stand out

https://www.bbc.com/travel/article/20260923-the-worlds-top-cities-for-2026-and-why-they-stand-out
1•bookofjoe•2m ago•1 comments

Show HN: Hermes, Kokoro and Parakeet, behind a face you can talk to

https://memoe.app/
1•yisraelgottz•3m ago•0 comments

Show HN: Resume Claude Code subagents killed by a usage limit, don't redo them

https://github.com/error0702/agent-limit-retry
1•autorunfun•4m ago•0 comments

ask HN:Are we locking ourselves in the Google ecosystem?

1•KinetiNode•5m ago•3 comments

The most-cited vector DB benchmark is not publishing results from competitors

https://medium.com/@glitcher00/the-most-cited-vector-database-benchmark-is-not-publishing-results...
1•austin2020•5m ago•0 comments

Show HN: ContextDebt – finds code whose stated reason to exist has expired

https://github.com/ContextDebt/contextdebt
1•wittachai•6m ago•0 comments

Submersion AI Debuts Basin

https://submersion.ai/news/basin-cybergym-ranking/
1•Bluestein•7m ago•0 comments

AI Safety Is Mostly a Sex Cult in Berkeley

https://www.verysane.ai/p/ai-safety-is-mostly-a-sex-cult-in
5•martythemaniak•7m ago•0 comments

When to Use an LLM

https://extralongdivision.com/articles/when-to-use-an-llm/
1•extralongdivisi•9m ago•0 comments

Humans Are Reading Your ChatGPT Chats, Lawsuit Claims

https://openclassactions.com/lawsuits/privacy/openai-chatgpt-human-review-project-lily-class-acti...
2•nreece•9m ago•0 comments

Show HN: PreFlight – Local citation verifier and claim auditor for LaTeX

https://preflightai.tech/workbench
1•stackfrost•10m ago•0 comments

Show HN: PlaceCall (YC W26) – agentic API to call businesses and get things done

4•ymarkov•10m ago•0 comments

The Antennagate Q&A, which has never been available, has been posted today [video]

https://www.youtube.com/watch?v=BiN5ERktXz0
1•philistine•11m ago•0 comments

The Scene (2004–2006): Episode synopses of a warez drama told through IRC

https://github.com/skybohannon/thescene
1•crawforc3•11m ago•0 comments

Dynamic Abliteration: Non-Destructive Refusal Suppression via Engram Steering

https://blog.madhukaraphatak.in/non-destructive-refusal-supression-using-engram
2•phatak-dev•12m ago•0 comments

Unknown number of Texas voter registrations went unprocessed due to DPS error

https://www.votebeat.org/texas/2026/09/22/voter-registration-applications-unprocessed-dps-error/
3•hn_acker•14m ago•1 comments

"Not Conio but Compatible" Adapter for Atari ST Vbcc

https://retrogamecoders.com/atari-st-vbcc-c-not-conio/
1•ibobev•14m ago•0 comments

Unlocking parallel test-time scaling for long-horizon agents

https://blog.doubleword.ai/swe-bench-pro-64-deepseek-agents
1•ibobev•15m ago•0 comments

Bennett's Conjecture in Lean 4: Counter-Models of Spinoza's Propositions

https://arxiv.org/abs/2605.02331
1•wslh•15m ago•0 comments

Unfinished Business with 1-Bit Audio Chords

https://bumbershootsoft.wordpress.com/2026/09/19/unfinished-business-with-1-bit-audio-chords/
1•ibobev•16m ago•0 comments

Six months running my own trading system on a real account

https://romainfx.substack.com/p/six-months-running-my-own-trading
1•QSignalFX•16m ago•0 comments

Show HN: Sixup – IPv6 routing in one binary, replaces odhcp6c/radvd/odhcpd/ndppd

https://github.com/lqs/sixup
1•lqs_•16m ago•0 comments

Shakti

https://shakti.com/
1•merriman-xyz•16m ago•0 comments

Show HN: Griz`: a faster, more token efficient way to edit files

https://twitter.com/Douglance/status/2103115694074446258
1•douglaswlance•17m ago•0 comments

Is There a Monster in the Data Lake?

https://read.misalignedmag.com/is-there-a-monster-in-the-data-lake-93353e4ffd1c
1•lcubw•17m ago•1 comments

Orphanedfilms: Open-Source Movie Browser for the Internet Archive

https://archive-movie-browser.vercel.app/
1•toomuchtodo•19m ago•1 comments

Forging 1024-bit RSA signatures in nearly SNFS time [pdf]

https://eprint.iacr.org/2026/2131.pdf
1•int0x29•19m ago•0 comments

What are the odds that AI will affect the election?

1•hsnewman•20m ago•1 comments

Show HN: Panda Stretch, 1 minute stretches for who sit all day

https://panda-stretch.com/
1•lawChainHot•21m ago•0 comments
Open in hackernews

Jev Does Not Play Dice: 83% probability, 19% accuracy on a hidden fair die roll

https://kantahayashiai.github.io/posts/jev-does-not-play-dice/
4•kantahayashi•1h ago

Comments

kantahayashi•1h ago
Author here. I tested Jev with a fair die 400 times without telling it the die result. The true probability of face 1 is 1/6, but Jev always chose face 1 and the probability it returned was about 83%.

Code and data are here: https://github.com/KantaHayashiAI/jev-does-not-play-dice

Happy to answer questions!

__m•1h ago
why would you use ai for that though? how does that translate to other tasks?
kantahayashi•49m ago
I used a die as an example of problems whose answers can't be known at all, unlike problems with correct answers like MMLU questions. In a more practical test, a document said "30% risk" and Jev returned 5%. The point of the post is that Jev is weak at some kinds of tasks, so you should check the calibration for your own use case.
magicalhippo•12m ago
Maybe it watched Rosencrantz & Guildenstern Are Dead[1] once too many.

[1]: https://www.youtube.com/watch?v=C_TfdNAXOwE

verdverm•36m ago
saw this yesterday (when someone else posted your post), thanks for sharing such easy to understand cases which show Jev does not produce real world likelihoods for the choices

related, https://www.alexmolas.com/2026/09/23/jev-cant-be-calibrated....

kantahayashi•22m ago
Thanks! I'm really glad that you read my article.