frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: An agent that remembers across sessions (no chat history)

https://github.com/umbecanessa/neural-ledger-system
1•wasnaga•1h ago
Hi HN — I built this in my off-hours over the last 3 months. Sharing now because I just filed the provisional patent yesterday (US 64/050,345) and the repo is freshly public.

The frustration that started it: every time I use a coding agent (Cursor, OpenCode, Aider, Claude Code, etc.), it eventually loses context — forgets the SSH address, re-asks for the DB password, tries to redeploy to localhost when the server is remote. The "proper" answer is "set up 10 specialized agents with short context windows." I'm too lazy for that.

The conventional architecture is the actual problem. Every turn re-sends the full conversation, the model recomputes attention from scratch, and cost compounds with conversation length. Long-running agents are economically infeasible by design.

What I built: NLS captures the model's own computed K/V states (and recurrent states for hybrid models like Qwen3.5-MoE) after each turn, persists them to disk, and re-injects them into the cache on the next turn — at the right positions, with proper alignment. The model behaves as if it had the full conversation in context, but the conversation is never re-sent.

Validated across three settings, in increasing order of stringency:

(1) Standard conversational recall: 5/5 on a 5-fact production test. Baseline check.

(2) LongMemEval (published cross-session benchmark, ~19K sessions). On the 18-question "fully answerable" subset:

  Condition                                              Qwen 3.5    Qwen 3.6
  Memories provided as TEXT in the prompt                8/18        9/18
  Same memories delivered as KV-state via NLS            8/18        9/18

  Text and KV produce identical scores. Both fail the same 9-10 questions for the same reasons (multi-hop temporal reasoning that exceeds model capacity). When the architecture's inputs are equivalent, the outputs are equivalent.
(3) Real agentic loop with OpenCode (TUI coding agent, used NLS as its OpenAI-compatible backend). It scaffolded a multi-phase coding project ("ICF Coaching Evaluation Tool"). Then in a separate session, after a full TUI restart with no chat history, I asked "what's the project about?" — it returned a rich, specific description naming the project, the stack, and the architectural decisions. 124 user-typed tokens delivered 18,751 tokens of stored prior-session context. 99.3% prompt-token savings on the recall path. 4/4 recall across the test scenarios.

Honest caveats: - The plugin source is proprietary (patent pending). The repo has docs, benchmarks, journey — not the implementation. - Single-GPU validation. Multi-GPU not tested yet. - Solo, no team yet. - Provisional patent only — non-provisional and PCT in the next 12 months.

What I want from this thread: tell me where you'd stress-test it. What workload breaks it? Anyone here from an inference provider — does this overlap with what your stack already does, or is this a new place?

Demo (conversational): https://punkrecords.live Demo (agentic, OpenAI-compatible): https://api.punkrecords.live/v1

Finding Vulnerabilities with Warden

https://cra.mr/finding-vulnerabilities-with-warden/
1•ezekg•32s ago•0 comments

Civil Rights Division Sues Cloudera for Blocking U.S. Workers from Tech Jobs

https://www.justice.gov/opa/pr/civil-rights-division-sues-cloudera-excluding-us-workers-applying-...
1•gixxerblade•49s ago•0 comments

Why Geolog? [pdf]

https://geolog.sgai.uk/why.pdf
1•luu•4m ago•0 comments

Singularity Report – The Last One:)

https://auroratheanomaly.nekoweb.org/DARSDBD.html
1•rogmash•8m ago•0 comments

Woman weaponizes swarm of bees against deputies trying to carry out an eviction

https://www.oregonlive.com/crime/2026/04/woman-weaponized-a-swarm-of-bees-against-deputies-trying...
2•randycupertino•14m ago•0 comments

The Role of a New Machine

https://newsletter.dancohen.org/archive/the-role-of-a-new-machine/
1•colinprince•15m ago•0 comments

Ask HN: Why does tech industry not have more co-ops?

1•conqrr•19m ago•2 comments

Show HN: Wayland Window Switcher

https://github.com/iondodon/witcher
1•iondodon•21m ago•0 comments

The Accidental Ancestor – How Verifying Numbers Shaped Modern Hashing

https://0xkrt26.github.io/math_behind_security/2026/04/28/the-accidental-ancestor-Luhn-algorithm....
1•denismenace•21m ago•0 comments

The Controllability Trap: A Governance Framework for Military AI Agents

https://arxiv.org/abs/2603.03515
1•Anon84•22m ago•0 comments

We Measure Tickets, Not Problems Prevented

https://vivianvoss.net/blog/why-we-measure-tickets
1•QuantumNomad_•22m ago•0 comments

PageGuide – a browser agent that grounds AI directly on the webpage

https://pageguide.github.io/
1•trangtri123•23m ago•0 comments

Show HN: Order a VPS without ever leaving your terminal

https://crocuda.com
1•jean_dupont•25m ago•0 comments

My Two Years as an Anthropologist on the Photoshop Team (2015)

https://medium.com/startup-frontier/my-two-years-as-an-anthropologist-on-the-photoshop-team-e700a...
1•downbad_•26m ago•1 comments

Little-known Bay Area city will keep San Francisco in its airport's name

https://sfstandard.com/2026/04/28/oak-sfo-reach-naming-settlement/
1•mikhael•28m ago•2 comments

Before GitHub

https://lucumr.pocoo.org/2026/4/28/before-github/
29•mlex•28m ago•7 comments

The Sad Story of Heisenberg's Doctoral Oral Exam (1998)

https://www.aps.org/archives/publications/apsnews/199801/heisenberg.cfm
1•downbad_•28m ago•1 comments

Hundred Rabbits

https://en.wikipedia.org/wiki/Hundred_Rabbits
1•quijoteuniv•30m ago•0 comments

Critical Vulnerability with CPanel and WHM Login Authentication

https://support.cpanel.net/hc/en-us/articles/40073787579671-Critical-Vulnerability-with-cPanel-WH...
5•ollybee•30m ago•0 comments

AI Wellbeing: Measuring and improving the functional pleasure and pain of AIs

https://www.ai-wellbeing.org/
1•anematode•32m ago•0 comments

Walmart Upstream Facility Services: What We Do

https://public.walmart.com/content/wp/upstream-home/WhatWeDo.html
1•petethomas•33m ago•0 comments

Donating Agent Payments Protocol to the Fido Alliance

https://blog.google/products-and-platforms/platforms/google-pay/agent-payments-protocol-fido-alli...
2•pentagrama•33m ago•0 comments

Preparing for the AI-Enhanced Attacker and the Impact on CISOs

https://www.armadin.com/blog-posts/prepare-for-the-ai-enhanced-attacker
1•wslh•34m ago•0 comments

Does it work, or does it keep working?

https://shippingbytes.com/2026/04/22/does-it-work-or-does-it-keep-working/
2•gianarb•35m ago•0 comments

Anglo-Persian Oil Company

https://en.wikipedia.org/wiki/Anglo-Persian_Oil_Company
2•notepad0x90•36m ago•0 comments

MeetingEscape – vibe-coded panic button for escaping meetings

https://meetingescape.net/
1•Enginehead_•36m ago•0 comments

Confectionary Satellites

https://zenodo.org/records/19799778
1•svnt•37m ago•0 comments

Denuvo has been cracked in all single-player games it previously protected

https://www.tomshardware.com/video-games/pc-gaming/denuvo-has-been-bypassed-in-all-single-player-...
10•oceansky•37m ago•0 comments

Vompeccc from Scratch: Picking Produce with ICR in Emacs

https://www.chiply.dev/post-vompeccc-fruits
1•chiply•38m ago•1 comments

Router has been narrating your browsing habits this whole time

https://www.makeuseof.com/your-isp-watching-your-browsing-whole-time-heres-windows-11-fix/
1•galaxyLogic•40m ago•0 comments