Skip to content
View SeanKraemer's full-sized avatar
  • Zurich North America
  • Chicago, IL
  • 08:04 (UTC -05:00)
  • LinkedIn in/sean-kraemer

Block or report SeanKraemer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SeanKraemer/README.md

Hi, I'm Sean 👋

Data Scientist at Zurich North America with 5 years of experience shipping production ML — and, increasingly, production LLM/RAG and AI-agent systems. I just finished my Master of Computer Science (MCS) at UIUC. Based in Chicago; interested in data science, ML/AI engineering, and distributed-systems roles.

  • 🔭 At work: building a retrieval-augmented (RAG) document-understanding agent for underwriting; previously rebuilt production pricing models (Tweedie GLMs, PySpark/Databricks) used by underwriters.
  • 🧠 Focus: LLM applications, RAG, AI agents, distributed systems, and turning models into things people actually use.
  • 📫 LinkedIn

Featured projects

Project What it is Stack
distributed-stream-processor Distributed stream-processing system from scratch — SWIM failure detection, consistent-hashing replicated file system, exactly-once streaming; 10-node Docker cluster Go, Docker
ai-agent Minimal coding-agent harness — tool calling, memory, SWE-bench eval — across multiple LLM providers Python, LLMs
devils-advocate · live demo Real-time AI debate app that stress-tests startup ideas — voice + text debaters with RAG memory React, FastAPI, Socket.IO, Gemini
kaggle-bench Benchmark for LLM-agent repair of tabular preprocessing plans, grounded in 20 Kaggle competitions Python
code-llm-prompting-study Research on LLM code generation & understanding (DeepSeek Coder, HumanEval, multilingual) Python, PyTorch
srsly-fit · live demo Full-stack workout planner — exercise search, templates, set tracking Next.js, NextAuth, MySQL

Tech

Languages: Python · Go · SQL · Java · R ML/AI: LLMs · RAG · vector databases · PySpark · pandas · scikit-learn · statsmodels Systems/Cloud: Docker · Azure (Functions, Databricks) · distributed systems · Streamlit · GitHub Actions

Pinned Loading

  1. distributed-stream-processor distributed-stream-processor Public

    Distributed stream-processing system built from scratch in Go: SWIM failure detection, consistent-hashing replicated file system, and exactly-once streaming with autoscaling — runs as a 10-node Doc…

    Go

  2. devils-advocate devils-advocate Public

    Real-time AI debate app for stress-testing startup ideas, deployed as a safe public mock demo with React, FastAPI, Socket.IO, Firebase Hosting, and Cloud Run.

    JavaScript

  3. srsly-fit srsly-fit Public

    Full-stack workout planning and tracking app built with Next.js, NextAuth, MySQL, and a read-only Vercel demo.

    TypeScript

  4. ai-agent ai-agent Public

    Minimal AI coding agent with a structured tool registry, session memory, and a SWE-bench evaluation runner. Adapted from mini-swe-agent.

    Python

  5. kaggle-bench kaggle-bench Public

    Benchmark for LLM-agent repair of tabular preprocessing plans, grounded in 20 Kaggle competitions

    Python

  6. code-llm-prompting-study code-llm-prompting-study Public

    Prompting effects on a 4-bit DeepSeek Coder 6.7B: code generation, output prediction, test generation, Py-to-Java translation, and bug classification — every result regenerates from committed run a…

    Python