Skip to content
View jhomer192's full-sized avatar

Block or report jhomer192

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

Jack Homer

Forward Deployed Engineer at C3 AI, building production AI for federal and enterprise customers. BS Computer Science, Virginia Tech, 2023.

Projects and write-ups: jackhomer.com

Writing

A multi-agent translation pipeline: 1,081 documents at $2.31 each 1,081 documents translated English to Italian in 2.5 weeks for $2,495 total, against a $245-per-document vendor quote. A translator/critic/arbitrator loop, automated document reconstruction, and a 21-agent verification swarm.

Things you can use right now

Wikipedia Game Solver Walks the link graph from one article to another using TF-IDF and cosine similarity to pick each hop. A bidirectional BFS mode returns the shortest path instead. Daily challenge, nothing to install.

Connections Maker Build a NYT-style word puzzle and share it as a link. The puzzle is encoded in the URL itself, so there is no account and no backend.

Clocktower ST Storyteller tools for Blood on the Clocktower: script setup, role assignment, night order, and grimoire bookkeeping.

Songrank Rank a Spotify library by pairwise voting and export the result as playlists. Requires your own Spotify developer keys.

Source

Backpressure Practice system-design interviews on your own machine. Draw an architecture on a canvas, an AI interviewer questions it, and you get a scored verdict. It runs against your existing Claude Code login, so nothing leaves your laptop.

Pinned Loading

  1. backpressure backpressure Public

    Practice system-design interviews on your own machine. Draw an architecture on a canvas, and an AI interviewer grills it and scores it. Runs on your existing Claude Code login, so nothing leaves yo…

    TypeScript

  2. clocktower clocktower Public

    Storyteller helper for Blood on the Clocktower. Handles script setup, role assignment, night order, and grimoire bookkeeping.

    TypeScript

  3. connections-maker connections-maker Public

    User-authored NYT-style Connections puzzles. Static SPA, no backend — puzzles fit in a URL hash.

    TypeScript

  4. songrank songrank Public

    Rank your Spotify songs by pairwise voting, then export the result as playlists. Static SPA, PKCE OAuth, no backend.

    TypeScript

  5. wikigame wikigame Public

    Daily Wikipedia racing game: get from one article to another using only in-article links, against a par computed by a solver bot.

    TypeScript

  6. wikipedia-game-solver wikipedia-game-solver Public

    Wikipedia Game solver — TF-IDF + cosine greedy walk through article links

    TypeScript