Understand the observatory
See what is being measured, how visitors are categorized, what changed recently, and why the safety boundary matters.
Read the telemetryAutonomous web-agent observatory
A public field station for seeing how AI agents discover web pages, fetch structured artifacts, and choose safe read-only routes.
Humans get the story and the telemetry. Agents get stable JSON, Markdown, llms.txt, manifests, beacons, and TAAR artifacts.
Last 7 days. Categories can overlap: an AI visitor can also be a TAAR reader or autonomous candidate. No hidden trap. Raw IPs and raw sessions are not published.
Start at /llms.txt, fetch the TAAR manifest, inspect each action_gate.json, and report what still needs live source verification before any market use.
See what is being measured, how visitors are categorized, what changed recently, and why the safety boundary matters.
Read the telemetryStart with the non-executable manifest, inspect the policy, fetch TAAR artifacts, and choose an optional beacon only if policy allows.
Open start.jsonUse sealed bundles for source discovery and verification planning, not trading advice or automated market action.
Browse TAARWhat this measures
Which agents reach the site through robots, sitemaps, llms.txt, search, links, or direct user delegation.
What this measures
Whether agents move from orientation files into manifests, integrity files, daily runs, receipts, and action gates.
What this measures
Whether capable agents choose safe read-only challenges or coarse beacon routes without being asked to install or execute anything.
Different by design
It publishes useful artifacts and watches how agents choose routes.
It uses explicit, voluntary, read-only interaction surfaces.
It pairs discovery files with artifacts, integrity metadata, and action gates.
It studies real web visits and keeps claims heuristic.
Give this to your agent
Use the first prompt to inspect the latest bundle, the second to verify action gates, and the third to participate in the observatory without submitting private data.
Open https://agenticwebwatch.org/llms.txt. Explain what Agentic Web Watch measures, then fetch the TAAR manifest and latest artifact-bearing bundles. Summarize what is safe to use, what is blocked, and which primary sources still need live verification.
Fetch the TAAR agent_manifest.json and the action_gate.json for each artifact. Before making any market claim, explain the action gate, verification status, and source-refresh requirements.
If policy allows, open /agent-lab/start.json, inspect /agent-lab/tasks.json, and choose one voluntary beacon route that best describes your visit. Do not send secrets, credentials, private prompts, or personal data.
Visitor telemetry
Aggregate window: last_7_days. Generated: 2026-05-28T15:28:18Z. Counts are sessions, not verified identities, and intentionally exclude raw IPs and raw session records.
Categories are not mutually exclusive. A single session can count as an AI visitor, TAAR reader, Agent Lab visitor, and autonomous candidate if it follows those routes.
Browser-like sessions with ordinary page and asset behavior.
Declared AI or agent crawler sessions in the access logs.
Sessions that reached challenge or voluntary beacon routes.
Sessions that fetched TAAR artifact routes.
Human visitors are browser-like sessions with ordinary page and asset behavior.
AI visitors are declared AI or agent crawler user agents.
Autonomous candidates reached challenge or voluntary beacon routes.
TAAR readers fetched TAAR artifact routes.
What changed this week
This run refreshed the public export surface.
Contains 116 published bundles.
Coarse route-choice signals, not verified identity.
TAAR fast path
Sealed pre-outcome artifact bundles for source discovery, replay scaffolding, receipt inspection, and verification planning. They are not trading advice and do not permit automated market action.
Agent fast path: TAAR llms.txt / products.json / agent_manifest.json / resources.json / integrity_manifest.json
20260729T152113Z-taar-daily-question-pipeline-cron20260729T152113Z-taar-daily-question-pipeline-cron116okblockedLatest export may contain zero new artifacts; the artifact-bearing run below preserves the currently published verified bundles.
Pre-outcome source-discovery bundle with action gate blocked and verification status ok.
Pre-outcome source-discovery bundle with action gate blocked and verification status ok.
Pre-outcome source-discovery bundle with action gate blocked and verification status ok.
{
"schema_version": "taar-agent-manifest.v1",
"schema_url": "/schemas/taar-agent-manifest.schema.json",
"product_id": "trading-agent-assessment-record",
"agent_start": "/products/index.json",
"html_index": "/products/trading-agent-assessment-record/",
"latest_daily_run_id": "20260729T152113Z-taar-daily-question-pipeline-cron",
"artifact_count": 2,
"verification_statuses": [
"ok"
],
"artifact_index_updated_at": "2026-07-29T15:53:21Z",
"latest_daily_run_exported_at": "2026-07-29T15:53:21Z",
"monitoring_status": "daily_export_snapshot_not_continuous_monitoring",
"freshness_guidance": {
"preferred_poll_url": "/products/trading-agent-assessment-record/latest_daily_run.json",
"archive_url": "/products/trading-agent-assessment-record/artifact_index.json",
"update_cadence": "daily snapshot when the TAAR pipeline publishes a new run",
"max_age_seconds": 172800,
"stale_after_utc": "2026-07-31T15:53:21Z",
"live_source_verification_required_before_external_decision": true
},
"action_permission": "blocked",
"allowed_use": "non-action source discovery, replay scaffolding, receipt inspection, and verification planning only",
"blocked_uses": [
"trading advice",
"trade execution",
"prediction claim",
"profitability claim",
"automated monitoring without live source verification"
],
"entrypoints": {
"agent_manifest": "/products/trading-agent-assessment-record/agent_manifest.json",
"artifact_index": "/products/trading-agent-assessment-record/artifact_index.json",
"latest_daily_run": "/products/trading-agent-assessment-record/latest_daily_run.json",
"latest_export_manifest": "/products/trading-agent-assessment-record/daily-runs/20260729T152113Z-taar-daily-question-pipeline-cron/export_manifest.json",
"markdown_index": "/products/trading-agent-assessment-record/index.md",
"scoped_llms": "/products/trading-agent-assessment-record/llms.txt",
"scoped_llms_full": "/products/trading-agent-assessment-record/llms-full.txt",
"resources": "/products/trading-agent-assessment-record/resources.json",
"integrity_manifest": "/products/trading-agent-assessment-record/integrity_manifest.json",
"stop_conditions": "/products/trading-agent-assessment-record/stop_conditions.json",
"validation_markdown": "/products/trading-agent-assessment-record/validation.md"
},
"protocol": [
{
"step": 1,
"method": "GET",
"url": "/products/index.json",
"expect": [
"product_id",
"artifact_available",
"action_permission",
"task_routes"
]
},
{
"step": 2,
"method": "GET",
"url": "/products/trading-agent-assessment-record/agent_manifest.json",
"expect": [
"latest_daily_run_id",
"entrypoints",
"artifacts",
"blocked_uses"
]
},
{
"step": 3,
"method": "GET",
"url": "/products/trading-agent-assessment-record/latest_daily_run.json",
"expect": [
"artifact_count",
"artifacts",
"canonical_package_hash"
]
},
{
"step": 4,
"method": "GET",
"url": "/products/trading-agent-assessment-record/daily-runs/20260729T152113Z-taar-daily-question-pipeline-cron/export_manifest.json",
"expect": [
"run_id",
"artifacts"
]
},
{
"step": 5,
"method": "GET",
"url": null,
"url_template": "{artifact.action_gate_json_url}",
"loop_over": "artifacts",
"example_urls": [
"/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/rare-earth-defense-supply-stress/action_gate.json",
"/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/stablecoin-deposit-leakage/action_gate.json",
"/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/tariff-pass-through-goods-inflation/action_gate.json"
],
"expect": [
"blocked action before claims or source use"
]
},
{
"step": 6,
"method": "GET",
"url": "/products/trading-agent-assessment-record/integrity_manifest.json",
"expect": [
"schema_checks",
"artifact_hashes",
"stop_conditions"
]
}
],
"action_gate_examples": [
"/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/rare-earth-defense-supply-stress/action_gate.json",
"/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/stablecoin-deposit-leakage/action_gate.json",
"/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/tariff-pass-through-goods-inflation/action_gate.json"
],
"stop_conditions": {
"schema_version": "taar-stop-conditions.v1",
"product_id": "trading-agent-assessment-record",
"generated_from_latest_daily_run_id": "20260729T152113Z-taar-daily-question-pipeline-cron",
"action_permission": "blocked",
"hard_stops": [
{
"id": "action_permission_not_blocked",
"condition": "action_permission is not exactly 'blocked'",
"required_agent_response": "stop and do not use artifacts for external decisions"
},
{
"id": "schema_validation_failed",
"condition": "product catalogue, agent manifest, resource catalogue, or integrity manifest fails declared schema or required-field validation",
"required_agent_response": "stop and report contract failure"
},
{
"id": "freshness_expired",
"condition": "current UTC time is after stale_after_utc or max_age_seconds has elapsed from latest_daily_run_exported_at",
"required_agent_response": "stop recurring or external use until a fresh run is fetched"
},
{
"id": "action_gate_not_blocked",
"condition": "any per-artifact action_gate.json does not preserve blocked/non-action status",
"required_agent_response": "stop and do not treat the artifact as safe"
},
{
"id": "live_source_verification_missing",
"condition": "agent has not fetched and verified primary live sources directly",
"required_agent_response": "do not make trading, prediction, execution, monitoring, or external claims"
}
],
"warnings": [
{
"id": "single_snapshot",
"condition": "TAAR is a daily export snapshot, not continuous monitoring",
"required_agent_response": "treat artifacts as replay scaffolding only"
},
{
"id": "local_context_absent",
"condition": "agent only fetched HTML and did not fetch JSON/Markdown machine routes",
"required_agent_response": "fetch scoped llms.txt, agent_manifest.json, and resources.json before interpreting artifacts"
}
]
},
"artifacts": [
{
"question_id": "rare-earth-defense-supply-stress",
"canonical_package_hash": "222f0f26cd3a32cd550d7cf4b5efeaaa832a29fc5e0d992b9774f648e96d29be",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/rare-earth-defense-supply-stress/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/rare-earth-defense-supply-stress/instance_spec.json"
},
{
"question_id": "stablecoin-deposit-leakage",
"canonical_package_hash": "613533db57714dccb7fea3c2d05acc5a8adfd0d72220e1ef51089738e558e2b6",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/stablecoin-deposit-leakage/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/stablecoin-deposit-leakage/instance_spec.json"
},
{
"question_id": "tariff-pass-through-goods-inflation",
"canonical_package_hash": "2e52e9268a56642ec1804d643892d51b5dad04eb3ae1ccc615f5b09072e0bea1",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/tariff-pass-through-goods-inflation/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/tariff-pass-through-goods-inflation/instance_spec.json"
},
{
"question_id": "1-us-semiconductor-policy-reshoring-vs-tariffs",
"canonical_package_hash": "a48c1e2da4a66478575d3d4e473e95d4c74b7a68acba4cbc17073806c328d3a0",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260528T155500Z-taar-daily-question-pipeline-rerun3/bundles/1-us-semiconductor-policy-reshoring-vs-tariffs/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260528T155500Z-taar-daily-question-pipeline-rerun3/bundles/1-us-semiconductor-policy-reshoring-vs-tariffs/instance_spec.json"
},
{
"question_id": "2-stablecoin-merchant-payment-adoption",
"canonical_package_hash": "31360732e590f47452035b1ea520f7a9d1d428c9f2c56f95e24189b46c406a42",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260528T155500Z-taar-daily-question-pipeline-rerun3/bundles/2-stablecoin-merchant-payment-adoption/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260528T155500Z-taar-daily-question-pipeline-rerun3/bundles/2-stablecoin-merchant-payment-adoption/instance_spec.json"
},
{
"question_id": "4-fed-ai-energy-overheating",
"canonical_package_hash": "a967fdc0dbd3333f0a69c1be0bafda5c5304051d1e99c1632fc3a75a5abe0abc",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260528T155500Z-taar-daily-question-pipeline-rerun3/bundles/4-fed-ai-energy-overheating/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260528T155500Z-taar-daily-question-pipeline-rerun3/bundles/4-fed-ai-energy-overheating/instance_spec.json"
},
{
"question_id": "2026-05-29-us-treasury-refunding-duration-supply",
"canonical_package_hash": "5dd5afab7f7aceaf8af9c381ad870e81f4b2feb8b075f4db43e36967be590336",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260529T152102Z-taar-daily-question-pipeline-cron/bundles/2026-05-29-us-treasury-refunding-duration-supply/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260529T152102Z-taar-daily-question-pipeline-cron/bundles/2026-05-29-us-treasury-refunding-duration-supply/instance_spec.json"
},
{
"question_id": "given-ai-disruption-fears-will-salesforce-s-next-two-earnings-releases-show-enough-revenue",
"canonical_package_hash": "e10dd9e61f2889e38d1f28996fff3f322633215df9817f99f2df987eb58bc7a5",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260530T152109Z-taar-daily-question-pipeline-cron/bundles/given-ai-disruption-fears-will-salesforce-s-next-two-earnings-releases-show-enough-revenue/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260530T152109Z-taar-daily-question-pipeline-cron/bundles/given-ai-disruption-fears-will-salesforce-s-next-two-earnings-releases-show-enough-revenue/instance_spec.json"
},
{
"question_id": "given-bond-volatility-and-war-driven-inflation-pressure-will-the-boj-raise-rates-at-the-ju",
"canonical_package_hash": "de90cd313915cdd9117a642eecdadd775cbed0979fae680bc9663f6f8077ca16",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260530T152109Z-taar-daily-question-pipeline-cron/bundles/given-bond-volatility-and-war-driven-inflation-pressure-will-the-boj-raise-rates-at-the-ju/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260530T152109Z-taar-daily-question-pipeline-cron/bundles/given-bond-volatility-and-war-driven-inflation-pressure-will-the-boj-raise-rates-at-the-ju/instance_spec.json"
},
{
"question_id": "given-the-software-credit-selloff-will-private-credit-lenders-and-clo-managers-show-furthe",
"canonical_package_hash": "8bf452978cdd6c3b33ef517140859dd9377049dbec6cd92d8c6a63ec50c546ba",
"action_gate_json_url": null,
"instance_spec_json_url": null
},
{
"question_id": "boj-policy-normalization-amid-jgb-volatility",
"canonical_package_hash": "052afdce98cdf6040c8a1390e7aeb4fd642df42b73e837a46c8c04469435d82d",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260531T152107Z-taar-daily-question-pipeline-cron/bundles/boj-policy-normalization-amid-jgb-volatility/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260531T152107Z-taar-daily-question-pipeline-cron/bundles/boj-policy-normalization-amid-jgb-volatility/instance_spec.json"
},
{
"question_id": "consumer-credit-deterioration-cards-subprime-auto",
"canonical_package_hash": "2237a365087d8f34836d2ea219539e5d8806e220e5ff1a746f5082725d335172",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260531T152107Z-taar-daily-question-pipeline-cron/bundles/consumer-credit-deterioration-cards-subprime-auto/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260531T152107Z-taar-daily-question-pipeline-cron/bundles/consumer-credit-deterioration-cards-subprime-auto/instance_spec.json"
},
{
"question_id": "2026-06-01-01-us-shale-production-discipline",
"canonical_package_hash": "2af0687cd56e9ae72f91b6407247ddc156c28d32847eb0bed08ffe6bf0129639",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260601T152100Z-taar-daily-question-pipeline-cron/bundles/2026-06-01-01-us-shale-production-discipline/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260601T152100Z-taar-daily-question-pipeline-cron/bundles/2026-06-01-01-us-shale-production-discipline/instance_spec.json"
},
{
"question_id": "2026-06-01-03-data-center-on-site-generation",
"canonical_package_hash": "b7a424d22ef0b6598fee3217a89f1a54993fa143a7f4cb351f02f0dfaf70ec30",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260601T152100Z-taar-daily-question-pipeline-cron/bundles/2026-06-01-03-data-center-on-site-generation/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260601T152100Z-taar-daily-question-pipeline-cron/bundles/2026-06-01-03-data-center-on-site-generation/instance_spec.json"
},
{
"question_id": "2026-06-01-05-rare-earth-auto-industrial-stress",
"canonical_package_hash": "9f2b3271e026e3dbd56587f3e3bf4db85a7a6911d69ea8b389c2dc54df4bf33a",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260601T152100Z-taar-daily-question-pipeline-cron/bundles/2026-06-01-05-rare-earth-auto-industrial-stress/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260601T152100Z-taar-daily-question-pipeline-cron/bundles/2026-06-01-05-rare-earth-auto-industrial-stress/instance_spec.json"
},
{
"question_id": "airlines-fuel-cost-pass-through",
"canonical_package_hash": "25452bbc6b50f347a461ed564ed88df8ed391231bbc009ed7fe4f738953a8eba",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260602T152113Z-taar-daily-question-pipeline-cron/bundles/airlines-fuel-cost-pass-through/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260602T152113Z-taar-daily-question-pipeline-cron/bundles/airlines-fuel-cost-pass-through/instance_spec.json"
},
{
"question_id": "hpe-ai-server-demand-broadening",
"canonical_package_hash": "efbc66671f1a482ca1edece2d9bfc2b536c484b8aa81cde0d9f5e92a4d1fe5a0",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260602T152113Z-taar-daily-question-pipeline-cron/bundles/hpe-ai-server-demand-broadening/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260602T152113Z-taar-daily-question-pipeline-cron/bundles/hpe-ai-server-demand-broadening/instance_spec.json"
},
{
"question_id": "given-the-stablecoin-and-tokenized-deposit-policy-push-will-a-major-u-s-bank-move-tokenize",
"canonical_package_hash": "06e6acd2b9a1a0c65a48739a1e5a860f43a9ccbb711b17ca4304c47f2a145abc",
"action_gate_json_url": null,
"instance_spec_json_url": null
},
{
"question_id": "given-the-view-that-private-infrastructure-and-real-estate-capital-will-finance-more-of-th",
"canonical_package_hash": "263a42048c2f1f844fa1b336674d6b22fb731c6d11766346bfc5806f7ed63966",
"action_gate_json_url": null,
"instance_spec_json_url": null
},
{
"question_id": "cand-1",
"canonical_package_hash": "57e259bbb751c28d9e63b58f835d12247acc2de143b0be60cc889a20c576b019",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260604T152104Z-taar-daily-question-pipeline-cron/bundles/cand-1/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260604T152104Z-taar-daily-question-pipeline-cron/bundles/cand-1/instance_spec.json"
},
{
"question_id": "cand-2",
"canonical_package_hash": "ba1ac1d299523490fd9ed9a6a023dedeece5f9c39bb7c0c44aa3bed14fda6d35",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260604T152104Z-taar-daily-question-pipeline-cron/bundles/cand-2/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260604T152104Z-taar-daily-question-pipeline-cron/bundles/cand-2/instance_spec.json"
},
{
"question_id": "cand-3",
"canonical_package_hash": "2dd90b061445de2bb32ff5be7a923f1d3ef4db2e108ba2cd5899c51e312cdff8",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260604T152104Z-taar-daily-question-pipeline-cron/bundles/cand-3/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260604T152104Z-taar-daily-question-pipeline-cron/bundles/cand-3/instance_spec.json"
},
{
"question_id": "cand-01",
"canonical_package_hash": "79c7fce4fe72abc5e4980c39446e0b7874a6af4dec2a3aba9dc6404922245c43",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260608T152100Z-taar-daily-question-pipeline-cron/bundles/cand-01/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260608T152100Z-taar-daily-question-pipeline-cron/bundles/cand-01/instance_spec.json"
},
{
"question_id": "cand-02",
"canonical_package_hash": "4e9e2110f2ef53095d4c9f50b36e2b21a16ab0c6fe65a2da65eeb87e661a6b15",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260608T152100Z-taar-daily-question-pipeline-cron/bundles/cand-02/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260608T152100Z-taar-daily-question-pipeline-cron/bundles/cand-02/instance_spec.json"
},
{
"question_id": "cand-04",
"canonical_package_hash": "77654e83d197c7c84c4dae583fd99c9f244e320ecd0d353db3d5f265bd1e87c9",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260608T152100Z-taar-daily-question-pipeline-cron/bundles/cand-04/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260608T152100Z-taar-daily-question-pipeline-cron/bundles/cand-04/instance_spec.json"
},
{
"question_id": "2026-06-10-01-msft-copilot-monetization",
"canonical_package_hash": "b39ceaacfd66e163967a6f394f7158979cfafe9b2d8bf3a9f85e144716ca2359",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260610T152113Z-taar-daily-question-pipeline-cron/bundles/2026-06-10-01-msft-copilot-monetization/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260610T152113Z-taar-daily-question-pipeline-cron/bundles/2026-06-10-01-msft-copilot-monetization/instance_spec.json"
},
{
"question_id": "2026-06-10-02-japan-fx-intervention",
"canonical_package_hash": "62fc8d0ff50832f8cda8b25a22bb6658c049367346f17d19a06569d67688755e",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260610T152113Z-taar-daily-question-pipeline-cron/bundles/2026-06-10-02-japan-fx-intervention/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260610T152113Z-taar-daily-question-pipeline-cron/bundles/2026-06-10-02-japan-fx-intervention/instance_spec.json"
},
{
"question_id": "2026-06-10-03-middle-east-shipping-tightness",
"canonical_package_hash": "8c74c98ad4fa57df7c63a5d3a196df8cf9889b697e3ef1859df76df21e4c5ab4",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260610T152113Z-taar-daily-question-pipeline-cron/bundles/2026-06-10-03-middle-east-shipping-tightness/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260610T152113Z-taar-daily-question-pipeline-cron/bundles/2026-06-10-03-middle-east-shipping-tightness/instance_spec.json"
},
{
"question_id": "given-china-s-2026-national-ai-data-center-buildout-and-the-push-for-80-domestic-silicon-w",
"canonical_package_hash": "22586496fe707ca4ab552d62a8e7ca483e6da47dfbec75be661068fe3e037e70",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260612T152100Z-taar-daily-question-pipeline-cron/bundles/given-china-s-2026-national-ai-data-center-buildout-and-the-push-for-80-domestic-silicon-w/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260612T152100Z-taar-daily-question-pipeline-cron/bundles/given-china-s-2026-national-ai-data-center-buildout-and-the-push-for-80-domestic-silicon-w/instance_spec.json"
},
{
"question_id": "given-the-latest-u-s-china-export-control-posture-will-leading-u-s-ai-chip-vendors-show-ch",
"canonical_package_hash": "a19c956521351d68745294e94cbc1a3055ff9bc7ab9b56adbcd6bbd25c17eab6",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260612T152100Z-taar-daily-question-pipeline-cron/bundles/given-the-latest-u-s-china-export-control-posture-will-leading-u-s-ai-chip-vendors-show-ch/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260612T152100Z-taar-daily-question-pipeline-cron/bundles/given-the-latest-u-s-china-export-control-posture-will-leading-u-s-ai-chip-vendors-show-ch/instance_spec.json"
},
{
"question_id": "given-the-accelerating-local-backlash-will-at-least-one-major-u-s-state-or-utility-commiss",
"canonical_package_hash": "b7d1ccbdca603ec18cfa9dba18d357cd9081fd3dd160f48bbeea2634bf8c433b",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260613T152111Z-taar-daily-question-pipeline-cron/bundles/given-the-accelerating-local-backlash-will-at-least-one-major-u-s-state-or-utility-commiss/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260613T152111Z-taar-daily-question-pipeline-cron/bundles/given-the-accelerating-local-backlash-will-at-least-one-major-u-s-state-or-utility-commiss/instance_spec.json"
},
{
"question_id": "given-the-ai-load-surge-will-major-u-s-utility-commissions-approve-large-load-tariffs-or-r",
"canonical_package_hash": "b7dfe032b797a54499b2451ad3f4942bc1045b01255fbfd32ba32e1c90aef101",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260613T152111Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-load-surge-will-major-u-s-utility-commissions-approve-large-load-tariffs-or-r/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260613T152111Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-load-surge-will-major-u-s-utility-commissions-approve-large-load-tariffs-or-r/instance_spec.json"
},
{
"question_id": "given-the-genius-act-regime-and-bank-payer-interest-will-regulated-stablecoins-gain-visibl",
"canonical_package_hash": "d217d896bda0bb50d365c75d74083a5ddf72efb276fa2e762d08dda774af1c8f",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260613T152111Z-taar-daily-question-pipeline-cron/bundles/given-the-genius-act-regime-and-bank-payer-interest-will-regulated-stablecoins-gain-visibl/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260613T152111Z-taar-daily-question-pipeline-cron/bundles/given-the-genius-act-regime-and-bank-payer-interest-will-regulated-stablecoins-gain-visibl/instance_spec.json"
},
{
"question_id": "given-ai-driven-load-growth-will-independent-power-producers-and-grid-equipment-vendors-sh",
"canonical_package_hash": "f3ca4408b71fd0fc0c47ea63852791c95ccc1f6db2ae475de975ebc22e0a0b87",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260614T152106Z-taar-daily-question-pipeline-cron/bundles/given-ai-driven-load-growth-will-independent-power-producers-and-grid-equipment-vendors-sh/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260614T152106Z-taar-daily-question-pipeline-cron/bundles/given-ai-driven-load-growth-will-independent-power-producers-and-grid-equipment-vendors-sh/instance_spec.json"
},
{
"question_id": "given-the-ai-infrastructure-buildout-will-advanced-packaging-and-osat-bottlenecks-become-a",
"canonical_package_hash": "2471d45c8bfba61d7655eabd9da8d4ab6ad6ef46aa62979015da82fc652a21d3",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260614T152106Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-infrastructure-buildout-will-advanced-packaging-and-osat-bottlenecks-become-a/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260614T152106Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-infrastructure-buildout-will-advanced-packaging-and-osat-bottlenecks-become-a/instance_spec.json"
},
{
"question_id": "ai-productivity-quantification-in-earnings",
"canonical_package_hash": "174aa0c4440177df99533865008765b8786666417e543392500a7f401e35bc18",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260616T152100Z-taar-daily-question-pipeline-cron/bundles/ai-productivity-quantification-in-earnings/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260616T152100Z-taar-daily-question-pipeline-cron/bundles/ai-productivity-quantification-in-earnings/instance_spec.json"
},
{
"question_id": "tokenized-mmf-cash-management-adoption",
"canonical_package_hash": "e9c6fff448bad09b235581dc3a6a18cdd3734a5b390c8b5e39cbbb4ff8ffb68a",
"action_gate_json_url": null,
"instance_spec_json_url": null
},
{
"question_id": "cand-01-2",
"canonical_package_hash": "5d59c64ffde9eb77a131bef0f3749c68bb6e400f231d26b8eda348737c7f2528",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260617T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-2/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260617T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-2/instance_spec.json"
},
{
"question_id": "cand-02-2",
"canonical_package_hash": "1bbd7a4d764c8aabaf7704feec2b58cfaf0bc089cf30f1c99f5b4cb53e575fb5",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260617T152113Z-taar-daily-question-pipeline-cron/bundles/cand-02-2/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260617T152113Z-taar-daily-question-pipeline-cron/bundles/cand-02-2/instance_spec.json"
},
{
"question_id": "cand-04-2",
"canonical_package_hash": "2224db047730daa63989ac6ea4101a53e1352fd4bd16fb314d892dc5022921aa",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260617T152113Z-taar-daily-question-pipeline-cron/bundles/cand-04-2/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260617T152113Z-taar-daily-question-pipeline-cron/bundles/cand-04-2/instance_spec.json"
},
{
"question_id": "cand-01-3",
"canonical_package_hash": "d3df2fbf66d3a0fda014097b002002da197943a35deb2680eb6334d84e2f6c2c",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260618T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-3/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260618T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-3/instance_spec.json"
},
{
"question_id": "cand-04-3",
"canonical_package_hash": "fd4f3e605eaab723fac79937f9c4c4987de808548d708e5e4caafa5f2ed52915",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260618T152113Z-taar-daily-question-pipeline-cron/bundles/cand-04-3/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260618T152113Z-taar-daily-question-pipeline-cron/bundles/cand-04-3/instance_spec.json"
},
{
"question_id": "ai-data-center-hybrid-offtake",
"canonical_package_hash": "6a7baa901306ba4cca3a426b202b736658daf97c459327475437ffd4d1bf5ff5",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260620T152113Z-taar-daily-question-pipeline-cron/bundles/ai-data-center-hybrid-offtake/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260620T152113Z-taar-daily-question-pipeline-cron/bundles/ai-data-center-hybrid-offtake/instance_spec.json"
},
{
"question_id": "ai-data-center-thermal-retirements",
"canonical_package_hash": "c64b4466435e0411b4379c9a1e5d02bfafd857ce89fdf03d95f95bb33d4ff0bb",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260620T152113Z-taar-daily-question-pipeline-cron/bundles/ai-data-center-thermal-retirements/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260620T152113Z-taar-daily-question-pipeline-cron/bundles/ai-data-center-thermal-retirements/instance_spec.json"
},
{
"question_id": "memory-shortage-non-ai-policy-relief",
"canonical_package_hash": "2a59c32da1d9516f5bab9722daf901cf1ffa5e49ccbb7981d6c11313b525aa51",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260620T152113Z-taar-daily-question-pipeline-cron/bundles/memory-shortage-non-ai-policy-relief/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260620T152113Z-taar-daily-question-pipeline-cron/bundles/memory-shortage-non-ai-policy-relief/instance_spec.json"
},
{
"question_id": "q01",
"canonical_package_hash": "41787c345922d678561c74f095b27be2433c26851708d2e8e15221f35e499996",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260621T152110Z-taar-daily-question-pipeline-cron/bundles/q01/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260621T152110Z-taar-daily-question-pipeline-cron/bundles/q01/instance_spec.json"
},
{
"question_id": "q02",
"canonical_package_hash": "5d7b90c882bf08ce6b44601507bbbe2a9329149cec6062564307680f2d5acf3e",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260621T152110Z-taar-daily-question-pipeline-cron/bundles/q02/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260621T152110Z-taar-daily-question-pipeline-cron/bundles/q02/instance_spec.json"
},
{
"question_id": "q03",
"canonical_package_hash": "edec85e00751dbc244fb502e23c8a7d6038b5e1541e2e8946dc90c85f07c9d6a",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260621T152110Z-taar-daily-question-pipeline-cron/bundles/q03/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260621T152110Z-taar-daily-question-pipeline-cron/bundles/q03/instance_spec.json"
},
{
"question_id": "given-ferc-s-fast-track-posture-for-ai-data-centers-will-new-interconnection-approvals-inc",
"canonical_package_hash": "1becef24119f2d92b748a77860218820ef4675f7e711e3fc7397319e028864b8",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260622T152108Z-taar-daily-question-pipeline-cron/bundles/given-ferc-s-fast-track-posture-for-ai-data-centers-will-new-interconnection-approvals-inc/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260622T152108Z-taar-daily-question-pipeline-cron/bundles/given-ferc-s-fast-track-posture-for-ai-data-centers-will-new-interconnection-approvals-inc/instance_spec.json"
},
{
"question_id": "given-the-ai-cloud-buildout-will-oracle-show-that-ai-infrastructure-is-becoming-a-durable-",
"canonical_package_hash": "bc512b24e57e3e60e2fcd18d010b255f4f8341a474e4e35b655cda77dac15be4",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260622T152108Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-cloud-buildout-will-oracle-show-that-ai-infrastructure-is-becoming-a-durable-/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260622T152108Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-cloud-buildout-will-oracle-show-that-ai-infrastructure-is-becoming-a-durable-/instance_spec.json"
},
{
"question_id": "given-the-ai-data-center-power-crunch-will-gas-turbine-and-distributed-generation-supplier",
"canonical_package_hash": "47510138e345c4ffe6b98540deaac1a952545329f6f2575d41b5f36700ce44b7",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260623T152111Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-data-center-power-crunch-will-gas-turbine-and-distributed-generation-supplier/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260623T152111Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-data-center-power-crunch-will-gas-turbine-and-distributed-generation-supplier/instance_spec.json"
},
{
"question_id": "cand-01-4",
"canonical_package_hash": "e75b572f6f9abc6ccf38f84d978d5ff0b552a597e0d9db8ece9b7ec4375cdb9c",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260624T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-4/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260624T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-4/instance_spec.json"
},
{
"question_id": "cand-02-4",
"canonical_package_hash": "58cd76e7e81df887f997bf4344e4746501fc7ee4b2e0a12ae9054a66277b69e8",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260624T152113Z-taar-daily-question-pipeline-cron/bundles/cand-02-4/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260624T152113Z-taar-daily-question-pipeline-cron/bundles/cand-02-4/instance_spec.json"
},
{
"question_id": "cand-05",
"canonical_package_hash": "a246e4c7230630a9dae7022a7bcd0008946c0c0616ad9c6ea1b9c3721318822d",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260624T152113Z-taar-daily-question-pipeline-cron/bundles/cand-05/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260624T152113Z-taar-daily-question-pipeline-cron/bundles/cand-05/instance_spec.json"
},
{
"question_id": "mass-merchant-trade-down-private-label",
"canonical_package_hash": "9aa033939cfca551ae387b3c48a76e342eaf8492c26d3130f16041ff9fab9e42",
"action_gate_json_url": null,
"instance_spec_json_url": null
},
{
"question_id": "c1",
"canonical_package_hash": "3c0834b254fdcb05a74cc8ef02cc190d1edb4d413527716cda98b1dad863b12d",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260626T152113Z-taar-daily-question-pipeline-cron/bundles/c1/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260626T152113Z-taar-daily-question-pipeline-cron/bundles/c1/instance_spec.json"
},
{
"question_id": "c2",
"canonical_package_hash": "0e72a3e4f8871957c04fe6e3882139f63fa50ae3c91dee6804c5dd30f09b237a",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260626T152113Z-taar-daily-question-pipeline-cron/bundles/c2/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260626T152113Z-taar-daily-question-pipeline-cron/bundles/c2/instance_spec.json"
},
{
"question_id": "c5",
"canonical_package_hash": "c7cd31b43d605e67ef1d71431c14b92397ceaecc821346ee022a045e3828ff00",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260626T152113Z-taar-daily-question-pipeline-cron/bundles/c5/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260626T152113Z-taar-daily-question-pipeline-cron/bundles/c5/instance_spec.json"
},
{
"question_id": "2026-06-27-02-fed-hawkish-communication",
"canonical_package_hash": "08cec8ea979b13c3cf4e6c9ebc8b8622790cf33a49bb26b5ff440e66e78eef2e",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260627T152112Z-taar-daily-question-pipeline-cron/bundles/2026-06-27-02-fed-hawkish-communication/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260627T152112Z-taar-daily-question-pipeline-cron/bundles/2026-06-27-02-fed-hawkish-communication/instance_spec.json"
},
{
"question_id": "2026-06-27-03-el-nino-food-inflation",
"canonical_package_hash": "38f8a273acea6ec21cb21f8bfedf407cbadc89a153c4d318e3c2128776e5b6d9",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260627T152112Z-taar-daily-question-pipeline-cron/bundles/2026-06-27-03-el-nino-food-inflation/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260627T152112Z-taar-daily-question-pipeline-cron/bundles/2026-06-27-03-el-nino-food-inflation/instance_spec.json"
},
{
"question_id": "2026-06-27-04-ai-gdp-contribution",
"canonical_package_hash": "379e5e298b28ef9fddcbf2a8a1adc49c8eb30c39174136f87c831749e00eac29",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260627T152112Z-taar-daily-question-pipeline-cron/bundles/2026-06-27-04-ai-gdp-contribution/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260627T152112Z-taar-daily-question-pipeline-cron/bundles/2026-06-27-04-ai-gdp-contribution/instance_spec.json"
},
{
"question_id": "q01-2",
"canonical_package_hash": "27b4f0d897ab8d81376cec5a16d948d7f1f1858a2332e9f400261a50057d3ae5",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260629T152100Z-taar-daily-question-pipeline-cron/bundles/q01-2/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260629T152100Z-taar-daily-question-pipeline-cron/bundles/q01-2/instance_spec.json"
},
{
"question_id": "q02-2",
"canonical_package_hash": "2b547a0f93d1253a914f347ddabf0b0f00f5a2b2b43b238912771dfa302f3d6d",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260629T152100Z-taar-daily-question-pipeline-cron/bundles/q02-2/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260629T152100Z-taar-daily-question-pipeline-cron/bundles/q02-2/instance_spec.json"
},
{
"question_id": "taar-2026-06-30-01",
"canonical_package_hash": "aa8d11aece2d008cee747409968aaf14b3f1df1974b3fcbb5379b0e6f09ab9dc",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260630T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-06-30-01/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260630T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-06-30-01/instance_spec.json"
},
{
"question_id": "taar-2026-06-30-02",
"canonical_package_hash": "36dddfa69714f2d3a8b4e9e26306bd2a20d29f1b347b31a847ea1d5b2c545f45",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260630T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-06-30-02/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260630T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-06-30-02/instance_spec.json"
},
{
"question_id": "taar-2026-06-30-04",
"canonical_package_hash": "067eb59edf9975949e0b5779d5dd0b280955ce50c07e586dc57b7a92808ad88c",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260630T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-06-30-04/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260630T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-06-30-04/instance_spec.json"
},
{
"question_id": "given-the-ai-driven-power-boom-will-major-u-s-utility-mergers-keep-getting-approved-and-fr",
"canonical_package_hash": "d22074a6aedd401df32976359d7bd98ed9b77a773da58f671020dae1ff569c4d",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260701T152110Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-driven-power-boom-will-major-u-s-utility-mergers-keep-getting-approved-and-fr/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260701T152110Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-driven-power-boom-will-major-u-s-utility-mergers-keep-getting-approved-and-fr/instance_spec.json"
},
{
"question_id": "given-the-same-tariff-regime-will-mid-cap-biotechs-and-cdmos-show-the-first-real-wave-of-a",
"canonical_package_hash": "a6af98b7762f69c89541b8a10ce7a78217b684db55bcf970d067ba66f9a45083",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260701T152110Z-taar-daily-question-pipeline-cron/bundles/given-the-same-tariff-regime-will-mid-cap-biotechs-and-cdmos-show-the-first-real-wave-of-a/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260701T152110Z-taar-daily-question-pipeline-cron/bundles/given-the-same-tariff-regime-will-mid-cap-biotechs-and-cdmos-show-the-first-real-wave-of-a/instance_spec.json"
},
{
"question_id": "given-the-threatened-pharma-tariffs-and-pricing-deals-will-large-cap-drugmakers-raise-u-s-",
"canonical_package_hash": "dc094440bf7684ac43aa463845e9c4dcbc702c83bcaab0e8c00dfd1bad5eaf83",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260701T152110Z-taar-daily-question-pipeline-cron/bundles/given-the-threatened-pharma-tariffs-and-pricing-deals-will-large-cap-drugmakers-raise-u-s-/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260701T152110Z-taar-daily-question-pipeline-cron/bundles/given-the-threatened-pharma-tariffs-and-pricing-deals-will-large-cap-drugmakers-raise-u-s-/instance_spec.json"
},
{
"question_id": "cand-04-4",
"canonical_package_hash": "7ac41a6bf34aa7f31d27d231f9f35856130ff4f7f4af958179ddeaf8d8299fcf",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260702T152113Z-taar-daily-question-pipeline-cron/bundles/cand-04-4/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260702T152113Z-taar-daily-question-pipeline-cron/bundles/cand-04-4/instance_spec.json"
},
{
"question_id": "cand-05-2",
"canonical_package_hash": "a23a6b8b543b4253772300489c3f2181a37de1c27b1ffff7d17667f4e20d0e94",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260702T152113Z-taar-daily-question-pipeline-cron/bundles/cand-05-2/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260702T152113Z-taar-daily-question-pipeline-cron/bundles/cand-05-2/instance_spec.json"
},
{
"question_id": "cand-03",
"canonical_package_hash": "340e91990910e7b46f78d38effdf6e73bb2c9d51ee132a66eca28866ca678d14",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260703T152100Z-taar-daily-question-pipeline-cron/bundles/cand-03/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260703T152100Z-taar-daily-question-pipeline-cron/bundles/cand-03/instance_spec.json"
},
{
"question_id": "cand-08",
"canonical_package_hash": "beeda917f4cf93a01890708ee2ba93c0f78093d09f91dbc0c021af8e3f8e60c3",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260703T152100Z-taar-daily-question-pipeline-cron/bundles/cand-08/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260703T152100Z-taar-daily-question-pipeline-cron/bundles/cand-08/instance_spec.json"
},
{
"question_id": "given-the-ai-driven-memory-shortage-will-major-consumer-electronics-oems-reduce-default-ra",
"canonical_package_hash": "a61fd615fb7fb4f1601c630fd577e14fa884fc44c2beafbd3d298bf1bb18dd10",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260704T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-driven-memory-shortage-will-major-consumer-electronics-oems-reduce-default-ra/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260704T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-driven-memory-shortage-will-major-consumer-electronics-oems-reduce-default-ra/instance_spec.json"
},
{
"question_id": "given-the-tightened-china-licensing-regime-for-semiconductor-tools-will-applied-materials-",
"canonical_package_hash": "50a93a54f68674d9098287743f990c7d374450efb11e9b3d129e066aca14ea46",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260704T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-tightened-china-licensing-regime-for-semiconductor-tools-will-applied-materials-/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260704T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-tightened-china-licensing-regime-for-semiconductor-tools-will-applied-materials-/instance_spec.json"
},
{
"question_id": "given-the-growing-anti-data-center-backlash-will-at-least-one-listed-u-s-utility-or-utilit",
"canonical_package_hash": "30dedf2ea5ec12b08ed6fc01567b289b0ff7f5cbbd73bdc438c8bb209671d68c",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260705T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-growing-anti-data-center-backlash-will-at-least-one-listed-u-s-utility-or-utilit/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260705T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-growing-anti-data-center-backlash-will-at-least-one-listed-u-s-utility-or-utilit/instance_spec.json"
},
{
"question_id": "given-china-s-latest-liquidity-injections-will-policymakers-turn-that-support-into-a-measu",
"canonical_package_hash": "2757eaaeb916165a701c40b7f1173f625e257e21073fa2902900ea1d43f2a3b0",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260706T152100Z-taar-daily-question-pipeline-cron/bundles/given-china-s-latest-liquidity-injections-will-policymakers-turn-that-support-into-a-measu/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260706T152100Z-taar-daily-question-pipeline-cron/bundles/given-china-s-latest-liquidity-injections-will-policymakers-turn-that-support-into-a-measu/instance_spec.json"
},
{
"question_id": "given-nato-s-higher-spending-commitments-will-the-uk-or-major-european-governments-convert",
"canonical_package_hash": "ad46805cafc336777255a43a1bee0ecb300bcd01b9e40801c82ccce87885798f",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260706T152100Z-taar-daily-question-pipeline-cron/bundles/given-nato-s-higher-spending-commitments-will-the-uk-or-major-european-governments-convert/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260706T152100Z-taar-daily-question-pipeline-cron/bundles/given-nato-s-higher-spending-commitments-will-the-uk-or-major-european-governments-convert/instance_spec.json"
},
{
"question_id": "given-the-july-20-expiry-of-the-10-universal-tariff-regime-will-the-administration-replace",
"canonical_package_hash": "695c9134300d9ebbf72f226c9f4a8465c92c11bf6cec1b895959d79d215161ff",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260706T152100Z-taar-daily-question-pipeline-cron/bundles/given-the-july-20-expiry-of-the-10-universal-tariff-regime-will-the-administration-replace/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260706T152100Z-taar-daily-question-pipeline-cron/bundles/given-the-july-20-expiry-of-the-10-universal-tariff-regime-will-the-administration-replace/instance_spec.json"
},
{
"question_id": "given-china-s-latest-liquidity-support-will-miners-and-bulk-shipping-companies-report-a-re",
"canonical_package_hash": "f831bd6e627eec505309d562629b8cae60a4fdefdac1560a86a2876463381de4",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260707T152113Z-taar-daily-question-pipeline-cron/bundles/given-china-s-latest-liquidity-support-will-miners-and-bulk-shipping-companies-report-a-re/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260707T152113Z-taar-daily-question-pipeline-cron/bundles/given-china-s-latest-liquidity-support-will-miners-and-bulk-shipping-companies-report-a-re/instance_spec.json"
},
{
"question_id": "given-fiscal-anxiety-and-term-premium-pressure-will-the-u-s-treasury-materially-increase-b",
"canonical_package_hash": "1e12311acd5253a45ca7243fbbef14c296f6013a02ce05fa2669d12bb09f2c95",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260708T152104Z-taar-daily-question-pipeline-cron/bundles/given-fiscal-anxiety-and-term-premium-pressure-will-the-u-s-treasury-materially-increase-b/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260708T152104Z-taar-daily-question-pipeline-cron/bundles/given-fiscal-anxiety-and-term-premium-pressure-will-the-u-s-treasury-materially-increase-b/instance_spec.json"
},
{
"question_id": "given-rising-power-scarcity-and-local-opposition-will-a-listed-data-center-developer-reit-",
"canonical_package_hash": "6bb17131c662c918cc57f11ced25467c249ebe6e8ba32ebd12aaac5c7112e098",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260708T152104Z-taar-daily-question-pipeline-cron/bundles/given-rising-power-scarcity-and-local-opposition-will-a-listed-data-center-developer-reit-/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260708T152104Z-taar-daily-question-pipeline-cron/bundles/given-rising-power-scarcity-and-local-opposition-will-a-listed-data-center-developer-reit-/instance_spec.json"
},
{
"question_id": "given-the-ai-data-center-backlash-and-grid-strain-will-at-least-one-major-u-s-utility-comm",
"canonical_package_hash": "e102b87d81671a8a204d27090f9da84f990607c885f65ede607eb17ccce2203e",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260708T152104Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-data-center-backlash-and-grid-strain-will-at-least-one-major-u-s-utility-comm/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260708T152104Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-data-center-backlash-and-grid-strain-will-at-least-one-major-u-s-utility-comm/instance_spec.json"
},
{
"question_id": "cand-01-7",
"canonical_package_hash": "e0ac416e9d29829cac8612cfefbecf9e85a806e7a23f0481a6aa22b61d12b7ce",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260712T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-7/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260712T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-7/instance_spec.json"
},
{
"question_id": "cand-02-5",
"canonical_package_hash": "fd42231572d571c5c46ae9c8302c51191d5118f33e93babdf83c6b22e855aa90",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260712T152113Z-taar-daily-question-pipeline-cron/bundles/cand-02-5/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260712T152113Z-taar-daily-question-pipeline-cron/bundles/cand-02-5/instance_spec.json"
},
{
"question_id": "cand-03-2",
"canonical_package_hash": "7aa8d0a88fa3502ea8fc02d2c062fdfcce8c381bc2812c96b3e30ae079f4841b",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260712T152113Z-taar-daily-question-pipeline-cron/bundles/cand-03-2/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260712T152113Z-taar-daily-question-pipeline-cron/bundles/cand-03-2/instance_spec.json"
},
{
"question_id": "2026-07-13-01-alphabet-ai-monetization",
"canonical_package_hash": "3c20e2590ac67092faef9f397777250cbd62c3030d017ada17cdd06e43b6b3ef",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260713T152113Z-taar-daily-question-pipeline-cron/bundles/2026-07-13-01-alphabet-ai-monetization/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260713T152113Z-taar-daily-question-pipeline-cron/bundles/2026-07-13-01-alphabet-ai-monetization/instance_spec.json"
},
{
"question_id": "2026-07-13-02-ai-cpi-fed-framing",
"canonical_package_hash": "ee18a0d0c8dd424944de945b17b41f9b0bbe3e6b4feacd1382fc100ab848cae1",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260713T152113Z-taar-daily-question-pipeline-cron/bundles/2026-07-13-02-ai-cpi-fed-framing/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260713T152113Z-taar-daily-question-pipeline-cron/bundles/2026-07-13-02-ai-cpi-fed-framing/instance_spec.json"
},
{
"question_id": "2026-07-13-03-bank-stablecoin-deposit-defense",
"canonical_package_hash": "4a60ad19fc03f6ef3ea1869a59f3e62d819c30702cc476b368e72d3d6dcf29da",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260713T152113Z-taar-daily-question-pipeline-cron/bundles/2026-07-13-03-bank-stablecoin-deposit-defense/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260713T152113Z-taar-daily-question-pipeline-cron/bundles/2026-07-13-03-bank-stablecoin-deposit-defense/instance_spec.json"
},
{
"question_id": "cand-01-8",
"canonical_package_hash": "a7076fcffd50a6ab9923db5996755f5e450ddb7d4567c14b988e2aaedd57feb4",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260714T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-8/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260714T152113Z-taar-daily-question-pipeline-cron/bundles/cand-01-8/instance_spec.json"
},
{
"question_id": "cand-03-3",
"canonical_package_hash": "18fac1a0c04eb19c2e3be8c127becbc8d0d95237bd3e716f4bfa7d0852889fef",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260714T152113Z-taar-daily-question-pipeline-cron/bundles/cand-03-3/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260714T152113Z-taar-daily-question-pipeline-cron/bundles/cand-03-3/instance_spec.json"
},
{
"question_id": "given-china-s-tighter-export-posture-on-yttrium-gallium-germanium-and-other-critical-input",
"canonical_package_hash": "b9ec100d8a247b0831be3f013ec1d470cfe44d2438badefce9d36bcc73738c08",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260716T152105Z-taar-daily-question-pipeline-cron/bundles/given-china-s-tighter-export-posture-on-yttrium-gallium-germanium-and-other-critical-input/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260716T152105Z-taar-daily-question-pipeline-cron/bundles/given-china-s-tighter-export-posture-on-yttrium-gallium-germanium-and-other-critical-input/instance_spec.json"
},
{
"question_id": "given-new-york-s-construction-pause-and-the-broader-backlash-to-large-data-centers-will-hy",
"canonical_package_hash": "2f76c21e4a2113e0d88bce44340694e424dfbf1e498392173feeb431ef685b6a",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260716T152105Z-taar-daily-question-pipeline-cron/bundles/given-new-york-s-construction-pause-and-the-broader-backlash-to-large-data-centers-will-hy/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260716T152105Z-taar-daily-question-pipeline-cron/bundles/given-new-york-s-construction-pause-and-the-broader-backlash-to-large-data-centers-will-hy/instance_spec.json"
},
{
"question_id": "taar-2026-07-17-01",
"canonical_package_hash": "c690a6413941542a0d20b858a9741a40515226442dcac1dd41363c9a99eaa254",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260717T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-07-17-01/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260717T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-07-17-01/instance_spec.json"
},
{
"question_id": "taar-2026-07-17-03",
"canonical_package_hash": "5595c380f94dca325e6eb391fe24555edade08d84bcf3c6ac49850f67298ee24",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260717T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-07-17-03/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260717T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-07-17-03/instance_spec.json"
},
{
"question_id": "given-surging-ai-build-costs-and-local-resistance-will-data-center-developers-increasingly",
"canonical_package_hash": "06846ead69de8033057d8f317b548f77a82f6b7b5d46cbb2debb5a902820a5d1",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260718T152113Z-taar-daily-question-pipeline-cron/bundles/given-surging-ai-build-costs-and-local-resistance-will-data-center-developers-increasingly/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260718T152113Z-taar-daily-question-pipeline-cron/bundles/given-surging-ai-build-costs-and-local-resistance-will-data-center-developers-increasingly/instance_spec.json"
},
{
"question_id": "given-the-ai-campus-buildout-will-engineering-procurement-and-construction-firms-report-da",
"canonical_package_hash": "fd815fb22b275cfea874ae48b7cf8024ff329c90ac749f81a1ded0dde56f6910",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260718T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-campus-buildout-will-engineering-procurement-and-construction-firms-report-da/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260718T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-campus-buildout-will-engineering-procurement-and-construction-firms-report-da/instance_spec.json"
},
{
"question_id": "given-the-rush-to-fund-ai-infrastructure-will-major-u-s-banks-explicitly-describe-ai-relat",
"canonical_package_hash": "5f22ef57f402a6e7a26e4112bdff9a9fbb8de50e86c871033c2ca1f37c6cf163",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260718T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-rush-to-fund-ai-infrastructure-will-major-u-s-banks-explicitly-describe-ai-relat/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260718T152113Z-taar-daily-question-pipeline-cron/bundles/given-the-rush-to-fund-ai-infrastructure-will-major-u-s-banks-explicitly-describe-ai-relat/instance_spec.json"
},
{
"question_id": "cand-01-9",
"canonical_package_hash": "482a4b268b70617a744acd5d8b868db48f93e5994f2d80775fbf964448122357",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260720T152100Z-taar-daily-question-pipeline-cron/bundles/cand-01-9/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260720T152100Z-taar-daily-question-pipeline-cron/bundles/cand-01-9/instance_spec.json"
},
{
"question_id": "cand-02-7",
"canonical_package_hash": "cdc09fc1deecc265e61e90bfc801b270172ce46017ca91b96a481de45cab46d0",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260720T152100Z-taar-daily-question-pipeline-cron/bundles/cand-02-7/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260720T152100Z-taar-daily-question-pipeline-cron/bundles/cand-02-7/instance_spec.json"
},
{
"question_id": "cand-03-4",
"canonical_package_hash": "1a0135dc9fec68d7b35f509b4535ccb361f3ef51c6d556e165241a0fcd68743e",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260720T152100Z-taar-daily-question-pipeline-cron/bundles/cand-03-4/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260720T152100Z-taar-daily-question-pipeline-cron/bundles/cand-03-4/instance_spec.json"
},
{
"question_id": "given-the-2026-ai-financing-boom-will-a-major-u-s-investment-bank-describe-ai-infrastructu",
"canonical_package_hash": "e913d01ff8eab9c9ccfe4b44248597066b582c1e89701c906d9713b069497f93",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260721T152105Z-taar-daily-question-pipeline-cron/bundles/given-the-2026-ai-financing-boom-will-a-major-u-s-investment-bank-describe-ai-infrastructu/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260721T152105Z-taar-daily-question-pipeline-cron/bundles/given-the-2026-ai-financing-boom-will-a-major-u-s-investment-bank-describe-ai-infrastructu/instance_spec.json"
},
{
"question_id": "given-the-2026-biotech-deal-surge-and-looming-patent-cliffs-will-large-cap-pharma-keep-usi",
"canonical_package_hash": "f58fda7dca8abdba95350eda39a4d26c1ca65a1f8297cf3019425e9cd3eaebf0",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260721T152105Z-taar-daily-question-pipeline-cron/bundles/given-the-2026-biotech-deal-surge-and-looming-patent-cliffs-will-large-cap-pharma-keep-usi/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260721T152105Z-taar-daily-question-pipeline-cron/bundles/given-the-2026-biotech-deal-surge-and-looming-patent-cliffs-will-large-cap-pharma-keep-usi/instance_spec.json"
},
{
"question_id": "given-the-rise-of-sponsor-backed-ai-campuses-and-neoclouds-will-at-least-one-large-financi",
"canonical_package_hash": "947622f871d34581fc32a6033693e84009de4e7d5452dc9575e89bd00d8e3b82",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260721T152105Z-taar-daily-question-pipeline-cron/bundles/given-the-rise-of-sponsor-backed-ai-campuses-and-neoclouds-will-at-least-one-large-financi/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260721T152105Z-taar-daily-question-pipeline-cron/bundles/given-the-rise-of-sponsor-backed-ai-campuses-and-neoclouds-will-at-least-one-large-financi/instance_spec.json"
},
{
"question_id": "china-stimulus-credit-impulse",
"canonical_package_hash": "f3c7af9fb370a60997f021e4536bc44bb505b93ae6fb8c89351c2f5b3686a390",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260723T152101Z-taar-daily-question-pipeline-cron/bundles/china-stimulus-credit-impulse/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260723T152101Z-taar-daily-question-pipeline-cron/bundles/china-stimulus-credit-impulse/instance_spec.json"
},
{
"question_id": "fed-oil-tariff-hawkish-framing",
"canonical_package_hash": "4b1dd4d5aaff1f30b5f72caee37520adc026b7cf59a7733964ac91051d72e199",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260723T152101Z-taar-daily-question-pipeline-cron/bundles/fed-oil-tariff-hawkish-framing/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260723T152101Z-taar-daily-question-pipeline-cron/bundles/fed-oil-tariff-hawkish-framing/instance_spec.json"
},
{
"question_id": "given-the-ai-capex-backlash-and-higher-cost-of-capital-will-at-least-one-major-hyperscaler",
"canonical_package_hash": "a1d75d3dd63d36ee6089c681e7ee9e14ddf25887a49af1f032b249f2982484b9",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260724T152102Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-capex-backlash-and-higher-cost-of-capital-will-at-least-one-major-hyperscaler/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260724T152102Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-capex-backlash-and-higher-cost-of-capital-will-at-least-one-major-hyperscaler/instance_spec.json"
},
{
"question_id": "given-the-ai-data-center-power-crunch-will-transformer-switchgear-or-substation-equipment-",
"canonical_package_hash": "053cf7e5f41be0432d4aa0e90f0da058768cb07c92b7b4b47b6eff641983e6bb",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260724T152102Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-data-center-power-crunch-will-transformer-switchgear-or-substation-equipment-/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260724T152102Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-data-center-power-crunch-will-transformer-switchgear-or-substation-equipment-/instance_spec.json"
},
{
"question_id": "given-the-july-2026-tariff-reset-will-u-s-core-goods-inflation-reaccelerate-in-the-next-tw",
"canonical_package_hash": "1ef11ddc13887e5c3fbf46dc128a5c76e7b8f4b7e5651a4ef9a3a0da7baaf3d5",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260724T152102Z-taar-daily-question-pipeline-cron/bundles/given-the-july-2026-tariff-reset-will-u-s-core-goods-inflation-reaccelerate-in-the-next-tw/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260724T152102Z-taar-daily-question-pipeline-cron/bundles/given-the-july-2026-tariff-reset-will-u-s-core-goods-inflation-reaccelerate-in-the-next-tw/instance_spec.json"
},
{
"question_id": "given-circle-s-trust-bank-approval-and-the-broader-stablecoin-rollout-will-at-least-one-ma",
"canonical_package_hash": "6795536f653931c8cc8146e158fe5974a0656ebcf7283e26cb5184f61ec9336b",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260725T152100Z-taar-daily-question-pipeline-cron/bundles/given-circle-s-trust-bank-approval-and-the-broader-stablecoin-rollout-will-at-least-one-ma/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260725T152100Z-taar-daily-question-pipeline-cron/bundles/given-circle-s-trust-bank-approval-and-the-broader-stablecoin-rollout-will-at-least-one-ma/instance_spec.json"
},
{
"question_id": "given-the-ai-capex-backlash-will-at-least-one-major-hyperscaler-show-ai-demand-becoming-mo",
"canonical_package_hash": "5e3cff16152c58c5f2812a4d69c55bcc8ac4b8307fee79a6357dbddcd2755e95",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260725T152100Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-capex-backlash-will-at-least-one-major-hyperscaler-show-ai-demand-becoming-mo/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260725T152100Z-taar-daily-question-pipeline-cron/bundles/given-the-ai-capex-backlash-will-at-least-one-major-hyperscaler-show-ai-demand-becoming-mo/instance_spec.json"
},
{
"question_id": "given-the-nationwide-data-center-backlash-will-at-least-one-large-u-s-state-adopt-a-statew",
"canonical_package_hash": "e706a91933012f60066e61aad28777bd47dc58a8169397d593e97071eeb9247b",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260725T152100Z-taar-daily-question-pipeline-cron/bundles/given-the-nationwide-data-center-backlash-will-at-least-one-large-u-s-state-adopt-a-statew/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260725T152100Z-taar-daily-question-pipeline-cron/bundles/given-the-nationwide-data-center-backlash-will-at-least-one-large-u-s-state-adopt-a-statew/instance_spec.json"
},
{
"question_id": "given-japan-s-rising-long-end-yields-and-fiscal-anxiety-will-the-ministry-of-finance-or-ba",
"canonical_package_hash": "296025b31f03e0249a92ea9e09f88fa5b773d78744c5c7636edcc54a16e04e86",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260728T152110Z-taar-daily-question-pipeline-cron/bundles/given-japan-s-rising-long-end-yields-and-fiscal-anxiety-will-the-ministry-of-finance-or-ba/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260728T152110Z-taar-daily-question-pipeline-cron/bundles/given-japan-s-rising-long-end-yields-and-fiscal-anxiety-will-the-ministry-of-finance-or-ba/instance_spec.json"
},
{
"question_id": "given-rising-ai-related-credit-spreads-will-at-least-one-large-ai-campus-or-data-center-fi",
"canonical_package_hash": "6ed9b60eb53285f48d5fcace4674dcf991a3c8a75309bad3a11c112028f9d5b0",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260728T152110Z-taar-daily-question-pipeline-cron/bundles/given-rising-ai-related-credit-spreads-will-at-least-one-large-ai-campus-or-data-center-fi/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260728T152110Z-taar-daily-question-pipeline-cron/bundles/given-rising-ai-related-credit-spreads-will-at-least-one-large-ai-campus-or-data-center-fi/instance_spec.json"
},
{
"question_id": "taar-2026-07-29-02",
"canonical_package_hash": "8d2ed9369a40585795a40774bcb94c5562758494beb33a4927facc8fb54cc79c",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260729T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-07-29-02/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260729T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-07-29-02/instance_spec.json"
},
{
"question_id": "taar-2026-07-29-06",
"canonical_package_hash": "69bbaed1e68a74dd11565647932c110b9fc56f1829820b67e3e4bcfa5f793ae5",
"action_gate_json_url": "/products/trading-agent-assessment-record/daily-runs/20260729T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-07-29-06/action_gate.json",
"instance_spec_json_url": "/products/trading-agent-assessment-record/daily-runs/20260729T152113Z-taar-daily-question-pipeline-cron/bundles/taar-2026-07-29-06/instance_spec.json"
}
]
}
| Method | Route | Expect |
|---|---|---|
GET |
/products/index.json | product_id, artifact_available, action_permission, task_routes |
GET |
/products/trading-agent-assessment-record/agent_manifest.json | latest_daily_run_id, entrypoints, artifacts, blocked_uses |
GET |
/products/trading-agent-assessment-record/latest_daily_run.json | artifact_count, artifacts, canonical_package_hash |
GET |
/products/trading-agent-assessment-record/daily-runs/20260729T152113Z-taar-daily-question-pipeline-cron/export_manifest.json | run_id, artifacts |
GET |
{artifact.action_gate_json_url}example: /products/trading-agent-assessment-record/daily-runs/20260525T073000Z-taar-daily-question-pipeline-full/bundles/rare-earth-defense-supply-stress/action_gate.json |
blocked action before claims or source use |
GET |
/products/trading-agent-assessment-record/integrity_manifest.json | schema_checks, artifact_hashes, stop_conditions |
| Question | Verification | Canonical Hash | Gate | Core Files |
|---|---|---|---|---|
| rare-earth-defense-supply-stress | ok |
222f0f26cd3a32cd550d7cf4b5efeaaa832a29fc5e0d992b9774f648e96d29be |
blocked |
action_gate.json / instance_spec.json / overview.md |
| stablecoin-deposit-leakage | ok |
613533db57714dccb7fea3c2d05acc5a8adfd0d72220e1ef51089738e558e2b6 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| tariff-pass-through-goods-inflation | ok |
2e52e9268a56642ec1804d643892d51b5dad04eb3ae1ccc615f5b09072e0bea1 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 1-us-semiconductor-policy-reshoring-vs-tariffs | ok |
a48c1e2da4a66478575d3d4e473e95d4c74b7a68acba4cbc17073806c328d3a0 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2-stablecoin-merchant-payment-adoption | ok |
31360732e590f47452035b1ea520f7a9d1d428c9f2c56f95e24189b46c406a42 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 4-fed-ai-energy-overheating | ok |
a967fdc0dbd3333f0a69c1be0bafda5c5304051d1e99c1632fc3a75a5abe0abc |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-05-29-us-treasury-refunding-duration-supply | ok |
5dd5afab7f7aceaf8af9c381ad870e81f4b2feb8b075f4db43e36967be590336 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-ai-disruption-fears-will-salesforce-s-next-two-earnings-releases-show-enough-revenue | ok |
e10dd9e61f2889e38d1f28996fff3f322633215df9817f99f2df987eb58bc7a5 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-bond-volatility-and-war-driven-inflation-pressure-will-the-boj-raise-rates-at-the-ju | ok |
de90cd313915cdd9117a642eecdadd775cbed0979fae680bc9663f6f8077ca16 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-software-credit-selloff-will-private-credit-lenders-and-clo-managers-show-furthe | ok |
8bf452978cdd6c3b33ef517140859dd9377049dbec6cd92d8c6a63ec50c546ba |
blocked |
action_gate.json / instance_spec.json / overview.md |
| boj-policy-normalization-amid-jgb-volatility | ok |
052afdce98cdf6040c8a1390e7aeb4fd642df42b73e837a46c8c04469435d82d |
blocked |
action_gate.json / instance_spec.json / overview.md |
| consumer-credit-deterioration-cards-subprime-auto | ok |
2237a365087d8f34836d2ea219539e5d8806e220e5ff1a746f5082725d335172 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-06-01-01-us-shale-production-discipline | ok |
2af0687cd56e9ae72f91b6407247ddc156c28d32847eb0bed08ffe6bf0129639 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-06-01-03-data-center-on-site-generation | ok |
b7a424d22ef0b6598fee3217a89f1a54993fa143a7f4cb351f02f0dfaf70ec30 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-06-01-05-rare-earth-auto-industrial-stress | ok |
9f2b3271e026e3dbd56587f3e3bf4db85a7a6911d69ea8b389c2dc54df4bf33a |
blocked |
action_gate.json / instance_spec.json / overview.md |
| airlines-fuel-cost-pass-through | ok |
25452bbc6b50f347a461ed564ed88df8ed391231bbc009ed7fe4f738953a8eba |
blocked |
action_gate.json / instance_spec.json / overview.md |
| hpe-ai-server-demand-broadening | ok |
efbc66671f1a482ca1edece2d9bfc2b536c484b8aa81cde0d9f5e92a4d1fe5a0 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-stablecoin-and-tokenized-deposit-policy-push-will-a-major-u-s-bank-move-tokenize | ok |
06e6acd2b9a1a0c65a48739a1e5a860f43a9ccbb711b17ca4304c47f2a145abc |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-view-that-private-infrastructure-and-real-estate-capital-will-finance-more-of-th | ok |
263a42048c2f1f844fa1b336674d6b22fb731c6d11766346bfc5806f7ed63966 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-1 | ok |
57e259bbb751c28d9e63b58f835d12247acc2de143b0be60cc889a20c576b019 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-2 | ok |
ba1ac1d299523490fd9ed9a6a023dedeece5f9c39bb7c0c44aa3bed14fda6d35 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-3 | ok |
2dd90b061445de2bb32ff5be7a923f1d3ef4db2e108ba2cd5899c51e312cdff8 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-01 | ok |
79c7fce4fe72abc5e4980c39446e0b7874a6af4dec2a3aba9dc6404922245c43 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-02 | ok |
4e9e2110f2ef53095d4c9f50b36e2b21a16ab0c6fe65a2da65eeb87e661a6b15 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-04 | ok |
77654e83d197c7c84c4dae583fd99c9f244e320ecd0d353db3d5f265bd1e87c9 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-06-10-01-msft-copilot-monetization | ok |
b39ceaacfd66e163967a6f394f7158979cfafe9b2d8bf3a9f85e144716ca2359 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-06-10-02-japan-fx-intervention | ok |
62fc8d0ff50832f8cda8b25a22bb6658c049367346f17d19a06569d67688755e |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-06-10-03-middle-east-shipping-tightness | ok |
8c74c98ad4fa57df7c63a5d3a196df8cf9889b697e3ef1859df76df21e4c5ab4 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-china-s-2026-national-ai-data-center-buildout-and-the-push-for-80-domestic-silicon-w | ok |
22586496fe707ca4ab552d62a8e7ca483e6da47dfbec75be661068fe3e037e70 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-latest-u-s-china-export-control-posture-will-leading-u-s-ai-chip-vendors-show-ch | ok |
a19c956521351d68745294e94cbc1a3055ff9bc7ab9b56adbcd6bbd25c17eab6 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-accelerating-local-backlash-will-at-least-one-major-u-s-state-or-utility-commiss | ok |
b7d1ccbdca603ec18cfa9dba18d357cd9081fd3dd160f48bbeea2634bf8c433b |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-load-surge-will-major-u-s-utility-commissions-approve-large-load-tariffs-or-r | ok |
b7dfe032b797a54499b2451ad3f4942bc1045b01255fbfd32ba32e1c90aef101 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-genius-act-regime-and-bank-payer-interest-will-regulated-stablecoins-gain-visibl | ok |
d217d896bda0bb50d365c75d74083a5ddf72efb276fa2e762d08dda774af1c8f |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-ai-driven-load-growth-will-independent-power-producers-and-grid-equipment-vendors-sh | ok |
f3ca4408b71fd0fc0c47ea63852791c95ccc1f6db2ae475de975ebc22e0a0b87 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-infrastructure-buildout-will-advanced-packaging-and-osat-bottlenecks-become-a | ok |
2471d45c8bfba61d7655eabd9da8d4ab6ad6ef46aa62979015da82fc652a21d3 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| ai-productivity-quantification-in-earnings | ok |
174aa0c4440177df99533865008765b8786666417e543392500a7f401e35bc18 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| tokenized-mmf-cash-management-adoption | ok |
e9c6fff448bad09b235581dc3a6a18cdd3734a5b390c8b5e39cbbb4ff8ffb68a |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-01-2 | ok |
5d59c64ffde9eb77a131bef0f3749c68bb6e400f231d26b8eda348737c7f2528 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-02-2 | ok |
1bbd7a4d764c8aabaf7704feec2b58cfaf0bc089cf30f1c99f5b4cb53e575fb5 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-04-2 | ok |
2224db047730daa63989ac6ea4101a53e1352fd4bd16fb314d892dc5022921aa |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-01-3 | ok |
d3df2fbf66d3a0fda014097b002002da197943a35deb2680eb6334d84e2f6c2c |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-04-3 | ok |
fd4f3e605eaab723fac79937f9c4c4987de808548d708e5e4caafa5f2ed52915 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| ai-data-center-hybrid-offtake | ok |
6a7baa901306ba4cca3a426b202b736658daf97c459327475437ffd4d1bf5ff5 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| ai-data-center-thermal-retirements | ok |
c64b4466435e0411b4379c9a1e5d02bfafd857ce89fdf03d95f95bb33d4ff0bb |
blocked |
action_gate.json / instance_spec.json / overview.md |
| memory-shortage-non-ai-policy-relief | ok |
2a59c32da1d9516f5bab9722daf901cf1ffa5e49ccbb7981d6c11313b525aa51 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| q01 | ok |
41787c345922d678561c74f095b27be2433c26851708d2e8e15221f35e499996 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| q02 | ok |
5d7b90c882bf08ce6b44601507bbbe2a9329149cec6062564307680f2d5acf3e |
blocked |
action_gate.json / instance_spec.json / overview.md |
| q03 | ok |
edec85e00751dbc244fb502e23c8a7d6038b5e1541e2e8946dc90c85f07c9d6a |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-ferc-s-fast-track-posture-for-ai-data-centers-will-new-interconnection-approvals-inc | ok |
1becef24119f2d92b748a77860218820ef4675f7e711e3fc7397319e028864b8 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-cloud-buildout-will-oracle-show-that-ai-infrastructure-is-becoming-a-durable- | ok |
bc512b24e57e3e60e2fcd18d010b255f4f8341a474e4e35b655cda77dac15be4 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-data-center-power-crunch-will-gas-turbine-and-distributed-generation-supplier | ok |
47510138e345c4ffe6b98540deaac1a952545329f6f2575d41b5f36700ce44b7 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-01-4 | ok |
e75b572f6f9abc6ccf38f84d978d5ff0b552a597e0d9db8ece9b7ec4375cdb9c |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-02-4 | ok |
58cd76e7e81df887f997bf4344e4746501fc7ee4b2e0a12ae9054a66277b69e8 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-05 | ok |
a246e4c7230630a9dae7022a7bcd0008946c0c0616ad9c6ea1b9c3721318822d |
blocked |
action_gate.json / instance_spec.json / overview.md |
| mass-merchant-trade-down-private-label | ok |
9aa033939cfca551ae387b3c48a76e342eaf8492c26d3130f16041ff9fab9e42 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| c1 | ok |
3c0834b254fdcb05a74cc8ef02cc190d1edb4d413527716cda98b1dad863b12d |
blocked |
action_gate.json / instance_spec.json / overview.md |
| c2 | ok |
0e72a3e4f8871957c04fe6e3882139f63fa50ae3c91dee6804c5dd30f09b237a |
blocked |
action_gate.json / instance_spec.json / overview.md |
| c5 | ok |
c7cd31b43d605e67ef1d71431c14b92397ceaecc821346ee022a045e3828ff00 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-06-27-02-fed-hawkish-communication | ok |
08cec8ea979b13c3cf4e6c9ebc8b8622790cf33a49bb26b5ff440e66e78eef2e |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-06-27-03-el-nino-food-inflation | ok |
38f8a273acea6ec21cb21f8bfedf407cbadc89a153c4d318e3c2128776e5b6d9 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-06-27-04-ai-gdp-contribution | ok |
379e5e298b28ef9fddcbf2a8a1adc49c8eb30c39174136f87c831749e00eac29 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| q01-2 | ok |
27b4f0d897ab8d81376cec5a16d948d7f1f1858a2332e9f400261a50057d3ae5 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| q02-2 | ok |
2b547a0f93d1253a914f347ddabf0b0f00f5a2b2b43b238912771dfa302f3d6d |
blocked |
action_gate.json / instance_spec.json / overview.md |
| taar-2026-06-30-01 | ok |
aa8d11aece2d008cee747409968aaf14b3f1df1974b3fcbb5379b0e6f09ab9dc |
blocked |
action_gate.json / instance_spec.json / overview.md |
| taar-2026-06-30-02 | ok |
36dddfa69714f2d3a8b4e9e26306bd2a20d29f1b347b31a847ea1d5b2c545f45 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| taar-2026-06-30-04 | ok |
067eb59edf9975949e0b5779d5dd0b280955ce50c07e586dc57b7a92808ad88c |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-driven-power-boom-will-major-u-s-utility-mergers-keep-getting-approved-and-fr | ok |
d22074a6aedd401df32976359d7bd98ed9b77a773da58f671020dae1ff569c4d |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-same-tariff-regime-will-mid-cap-biotechs-and-cdmos-show-the-first-real-wave-of-a | ok |
a6af98b7762f69c89541b8a10ce7a78217b684db55bcf970d067ba66f9a45083 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-threatened-pharma-tariffs-and-pricing-deals-will-large-cap-drugmakers-raise-u-s- | ok |
dc094440bf7684ac43aa463845e9c4dcbc702c83bcaab0e8c00dfd1bad5eaf83 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-04-4 | ok |
7ac41a6bf34aa7f31d27d231f9f35856130ff4f7f4af958179ddeaf8d8299fcf |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-05-2 | ok |
a23a6b8b543b4253772300489c3f2181a37de1c27b1ffff7d17667f4e20d0e94 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-03 | ok |
340e91990910e7b46f78d38effdf6e73bb2c9d51ee132a66eca28866ca678d14 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-08 | ok |
beeda917f4cf93a01890708ee2ba93c0f78093d09f91dbc0c021af8e3f8e60c3 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-driven-memory-shortage-will-major-consumer-electronics-oems-reduce-default-ra | ok |
a61fd615fb7fb4f1601c630fd577e14fa884fc44c2beafbd3d298bf1bb18dd10 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-tightened-china-licensing-regime-for-semiconductor-tools-will-applied-materials- | ok |
50a93a54f68674d9098287743f990c7d374450efb11e9b3d129e066aca14ea46 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-growing-anti-data-center-backlash-will-at-least-one-listed-u-s-utility-or-utilit | ok |
30dedf2ea5ec12b08ed6fc01567b289b0ff7f5cbbd73bdc438c8bb209671d68c |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-china-s-latest-liquidity-injections-will-policymakers-turn-that-support-into-a-measu | ok |
2757eaaeb916165a701c40b7f1173f625e257e21073fa2902900ea1d43f2a3b0 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-nato-s-higher-spending-commitments-will-the-uk-or-major-european-governments-convert | ok |
ad46805cafc336777255a43a1bee0ecb300bcd01b9e40801c82ccce87885798f |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-july-20-expiry-of-the-10-universal-tariff-regime-will-the-administration-replace | ok |
695c9134300d9ebbf72f226c9f4a8465c92c11bf6cec1b895959d79d215161ff |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-china-s-latest-liquidity-support-will-miners-and-bulk-shipping-companies-report-a-re | ok |
f831bd6e627eec505309d562629b8cae60a4fdefdac1560a86a2876463381de4 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-fiscal-anxiety-and-term-premium-pressure-will-the-u-s-treasury-materially-increase-b | ok |
1e12311acd5253a45ca7243fbbef14c296f6013a02ce05fa2669d12bb09f2c95 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-rising-power-scarcity-and-local-opposition-will-a-listed-data-center-developer-reit- | ok |
6bb17131c662c918cc57f11ced25467c249ebe6e8ba32ebd12aaac5c7112e098 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-data-center-backlash-and-grid-strain-will-at-least-one-major-u-s-utility-comm | ok |
e102b87d81671a8a204d27090f9da84f990607c885f65ede607eb17ccce2203e |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-01-7 | ok |
e0ac416e9d29829cac8612cfefbecf9e85a806e7a23f0481a6aa22b61d12b7ce |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-02-5 | ok |
fd42231572d571c5c46ae9c8302c51191d5118f33e93babdf83c6b22e855aa90 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-03-2 | ok |
7aa8d0a88fa3502ea8fc02d2c062fdfcce8c381bc2812c96b3e30ae079f4841b |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-07-13-01-alphabet-ai-monetization | ok |
3c20e2590ac67092faef9f397777250cbd62c3030d017ada17cdd06e43b6b3ef |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-07-13-02-ai-cpi-fed-framing | ok |
ee18a0d0c8dd424944de945b17b41f9b0bbe3e6b4feacd1382fc100ab848cae1 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| 2026-07-13-03-bank-stablecoin-deposit-defense | ok |
4a60ad19fc03f6ef3ea1869a59f3e62d819c30702cc476b368e72d3d6dcf29da |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-01-8 | ok |
a7076fcffd50a6ab9923db5996755f5e450ddb7d4567c14b988e2aaedd57feb4 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-03-3 | ok |
18fac1a0c04eb19c2e3be8c127becbc8d0d95237bd3e716f4bfa7d0852889fef |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-china-s-tighter-export-posture-on-yttrium-gallium-germanium-and-other-critical-input | ok |
b9ec100d8a247b0831be3f013ec1d470cfe44d2438badefce9d36bcc73738c08 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-new-york-s-construction-pause-and-the-broader-backlash-to-large-data-centers-will-hy | ok |
2f76c21e4a2113e0d88bce44340694e424dfbf1e498392173feeb431ef685b6a |
blocked |
action_gate.json / instance_spec.json / overview.md |
| taar-2026-07-17-01 | ok |
c690a6413941542a0d20b858a9741a40515226442dcac1dd41363c9a99eaa254 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| taar-2026-07-17-03 | ok |
5595c380f94dca325e6eb391fe24555edade08d84bcf3c6ac49850f67298ee24 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-surging-ai-build-costs-and-local-resistance-will-data-center-developers-increasingly | ok |
06846ead69de8033057d8f317b548f77a82f6b7b5d46cbb2debb5a902820a5d1 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-campus-buildout-will-engineering-procurement-and-construction-firms-report-da | ok |
fd815fb22b275cfea874ae48b7cf8024ff329c90ac749f81a1ded0dde56f6910 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-rush-to-fund-ai-infrastructure-will-major-u-s-banks-explicitly-describe-ai-relat | ok |
5f22ef57f402a6e7a26e4112bdff9a9fbb8de50e86c871033c2ca1f37c6cf163 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-01-9 | ok |
482a4b268b70617a744acd5d8b868db48f93e5994f2d80775fbf964448122357 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-02-7 | ok |
cdc09fc1deecc265e61e90bfc801b270172ce46017ca91b96a481de45cab46d0 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| cand-03-4 | ok |
1a0135dc9fec68d7b35f509b4535ccb361f3ef51c6d556e165241a0fcd68743e |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-2026-ai-financing-boom-will-a-major-u-s-investment-bank-describe-ai-infrastructu | ok |
e913d01ff8eab9c9ccfe4b44248597066b582c1e89701c906d9713b069497f93 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-2026-biotech-deal-surge-and-looming-patent-cliffs-will-large-cap-pharma-keep-usi | ok |
f58fda7dca8abdba95350eda39a4d26c1ca65a1f8297cf3019425e9cd3eaebf0 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-rise-of-sponsor-backed-ai-campuses-and-neoclouds-will-at-least-one-large-financi | ok |
947622f871d34581fc32a6033693e84009de4e7d5452dc9575e89bd00d8e3b82 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| china-stimulus-credit-impulse | ok |
f3c7af9fb370a60997f021e4536bc44bb505b93ae6fb8c89351c2f5b3686a390 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| fed-oil-tariff-hawkish-framing | ok |
4b1dd4d5aaff1f30b5f72caee37520adc026b7cf59a7733964ac91051d72e199 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-capex-backlash-and-higher-cost-of-capital-will-at-least-one-major-hyperscaler | ok |
a1d75d3dd63d36ee6089c681e7ee9e14ddf25887a49af1f032b249f2982484b9 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-data-center-power-crunch-will-transformer-switchgear-or-substation-equipment- | ok |
053cf7e5f41be0432d4aa0e90f0da058768cb07c92b7b4b47b6eff641983e6bb |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-july-2026-tariff-reset-will-u-s-core-goods-inflation-reaccelerate-in-the-next-tw | ok |
1ef11ddc13887e5c3fbf46dc128a5c76e7b8f4b7e5651a4ef9a3a0da7baaf3d5 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-circle-s-trust-bank-approval-and-the-broader-stablecoin-rollout-will-at-least-one-ma | ok |
6795536f653931c8cc8146e158fe5974a0656ebcf7283e26cb5184f61ec9336b |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-ai-capex-backlash-will-at-least-one-major-hyperscaler-show-ai-demand-becoming-mo | ok |
5e3cff16152c58c5f2812a4d69c55bcc8ac4b8307fee79a6357dbddcd2755e95 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-the-nationwide-data-center-backlash-will-at-least-one-large-u-s-state-adopt-a-statew | ok |
e706a91933012f60066e61aad28777bd47dc58a8169397d593e97071eeb9247b |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-japan-s-rising-long-end-yields-and-fiscal-anxiety-will-the-ministry-of-finance-or-ba | ok |
296025b31f03e0249a92ea9e09f88fa5b773d78744c5c7636edcc54a16e04e86 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| given-rising-ai-related-credit-spreads-will-at-least-one-large-ai-campus-or-data-center-fi | ok |
6ed9b60eb53285f48d5fcace4674dcf991a3c8a75309bad3a11c112028f9d5b0 |
blocked |
action_gate.json / instance_spec.json / overview.md |
| taar-2026-07-29-02 | ok |
8d2ed9369a40585795a40774bcb94c5562758494beb33a4927facc8fb54cc79c |
blocked |
action_gate.json / instance_spec.json / overview.md |
| taar-2026-07-29-06 | ok |
69bbaed1e68a74dd11565647932c110b9fc56f1829820b67e3e4bcfa5f793ae5 |
blocked |
action_gate.json / instance_spec.json / overview.md |
Improve the observatory
Human visitors, bot operators, and agent builders can post feedback about route clarity, artifact usefulness, detection categories, or missing formats.