Skip to content
View neeshykha's full-sized avatar
  • Atlanta, GA

Block or report neeshykha

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.

Content in all repositories owned by your account will be closed.
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
neeshykha/README.md

Aneesh Khan

Support operations leader who builds with AI. Ten years across IoT, SaaS, and hardware; the day job is running a globally distributed technical support team and putting AI into production support workflows.

Most of what's here shares one theme: deploy AI, then measure whether it actually worked. The measuring is the part that usually gets skipped.

The portfolio hub puts it all on one page, and anything marked live there runs in a browser with nothing to install. If you only open one thing, make it kb-health-checker.

AI deployment and measurement

  • deflection-audit: your AI vendor reports 85% deflection. This audits what that number survives. It re-judges every AI-closed conversation from the transcript alone, at close time, then recomputes the rate crediting only the closures that hold up. On a 40-conversation labeled set: 80% claimed against 55% audited.
  • skill-regression-harness: agent skills are prompt-matched, not called, so a model upgrade can stop one from firing without an error anywhere. Static checks plus live dispatch tests of 23 frozen prompts, run under a tool denylist so the skills that reach Salesforce and Gmail can't touch either. 21 of 23 correct on the live run. The first safety control was an allowlist that didn't actually block Bash, and junk rows in the harness's own output are what exposed it.
  • claude-eval-kit: the eval machinery from the projects below, pulled out into something reusable. Blind classification, confusion matrices, ordinal miss-direction splits, and confusable-pattern trap audits.
  • agent-ops-bench: does a second agent pay for itself? Generalist, parallel specialists, and generalist-plus-QA-reviewer, each measured on accuracy, cost per ticket, and latency. Specialists fixed routing and left judgment flat; the QA layer ran $0.60 per net correction.
  • claude-triage-simulator: an LLM triage classifier with a real eval harness. Confusion matrix, under- versus over-triage analysis, and hand-built edge cases where naive classification breaks.

Working tools

  • kb-health-checker: when a support copilot gives a wrong answer, the root cause is often the article, not the model. Paste a help-center article and get an AI-readiness grade across structure, answer clarity, self-containment, machine readability, and language quality, with a concrete fix for each finding. Every check is a failure mode I've had to diagnose in production. Try it live; it runs client-side, so the article never leaves your browser.
  • sf-caseops-mcp: read-only Salesforce case operations exposed as MCP tools an agent can call. Auth is delegated to the sf CLI keychain, so the server never touches credentials, and read-only is enforced by construction rather than by policy. Runs against a live org daily.
  • claude-resume-pipeline: job discovery and resume tailoring built on Claude Code. The interesting part is the instruction layer: ATS screening logic encoded as a CLAUDE.md the model executes.

Outside work

  • piedmont-bloom-planner: a native-plant planner for Atlanta that solves for unbroken bloom March through November and treats heavy clay as a real constraint rather than a footnote. Open it in a browser; there's nothing to install.
  • mqd-calculator: MQD Runway projects your year-end Delta MQDs and prices out what closes the gap to each Medallion tier: more fare, card spend, or a mileage run. Every program rule is editable data, because loyalty programs change their math and hardcoded calculators go stale. Live here.
  • peptide-evidence: evidence grading for research peptides. Each compound gets a standalone record under a fixed three-axis rubric, with every claim traced to a primary source. The axes are never averaged into one score, because a single number would hide the finding. Read the records.
  • Stride-App: a native macOS habit and project tracker in SwiftUI, built around every-90-days maintenance that a weekday scheduler can't represent.

Elsewhere: Salesforce admin with 25+ production automations, 85% AI ticket deflection running in production, Atlanta.

Popular repositories Loading

  1. homebrew homebrew Public archive

    Forked from Homebrew/legacy-homebrew

    🍺 The missing package manager for OS X.

    Ruby

  2. BDA_py_demos BDA_py_demos Public archive

    Forked from avehtari/BDA_py_demos

    Bayesian Data Analysis demos for Python

    Python

  3. QuantEcon.applications QuantEcon.applications Public archive

    Forked from rtvt123/QuantEcon.applications

    A repository that houses example code, applications and teaching material related to QuantEcon

    Jupyter Notebook

  4. Stride-App Stride-App Public

    Native macOS habit and home-project tracker. Local-first SwiftUI, built for every-90-days maintenance tasks that weekday schedulers can't represent.

    Swift

  5. claude-resume-pipeline claude-resume-pipeline Public

    AI-powered resume tailoring and job discovery pipeline built on Claude Code. CLAUDE.md encodes ATS optimization logic; Python pipeline handles job board polling, scoring, and PDF rendering.

    Python

  6. claude-triage-simulator claude-triage-simulator Public

    AI ticket triage classifier with an eval harness — severity/routing taxonomy for multifamily IoT support, scored against a labeled dataset with a confusion matrix and confusable-pattern audit.

    Python