frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Who is going to teach the junior developers?

https://blog.luap.info/who-is-going-to-teach-junior-developers.html
1•polote•41s ago•0 comments

Seed Game

https://seed.game/early-access
1•jackhalford•1m ago•0 comments

Show HN: Shielded Bitcoin – private payments on Bitcoin, proven in the browser

https://shielded.bitcoin.pe/
1•harshjv•1m ago•0 comments

Schools for the poor are not poor schools

https://www.economist.com/united-states/2026/09/24/schools-for-the-poor-are-not-poor-schools
1•andsoitis•2m ago•0 comments

My brother's new high rise apartment doesn't allow individual internet services

https://www.reddit.com/r/mildlyinfuriating/s/mQRDnpsNvs
2•nixass•2m ago•0 comments

Show HN: Billed – a one-time-purchase invoicing app (no subscription)

https://apps.microsoft.com/detail/9nbs6t5cjpdp?hl=en-US&gl=US
1•billed•4m ago•0 comments

Goetics: On Go as a Tool for Creative Expression [video]

https://www.youtube.com/watch?v=kTcoVUEmJ4I
1•caycep0llard•4m ago•0 comments

Ask HN: Have you read the Dune books by Frank Herbert?

1•roschdal•11m ago•1 comments

Nifty little macOS toolbar tool to track daily usage

https://github.com/shrivara/token-bar
1•Hasaber8•12m ago•0 comments

Ask HN: Why doesn't Apple provide Xcode 27's markdown editor as a separate app?

2•amichail•14m ago•4 comments

Blocking Your Adblocker. How to be an asshole, programmatically

https://medium.com/@vmsp/blocking-your-adblocker-967d1c6e48f2
1•birdculture•14m ago•0 comments

The world has a grounding problem

https://aclevername.substack.com/p/the-world-has-a-grounding-problem
2•utilityhotbar•15m ago•0 comments

The tiny island where Chinese mothers travel to give birth to American babies

https://www.telegraph.co.uk/us/news/2026/09/26/saipan-birth-tourism-us-citizens/
1•cwwc•15m ago•0 comments

AMD Takes the Lid Off of Next-Gen EPYC 9006 Venice as Zen 6 Comes to Servers

https://www.servethehome.com/amd-takes-the-lid-off-of-next-gen-epyc-9006-venice-as-zen-6-comes-to...
2•rbanffy•16m ago•0 comments

Show HN: OrbitalNote – A modern desktop orgmode editor with calendar and agenda

https://orbitalnote.org/
1•mannders•22m ago•0 comments

C64 MERCENARY (1985): a novel exploit bug at the start of the game

https://gamesexplained.com/c64/mercenary/
1•a1r•24m ago•1 comments

I built my daughter a custom alarm clock because everything on Amazon sucked

https://reclaimtheday.substack.com/p/i-built-my-daughter-a-custom-smart
5•pneedleman•26m ago•3 comments

A4 paper format / International standard paper sizes (2025)

https://www.cl.cam.ac.uk/~mgk25/iso-paper.html
2•Tomte•28m ago•0 comments

Creating applications using the drag-and-drop is a pleasure

https://nimoxi.com/spikeui/
1•Caronte3D•32m ago•0 comments

ThePrimeagen Joins Omarchy

https://omarchy.org/news/2026/09/theprimeagen-joins-omarchy-core/
3•mellosouls•33m ago•0 comments

You don't need Jev for good emoji search

https://maxleiter.com/blog/embedding-emoji-search
1•MaxLeiter•39m ago•0 comments

How Accurate Have AI Progress Forecasts Been So Far?

https://forecastingresearch.substack.com/p/ai-progress-forecasts-accuracy
2•gmays•40m ago•1 comments

Show HN: Rig, a small operating system for your agent

https://tryrig.ai/
1•mrsirg•41m ago•0 comments

Playing with the language modeling abilities of gzip

https://dreamstation.systems/personal/gzipt.html
2•robinpie•41m ago•1 comments

Talon – hands-free computer control

https://talonvoice.com/
2•gregsadetsky•42m ago•0 comments

HomeBody: A Humanoid That Explores, Remembers, and Acts on Its Own

https://tml.stanford.edu/homebody/
4•famouswaffles•43m ago•0 comments

Tell-Tale (Sailing)

https://en.wikipedia.org/wiki/Tell-tale_(sailing)
1•smalltorch•44m ago•0 comments

Bitget blames North Korea for $387.5M crypto wallet raid

https://www.theregister.com/cyber-crime/2026/09/25/bitget-blames-north-korea-for-3875m-crypto-wal...
3•ilamont•44m ago•0 comments

Scientists burned their own scrolls to unlock a 2k-year-old myster

https://www.sciencedaily.com/releases/2026/09/260925005414.htm
2•Eridanus2•45m ago•0 comments

Coltrane's Shadow

https://www.tabletmag.com/sections/arts-letters/articles/coltranes-shadow-tiberi-tapes
1•tintinnabula•45m ago•0 comments
Open in hackernews

"A milion token context" Big AI says. But the model is accurate for 2-4K tokens

https://unagent.eu/2025/04/22/misleading-promises-of-long-context-llm/
2•kzawpl•1y ago

Comments

kzawpl•1y ago
Over last two years there were claims of better long context capabilities for LLM, but that is often tested on exact text search. New benchmark called NoLiMa shows that long context capability of LLM is still poor, if you want LLM to perform some abstraction and reasoning.
vessenes•1y ago
Meh. NoLima is helpful, in that it shows what we all "feel" working with models -- there's a marked dropoff in accuracy and intelligence as we get past 4-32k of context, depending on the model.

But, it seems unreasonable to be super worried about this -- a year or two ago, models couldn't easily find needles in haystacks of long context. As training and test strategies delivered trainable content, this became a thing that could be done perfectly across millions of tokens of context. There has not been a good way to incentivize models to do anything more but remember locations yet.

We are (mostly) paying the full costs of attending to the entire context in current architectures, and it seems pretty reasonable that we will therefore be able to train those architectures to more fully attend across context if we get the right training data into (ideally) an RL loop.

NoLima is an okay test, but I think the most recent OpenAI tests are significantly better and quite interesting; OpenAI-MRCR and Graphwalks are both super smart ideas about how to programmatically generate data that is easy to evaluate and forces better cross context attention.

From their 4.1 announcement: Graphwalks fills the context window with a directed graph composed of hexadecimal hashes, and then asks the model to perform a breadth-first search (BFS) starting from a random node in the graph. We then ask it to return all nodes at a certain depth.

MRCR asks for direct quotes at semantically identified locations in the text, e.g. poems about tapirs, bears and ballerinas, as well as stories about tapirs, bears and ballerinas are generated, perhaps fifty each. The system is asked "give me the third poem about tapirs". This requires counting, conceptual attention, and also distinguishing between stories and poems.

They only test their own models on MRCR for the benchmark graph, but it's still worth reviewing: the accuracy curves are super interesting. https://openai.com/index/gpt-4-1/