{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2607-20792","title":"Memoir: Should a Model Write to Its Memory While It Thinks?","arxiv_id":"2607.20792","date":"2026-07-22","proceeding":null,"authors":["Jaber Jaber","Osama Jaber"],"abstract":"Memoir combines per-sample fast memory, shared slow parameters, variable-depth latent recurrence, and a future-latent energy objective. We test its riskiest coupling: each pondering iteration may rewrite the fast tier that the same iteration reads. On procedural associative recall with key interference, we compare a coupled arm against an otherwise identical read-only pondering arm. Both arms contain 81,738 parameters, including 76,362 trainable parameters, and use matched declared forward multiply-accumulate counts, data, optimizer, schedule, and seeds. After 240 training steps across 12 seeds, coupled recall is 0.5203 with a 95 percent interval of [0.4522, 0.5883], while read-only recall is 0.6557 with [0.5953, 0.7160]. The arms are paired per seed, and the read-only lead of 0.1354 gives a paired t of 3.23 on 11 degrees of freedom with a 95 percent interval of [0.0431, 0.2277] on the difference, winning on 10 of 12 seeds. After 960 steps across 8 seeds, both arms reach 1.0000, so the measured effect is a learning-speed penalty at a fixed budget, not a demonstrated capability penalty. That longer control is ceiling limited, leaving convergence on a non-saturating task unmeasured. A predicted failure in which memory rewriting corrupts the energy signal did not occur: the energy margin grew and held. Kernel restructuring also reduced delta-rule forward time from 0.907 ms to 0.351 ms on the stated device. Code and evidence are available at https://github.com/RightNow-AI/Memoir","url_abs":"https://arxiv.org/abs/2607.20792","url_pdf":"https://arxiv.org/pdf/2607.20792","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2607.20792","atlas_url":"https://app.syntology.ai/?focus=2607.20792","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2607.20792"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/RightNow-AI/Memoir","reach":null}],"summary":{"ran":2,"unverified":8},"by_repo_kind":{"found_in_text":{"samples":10,"ran":2,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"c693148074b5deb9","entry":"AssemblyPolicy","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c693148074b5deb9"}},{"code_sha256_prefix":"1538e4a8cd42d885","entry":"MemoirConfig","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1538e4a8cd42d885"}},{"code_sha256_prefix":"8e1d9f63fc9f2e06","entry":"EnergyHead","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8e1d9f63fc9f2e06"}},{"code_sha256_prefix":"1920bbd090ce4ee5","entry":"LatentPredictor","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1920bbd090ce4ee5"}},{"code_sha256_prefix":"445583fc6385b937","entry":"MemoirModel","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"445583fc6385b937"}},{"code_sha256_prefix":"6670559db59d8096","entry":"MemoirOutput","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6670559db59d8096"}},{"code_sha256_prefix":"04995f96606ae69b","entry":"PonderCore","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"04995f96606ae69b"}},{"code_sha256_prefix":"87155f62b0f199ae","entry":"PonderOutput","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"87155f62b0f199ae"}},{"code_sha256_prefix":"15f91f24a57e0d1d","entry":"TierState","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"15f91f24a57e0d1d"}},{"code_sha256_prefix":"6a3b35169a4d7957","entry":"UpdateRule","repo":"RightNow-AI/Memoir","repo_kind":"found_in_text","path":"memoir/model.py","file_url":"https://github.com/RightNow-AI/Memoir/blob/HEAD/memoir/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6a3b35169a4d7957"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 7,081 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":7081},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}