whatisgithub

What is hire-tori?

torielstrom/hire-tori — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 3/5Setup · moderate

In one sentence

A portfolio project that builds a Claude vision based classifier for identifying Pokemon card foil finishes, fully instrumented with PostHog AI observability as a hands-on job application demo.

Mindmap

mindmap
  root((hire-tori))
    What it does
      Card finish classifier
      Claude vision powered
      PostHog observability demo
    Tech stack
      TypeScript
      Claude API
      PostHog
      Node.js
    Use cases
      Observability example
      Eval harness reference
      Confusion matrix reporting
    Audience
      Developers
      AI observability learners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

See a real example of instrumenting an LLM feature end to end with PostHog AI observability.

USE CASE 2

Study how to build and evaluate a vision based classifier against real labeled photo data.

USE CASE 3

Reference the eval harness pattern for scoring an AI model and writing a confusion matrix report.

What is it built with?

TypeScriptClaude APIPostHogNode.js

How does it compare?

torielstrom/hire-tori0xradioac7iv/tempfs52191314/web-agent-proxy-sdk
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatemoderatemoderate
Complexity3/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires an Anthropic API key and access to the author's PostHog and tcg-lister data setup.

License not stated in the README.

So what is it?

This project is a portfolio piece built as a job application. Rather than writing a resume for a developer marketing role focused on AI observability, the author built a real working feature and instrumented it with the observability tool PostHog to show what the product can do in practice. The feature itself solves a real problem from the author's own Pokemon trading card app. A card scanning tool could already tell which card was in a photo, but not its finish, meaning whether it is a normal card, a holo card with foil over the artwork, or a reverse holo card with foil everywhere except the artwork. Finish matters because it changes the card's price. The project builds a vision based AI classifier that looks at a card photo and decides its finish, using Claude's vision capability. Every time the classifier runs, that call is recorded as a trace inside PostHog's AI observability feature, capturing the image sent in, the model's reasoning, how many tokens were used, how long it took, and what it cost. Along with the classifier, the project includes an evaluation script that runs the classifier against a set of real, previously labeled card scans, scores its accuracy, sends the results to PostHog, and writes out a report showing a confusion matrix and every mistake the model made along with its reasoning. There is also a version of the classifier written to drop directly into the author's existing production scanning pipeline. The README explains that reverse holo cards are the hardest case to classify correctly, since the foil cue can be faint in a low light photo, and that this kind of failure is exactly what AI observability tools are meant to surface. The author is upfront that running a large language model on every scan would not be practical at full scale, and describes this project as the first step toward training a smaller, cheaper model using this one as a teacher and a fallback for uncertain cases.

Copy-paste prompts

Prompt 1
Explain how hire-tori wires its Claude vision classifier into PostHog AI observability traces.
Prompt 2
Walk me through running the eval harness in hire-tori and reading the confusion matrix report.
Prompt 3
How does hire-tori distinguish holo, reverse holo, and normal card finishes from a photo?
Prompt 4
Show me how to adapt hire-tori's eval.ts pattern to score my own LLM classifier.

Frequently asked questions

What is hire-tori?

A portfolio project that builds a Claude vision based classifier for identifying Pokemon card foil finishes, fully instrumented with PostHog AI observability as a hands-on job application demo.

What language is hire-tori written in?

Mainly TypeScript. The stack also includes TypeScript, Claude API, PostHog.

What license does hire-tori use?

License not stated in the README.

How hard is hire-tori to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is hire-tori for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.