frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Supabase Feature Preview: RLS Tester

https://github.com/orgs/supabase/discussions/45233
1•siegers•51s ago•0 comments

On the LOC Controversy

https://github.com/garrytan/gstack/blob/main/docs/ON_THE_LOC_CONTROVERSY.md
1•tie-in•1m ago•0 comments

China orders Meta to unwind $2B buy of AI startup Manus

https://www.reuters.com/world/asia-pacific/china-blocks-foreign-acquisition-ai-startup-manus-2026...
1•kilroy123•1m ago•0 comments

Make Europe the Electro Union

https://www.norrsken.org/goodnews/make-europe-the-electro-union
1•imartin2k•2m ago•0 comments

Why QVC's Operational Excellence Became Its Undoing

https://gadallon.substack.com/p/the-inflexible-stack-why-qvcs-operational
1•JumpCrisscross•5m ago•0 comments

The Iran war is hitting the AI supply chain where it hurts

https://thenextweb.com/news/iran-war-pcb-supply-chain-sabic
1•skeledrew•5m ago•0 comments

Securing AI Agents and MCP interactions at the network layer with Tailscale

https://www.businesswire.com/news/home/20260403439638/en/Highflame-and-Tailscale-Partner-to-Secur...
3•grumblemumble•7m ago•1 comments

LogMeIn – Instant Login Links, No Password Sharing

https://logmein.today
2•imkost•10m ago•1 comments

Corporate America Is Minting Money–and Not Just in Tech and Finance

https://www.wsj.com/business/earnings/corporate-america-is-minting-moneyand-not-just-in-tech-and-...
2•JumpCrisscross•13m ago•0 comments

Ketamine, psychedelics, GHB: is the US falling out of love with cocaine?

https://www.theguardian.com/us-news/2026/apr/21/cocaine-ketamine-psychedelics-ghb
2•JumpCrisscross•13m ago•0 comments

Chatting with myself about AI

https://2earth.github.io/website/20260426.html
2•2earth•15m ago•1 comments

Ask HN: Is anyone building/selling VT220-type terminals?

2•vrypan•15m ago•1 comments

Taiwan's stock market surpasses the UK's, thanks to AI

https://www.tomshardware.com/tech-industry/taiwan-stock-market-overtakes-the-uk
2•giuliomagnifico•15m ago•0 comments

TopCarPlay Wireless CarPlay

https://www.facebook.com/TopCarPlayWirelessCarPlay.Get
2•jerrycazer•16m ago•0 comments

China blocks Meta's acquisition of AI startup Manus

https://www.cnbc.com/2026/04/27/meta-manus-china-blocks-acquisition-ai-startup.html
2•yakkomajuri•16m ago•0 comments

LFM2.5-VL-450M: Structured Visual Intelligence, Edge to Cloud

https://www.liquid.ai/blog/lfm2-5-vl-450m
2•exploraz•17m ago•0 comments

Choo Choo Words: Spell words to make train tracks, stop the train from crashing

https://choochoowords.chyuang.com/
2•yongyongyong•18m ago•0 comments

Show HN: Webhook API – inbound email –> webhook

https://www.echovalue.dev/webhook-api/
3•emiliano•20m ago•0 comments

Show HN: A terminal spreadsheet editor with Vim keybindings

https://github.com/garritfra/cell
5•garritfra•20m ago•0 comments

Carbon nanotube wiring gets closer to competing with copper

https://arstechnica.com/science/2026/04/researchers-get-carbon-nanotube-wiring-to-conduct-more-li...
3•rbanffy•21m ago•0 comments

Gatekeeping: A Partial History of Cold Fusion

https://arxiv.org/abs/2601.09996
2•derrida•22m ago•0 comments

Show HN: I built a reference site for the recurring hard problems in software

https://thehardparts.dev/
3•ludovicianul•24m ago•0 comments

Show HN: Slerp.audio – VDJ with WebGL2 and real-time DSP

https://slerp.audio/
2•poshmosh•25m ago•0 comments

Show HN: TermToMD past in choppy terminal output get clean Markdown

https://termtomd.com/
2•dbuckman•28m ago•0 comments

Gallium oxide electronics withstand extreme cold

https://discovery.kaust.edu.sa/en/article/26858/gallium-oxide-electronics-withstand-extreme-cold/
2•giuliomagnifico•28m ago•0 comments

In which Lisp generates music

https://abhirag.com/fennel-pattrns-renoise
3•abhirag•29m ago•1 comments

Entire NSF science advisory board fired by Trump administration

https://www.nature.com/articles/d41586-026-01361-7
3•beardyw•31m ago•0 comments

Isaac-Flath/Agentkb

https://github.com/isaac-flath/agentkb
2•ankitg12•31m ago•0 comments

Kinetic Displays

https://theartistbreakfast.com/
2•dsalzman•31m ago•0 comments

OpenVPN 2.7 security audit: 18 findings, one critical bug

https://srlabs.de/blog/openvpn-audit
2•MaKey•34m ago•0 comments
Open in hackernews

RLM: LLMs to process arbitrarily long prompts with inference-time scaling (2025)

https://github.com/alexzhang13/rlm
2•ihrimech•1h ago

Comments

ihrimech•1h ago
Extract of the study : We study allowing large language models (LLMs) to process arbitrarily long prompts through the lens of inference-time scaling. We propose Recursive Language Models (RLMs), a general inference paradigm that treats long prompts as part of an external environment and allows the LLM to programmatically examine, decompose, and recursively call itself over snippets of the prompt. We find that RLMs can successfully process inputs up to two orders of magnitude beyond model context windows and, even for shorter prompts, dramatically outperform the quality of vanilla frontier LLMs and common long-context scaffolds across four diverse long-context tasks while having comparable cost. At a small scale, we post-train the first natively recursive language model. Our model, RLM-Qwen3-8B, outperforms the underlying Qwen3-8B model by on average and even approaches the quality of vanilla GPT-5 on three long-context tasks.

research paper : https://arxiv.org/abs/2512.24601