Skip to content
View klmn800's full-sized avatar

Block or report klmn800

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
klmn800/README.md

Ben Keilman

Solutions Architect in Boston, looking for GTM Engineer roles.

I build small, AI-assisted tools that solve real workflow problems — the kind of internal leverage that revenue and operations teams need but rarely have time to ship themselves.

How I work

I work with Claude Code as a co-builder. That lets me move from "I have an idea" to "the tool exists and runs against real data" in hours instead of weeks. Everything pinned below was built this way: solo, end-to-end, against problems I or my colleagues actually had.

Pairing engineering with AI to compress build cycles is the same approach I'd bring to a GTM Engineering team.

What's here

  • doc-review-pipeline — Batch document reviewer that pulls .docx attachments out of emails (.msg/.eml), runs them through Claude, and writes structured analysis to a tracker. Built to replace a manual review queue.
  • query-db-direct — SQLite exploration tool with schema discovery and dynamic query suggestion. Designed so AI agents can use it as readily as humans can.
  • media-wall — Local masonry-grid media viewer with autoplay, tagging, and filtering. A self-hosted alternative to cloud galleries.
  • archive-cracker — Utility for recovering personal media from locked .rar archives.

More in progress.

Background

Solutions Architect by trade. I'm used to translating between business problems and technical systems, scoping work, and shipping fixes that stick. GTM Engineering is the natural extension — same instinct for unblocking revenue motions, more code in the mix.

Reach me

LinkedIn

Pinned Loading

  1. query-db-direct query-db-direct Public

    A tool to directly query a database programmatically, rather than writing an individual query script every time you want to look into your database. Designed for use by your favorite GenAI tool to …

    Python 1

  2. archive-cracker archive-cracker Public

    A tool to help you when you accidentally lock the .rar file you store your wedding video in. Just download and keep this one on hand, you never know when you need a lockpick.

    Python

  3. media-wall media-wall Public

    A program to display your photos and videos in a tasteful auto-scrolling masonry pattern without having to use Google Photos.

    JavaScript

  4. doc-review-pipeline doc-review-pipeline Public

    A configurable batch document reviewer powered by Claude. Drop Word documents (or Outlook emails containing Word attachments) into a folder, and the pipeline extracts the text, sends each document …

    Python

  5. repo-reviewer repo-reviewer Public

    For when you need to validate the quality of someone's git repos, but don't have a lot of time

    Python