Designing Human-in-the-Loop for Autonomous AI: Patterns, Confidence Scoring, and Escalation
Unbounded autonomy is a liability in production. When an autonomous workflow fails silently, the cost isn't just a dropped API call—it is corrupted downstream state, financial exposure, or degraded user trust.
A robust Human-in-the-Loop (HITL) architecture treats human oversight not as an emergency brake, but as a core design primitive. Done correctly, HITL bridges the gap between probabilistic reasoning and deterministic guarantees without crippling operational throughput.
1. Architectural Patterns for Human Intervention
The integration of human reviewers depends on the reversibility and latency tolerance of the underlying operation. Three structural patterns dominate production systems:
A. Pre-Execution Approval (Gated Commit)
The agent performs all read operations, context synthesis, planning, and tool payload construction autonomously. However, execution pauses immediately before mutating external state.
* Mechanism: The agent persists state to an operational datastore, marks the job as AWAITING_APPROVAL, and publishes an event payload to an escalation bus.
* Use Cases: External communications, financial transactions, database migrations, and infrastructure provisioning.
B. Post-Execution Audit (Optimistic Concurrency with Compensating Actions)
The agent executes low-to-medium-risk actions immediately, creating an audit log with an automated rollback window.
* Mechanism: The action runs in production or a staging tier, while a human reviewer is queued to verify the result asynchronously. If the action is rejected within the time-to-live (TTL) window, a deterministic compensating transaction (e.g., refund, roll back patch, re-queue) fires automatically.
* Use Cases: Content moderation, lead qualification, internal notification routing, low-value document classification.
C. Collaborative Steering (Co-Pilot / Mid-Flight Intervention)
The human acts as a directional router during execution rather than an end-of-pipe validator.
* Mechanism: The workflow exposes conversational or structured decision nodes when branching factor thresholds are exceeded, allowing the operator to clarify intent or prune search branches before compute expands.
* Use Cases: Complex analytical research, multi-stage code refactoring, exploratory scenario modeling.
2. Confidence Scoring: Moving Beyond Softmax Probabilities
Raw log probabilities from Large Language Models correlate poorly with factual calibration and operational safety. A model can emit high-entropy completions with extreme statistical certainty. Effective HITL pipelines synthesize composite confidence vectors:
COMPOSITE CONFIDENCE ENGINE
+----------------------+ +----------------------+ +----------------------+
| Semantic Entropy | | Schema Conformance | | Grounding / RAG |
| (Sample Variance) | | (Field Completeness)| | (Context Overlap) |
+----------+-----------+ +----------+-----------+ +----------+-----------+
| | |
+--------------------+ | +--------------------+
| | |
v v v
+---------------+
| Weighted Risk |
| Matrix |
+-------+-------+
|
+-------------+-------------+
| |
Score >= Threshold Score < Threshold
| |
v v
Direct Execution Escalation Bus (HITL)
* Semantic Entropy & Self-Consistency: Sample the reasoning step N times at temperature > 0. Measure the semantic variance across tool parameter outputs. High variance indicates instability, immediately triggering an escalation.
* Contextual Grounding & Citation Density: For retrieval-augmented operations, calculate token-level attribution between the retrieved source artifacts and the synthesized function arguments. Hallucinated parameters lacking source support receive an instant confidence penalty.
* Deterministic Constraint Validation: Even if the model outputs valid JSON, does the payload violate business heuristics (e.g., transaction value exceeds standard deviation, target email domain differs from client CRM)?
3. The Escalation Mechanism: Structured Payloads
A raw stack trace or a messy 8,000-token prompt log paralyzes human operators. Reviewers need distilled context to make rapid, high-fidelity decisions.
Production escalation handlers emit a normalized Decision Brief rather than raw logs:
{
"incident_id": "esc_99281a_f2",
"workflow_id": "wf_invoice_settlement",
"trigger_reason": "ANOMALOUS_PARAMETER_DEVIATION",
"composite_confidence": 0.62,
"confidence_breakdown": {
"semantic_entropy": 0.91,
"schema_validation": 1.0,
"grounding_attribution": 0.44
},
"proposed_action": {
"tool": "disburse_vendor_payment",
"parameters": {
"vendor_id": "V-88219",
"amount_usd": 14250.00,
"invoice_ref": "INV-2026-0811"
}
},
"deliberation_context": {
"model_reasoning": "Vendor invoice submitted matches PO contract rates, but the invoice line item references an unlisted sub-tier surcharge.",
"source_artifacts": [
"s3://contracts/2026/V-88219_master.pdf",
"s3://invoices/pending/INV-2026-0811.pdf"
],
"discrepancy_flag": "Surcharge amount $1,250.00 not found in master contract schedule A."
},
"escalation_path": "tier_2_accounts_payable",
"timeout_policy": {
"ttl_seconds": 7200,
"fallback_action": "ABORT_AND_NOTIFY"
}
}
4. Closing the Loop: Human Feedback as Continuous Alignment
Every manual override contains dense optimization signal. When a human reviewer modifies an agent's proposed action, that delta represents a failure mode in the current reasoning scaffold, system prompt, or retrieval chunking.
* Delta Logging: Store the difference between the agent’s proposed parameters (P_{\text{proposed}}) and the human's approved parameters (P_{\text{approved}}).
* Synthetic Eval Generation: Convert rejected payloads and human corrections into deterministic eval cases within the CI/CD pipeline.
* Dynamic Few-Shot Injection: Inject recent, verified escalations into the agent’s prompt dynamically when similar vector contexts are encountered in future runs.
HITL is not a temporary crutch to be removed once an AI becomes "smart enough." It is the permanent interface through which organizations delegate operational authori
ty, audit high-stakes behavior, and anchor autonomous systems to operational reality.
http://24-7reporters.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://5starsdiscovery.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://actionswift.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://akhbarharian.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://allsportstoday.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://aseancoverage.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://aseanscoop.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://asialogue.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://asiashift.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://asiaviralnews.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://bajetharian.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://bankingreporter.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://bizdailyonline.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://bursakl.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://businessvantageviews.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://buzzingasia.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://buzzonlinedaily.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://celebwired.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://centralnewstoday.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://chillhype.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://daily-nomad.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailydispatcher.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailyinsidescoop.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailysportsclub.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailysportsglobal.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailysprinter.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailytechgeek.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailytransparent.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailytravelogue.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailyworldfeed.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailyworldweb.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://dailyxtreme.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://deckbiz.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://digitalpressnetwork.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://diverhaven.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://duniaga.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://e-rumormill.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://e-stardom.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://easterntribunal.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://emporiumpost.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://enterhollywood.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://enterwicked.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://expertfeatures.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://fortuneweek.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://frontalreport.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://futurally.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://futuresciencetoday.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://gempakmedia.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://glamorousnews.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://heartofmalaysia.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://hipntrendy.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://hollywoodinfive.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://indepthscience.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://indoinquirer.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://inrealworld.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://internasionalkini.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://intheheadline.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://kayakaway.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://kickconnect.org/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://klexplore.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://lifeponds.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://lifevoyageurs.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://lookoutstyle.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://malaysiacorner.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://malaysiantalks.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://managethenumbers.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://marketerslog.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://marketfold.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://marketsanctum.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://morningdispatcher.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://newsonexpress.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://nextnewtech.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://nextsportsweb.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://obserworld.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://orientalnewstoday.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://peekintofield.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://profitandcost.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://recentdiscovery.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://redshiftdaily.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://replaywall.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://reporterpass.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://sainskini.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://scienceoftheworld.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://sciencetechtoday.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://sciencethread.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://soccerout.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://sportifynews.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://stargazersarchive.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://starjournals.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://starsgazette.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://stillsurge.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://stompthecity.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://suarakl.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://sukan360.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://sukankini.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://suratkhabar.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://syokasia.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://taleout.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thailandtribunal.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thebudgetreport.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thebuzzreporters.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thedailyfeeder.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thedailyfuturist.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thedivatoday.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thefinalscoreboard.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thefinancialcapital.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thefinancialmetrics.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thehealthierweb.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thejournalistreport.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thelifevoyager.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://themarketnoise.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://themorningherald.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thenextdaily.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thenextdiscovery.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thesciencebuzz.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thescientificjournal.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thescoredaily.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thesportship.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thetraveltrooper.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://theupstocker.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thewitnessdaily.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://theworldagenda.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://theworldinsiders.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thezigzagworld.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://thinkbusinesstoday.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://threesixtypress.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://timetovisithere.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://topspotmalaysia.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://travelleisuremag.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://travellersea.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://travelstylo.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://trendyreporter.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://ultimatesportsdaily.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://uptownstars.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://utaraselatan.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://vnreporter.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://voiceofkl.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://voyagetimes.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://walkthebiz.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://walktotheplace.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://weeklyfame.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
http://weeklyrebound.com/news/september-scifi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth/0561806/
https://www.issuewire.com/directives-across-the-stars-dex-system-publishing-announces-epic-space-opera-release-grouping-1875149548407005
https://www.issuewire.com/hunters-and-machine-gods-dex-system-publishing-debuts-pulp-sci-fi-and-robotic-adventure-lineup-1875150227652995
https://www.issuewire.com/threads-of-existence-dex-system-publishing-unveils-cosmic-creation-and-machine-consciousness-slate-1875150715777106
https://www.issuewire.com/from-local-terminals-to-the-stars-dex-system-publishing-launches-open-source-ai-and-space-opera-reading-list-1875151943120034
https://www.issuewire.com/dex-system-publishing-explores-post-singularity-consciousness-in-new-release-grouping-1875152313987942
https://www.issuewire.com/dex-system-publishing-expands-the-sovereign-sync-saga-in-new-post-cyberpunk-release-grouping-1875152620641102
https://www.issuewire.com/dex-system-publishing-spotlights-author-garth-toxo-and-the-chronicles-of-zephyr-1875152936865626
https://www.issuewire.com/dex-system-publishing-charts-new-consciousness-horizons-in-post-cyberpunk-release-grouping-1875154247511976
https://www.issuewire.com/gears-gems-and-novellas-dex-system-publishing-launches-steampunk-and-short-fiction-showcase-1875155827580832
https://www.issuewire.com/back-to-school-big-ideas-the-visionary-and-the-yesterday-cipher-headline-dex-system-publishings-september-1875169517383588
https://www.issuewire.com/september-sci-fi-spotlight-pairs-dragon-beast-and-ocean-moon-in-a-double-feature-of-machines-and-myth-1875169099112532
https://www.issuewire.com/dex-system-publishing-closes-out-summer-with-two-genre-bending-adventures-1875168706296742
https://www.issuewire.com/beyond-the-singularity-dex-system-publishing-unveils-cyberpunk-and-digital-consciousness-slate-1875166837962665
https://www.issuewire.com/fall-equinox-escapes-e-drive-and-ocean-moon-offer-two-ways-to-disappear-into-a-new-world-1875165054056468
https://www.issuewire.com/new-release-roundup-dragon-beast-and-portals-bring-myth-and-multiverse-to-dex-system-publishings-fall-slate-1875164249975072
https://www.issuewire.com/unlocking-the-unknown-dex-system-publishing-debuts-cosmic-conspiracy-and-paranormal-slate-1875156166931648
https://www.issuewire.com/minds-and-machines-the-visionary-and-the-yesterday-cipher-return-for-a-second-look-at-progress-and-tomorrow-1875169780154118
https://www.issuewire.com/cipher-grid-catalog-spotlight-six-titles-one-fall-reading-list-1875170066784547
https://www.issuewire.com/echoes-of-the-frontier-dex-system-publishing-unveils-western-nostalgia-and-americana-collection-1875156525927621
https://www.issuewire.com/beyond-code-dex-system-publishing-unveils-speculative-slate-examining-artificial-intelligence-and-digital-consciousness-1875156857940700
https://www.issuewire.com/dex-system-publishing-bridges-ancient-myth-and-machine-age-in-new-release-grouping-1875162300669004
https://www.issuewire.com/dex-system-publishing-debuts-genre-bending-slate-spanning-alien-encounters-and-utopian-futures-1875162694529132
https://www.issuewire.com/dex-system-publishing-unveils-timely-thriller-slate-ripped-from-global-headlines-1875163060649375
https://www.issuewire.com/fall-into-fiction-dex-system-publishing-closes-out-september-with-its-full-catalog-and-a-look-ahead-1875163675478718
https://www.issuewire.com/dex-system-publishing-explores-power-process-and-political-upheaval-in-new-release-grouping-1875157193522592