Skip to content

Instantly share code, notes, and snippets.

Condor Phase 4: Real-Time Signal Monitoring & Insight Extraction

Context

SOW R3 (March 4, 2026) — 5-phase project. Phases 1–3 complete. Phase 4 is next.

Phase 4 deploys a signal monitoring system that captures buying signals across news, social media, newsletters, funding databases, and Google Alerts. Signals are categorized, deduplicated via AI semantic comparison, routed to Salesforce, and can trigger notifications, tasks, and AI-drafted emails.

SOW Phase 4 scope assumptions (verbatim):

  • Company LinkedIn Posts — accounts with ICP Score above X
@mrdaioff
mrdaioff / dedup-system-overview.md
Last active April 15, 2026 16:43
Condor — Account deduplication system overview

Account deduplication system — how it works

Client: Condor Prepared by: Outbound Partners Last updated: April 2026


Overview

import { schedules } from "@trigger.dev/sdk/v3";
import Anthropic from "@anthropic-ai/sdk";
import * as jsforce from "jsforce";
// ─── Types ───────────────────────────────────────────────────────────────────
interface SalesforceAccount {
Id: string;
Name: string;
Website: string | null;