{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:MUQKPDCNVMWSSG77HGQ4SMKXQO","short_pith_number":"pith:MUQKPDCN","canonical_record":{"source":{"id":"2604.26102","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-28T20:35:09Z","cross_cats_sorted":["cs.CL"],"title_canon_sha256":"03dc67fb60ce1dca7a4335f2e5e66c5c462931a09204fef8229244251a651d94","abstract_canon_sha256":"835bc0708e84038216fc44bcf657dd178b8794cbd0a07b2b8a4f66b7858f2a9a"},"schema_version":"1.0"},"canonical_sha256":"6520a78c4dab2d291bff39a1c9315783beb1ba5b898f0cc82c7c9a547ad088c4","source":{"kind":"arxiv","id":"2604.26102","version":2},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2604.26102","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"arxiv_version","alias_value":"2604.26102v2","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2604.26102","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"pith_short_12","alias_value":"MUQKPDCNVMWS","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"pith_short_16","alias_value":"MUQKPDCNVMWSSG77","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"pith_short_8","alias_value":"MUQKPDCN","created_at":"2026-05-27T01:05:55Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:MUQKPDCNVMWSSG77HGQ4SMKXQO","target":"record","payload":{"canonical_record":{"source":{"id":"2604.26102","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-28T20:35:09Z","cross_cats_sorted":["cs.CL"],"title_canon_sha256":"03dc67fb60ce1dca7a4335f2e5e66c5c462931a09204fef8229244251a651d94","abstract_canon_sha256":"835bc0708e84038216fc44bcf657dd178b8794cbd0a07b2b8a4f66b7858f2a9a"},"schema_version":"1.0"},"canonical_sha256":"6520a78c4dab2d291bff39a1c9315783beb1ba5b898f0cc82c7c9a547ad088c4","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-27T01:05:55.229899Z","signature_b64":"bzMr3PWJ2S+6ujj+D1C4dk8exbml4EzY9IrvXNtheFHYrCYGQ1llVLyv/ZJz3MNj54Sd43t5PIbBZs4mF2CiDw==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"6520a78c4dab2d291bff39a1c9315783beb1ba5b898f0cc82c7c9a547ad088c4","last_reissued_at":"2026-05-27T01:05:55.229176Z","signature_status":"signed_v1","first_computed_at":"2026-05-27T01:05:55.229176Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2604.26102","source_version":2,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-27T01:05:55Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"cMQe7CvHrXyB9GRxvo7gfzu9vh4/JDXIc7pNS8mhi/wvLsuMGanpXVFZK1rBzUSDw5XxhesWO8Wo8guV0kVYCQ==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-30T11:17:37.822605Z"},"content_sha256":"9526dd06b509013f70fcc2db3f082d8811112621fdcab1c7f174c4ad13381437","schema_version":"1.0","event_id":"sha256:9526dd06b509013f70fcc2db3f082d8811112621fdcab1c7f174c4ad13381437"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:MUQKPDCNVMWSSG77HGQ4SMKXQO","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"SWE-Edit: Rethinking Code Editing for Efficient SWE-Agent","license":"http://creativecommons.org/licenses/by/4.0/","headline":"SWE-Edit splits code editing into a Viewer subagent for on-demand inspection and an Editor subagent for applying changes from plans, freeing the main agent to reason in cleaner context windows.","cross_cats":["cs.CL"],"primary_cat":"cs.SE","authors_text":"Elsie Nallipogu, Jiaxin Pei, Jin Pan, Junjie Hu, Kenan Li, Maoquan Wang, Qirui Jin, Shengyu Fu, Yikai Zhang, Yufan Huang, Yu Kang, Zijian Jin","submitted_at":"2026-04-28T20:35:09Z","abstract_excerpt":"Large language model agents have made strong progress on software engineering, yet current systems suffer from a context coupling problem: the standard code editing interface conflates code inspection, modification planning, and edit execution within a single context window, forcing agents to interleave exploratory viewing with strictly formatted edit generation. Irrelevant context accumulates and edit reliability degrades. We propose SWE-Edit, which decomposes the editing interface into two specialized subagents: a Viewer that extracts task-relevant code on demand, and an Editor that executes"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"On SWE-bench Verified, SWE-Edit improves resolved rate by 2.1% while reducing inference cost by 17.9%.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"That separating Viewer and Editor subagents plus adaptive mode selection will not introduce coordination overhead or new failure modes that cancel the reported gains; the abstract provides no ablation on subagent communication cost or error propagation.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"SWE-Edit decomposes agent code editing into specialized subagents and adaptive editing modes, raising resolved rate 2.1% and cutting inference cost 17.9% on SWE-bench Verified while releasing a predictive editing benchmark.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"SWE-Edit splits code editing into a Viewer subagent for on-demand inspection and an Editor subagent for applying changes from plans, freeing the main agent to reason in cleaner context windows.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"f31315da0c42e0e23446fac6deabe0142379b5e2749cdf18284c1e709825a139"},"source":{"id":"2604.26102","kind":"arxiv","version":2},"verdict":{"id":"9c5476bb-556f-4a56-9dda-f9617bdb2538","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-07T15:42:45.910204Z","strongest_claim":"On SWE-bench Verified, SWE-Edit improves resolved rate by 2.1% while reducing inference cost by 17.9%.","one_line_summary":"SWE-Edit decomposes agent code editing into specialized subagents and adaptive editing modes, raising resolved rate 2.1% and cutting inference cost 17.9% on SWE-bench Verified while releasing a predictive editing benchmark.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"That separating Viewer and Editor subagents plus adaptive mode selection will not introduce coordination overhead or new failure modes that cancel the reported gains; the abstract provides no ablation on subagent communication cost or error propagation.","pith_extraction_headline":"SWE-Edit splits code editing into a Viewer subagent for on-demand inspection and an Editor subagent for applying changes from plans, freeing the main agent to reason in cleaner context windows."},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2604.26102/integrity.json","findings":[],"available":true,"detectors_run":[{"name":"ai_meta_artifact","ran_at":"2026-05-21T03:35:21.599702Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"doi_compliance","ran_at":"2026-05-19T20:33:14.295340Z","status":"completed","version":"1.0.0","findings_count":0}],"snapshot_sha256":"648689b798548e3a3317f8a06709f9a579cae46a98ff83290f1af9d3caee6bea"},"references":{"count":0,"sample":[],"resolved_work":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","internal_anchors":0},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"9c5476bb-556f-4a56-9dda-f9617bdb2538"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-27T01:05:55Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"3zHAMM33wTqA2FahIHGrxcFp+V624xGxXGjLpd4hf/twgB8uLb0TiH/TmEMeWDsxNQFY4wt2sA6eApy/tJj/Cw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-30T11:17:37.823104Z"},"content_sha256":"da0c0d66878e47964c526380542bc1cebc310a815c57ac89ee4032baab9ec373","schema_version":"1.0","event_id":"sha256:da0c0d66878e47964c526380542bc1cebc310a815c57ac89ee4032baab9ec373"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/bundle.json","state_url":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-30T11:17:37Z","links":{"resolver":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO","bundle":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/bundle.json","state":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/state.json","well_known_bundle":"https://pith.science/.well-known/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:MUQKPDCNVMWSSG77HGQ4SMKXQO","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"835bc0708e84038216fc44bcf657dd178b8794cbd0a07b2b8a4f66b7858f2a9a","cross_cats_sorted":["cs.CL"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-28T20:35:09Z","title_canon_sha256":"03dc67fb60ce1dca7a4335f2e5e66c5c462931a09204fef8229244251a651d94"},"schema_version":"1.0","source":{"id":"2604.26102","kind":"arxiv","version":2}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2604.26102","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"arxiv_version","alias_value":"2604.26102v2","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2604.26102","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"pith_short_12","alias_value":"MUQKPDCNVMWS","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"pith_short_16","alias_value":"MUQKPDCNVMWSSG77","created_at":"2026-05-27T01:05:55Z"},{"alias_kind":"pith_short_8","alias_value":"MUQKPDCN","created_at":"2026-05-27T01:05:55Z"}],"graph_snapshots":[{"event_id":"sha256:da0c0d66878e47964c526380542bc1cebc310a815c57ac89ee4032baab9ec373","target":"graph","created_at":"2026-05-27T01:05:55Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"On SWE-bench Verified, SWE-Edit improves resolved rate by 2.1% while reducing inference cost by 17.9%."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"That separating Viewer and Editor subagents plus adaptive mode selection will not introduce coordination overhead or new failure modes that cancel the reported gains; the abstract provides no ablation on subagent communication cost or error propagation."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"SWE-Edit decomposes agent code editing into specialized subagents and adaptive editing modes, raising resolved rate 2.1% and cutting inference cost 17.9% on SWE-bench Verified while releasing a predictive editing benchmark."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"SWE-Edit splits code editing into a Viewer subagent for on-demand inspection and an Editor subagent for applying changes from plans, freeing the main agent to reason in cleaner context windows."}],"snapshot_sha256":"f31315da0c42e0e23446fac6deabe0142379b5e2749cdf18284c1e709825a139"},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"integrity":{"available":true,"clean":true,"detectors_run":[{"findings_count":0,"name":"ai_meta_artifact","ran_at":"2026-05-21T03:35:21.599702Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"doi_compliance","ran_at":"2026-05-19T20:33:14.295340Z","status":"completed","version":"1.0.0"}],"endpoint":"/pith/2604.26102/integrity.json","findings":[],"snapshot_sha256":"648689b798548e3a3317f8a06709f9a579cae46a98ff83290f1af9d3caee6bea","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"Large language model agents have made strong progress on software engineering, yet current systems suffer from a context coupling problem: the standard code editing interface conflates code inspection, modification planning, and edit execution within a single context window, forcing agents to interleave exploratory viewing with strictly formatted edit generation. Irrelevant context accumulates and edit reliability degrades. We propose SWE-Edit, which decomposes the editing interface into two specialized subagents: a Viewer that extracts task-relevant code on demand, and an Editor that executes","authors_text":"Elsie Nallipogu, Jiaxin Pei, Jin Pan, Junjie Hu, Kenan Li, Maoquan Wang, Qirui Jin, Shengyu Fu, Yikai Zhang, Yufan Huang, Yu Kang, Zijian Jin","cross_cats":["cs.CL"],"headline":"SWE-Edit splits code editing into a Viewer subagent for on-demand inspection and an Editor subagent for applying changes from plans, freeing the main agent to reason in cleaner context windows.","license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-28T20:35:09Z","title":"SWE-Edit: Rethinking Code Editing for Efficient SWE-Agent"},"references":{"count":0,"internal_anchors":0,"resolved_work":0,"sample":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"source":{"id":"2604.26102","kind":"arxiv","version":2},"verdict":{"created_at":"2026-05-07T15:42:45.910204Z","id":"9c5476bb-556f-4a56-9dda-f9617bdb2538","model_set":{"reader":"grok-4.3"},"one_line_summary":"SWE-Edit decomposes agent code editing into specialized subagents and adaptive editing modes, raising resolved rate 2.1% and cutting inference cost 17.9% on SWE-bench Verified while releasing a predictive editing benchmark.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"SWE-Edit splits code editing into a Viewer subagent for on-demand inspection and an Editor subagent for applying changes from plans, freeing the main agent to reason in cleaner context windows.","strongest_claim":"On SWE-bench Verified, SWE-Edit improves resolved rate by 2.1% while reducing inference cost by 17.9%.","weakest_assumption":"That separating Viewer and Editor subagents plus adaptive mode selection will not introduce coordination overhead or new failure modes that cancel the reported gains; the abstract provides no ablation on subagent communication cost or error propagation."}},"verdict_id":"9c5476bb-556f-4a56-9dda-f9617bdb2538"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:9526dd06b509013f70fcc2db3f082d8811112621fdcab1c7f174c4ad13381437","target":"record","created_at":"2026-05-27T01:05:55Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"835bc0708e84038216fc44bcf657dd178b8794cbd0a07b2b8a4f66b7858f2a9a","cross_cats_sorted":["cs.CL"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-28T20:35:09Z","title_canon_sha256":"03dc67fb60ce1dca7a4335f2e5e66c5c462931a09204fef8229244251a651d94"},"schema_version":"1.0","source":{"id":"2604.26102","kind":"arxiv","version":2}},"canonical_sha256":"6520a78c4dab2d291bff39a1c9315783beb1ba5b898f0cc82c7c9a547ad088c4","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"6520a78c4dab2d291bff39a1c9315783beb1ba5b898f0cc82c7c9a547ad088c4","first_computed_at":"2026-05-27T01:05:55.229176Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-27T01:05:55.229176Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"bzMr3PWJ2S+6ujj+D1C4dk8exbml4EzY9IrvXNtheFHYrCYGQ1llVLyv/ZJz3MNj54Sd43t5PIbBZs4mF2CiDw==","signature_status":"signed_v1","signed_at":"2026-05-27T01:05:55.229899Z","signed_message":"canonical_sha256_bytes"},"source_id":"2604.26102","source_kind":"arxiv","source_version":2}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:9526dd06b509013f70fcc2db3f082d8811112621fdcab1c7f174c4ad13381437","sha256:da0c0d66878e47964c526380542bc1cebc310a815c57ac89ee4032baab9ec373"],"state_sha256":"8ecfd0b44bfe4f236cc6883359dfe771441c0a8a9e2afca96931976944a42b14"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"6tDOlPKOAbnSZOWxR6Ta7IoRKFstJ4XyQuuoX1o20R4l9otxub107kABxvc0k0m8nVA+4wgA27bcB940jzxSDQ==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-30T11:17:37.825711Z","bundle_sha256":"95250d84643d281868374fc2560eb30ec158ed2a43a369954d5a8d05c3336f19"}}