[ Enter Database → ]
← All structural findings
Network Closure SIGNIFICANT REPLICATED today

Closed loop: Peter Thiel → Palantir Technologies → Trae Stephens → Peter Thiel

Peter Thiel funds Palantir Technologies; Palantir Technologies has authority over Trae Stephens; Trae Stephens benefits Peter Thiel. Three documented edges form a closed conflict-of-interest circuit.
Computed value: 1 closed loop (raw: 1)

Inference logic

1. Edge A→B: Peter Thiel → Palantir Technologies (relationship: funding-type, "Stephens is a partner at Founders Fund, the venture capital firm founded by Peter Thiel. Stephens also previously worked at Palantir Technologies, which Thiel co-founded, and both are connected to Anduril Industries through the Thiel network.").
2. Edge B→C: Palantir Technologies → Trae Stephens (relationship: authority-type, "Peter Thiel is a co-founder of Palantir Technologies and serves as chairman. The S-1 filing revealed a dual-class stock structure giving founders including Thiel significant voting control. Thiel's political contributions are distinct from Palantir corporate activity, as the company does not operate a corporate PAC.").
3. Edge C→A: Trae Stephens → Peter Thiel (relationship: benefit-type, "Stephens previously worked at Palantir Technologies, a government contractor, where he worked on government-facing projects including intelligence community contracts before co-founding Anduril.").
Each edge is independently documented in the connections table (IDs 59, 72, 57). Together they form a directed cycle: money flows from A, authority flows through B, benefit returns to A. This is the structural definition of a closed conflict-of-interest loop.

Source edges (3)

  • #12#17 — former employee (Stephens previously worked at Palantir Technologies, a government contractor, where he worked on government-facing projects including intelligence community contracts before co-founding Anduril.)
  • #12#1 — professional association/investor network (Stephens is a partner at Founders Fund, the venture capital firm founded by Peter Thiel. Stephens also previously worked at Palantir Technologies, which Thiel co-founded, and both are connected to And)
  • #17#1 — co-founder and chairman (Peter Thiel is a co-founder of Palantir Technologies and serves as chairman. The S-1 filing revealed a dual-class stock structure giving founders including Thiel significant voting control. Thiel's po)

Comparative baseline

A randomly chosen triple of entities in the graph closes a funding→authority→benefit loop in well under 1% of cases. Each documented closure is therefore unusual on its own.

Steelman — strongest benign interpretation

The three relationships may be unrelated in time or substance. Peter Thiel's support of Palantir Technologies could predate Palantir Technologies's authority over Trae Stephens by years; Trae Stephens's benefit to Peter Thiel could be an arms-length commercial transaction that would have happened regardless of the other two edges. Closure is a necessary but not sufficient condition for a corrupt circuit.

Sensitivity

Edges with vague or generic relationship types (e.g. 'professional association') will produce false positives. Detector pattern matching is conservative but not exhaustive — narrowing or broadening the relationship buckets changes which loops surface.

Replication query (SQL)

Anyone can re-execute this query to verify the published value. If the result diverges, the finding auto-flags as stale.

SELECT (
      EXISTS (SELECT 1 FROM connections WHERE ((entity_a_id=12 AND entity_b_id=1) OR (entity_a_id=1 AND entity_b_id=12)) AND (relationship_type ILIKE '%investor%' OR relationship_type ILIKE '%donor%' OR relationship_type ILIKE '%donation%' OR relationship_type ILIKE '%contributor%' OR relationship_type ILIKE '%contribution%' OR relationship_type ILIKE '%funder%' OR relationship_type ILIKE '%founder%' OR relationship_type ILIKE '%co-founder%' OR relationship_type ILIKE '%shareholder%'))
      AND EXISTS (SELECT 1 FROM connections WHERE ((entity_a_id=1 AND entity_b_id=17) OR (entity_a_id=17 AND entity_b_id=1)) AND (relationship_type ILIKE '%oversight%' OR relationship_type ILIKE '%regulatory_oversight%' OR relationship_type ILIKE '%regulatory%' OR relationship_type ILIKE '%regulator%' OR relationship_type ILIKE '%committee_membership%' OR relationship_type ILIKE '%committee%' OR relationship_type ILIKE '%chair%' OR relationship_type ILIKE '%appointed_by%' OR relationship_type ILIKE '%appointment%' OR relationship_type ILIKE '%supervisor%'))
      AND EXISTS (SELECT 1 FROM connections WHERE ((entity_a_id=17 AND entity_b_id=12) OR (entity_a_id=12 AND entity_b_id=17)) AND (relationship_type ILIKE '%contractor%' OR relationship_type ILIKE '%contractor_relationship%' OR relationship_type ILIKE '%client%' OR relationship_type ILIKE '%supplier%' OR relationship_type ILIKE '%vendor%' OR relationship_type ILIKE '%grant_recipient%' OR relationship_type ILIKE '%employment%' OR relationship_type ILIKE '%employee%' OR relationship_type ILIKE '%former_employee%' OR relationship_type ILIKE '%consultant%'))
    )::int AS value
Last run: 7 May 2026, 00:35 · Last result: 1

Questions this raises

Each question can be commissioned at the matching investigation tier.

  • SEED — $5 What is the timeline of these three relationships — does Peter Thiel's support of Palantir Technologies predate Palantir Technologies's authority over Trae Stephens?
  • SKETCH — $20 What is the dollar value flowing on each edge over the past five years?
  • SKETCH — $20 Are there public records of Palantir Technologies recusing from any decision involving Trae Stephens?
  • DOSSIER — $75 Map every contract, grant, or appointment between the three entities since the loop closed.
Detector: triangular_loops v1.0 · Created 18 Apr 2026