Conference Speaker Intelligence

Overview

Conference Speaker Intelligence identifies individuals who presented at tech conferences, providing actionable B2B signals about which companies are investing in developer relations, thought leadership, and community engagement. A company sending engineers to speak at KubeCon or SmashingConf is actively building in that domain, has event budget, and is signaling technical direction.

We aggregate conferences monthly from confs.tech and developers.events, covering 18+ technology topics and ~5,400 events/year. Each speaker is extracted via structured feeds (Sessionize) or agentic LLM crawling, then enriched with company domain resolution and contact data from our Salutary dataset.

Signal Subtypes

SignalSubtype EnumDescription
Conference SpeakerconferenceSpeakerIndividual who presented at a tech conference

Schema

{
  "signal_id": "confspeaker-smashingconf-amsterdam-tj-pitre",
  "signal_type": "conference-speaker",
  "signal_subtype": "conferenceSpeaker",
  "association": "contact",
  "detected_at": "2026-04-29T16:55:47Z",
  "company": {
    "name": "Southleft",
    "domain": "southleft.com",
    "industries": ["Design", "Software Development"]
  },
  "contact": {
    "name": "TJ Pitre",
    "title": "Founder and CEO",
    "linkedin_url": "https://www.linkedin.com/in/tpitre",
    "email": "[email protected]"
  },
  "data": {
    "conference_name": "SmashingConf Amsterdam 2026",
    "conference_url": "https://smashingconf.com/amsterdam-2026",
    "conference_date": "2026-04-13",
    "conference_end_date": "2026-04-16",
    "conference_location": "Amsterdam, Netherlands",
    "conference_topics": ["UX", "design", "CSS", "accessibility", "design systems", "AI", "front-end"],
    "conference_estimated_size": "550",
    "session_title": "AI Without the Chaos: Context-Based Design Systems in Practice",
    "session_description": "AI is powerful, fast, and exceptionally good at exposing cracks in how teams design and build products. Without structure, it amplifies confusion instead of clarity. In this talk, TJ shares recent, real-world experiences working with AI and design systems in production environments.",
    "session_type": "talk",
    "session_track": "Design Systems",
    "session_recording_url": null,
    "co_speakers": [],
    "speaker_bio": "TJ Pitre is the Founder and CEO of Southleft, a front-end design and development agency specializing in design systems and AI-driven product workflows. He works with teams to bridge design and engineering using structured context, modern tooling, and practical experimentation.",
    "relevance_score": 0.82,
    "extraction_method": "llm-speakers_list+bio",
    "extraction_confidence": "high",
    "contact_resolved": true,
    "resolution_source": "salutary_2026q2"
  }
}

Field Reference

Core Fields

FieldTypeDescription
signal_idstringUnique identifier (confspeaker-{conference-slug}-{speaker-slug})
signal_typestringAlways "conference-speaker"
signal_subtypestringAlways "conferenceSpeaker"
detected_atstring (ISO 8601)When this signal was generated
associationstringAlways "contact"

Company Object

FieldTypeDescription
company.namestringSpeaker's employer
company.domainstringCompany website domain (resolved via Clearbit)
company.industriesarray[string]Industry classifications

Contact Object

FieldTypeDescription
contact.namestringSpeaker's full name
contact.titlestringJob title (from conference bio or Salutary enrichment)
contact.linkedin_urlstring | nullLinkedIn profile URL
contact.emailstring | nullWork email (from Salutary enrichment)

Data Object

FieldTypeDescription
conference_namestringFull conference name
conference_urlstringConference website URL
conference_datestring (YYYY-MM-DD)Event start date
conference_end_datestring (YYYY-MM-DD)Event end date
conference_locationstringEvent location
conference_topicsarray[string]Conference topic tags
conference_estimated_sizestringExpected attendance
session_titlestringTitle of the speaker's talk
session_descriptionstringTalk abstract or description
session_typestringOne of: keynote, talk, workshop, panel, lightning_talk, fireside_chat, tutorial, other
session_trackstring | nullConference track or category
session_recording_urlstring | nullLink to recorded talk (YouTube, etc.)
co_speakersarray[object] | nullOther speakers in the same session
co_speakers[].namestringCo-speaker name
co_speakers[].companystring | nullCo-speaker company
co_speakers[].company_domainstring | nullCo-speaker company domain
co_speakers[].linkedin_urlstring | nullCo-speaker LinkedIn
speaker_biostringSpeaker biography from conference site
relevance_scorefloat (0-1)Composite B2B relevance score
extraction_methodstringHow speaker data was extracted (e.g., sessionize, llm-speakers_list+bio)
extraction_confidencestringhigh, medium, or low
contact_resolvedbooleanWhether contact was matched in Salutary dataset
resolution_sourcestring | nullEnrichment source (e.g., salutary_2026q2)

Relevance Score Breakdown

The relevance_score is a weighted composite:

FactorWeightScoring
Session type40%keynote=1.0, talk=0.8, workshop=0.7, panel=0.6, fireside_chat=0.5, tutorial=0.4, lightning_talk=0.3, other=0.2
Conference size30%Based on estimated attendance
Solo speaker15%Solo presentations score higher than co-presented sessions
Contact resolved15%Bonus when Salutary match is found

Delivery

DetailValue
GCS Bucketgs://autobound-conference-speaker/
RefreshMonthly (1st of month)
FormatJSONL + Parquet
Expected Volume2,000-4,000 signals/month, 800-1,500 unique companies

Topics Covered

We monitor conferences across 18+ technology topics including: JavaScript, TypeScript, Python, Go, Rust, DevOps, Data, Security, UX, iOS, Android, .NET, Java, Ruby, PHP, Leadership, and more.

Replaces Conference & CFP Events. This signal supersedes the previous conference-cfp signal type, which tracked open calls-for-papers. Conference Speaker Intelligence focuses on who actually presented — a far more actionable signal for sales teams.

Contact [email protected] to get started.