frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Keel – A conductor, not an agent loop

https://daneb.github.io/keel/
1•danebalia•9s ago•0 comments

Show HN: Doom Compiled into an LLM

https://github.com/physicsrob/torchwright_doom/
1•physicsrob•20s ago•0 comments

Dropbox Data Breach

1•hmate9•2m ago•0 comments

Pebble Index 01 sold as open-source, but proprietary

https://github.com/coredevices/mobileapp/issues/333
1•okso•2m ago•1 comments

Show HN: Terminal-browser – A real browser inside the terminal

https://github.com/zenbu-labs/terminal-browser
2•robpruzan•2m ago•0 comments

Show HN: Super CLI MARIO – a Mario clone for your terminal in zero-dependency Go

https://blog.daviey.com
1•Daviey•5m ago•0 comments

The Conglomerate Premium

https://hypersoren.xyz/posts/conglomerate-premium/
1•handfuloflight•7m ago•0 comments

South Korea opened bidding for a free, unlimited AI chatbot for all citizens

https://thenextweb.com/news/south-korea-free-ai-chatbot-all-citizens-domestic-models
3•quantisan•7m ago•0 comments

An offline code scanner with a Node.js network guard to block cloud leaks

https://simplebeacon.ai/
1•TJP88•7m ago•0 comments

Show HN: PopSQL and SeekWell were shutting down, so I built the replacement

https://saturnsql.com
2•infr88•8m ago•0 comments

RFM analysis: not all 64 R-F-M score combinations map to a segment

https://www.erathos.com/en/blog/rfm-analysis
1•gpaulbagetti•8m ago•0 comments

Pglogs

https://pglogs.dev/
1•handfuloflight•9m ago•0 comments

A Reactive JavaScript Framework

https://github.com/kwy404/Voodoo.js
1•kwy404•10m ago•2 comments

Hybrix Lab iOS App Is Officially Available on App Store

https://apps.apple.com/ca/app/hybrix-lab/id6770740997
1•nhannguyenkooln•10m ago•0 comments

Tim Cook's Last Day as CEO of Apple

https://twitter.com/tim_cook/status/2094448088199078236
1•skwasimin•12m ago•0 comments

AI hallucinations are infiltrating Australia's parliament

https://www.theguardian.com/australia-news/2026/sep/01/how-misinformation-ai-hallucinations-infil...
1•sbulaev•15m ago•0 comments

SpaceX designed an orbital Vera Rubin. Radiation comes next

https://thenewstack.io/spacex-nvidia-orbital-ai/
4•CrankyBear•16m ago•0 comments

Ask HN: Question regarding open source software

3•skwasimin•16m ago•0 comments

Bot Vs Bot (Philip K. Dicks Defenders and the search for work)

https://spiffworks.substack.com/p/bot-vs-bot
3•danfunk•17m ago•1 comments

Military leaders warn Hegseth against extending Iran war operations

https://www.washingtonpost.com/national-security/2026/08/30/military-leaders-warn-hegseth-against...
6•_djo_•20m ago•0 comments

Muse Code by Meta is out of Beta

https://dev.meta.ai/
4•obahareth•20m ago•1 comments

Monero Inflation Checker – FCMP++

https://www.reddit.com/r/Monero/comments/1w3hcos/monero_inflation_checker_fcmp/
3•Cider9986•22m ago•1 comments

Show HN: *Another* marketplace for returns, overstock, and second-life inventory

https://mintshelf.com/blog/mint-shelf-1-0-launch
3•potatopotaro•24m ago•0 comments

'Freakish Little Animals': Ferret Owners Gather to Celebrate Their Charms

https://www.nytimes.com/2026/08/31/us/ferret-buckeye-bash.html
2•fortran77•24m ago•1 comments

Nestflix

https://nestflix.fun/
3•l3x•25m ago•0 comments

How Does Quantum Mechanics Work?

https://explainers.blog/posts/how-does-quantum-mechanics-work/
1•worldvoyageur•30m ago•0 comments

How A Telescope Mirror Creates an Image [video]

https://www.youtube.com/watch?v=n5YpxFiJf7k
3•nativeit•33m ago•0 comments

TimesFM-3: zero-shot foundation model for multivariate forecasting

http://goog.gle/4x5WGpD
2•nateb2022•33m ago•1 comments

Sony, Warner sue Anthropic, alleging "blatant theft" of intellectual property

https://www.axios.com/2026/08/29/anthropic-sony-warner-music-copyright
5•cdrnsf•35m ago•0 comments

Mongodump Tasks Automate and Schedule MongoDB Backups

https://visualeaf.com/blog/mongodump-tasks-automate-and-schedule-mongodb-backups/
2•fan_drew•36m 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/