EK Eric Kornacki

Projects

Hands on the keyboard

Proofs of concept built on real operational data, and the retooling behind them. The production systems I've built and led at Switch belong to Switch and aren't shown here — these are the pieces I can put in front of you.

Proofs of concept

Proof of concept · AI Solutions Architect program (ELVTR), 2025 · Switch data, used with permission

Call sentiment & toxicity analyzer

Problem

Recorded customer-service calls hold the earliest signal of a relationship going wrong, but nobody can listen to tens of thousands of them. The question was whether a pipeline could surface the handful that need a human.

Approach

A pipeline designed to pull batch audio from cloud storage, transcribe it with Whisper, and score each transcript with a multi-label toxicity classifier (toxic-bert) across six categories — toxic, severe, obscene, threat, insult, identity hate — flagging calls above a threshold, with their transcript, for QA review. The design covers the data model, storage architecture, and the compute budget for the full archive; the download, transcription, and scoring functions are built.

PythonWhisperHugging Face TransformersGoogle Cloud StorageDataCamp DataLab

Architecture and pipeline scaffold; not yet run at scale, not in production.

Proof of concept · AI Solutions Architect program (ELVTR), 2025 · Switch data, used with permission

Timecard signature fraud detector

Problem

A nurse’s timecard is signed off by facility staff. A signature that doesn’t belong to the person it claims to is a billing-integrity problem that is nearly impossible to catch by eye at volume.

Approach

Signature records from roughly 129,000 timecard sign-offs are extracted, scoped to a three-month window, and catalogued per signer, with signer identities normalized from free-text names so each signer’s history can be assembled. That catalogue is the training set for the next step: a convolutional neural network learned per signer, so a signature that doesn’t match its claimed signer can be flagged for review.

PythonSQLpandasConvolutional neural network (planned)DataCamp DataLab

Data pipeline and signer catalogue built; classifier is the next step. Not in production.

Credentials

Deliberate retooling — 100+ hours of AI and data coursework as a sitting CPO.

  • 2025 AI Solutions Architect 8-week intensive ELVTR
  • Jan 2026 Associate Data Engineer in SQL DataCamp
  • Jan 2026 GitHub Foundations DataCamp
  • Jan 2026 Understanding Data Topics DataCamp
  • Oct 2025 SQL Fundamentals DataCamp
  • Oct 2025 AI Fundamentals DataCamp
  • 2024 – 2026 40+ additional courses AI/ML models, LLM concepts, AI ethics, AI for business, data engineering, data science DataCamp
  • 2013 Cooperative Development Specialist University of Wisconsin–Madison / CooperationWorks

Most of my current code lives in private repositories. github.com/k0rnacki ↗