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

Comments

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

Grammarly says it will stop using AI to clone experts without permission

https://www.theverge.com/ai-artificial-intelligence/893270/grammarly-ai-expert-review-disabled
1•cdrnsf•1m ago•0 comments

Doki: A document interface to make GenAI videos (Adobe Research)

https://twitter.com/liu_xingyu/status/2031802572139585653
1•liubruceme•1m ago•0 comments

TweetStyler – I built a tool to fix the X font problem

https://www.tweetstyler.com/
1•Rashka7•3m ago•1 comments

Touchscreen MacBook Pro OLED is coming with a 'new interface'

https://www.tomsguide.com/computing/macbooks/the-touchscreen-macbook-pro-oled-is-coming-with-a-ne...
1•walterbell•3m ago•0 comments

Esoteric EBB is an isometric, Disco-like, TTRPG-turned-CRPG with deep dialogs

https://esotericebb.com
2•doener•3m ago•0 comments

CRusTTY: A pedagogical C interpreter with time-travel debugging capabilities

https://github.com/aicheye/crustty
1•varun_ch•3m ago•0 comments

SigilJS – Runtime Types for JavaScript

https://github.com/antistructured/sigiljs
1•antistructured•5m ago•1 comments

The Vibe to Production Pipeline

https://bandarra.me/posts/vibe-to-production
1•andreban•7m ago•0 comments

The Evolution of Lego Sorting (2001)

https://news.lugnet.com/storage/?n=707
1•fifilura•7m ago•0 comments

Rails Testing on Autopilot: Building an Agent That Writes What Developers Won't

https://mistral.ai/news/rails-testing-on-autopilot-building-an-agent-that-writes-what-developers-...
1•pember•7m ago•0 comments

Distributed Python dataframes and machine learning with Livebook and Elixir

https://dashbit.co/blog/distributed-python-livebook
1•tosh•8m ago•0 comments

I emailed 70 consulting partners. No replies. What it taught me

https://willem720055.substack.com/p/i-emailed-70-consulting-partners
2•anqer•8m ago•1 comments

Hotpatching goes default in Windows Autopatch whether you like it or not

https://www.theregister.com/2026/03/11/microsoft_hotpatching/
3•Bender•9m ago•0 comments

ICO fines Police Scotland over data-sharing debacle in gross misconduct case

https://www.theregister.com/2026/03/11/ico_fines_police_scotland_over/
3•Bender•10m ago•0 comments

Autopen

https://en.wikipedia.org/wiki/Autopen
2•thunderbong•11m ago•0 comments

Idempotent Slices with Applications to Code-Size Reduction

https://arxiv.org/abs/2603.09726
1•matt_d•13m ago•0 comments

A Message to Our Customers

https://www.stryker.com/us/en/about/news/2026/a-message-to-our-customers-03-2026.html
3•LostMyLogin•14m ago•0 comments

Binance sues WSJ, panicked by gov't probes into sanctioned crypto transfers

https://arstechnica.com/tech-policy/2026/03/binance-sues-wsj-over-report-sparking-government-prob...
5•xoa•14m ago•0 comments

Is launching a product on here a thing

3•charliewehan10•15m ago•2 comments

Iran tells world to get ready for oil at $200 a barrel

https://www.reuters.com/world/middle-east/combatants-mideast-war-trade-more-air-strikes-iran-clam...
4•geox•16m ago•2 comments

Apple Studio Displays have 128 GB of storage

https://www.macrumors.com/2026/03/11/studio-display-internal-storage-128gb/
3•dabinat•17m ago•0 comments

Designing AI agents to resist prompt injection

https://openai.com/index/designing-agents-to-resist-prompt-injection
1•surprisetalk•17m ago•0 comments

Code reviews do find bugs

https://entropicthoughts.com/code-reviews-do-find-bugs
2•fanf2•19m ago•0 comments

Anthropic GAAP revenue only $5B -not $19B

https://www.reuters.com/commentary/breakingviews/anthropic-gives-lesson-ai-revenue-hallucination-...
2•GorbachevyChase•20m ago•0 comments

The Anthropocentric Blind Spot

https://langmodelle.substack.com/p/the-anthropocentric-blind-spot
2•datanality•21m ago•0 comments

Show HN: Hyper – A stupidly non-corporate voice AI app for IRL conversations

https://apps.apple.com/us/app/hyper-ai-for-real-talk/id6760206718
8•shainvs•22m ago•1 comments

//go:fix inline and the source-level inliner

https://go.dev/blog/inliner
2•commotionfever•22m ago•0 comments

Rust is slowly but surely eating PostgreSQL: Deep dive into Neon, and more

https://kerkour.com/rust-eating-postgres
3•amatheus•22m ago•0 comments

Industry reports point to potential farm waste energy boom amid federal scrutiny

https://www.thenewlede.org/2026/02/biogas-rng-farm-digester-potential/
1•PaulHoule•22m ago•0 comments

Guess I was wrong about Kubernetes. Blame geopolitics

https://www.robinosborne.co.uk/2026/03/10/guess-i-was-wrong-about-kubernetes-blame-geopolitics/
2•donutshop•23m ago•0 comments