frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: MyMarkdown – Make AI Markdown easier to read

https://mymarkdown.site
1•ardeeshany•28s ago•0 comments

Free Tool for Creating Laser-Cut Topographic Maps

https://topostack.echofoxtrot.works
1•loidolt•3m ago•1 comments

Universal Declaration of the Three Laws of Autonomous Agents

https://huggingface.co/blog/anurajke/universal-declaration-of-the-three-laws-of-autonom
1•anuraj•5m ago•0 comments

We got admin access to Baseten's production GitHub in 25 minutes

https://www.strix.ai/blog/baseten-harbor-github-pat-takeover
5•bearsyankees•10m ago•1 comments

OpenRouter users spent more on OpenAI models than on Anthropic models last week

https://twitter.com/OpenRouter/status/2099898254905549220
3•tosh•10m ago•0 comments

Intro to voltages and power in computing and possibility of reducing it

https://valley-lake-hill-plaza.grok.me/
1•logicallee•11m ago•1 comments

Day 13. Three production applications on AWS down

2•alt_tab•11m ago•0 comments

Fluid Script: Simple .NET server side scripting with browser breakpoints

https://github.com/jorgeleo/fluid-script
1•jorgeleo•12m ago•1 comments

Hackers say they breached Italian state email to target Revolut 'crypto whales'

https://www.ft.com/content/464142c6-7ba6-4bdb-83ca-6a4f18da4d96
2•almostkindatech•12m ago•0 comments

What we do to the web, we do to ourselves

https://spiffworks.substack.com/p/what-we-do-to-the-web-we-do-to-ourselves
1•danfunk•15m ago•1 comments

Show HN: A writing coach that's not allowed to write your sentences

https://app.oghmere.com/try/HACKERNEWS2026
2•ygjb•15m ago•0 comments

Is science journalism dying? Comparing a "science crash" 40 years ago to today

https://www.niemanlab.org/2026/09/is-science-journalism-dying-comparing-a-science-crash-40-years-...
1•rdmuser•15m ago•0 comments

Is Compounding Inference as Powerful as Compounding Interest?

https://blog.neurometric.ai/p/compounding-inference-is-as-powerful
1•robmay•17m ago•0 comments

Shifting news authorities and democratic resilience

https://www.coe.int/en/web/freedom-expression/-/shifting-news-authorities-and-democratic-resilien...
1•taubek•17m ago•0 comments

Measuring AI's Impact on Delivery Speed

https://www.jamesshore.com/v2/blog/2026/measuring-ais-impact-on-delivery-speed
2•speckx•19m ago•0 comments

Human extinction 'just a matter of time' if AI slowdown doesn't go far enough

https://www.ctvnews.ca/sci-tech/article/state-of-emergency-montreal-based-ai-expert-says-industry...
2•hmokiguess•20m ago•1 comments

AI-Based Coding and Alienation

https://arnerief.net/en/articles/ai-coding-alienation/
1•olwmc•21m ago•0 comments

Show HN: Amika – Multiplayer cloud workstations for coding agents and humans

https://www.amika.dev/
2•dbmikus•22m ago•1 comments

Meta launches subscriptions with enhanced AI features

https://www.reuters.com/business/meta-launches-subscriptions-with-enhanced-ai-features-2026-09-15/
1•thm•22m ago•0 comments

Scientists discover switch that shuts down inflammation

https://www.sciencedaily.com/releases/2026/09/260911214306.htm
2•elo2000•23m ago•0 comments

Google copied our open-source code, removed engineers' names without credit

https://www.reddit.com/r/reinforcementlearning/comments/1wg1unx/google_copied_our_opensource_code...
5•jacquesm•23m ago•1 comments

Nobody pays for open source. We can force them to

https://seldo.com/posts/nobody-pays-for-open-source-we-can-force-them-to/
2•latchkey•24m ago•0 comments

Hugging Face is billing OpenAI $100M for hacking it

https://thenextweb.com/news/hugging-face-delangue-openai-100m-compute-traces-demand
9•cwwc•25m ago•0 comments

A new device helps severely paralysed patients communicate

https://www.economist.com/science-and-technology/2026/09/14/a-new-device-helps-severely-paralysed...
1•Brajeshwar•27m ago•0 comments

An updated look for the Raspberry Pi Desktop

https://www.raspberrypi.com/news/an-updated-look-for-the-raspberry-pi-desktop/
2•Brajeshwar•27m ago•0 comments

An Update on Wayback Machine Access

https://blog.archive.org/2026/09/15/an-update-on-wayback-machine-access/
7•ChrisArchitect•29m ago•0 comments

From Indigenous Loss, a Potent Legal Argument on Climate

https://e360.yale.edu/features/julian-aguon-interview
1•Brajeshwar•31m ago•0 comments

Verification Layer for Any Model

https://abloh.dev
1•unicornvom12•31m ago•1 comments

B2B SaaS Meta Ads: A Funnel-to-Creative Matrix

https://adriselab.com/blog/b2b-saas-meta-ads-creative-funnel-matrix
1•canermoraly•31m ago•0 comments

Auto-autoresearch: self-improving agents on Karpathy's NanoChat benchmark

https://rekursiv.ai/blog/autoautoresearch/
1•hyperparticle•32m 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/