frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Social Listening for Agents

https://sociallisteningapi.com/
1•shash7•5m ago•1 comments

Teen drops lawsuit against Meta, Google, and Snap ahead of trial

https://www.msn.com/en-us/news/world/us-teen-drops-lawsuit-against-meta-google-and-snap-ahead-of-...
1•anigbrowl•7m ago•0 comments

Show HN: Argentic – An L402 Lightning toll booth for AI scraping agents

https://Argentic.network
1•Ag0146•10m ago•0 comments

AI CMS with WebMCP tools for agents in admin panel

https://aliothpress.com/cms-for-ai-agents-webmcp-built-in
1•nikariguel•14m ago•0 comments

The /Wayfinder Skill: Navigating the "Fog of War" of Planning

https://www.latent.space/p/wayfinder-skill
1•swyx•15m ago•0 comments

First giant tuna caught off Yorkshire since 1960s

https://www.bbc.com/news/articles/c9w04005veqo
2•teleforce•18m ago•0 comments

Robot Comment Classifier

https://entropicthoughts.com/ai-comment-classifier
2•kqr•18m ago•0 comments

Repository Is Your Swarm

https://nicktrevino.com/your-repository-is-your-swarm.html
1•Hyperlisk•24m ago•0 comments

Open Sourcing the YC Application

https://metorial.com/blog/open-sourcing-the-yc-application
1•LYFMail•26m ago•0 comments

Hilbert Curve

https://en.wikipedia.org/wiki/Hilbert_curve
3•pykello•28m ago•0 comments

Why Do We Feed Wildlife?

https://thetyee.ca/News/2026/08/20/Why-Do-We-Feed-Wildlife/
3•wertyk•31m ago•0 comments

Schooling Has a Meaning Crisis. Paradoxically, AI Can Help

https://blog.comini.in/p/schooling-has-a-meaning-crisis-paradoxically
1•vismit2000•31m ago•0 comments

GitHub Actions vs. GitLab Pipeline

https://medium.com/playground-tech/github-actions-vs-gitlab-pipeline-2368e9a27f68
1•caulagi•38m ago•0 comments

AWS Bedrock AgentCore enforces user context to prevent hijacked AI agents

https://techupdate24.com/aws-bedrock-agentcore-hijacked-ai-security/
2•sysadmin_diarie•38m ago•0 comments

Elven Rope, Ultra-High Molecular Weight Polyethylene, and LLMs (2025)

https://vgel.me/posts/elven-rope-and-llms/
2•networked•39m ago•0 comments

Testing CUDA kernel execution with GPU correctness harness

https://github.com/IshwaryaRavichandran/gpu-correctness-harness
2•laxmena•40m ago•0 comments

Show HN: Open source math games and puzzles

https://theorem.games/
3•Zebfross•44m ago•1 comments

Thousands of years of indoor air pollution

https://www.slowboring.com/p/thousands-of-years-of-indoor-air
4•neehao•44m ago•0 comments

A Man Who Proved the Blue Zones Are Fake – Saul Newman [video]

https://www.youtube.com/watch?v=1ZE5ml7a6rE
2•neehao•44m ago•1 comments

OpenAI Is Backing Away from Reddit as Reddit Tries to Become OpenAI?

https://gizmodo.com/openai-is-backing-away-from-reddit-as-reddit-tries-to-become-openai-2000800060
5•helsinkiandrew•45m ago•1 comments

Pitfalls of Benchmarking on Modern Systems

https://stefan-marr.de/2026/08/pitfalls-of-benchmarking-on-modern-systems/
2•matt_d•45m ago•0 comments

Escaping the Quicksand: A Call to Arms

https://arxiv.org/abs/2608.19674
1•ahsillyme•48m ago•0 comments

The Religious Experience of Philip K. Dick by R. Crumb (1986)

https://philipdick.com/resources/miscellaneous/the-religious-experience-of-philip-k-dick-by-r-cru...
10•wise_blood•55m ago•1 comments

Cognition and consciousness arise from analog computations, says new theory

https://picower.mit.edu/news/cognition-and-consciousness-arise-analog-computations-says-new-theory
5•XzetaU8•57m ago•0 comments

Stop Making TUIs

https://sockpuppet.org/blog/2026/08/20/stop-making-tuis/
3•underdeserver•57m ago•2 comments

The superfast and compatible < 100kb pure HTML/oldJS Jellyfin front-end

https://www.reddit.com/r/jellyfin/comments/1vtcltb/meet_jellydinosaur_the_superfast_very_compatible/
1•wise_blood•1h ago•0 comments

Japan tried to build an operating system for the world, the US intervened

https://www.xda-developers.com/japan-tried-build-operating-system-entire-world-us-government-inte...
24•rdmuser•1h ago•5 comments

Meta's Global Playbook for Fighting Child Safety Laws

https://www.techtransparencyproject.org/articles/inside-metas-global-playbook-for-fighting-child-...
2•femto•1h ago•0 comments

Submit privacy-focused companies and projects on PrivBid.com

https://privbid.com/
1•CR1337•1h ago•0 comments

Code Doesn't Speak – It Compiles: Why Small Models Win

https://www.innerkore.com/blog/code-doesnt-speak-it-compiles-small-models-win/
1•gagan2020•1h 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/