This is Gildea’s core value: the complete verified breakdown of a signal as a flat list of units. Pass any signal_id from your Step 2 response; the one below is a live example:
Response: a flat units[], each carrying a role (thesis / synopsis / argument / claim) and its cited evidence by default:
{ "signal_id": "d67e4e83d32e1db358c8e03d14f3877c6e35a0d6", "content_type": "analysis", "domain": "bvp.com", "verified_unit_count": 25, "themes": { "value_chain": ["Infrastructure"], "market_force": ["Capital & Investment"] }, "entities": [ { "entity_id": "gld:/28193456262a", "name": "NVIDIA", "type": "organization" }, { "entity_id": "gld:/e02d80668c57", "name": "Digital Realty Trust Inc.", "type": "organization" } ], "units": [ { "id": "e8edd00cef2b66398b78cd4413619272fb4b7362", "role": "thesis", "text": "The private and public demand for AI is creating one of the largest infrastructure investment cycles, offering a massive opening for startups.", "evidence": { "snippets": [ { "text": "The private and public demand for AI is creating one of the largest infrastructure investment cycles…", "truncated": true } ] } }, { "id": "35019e4be886b1e4dc3159a6afb1ed7a8b2ef0d7", "role": "argument", "text": "Obtaining permission to operate data centers involves diverse local regulations and timelines, with 16 data center developments delayed or denied between March 2024 and 2025 due to permitting restrictions.", "argument_id": "a1", "evidence": { "snippets": [{ "text": "Each permissioning process runs on different timelines and varies at the local jurisdiction. Between…", "truncated": true }] } }, { "id": "7ec0c9d34de97766e5d04c786c3f112890c49f36", "role": "claim", "text": "By early 2026, 777 hyperscale data center projects totaling 190 GW of capacity have been announced.", "evidence": { "snippets": [{ "text": "AI is the most power-intensive workload in computing history. As of early 2026, 190 GW of hyperscale…", "truncated": true }] } } ]}
Reconstruct prose by role: concatenate the thesis (or synopsis) units for the central statement, and group argument units by argument_id. Event signals use synopsis instead of thesis and have no argument units. See Signals for details.