frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

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•12mo ago

Comments

kzawpl•12mo 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•12mo 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/

Runtime-Loaded Translations in Angular

https://medium.com/@tomasreznar/why-we-moved-from-angulars-static-aot-i18n-to-runtime-loaded-tran...
1•anianz•55s ago•0 comments

I sequenced my genome at home

https://iwantosequencemygenomeathome.com/
2•vikrum•1m ago•0 comments

Show HN: Sampletext.store/ We built a dumb web shop and we cannot look away

https://sampletext.store/
2•smrtfckrr•2m ago•0 comments

Show HN: Video as Code for Agents

https://github.com/zPy52/video-as-code-for-agents
2•dontoni•3m ago•0 comments

Show HN: I made a Chrome extension for sharing news article quotes as images

https://www.peekd.app/
3•herrj•4m ago•0 comments

Critical cPanel and WHM bug exploited as a zero-day, PoC now available

https://www.bleepingcomputer.com/news/security/critical-cpanel-and-whm-bug-exploited-as-a-zero-da...
3•Brajeshwar•4m ago•0 comments

Show HN: Hexlock – Replace PII in text with fake data that has the same format

https://github.com/ttarvis/hexlock
2•lemaudit•5m ago•0 comments

Show HN: Flocklist, minimalist graph-based task tracker

https://flocklist.app/?onboarding=true
3•ilqr_jb•5m ago•0 comments

An opinionated, interactive map of the open standards in the data world

https://www.data-landscape.com/
2•simonharrer•6m ago•0 comments

Show HN: Shuck – a fast shell linter written in Rust

https://github.com/ewhauser/shuck
3•ewhauser421•7m ago•0 comments

Ways in which GenAI has changed the way I write code so far

https://lengrand.fr/ways-in-which-genai-has-changed-my-coding-so-far/
2•speckx•9m ago•0 comments

FeurStagram: Open-source Android Instagram patched with distraction blocking

https://github.com/jean-voila/FeurStagram
2•jean-voila•10m ago•0 comments

How to make SSE token streams resumable, cancellable, and multi-device

https://zknill.io/posts/everyone-said-sse-token-streaming-was-easy/
2•zknill•10m ago•0 comments

PyTorch Lightning project quarantined by PyPI

https://pypi.org/project/lightning/
5•grepLeigh•11m ago•3 comments

Whose Trust Is It Anyway? Configuration Boundaries in AI Development Tools

3•kundanydv•12m ago•0 comments

Agents can now create Cloudflare accounts, buy domains, and deploy

https://blog.cloudflare.com/agents-stripe-projects/
2•thm•13m ago•0 comments

Show HN: Agent-relay – multi-agent workflows that learn from past runs

https://github.com/srijansk/agent-relay
2•srijanskt•13m ago•0 comments

Vinted Serves Personalised Search Autocomplete

https://vinted.engineering/2026/04/22/personalized-search-autocomplete/
1•debesyla•13m ago•0 comments

Show HN: Pyinc – a pull-based incremental query kernel for Python

https://github.com/Brumbelow/pyinc
1•brumbelow•14m ago•0 comments

Speed vs. stability: the divide between product and engineering

https://sofiakodar.github.io/posts/senseofurgency/
3•adunk•14m ago•0 comments

Try – a lightweight, generic retry library for Go with backoff and jitter

https://github.com/nodivbyzero/try
2•nodivbyzero•15m ago•0 comments

AssemblyAI launches Voice Agent API – an end-to-end voice agent pipeline

https://www.assemblyai.com/blog/introducing-our-voice-agent-api
1•martinschweiger•15m ago•0 comments

ChatGPT will tell you the truth after it stops mattering

https://thismightbetrue.substack.com/p/i-asked-chatgpt-who-its-protecting
2•BrendanNestor•18m ago•0 comments

Recovering 86-DOS from Paper

https://jscarsbrook.me/doshistory/
2•stephen-hill•19m ago•0 comments

Zed 1.0 is out – the end of Electron-based IDEs

https://medium.com/@arthurpro/zed-ide-is-1-0-and-the-electron-era-just-ended-d04c89b42e7b
3•arthurpro•19m ago•2 comments

Solar Eclipse Map

https://dojo.amcharts.com/solar-eclipses/
2•WillPostForFood•21m ago•1 comments

Japan Is Building Cardboard Suicide Drones

https://www.404media.co/japan-cardboard-drones-air-kamuy/
8•Brajeshwar•24m ago•0 comments

How Unicode Collation Works (2025)

https://www.theobeers.com/collation-for-dummies/
11•theobeers•26m ago•1 comments

Show HN: Give 9B model persistent suffering states and leave it alone overnight

https://ninjahawk.github.io/blog/posts/local-llm-psychological-states.html
1•ninjahawk1•29m ago•0 comments

A fully static Terraform registry

https://davidguerrero.fr/blog/fully-static-terraform-registry/
1•davguerrero•31m ago•1 comments