Skip to content
View koreydillon's full-sized avatar

Block or report koreydillon

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
koreydillon/README.md
  • 👋 Hi, I’m @koreydillon
  • 👀 I’m interested in Data Science & AI
  • 🌱 I'm currently advancing AI capabilities @ LatentAxis
  • 💞️ I’m looking to collaborate on AI projects
  • 😄 Pronouns: he/him/his
  • ⚡ Fun fact: In my free time, I enjoy building projects with a real-world impact and playing games!

Pinned Loading

  1. klaviyo-poller klaviyo-poller Public

    Klaviyo snapshot poller for Postgres. Builds the change history Klaviyo doesn't expose, via content-hash dedup and COPY-based idempotent ingestion.

    Python

  2. cipher-harness cipher-harness Public

    A minimal, hackable terminal coding agent in the spirit of Claude Code. ~3K LOC, 12 built-in tools, plugin system, local-model support via Ollama.

    Python

  3. inferlens inferlens Public

    RAG over PDFs. Ask any document a question, get a grounded answer with source passages cited. Live at inferlens.latentaxis.io

    Python

  4. claude-api-patterns claude-api-patterns Public

    Six runnable patterns for production apps on the Anthropic API: prompt caching, tool use loops, batch API, citations, adaptive thinking, streaming. Targets claude-opus-4-7.

  5. sql-recipes sql-recipes Public

    Six DuckDB-runnable SQL patterns from real data engineering work: snapshot resolution, member-month expansion, idempotent ingest, gaps and islands, SCD Type 2, window functions.