{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:3BSYH5ML66C6PQIBFRZ4HXGBA3","short_pith_number":"pith:3BSYH5ML","canonical_record":{"source":{"id":"2605.15226","kind":"arxiv","version":1},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AR","submitted_at":"2026-05-13T14:14:54Z","cross_cats_sorted":["cs.AI","cs.SE"],"title_canon_sha256":"b260dbe540a2309f007647add5e11c061faa3163f40b17033c76fa95326e86d5","abstract_canon_sha256":"902eb9cd27c5ad8e290462ad99ed711299f34815d01cb4dc434a1f3b60727fdf"},"schema_version":"1.0"},"canonical_sha256":"d86583f58bf785e7c1012c73c3dcc106d5dca1a9ee298848b42ad23b7e77393f","source":{"kind":"arxiv","id":"2605.15226","version":1},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.15226","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"arxiv_version","alias_value":"2605.15226v1","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.15226","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"pith_short_12","alias_value":"3BSYH5ML66C6","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"pith_short_16","alias_value":"3BSYH5ML66C6PQIB","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"pith_short_8","alias_value":"3BSYH5ML","created_at":"2026-05-20T00:00:47Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:3BSYH5ML66C6PQIBFRZ4HXGBA3","target":"record","payload":{"canonical_record":{"source":{"id":"2605.15226","kind":"arxiv","version":1},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AR","submitted_at":"2026-05-13T14:14:54Z","cross_cats_sorted":["cs.AI","cs.SE"],"title_canon_sha256":"b260dbe540a2309f007647add5e11c061faa3163f40b17033c76fa95326e86d5","abstract_canon_sha256":"902eb9cd27c5ad8e290462ad99ed711299f34815d01cb4dc434a1f3b60727fdf"},"schema_version":"1.0"},"canonical_sha256":"d86583f58bf785e7c1012c73c3dcc106d5dca1a9ee298848b42ad23b7e77393f","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-20T00:00:47.282913Z","signature_b64":"zDGosrOJOzRfQVuHIRga6JT3dp46eQnZV6B8k/EBfBqHaT9Y2Xuplp2X5DdC3Rlj5/botpWUsYjTSzpK/Jt8DA==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"d86583f58bf785e7c1012c73c3dcc106d5dca1a9ee298848b42ad23b7e77393f","last_reissued_at":"2026-05-20T00:00:47.281949Z","signature_status":"signed_v1","first_computed_at":"2026-05-20T00:00:47.281949Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2605.15226","source_version":1,"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-20T00:00:47Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"XzUzSbkH9Ne90Oh9krIz9XtsbemEBjuAVN3/Ojsn+TQ+beiasjtJolktjX7thj3H9iJk3W0xF2hRzz5YJd6eAg==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-23T02:46:46.224901Z"},"content_sha256":"95ac3821dc9b9634859561e6773064d03bc94547c66d4d1c50febabec6020f7a","schema_version":"1.0","event_id":"sha256:95ac3821dc9b9634859561e6773064d03bc94547c66d4d1c50febabec6020f7a"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:3BSYH5ML66C6PQIBFRZ4HXGBA3","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"Is Agentic AI Ready for Real-World Hardware Engineering? A Deep Dive with Phoenix-bench","license":"http://creativecommons.org/licenses/by/4.0/","headline":"Software-tuned AI agents struggle with hardware engineering because bugs propagate through signal flows across instantiated modules rather than along call graphs.","cross_cats":["cs.AI","cs.SE"],"primary_cat":"cs.AR","authors_text":"Bingsheng He, Feng Yu, Hongshi Tan, Qingyun Zou, WengFai Wong","submitted_at":"2026-05-13T14:14:54Z","abstract_excerpt":"We ask whether agentic AI systems built for software engineering transfer to realistic hardware engineering. Existing hardware LLM benchmarks isolate sub-tasks but none jointly requires repository navigation, hierarchy-aware localization, Electronic Design Automation (EDA) executable verification, and maintenance-style patching. We introduce \\textbf{Phoenix-bench}, a synchronized corpus of 511 verified Verilator instances from 114 GitHub repositories, each shipped with the developer patch, design-flow labels, fail-to-pass and pass-to-pass testbenches, and a Docker-pinned EDA environment so res"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"Software and hardware are fundamentally different engineering tasks: the same agent loses 37% to 58% from SWE-bench Verified to Phoenix-bench because hardware bugs propagate across parallel instantiated modules through signal flow rather than along a software-style call graph, and software-tuned agents stop at the symptom file instead of tracing back through the instantiation chain.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"The 511 instances drawn from 114 GitHub repositories, together with their developer patches and testbenches, form a representative sample of real-world hardware engineering work that requires repository navigation, hierarchy-aware localization, EDA verification, and multi-file patching.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"Phoenix-bench shows agentic AI systems lose 37-58% resolved rate when moving from SWE-bench Verified to hardware tasks because bugs spread across parallel modules via signal flow, with testbench feedback lifting performance by 42-45% while file-level oracles add only 1.4%.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"Software-tuned AI agents struggle with hardware engineering because bugs propagate through signal flows across instantiated modules rather than along call graphs.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"d89d35a0c32a3b758f70b5086df730f87f6da4bc990be0dcfa7be1400611d24b"},"source":{"id":"2605.15226","kind":"arxiv","version":1},"verdict":{"id":"8abfb133-075e-407c-af20-a15097023b61","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-19T17:44:20.485864Z","strongest_claim":"Software and hardware are fundamentally different engineering tasks: the same agent loses 37% to 58% from SWE-bench Verified to Phoenix-bench because hardware bugs propagate across parallel instantiated modules through signal flow rather than along a software-style call graph, and software-tuned agents stop at the symptom file instead of tracing back through the instantiation chain.","one_line_summary":"Phoenix-bench shows agentic AI systems lose 37-58% resolved rate when moving from SWE-bench Verified to hardware tasks because bugs spread across parallel modules via signal flow, with testbench feedback lifting performance by 42-45% while file-level oracles add only 1.4%.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"The 511 instances drawn from 114 GitHub repositories, together with their developer patches and testbenches, form a representative sample of real-world hardware engineering work that requires repository navigation, hierarchy-aware localization, EDA verification, and multi-file patching.","pith_extraction_headline":"Software-tuned AI agents struggle with hardware engineering because bugs propagate through signal flows across instantiated modules rather than along call graphs."},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2605.15226/integrity.json","findings":[],"available":true,"detectors_run":[{"name":"claim_evidence","ran_at":"2026-05-19T18:21:56.308771Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"doi_title_agreement","ran_at":"2026-05-19T18:01:18.618887Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"doi_compliance","ran_at":"2026-05-19T17:50:44.177290Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"ai_meta_artifact","ran_at":"2026-05-19T13:33:22.832843Z","status":"skipped","version":"1.0.0","findings_count":0}],"snapshot_sha256":"8b140a2e460c256d1164c076defbc763e3d147bb08d1c900635a185cdf1a2a1b"},"references":{"count":50,"sample":[{"doi":"","year":2023,"title":"Benchmarking Large Language Models for Automated Verilog","work_id":"11975879-65f5-4e4b-bddb-516a96ee955c","ref_index":1,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2024,"title":"Thakur, Shailja and Ahmad, Baleegh and Pearce, Hammond and Tan, Benjamin and Dolan-Gavitt, Brendan and Karri, Ramesh and Garg, Siddharth , journal=. 2024 , publisher=","work_id":"ce7966ae-1d56-4f18-9bcb-082b11d1902a","ref_index":2,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2023,"title":"Liu, Mingjie and Pinckney, Nathaniel and Khailany, Brucek and Ren, Haoxing , booktitle=. 2023 , organization=","work_id":"308fcf02-ca47-4806-8082-858a6c895835","ref_index":3,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2025,"title":"Location is Key: Leveraging","work_id":"7f8b273a-72f1-4b32-9f69-4c67087a378b","ref_index":4,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":null,"title":"arXiv preprint arXiv:2503.04057 , year=","work_id":"efc8abbe-e08b-457b-89b0-937b82ef3feb","ref_index":5,"cited_arxiv_id":"","is_internal_anchor":false}],"resolved_work":50,"snapshot_sha256":"9e789ce38c49a54aa18d338a843644faa88af68ef992141d8924877ab05bb739","internal_anchors":7},"formal_canon":{"evidence_count":2,"snapshot_sha256":"a6aebab90429703aeca30a4c8cea08216e192d270908a40280888c22474556db"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"8abfb133-075e-407c-af20-a15097023b61"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:00:47Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"bryhqZktq4ZKg3FsJ7f7LYFCAB6CXytreREF89JHtUq35INyY5tg+uKA0TvtTAa4yVxKVVZpjjOD6sgGkAmDAQ==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-23T02:46:46.225990Z"},"content_sha256":"7e5b046a571803d88cdfcebf26cd47a4d00971708eacb95ed42fff1dc2cc6a57","schema_version":"1.0","event_id":"sha256:7e5b046a571803d88cdfcebf26cd47a4d00971708eacb95ed42fff1dc2cc6a57"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/3BSYH5ML66C6PQIBFRZ4HXGBA3/bundle.json","state_url":"https://pith.science/pith/3BSYH5ML66C6PQIBFRZ4HXGBA3/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/3BSYH5ML66C6PQIBFRZ4HXGBA3/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-23T02:46:46Z","links":{"resolver":"https://pith.science/pith/3BSYH5ML66C6PQIBFRZ4HXGBA3","bundle":"https://pith.science/pith/3BSYH5ML66C6PQIBFRZ4HXGBA3/bundle.json","state":"https://pith.science/pith/3BSYH5ML66C6PQIBFRZ4HXGBA3/state.json","well_known_bundle":"https://pith.science/.well-known/pith/3BSYH5ML66C6PQIBFRZ4HXGBA3/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:3BSYH5ML66C6PQIBFRZ4HXGBA3","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":"902eb9cd27c5ad8e290462ad99ed711299f34815d01cb4dc434a1f3b60727fdf","cross_cats_sorted":["cs.AI","cs.SE"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AR","submitted_at":"2026-05-13T14:14:54Z","title_canon_sha256":"b260dbe540a2309f007647add5e11c061faa3163f40b17033c76fa95326e86d5"},"schema_version":"1.0","source":{"id":"2605.15226","kind":"arxiv","version":1}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.15226","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"arxiv_version","alias_value":"2605.15226v1","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.15226","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"pith_short_12","alias_value":"3BSYH5ML66C6","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"pith_short_16","alias_value":"3BSYH5ML66C6PQIB","created_at":"2026-05-20T00:00:47Z"},{"alias_kind":"pith_short_8","alias_value":"3BSYH5ML","created_at":"2026-05-20T00:00:47Z"}],"graph_snapshots":[{"event_id":"sha256:7e5b046a571803d88cdfcebf26cd47a4d00971708eacb95ed42fff1dc2cc6a57","target":"graph","created_at":"2026-05-20T00:00:47Z","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":"Software and hardware are fundamentally different engineering tasks: the same agent loses 37% to 58% from SWE-bench Verified to Phoenix-bench because hardware bugs propagate across parallel instantiated modules through signal flow rather than along a software-style call graph, and software-tuned agents stop at the symptom file instead of tracing back through the instantiation chain."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"The 511 instances drawn from 114 GitHub repositories, together with their developer patches and testbenches, form a representative sample of real-world hardware engineering work that requires repository navigation, hierarchy-aware localization, EDA verification, and multi-file patching."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"Phoenix-bench shows agentic AI systems lose 37-58% resolved rate when moving from SWE-bench Verified to hardware tasks because bugs spread across parallel modules via signal flow, with testbench feedback lifting performance by 42-45% while file-level oracles add only 1.4%."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"Software-tuned AI agents struggle with hardware engineering because bugs propagate through signal flows across instantiated modules rather than along call graphs."}],"snapshot_sha256":"d89d35a0c32a3b758f70b5086df730f87f6da4bc990be0dcfa7be1400611d24b"},"formal_canon":{"evidence_count":2,"snapshot_sha256":"a6aebab90429703aeca30a4c8cea08216e192d270908a40280888c22474556db"},"integrity":{"available":true,"clean":true,"detectors_run":[{"findings_count":0,"name":"claim_evidence","ran_at":"2026-05-19T18:21:56.308771Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"doi_title_agreement","ran_at":"2026-05-19T18:01:18.618887Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"doi_compliance","ran_at":"2026-05-19T17:50:44.177290Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"ai_meta_artifact","ran_at":"2026-05-19T13:33:22.832843Z","status":"skipped","version":"1.0.0"}],"endpoint":"/pith/2605.15226/integrity.json","findings":[],"snapshot_sha256":"8b140a2e460c256d1164c076defbc763e3d147bb08d1c900635a185cdf1a2a1b","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"We ask whether agentic AI systems built for software engineering transfer to realistic hardware engineering. Existing hardware LLM benchmarks isolate sub-tasks but none jointly requires repository navigation, hierarchy-aware localization, Electronic Design Automation (EDA) executable verification, and maintenance-style patching. We introduce \\textbf{Phoenix-bench}, a synchronized corpus of 511 verified Verilator instances from 114 GitHub repositories, each shipped with the developer patch, design-flow labels, fail-to-pass and pass-to-pass testbenches, and a Docker-pinned EDA environment so res","authors_text":"Bingsheng He, Feng Yu, Hongshi Tan, Qingyun Zou, WengFai Wong","cross_cats":["cs.AI","cs.SE"],"headline":"Software-tuned AI agents struggle with hardware engineering because bugs propagate through signal flows across instantiated modules rather than along call graphs.","license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AR","submitted_at":"2026-05-13T14:14:54Z","title":"Is Agentic AI Ready for Real-World Hardware Engineering? A Deep Dive with Phoenix-bench"},"references":{"count":50,"internal_anchors":7,"resolved_work":50,"sample":[{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":1,"title":"Benchmarking Large Language Models for Automated Verilog","work_id":"11975879-65f5-4e4b-bddb-516a96ee955c","year":2023},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":2,"title":"Thakur, Shailja and Ahmad, Baleegh and Pearce, Hammond and Tan, Benjamin and Dolan-Gavitt, Brendan and Karri, Ramesh and Garg, Siddharth , journal=. 2024 , publisher=","work_id":"ce7966ae-1d56-4f18-9bcb-082b11d1902a","year":2024},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":3,"title":"Liu, Mingjie and Pinckney, Nathaniel and Khailany, Brucek and Ren, Haoxing , booktitle=. 2023 , organization=","work_id":"308fcf02-ca47-4806-8082-858a6c895835","year":2023},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":4,"title":"Location is Key: Leveraging","work_id":"7f8b273a-72f1-4b32-9f69-4c67087a378b","year":2025},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":5,"title":"arXiv preprint arXiv:2503.04057 , year=","work_id":"efc8abbe-e08b-457b-89b0-937b82ef3feb","year":null}],"snapshot_sha256":"9e789ce38c49a54aa18d338a843644faa88af68ef992141d8924877ab05bb739"},"source":{"id":"2605.15226","kind":"arxiv","version":1},"verdict":{"created_at":"2026-05-19T17:44:20.485864Z","id":"8abfb133-075e-407c-af20-a15097023b61","model_set":{"reader":"grok-4.3"},"one_line_summary":"Phoenix-bench shows agentic AI systems lose 37-58% resolved rate when moving from SWE-bench Verified to hardware tasks because bugs spread across parallel modules via signal flow, with testbench feedback lifting performance by 42-45% while file-level oracles add only 1.4%.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"Software-tuned AI agents struggle with hardware engineering because bugs propagate through signal flows across instantiated modules rather than along call graphs.","strongest_claim":"Software and hardware are fundamentally different engineering tasks: the same agent loses 37% to 58% from SWE-bench Verified to Phoenix-bench because hardware bugs propagate across parallel instantiated modules through signal flow rather than along a software-style call graph, and software-tuned agents stop at the symptom file instead of tracing back through the instantiation chain.","weakest_assumption":"The 511 instances drawn from 114 GitHub repositories, together with their developer patches and testbenches, form a representative sample of real-world hardware engineering work that requires repository navigation, hierarchy-aware localization, EDA verification, and multi-file patching."}},"verdict_id":"8abfb133-075e-407c-af20-a15097023b61"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:95ac3821dc9b9634859561e6773064d03bc94547c66d4d1c50febabec6020f7a","target":"record","created_at":"2026-05-20T00:00:47Z","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":"902eb9cd27c5ad8e290462ad99ed711299f34815d01cb4dc434a1f3b60727fdf","cross_cats_sorted":["cs.AI","cs.SE"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.AR","submitted_at":"2026-05-13T14:14:54Z","title_canon_sha256":"b260dbe540a2309f007647add5e11c061faa3163f40b17033c76fa95326e86d5"},"schema_version":"1.0","source":{"id":"2605.15226","kind":"arxiv","version":1}},"canonical_sha256":"d86583f58bf785e7c1012c73c3dcc106d5dca1a9ee298848b42ad23b7e77393f","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"d86583f58bf785e7c1012c73c3dcc106d5dca1a9ee298848b42ad23b7e77393f","first_computed_at":"2026-05-20T00:00:47.281949Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-20T00:00:47.281949Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"zDGosrOJOzRfQVuHIRga6JT3dp46eQnZV6B8k/EBfBqHaT9Y2Xuplp2X5DdC3Rlj5/botpWUsYjTSzpK/Jt8DA==","signature_status":"signed_v1","signed_at":"2026-05-20T00:00:47.282913Z","signed_message":"canonical_sha256_bytes"},"source_id":"2605.15226","source_kind":"arxiv","source_version":1}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:95ac3821dc9b9634859561e6773064d03bc94547c66d4d1c50febabec6020f7a","sha256:7e5b046a571803d88cdfcebf26cd47a4d00971708eacb95ed42fff1dc2cc6a57"],"state_sha256":"2e65139a3bdc1949a1a3fd66dfe344933400e1e199e5420ea677fe6b5caf75c5"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"Kj93QCA4zc4MFgeQKx+Wq5HmLzfrenVugIqpFH9CuIs+bwJrUPnWrVvZwmdKMOsa/S+gFZkH5685ChneqIlaDQ==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-23T02:46:46.230228Z","bundle_sha256":"99186bb5e8e32e72a36d5fa942de4f2bc16c1cc41c2f935867ad032d1ef05513"}}