{"record_type":"pith_number_record","schema_url":"https://pith.science/schemas/pith-number/v1.json","pith_number":"pith:2026:DACSCEA3NEK2F4Q6H6MLAPI6NM","short_pith_number":"pith:DACSCEA3","schema_version":"1.0","canonical_sha256":"180521101b6915a2f21e3f98b03d1e6b2483b32320028454f91d6ff82158ae4e","source":{"kind":"arxiv","id":"2605.12770","version":2},"attestation_state":"computed","paper":{"title":"WriteSAE: Sparse Autoencoders for Recurrent State","license":"http://creativecommons.org/licenses/by/4.0/","headline":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models.","cross_cats":["cs.AI","cs.CL"],"primary_cat":"cs.LG","authors_text":"Jack Young","submitted_at":"2026-05-12T21:32:45Z","abstract_excerpt":"We introduce WriteSAE, the first sparse autoencoder that decomposes and edits the matrix cache write of state-space and hybrid recurrent language models, where residual SAEs cannot reach. Existing SAEs read residual streams, but Gated DeltaNet, Mamba-2, and RWKV-7 write to a $d_k \\times d_v$ cache through rank-1 updates $k_t v_t^\\top$ that no vector atom can replace. WriteSAE factors each decoder atom into the native write shape, exposes a closed form for the per-token logit shift, and trains under matched Frobenius norm so atoms swap one cache slot at a time. Atom substitution beats matched-n"},"verification_status":{"content_addressed":true,"pith_receipt":true,"author_attested":false,"weak_author_claims":0,"strong_author_claims":0,"externally_anchored":false,"storage_verified":false,"citation_signatures":0,"replication_records":0,"graph_snapshot":true,"references_resolved":true,"formal_links_present":true},"canonical_record":{"source":{"id":"2605.12770","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.LG","submitted_at":"2026-05-12T21:32:45Z","cross_cats_sorted":["cs.AI","cs.CL"],"title_canon_sha256":"9ab77441e4d5e6cca37116e9f0fa2a8c9db0608d19962fac65052cf16109ce4f","abstract_canon_sha256":"6874e131c453332b54191b6002715149ebc9dc8f91796ff94e3105798ffa4398"},"schema_version":"1.0"},"receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-18T03:09:20.133439Z","signature_b64":"RKJv1xRc4SGzGjQw7z8mtDIXVRIaKEIJNRpjXQfy/doFvDiF1C0VRqyaBC5f0+wwTOGwPdzCq3x9N/pbvWJ9DQ==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"180521101b6915a2f21e3f98b03d1e6b2483b32320028454f91d6ff82158ae4e","last_reissued_at":"2026-05-18T03:09:20.132619Z","signature_status":"signed_v1","first_computed_at":"2026-05-18T03:09:20.132619Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"graph_snapshot":{"paper":{"title":"WriteSAE: Sparse Autoencoders for Recurrent State","license":"http://creativecommons.org/licenses/by/4.0/","headline":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models.","cross_cats":["cs.AI","cs.CL"],"primary_cat":"cs.LG","authors_text":"Jack Young","submitted_at":"2026-05-12T21:32:45Z","abstract_excerpt":"We introduce WriteSAE, the first sparse autoencoder that decomposes and edits the matrix cache write of state-space and hybrid recurrent language models, where residual SAEs cannot reach. Existing SAEs read residual streams, but Gated DeltaNet, Mamba-2, and RWKV-7 write to a $d_k \\times d_v$ cache through rank-1 updates $k_t v_t^\\top$ that no vector atom can replace. WriteSAE factors each decoder atom into the native write shape, exposes a closed form for the per-token logit shift, and trains under matched Frobenius norm so atoms swap one cache slot at a time. Atom substitution beats matched-n"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"Atom substitution beats matched-norm ablation on 92.4% of n=4,851 firings at Qwen3.5-0.8B L9 H4, the 87-atom population test holds at 89.8%, the closed form predicts measured effects at R²=0.98, and Mamba-2-370M substitutes at 88.1% over 2,500 firings. Sustained three-position installs at 3× lift midrank target-in-continuation from 33.3% to 100% under greedy decoding.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"That atoms trained under matched Frobenius norm can be substituted into the live cache without unintended side effects on the model's recurrent dynamics, and that the closed-form logit shift remains accurate when atoms are installed in real forward passes.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"WriteSAE decomposes recurrent model cache writes into substitutable atoms with a closed-form logit shift, achieving high substitution success and targeted behavioral installs on models like Qwen3.5 and Mamba-2.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"e0fb960556d804e6b7c1c481418ed07c1f92eaf0218840f5c97256e8b7646697"},"source":{"id":"2605.12770","kind":"arxiv","version":2},"verdict":{"id":"3b4408d2-f91e-48b0-a4fe-ab97f385de31","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-15T04:55:35.992971Z","strongest_claim":"Atom substitution beats matched-norm ablation on 92.4% of n=4,851 firings at Qwen3.5-0.8B L9 H4, the 87-atom population test holds at 89.8%, the closed form predicts measured effects at R²=0.98, and Mamba-2-370M substitutes at 88.1% over 2,500 firings. Sustained three-position installs at 3× lift midrank target-in-continuation from 33.3% to 100% under greedy decoding.","one_line_summary":"WriteSAE decomposes recurrent model cache writes into substitutable atoms with a closed-form logit shift, achieving high substitution success and targeted behavioral installs on models like Qwen3.5 and Mamba-2.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"That atoms trained under matched Frobenius norm can be substituted into the live cache without unintended side effects on the model's recurrent dynamics, and that the closed-form logit shift remains accurate when atoms are installed in real forward passes.","pith_extraction_headline":"WriteSAE factors decoder atoms to match rank-1 cache writes so they can be swapped directly into recurrent state models."},"references":{"count":106,"sample":[{"doi":"","year":null,"title":"Transformer Circuits Thread , year=","work_id":"991c2136-e27f-4704-8007-af667a9780c4","ref_index":1,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":null,"title":"Sparse Autoencoders Find Highly Interpretable Features in Language Models","work_id":"51960d72-c69f-4db8-8efd-e90e8b4d9524","ref_index":2,"cited_arxiv_id":"2309.08600","is_internal_anchor":true},{"doi":"","year":null,"title":"Scaling and evaluating sparse autoencoders","work_id":"f3faddeb-36ed-42bc-a7c9-9e764dc9b368","ref_index":3,"cited_arxiv_id":"2406.04093","is_internal_anchor":true},{"doi":"","year":2024,"title":"and McDougall, Callum and MacDiarmid, Monte and Freeman, C","work_id":"20374c13-eaee-46d1-92b2-ed3cfe1f4ac9","ref_index":4,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":null,"title":"Improving Dictionary Learning with Gated Sparse Autoencoders","work_id":"3f6ee9ca-2e43-4536-a753-1e8c881c9229","ref_index":5,"cited_arxiv_id":"2404.16014","is_internal_anchor":true}],"resolved_work":106,"snapshot_sha256":"84e8888ffd16bf204b07b247925573f8a81dd75b22c0bea9303050d85ede6bee","internal_anchors":19},"formal_canon":{"evidence_count":2,"snapshot_sha256":"9d970397d5c6a4a18287ed3a6f4319a9cdc45478cd1f53a46f8e1c4f0865e2e0"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"aliases":[{"alias_kind":"arxiv","alias_value":"2605.12770","created_at":"2026-05-18T03:09:20.132762+00:00"},{"alias_kind":"arxiv_version","alias_value":"2605.12770v2","created_at":"2026-05-18T03:09:20.132762+00:00"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.12770","created_at":"2026-05-18T03:09:20.132762+00:00"},{"alias_kind":"pith_short_12","alias_value":"DACSCEA3NEK2","created_at":"2026-05-18T12:33:37.589309+00:00"},{"alias_kind":"pith_short_16","alias_value":"DACSCEA3NEK2F4Q6","created_at":"2026-05-18T12:33:37.589309+00:00"},{"alias_kind":"pith_short_8","alias_value":"DACSCEA3","created_at":"2026-05-18T12:33:37.589309+00:00"}],"events":[],"event_summary":{},"paper_claims":[],"inbound_citations":{"count":0,"internal_anchor_count":0,"sample":[]},"formal_canon":{"evidence_count":2,"sample":[],"anchors":[]},"links":{"html":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM","json":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM.json","graph_json":"https://pith.science/api/pith-number/DACSCEA3NEK2F4Q6H6MLAPI6NM/graph.json","events_json":"https://pith.science/api/pith-number/DACSCEA3NEK2F4Q6H6MLAPI6NM/events.json","paper":"https://pith.science/paper/DACSCEA3"},"agent_actions":{"view_html":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM","download_json":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM.json","view_paper":"https://pith.science/paper/DACSCEA3","resolve_alias":"https://pith.science/api/pith-number/resolve?arxiv=2605.12770&json=true","fetch_graph":"https://pith.science/api/pith-number/DACSCEA3NEK2F4Q6H6MLAPI6NM/graph.json","fetch_events":"https://pith.science/api/pith-number/DACSCEA3NEK2F4Q6H6MLAPI6NM/events.json","actions":{"anchor_timestamp":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/action/timestamp_anchor","attest_storage":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/action/storage_attestation","attest_author":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/action/author_attestation","sign_citation":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/action/citation_signature","submit_replication":"https://pith.science/pith/DACSCEA3NEK2F4Q6H6MLAPI6NM/action/replication_record"}},"created_at":"2026-05-18T03:09:20.132762+00:00","updated_at":"2026-05-18T03:09:20.132762+00:00"}