{"record_type":"pith_number_record","schema_url":"https://pith.science/schemas/pith-number/v1.json","pith_number":"pith:2026:MUQKPDCNVMWSSG77HGQ4SMKXQO","short_pith_number":"pith:MUQKPDCN","schema_version":"1.0","canonical_sha256":"6520a78c4dab2d291bff39a1c9315783beb1ba5b898f0cc82c7c9a547ad088c4","source":{"kind":"arxiv","id":"2604.26102","version":2},"attestation_state":"computed","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"},"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":false,"formal_links_present":false},"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"},"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"},"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"},"aliases":[{"alias_kind":"arxiv","alias_value":"2604.26102","created_at":"2026-05-27T01:05:55.229282+00:00"},{"alias_kind":"arxiv_version","alias_value":"2604.26102v2","created_at":"2026-05-27T01:05:55.229282+00:00"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2604.26102","created_at":"2026-05-27T01:05:55.229282+00:00"},{"alias_kind":"pith_short_12","alias_value":"MUQKPDCNVMWS","created_at":"2026-05-27T01:05:55.229282+00:00"},{"alias_kind":"pith_short_16","alias_value":"MUQKPDCNVMWSSG77","created_at":"2026-05-27T01:05:55.229282+00:00"},{"alias_kind":"pith_short_8","alias_value":"MUQKPDCN","created_at":"2026-05-27T01:05:55.229282+00:00"}],"events":[],"event_summary":{},"paper_claims":[],"inbound_citations":{"count":0,"internal_anchor_count":0,"sample":[]},"formal_canon":{"evidence_count":0,"sample":[],"anchors":[]},"links":{"html":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO","json":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO.json","graph_json":"https://pith.science/api/pith-number/MUQKPDCNVMWSSG77HGQ4SMKXQO/graph.json","events_json":"https://pith.science/api/pith-number/MUQKPDCNVMWSSG77HGQ4SMKXQO/events.json","paper":"https://pith.science/paper/MUQKPDCN"},"agent_actions":{"view_html":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO","download_json":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO.json","view_paper":"https://pith.science/paper/MUQKPDCN","resolve_alias":"https://pith.science/api/pith-number/resolve?arxiv=2604.26102&json=true","fetch_graph":"https://pith.science/api/pith-number/MUQKPDCNVMWSSG77HGQ4SMKXQO/graph.json","fetch_events":"https://pith.science/api/pith-number/MUQKPDCNVMWSSG77HGQ4SMKXQO/events.json","actions":{"anchor_timestamp":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/action/timestamp_anchor","attest_storage":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/action/storage_attestation","attest_author":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/action/author_attestation","sign_citation":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/action/citation_signature","submit_replication":"https://pith.science/pith/MUQKPDCNVMWSSG77HGQ4SMKXQO/action/replication_record"}},"created_at":"2026-05-27T01:05:55.229282+00:00","updated_at":"2026-05-27T01:05:55.229282+00:00"}