Skip to content
View ajayp's full-sized avatar

Block or report ajayp

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

Pinned Loading

  1. job-title-vector-drift job-title-vector-drift Public

    A live diagnostic tool exposing how OpenAI embeddings distort job title relationships — acronym blindspots, seniority conflation, format sensitivity, and functional title drift.

    TypeScript

  2. wormhole-vectors wormhole-vectors Public

    PoC that disambiguates search results ("Java" the language vs. the coffee) by bridging dense vector search and sparse BM25 through a Semantic Knowledge Graph - no synonym lists required.

    TypeScript

  3. agent-patterns agent-patterns Public

    TS implementations of the 7 core LLM agent and workflow patterns based on Anthropic’s engineering principles. Built using a minimal custom orchestration layer with a unified e-commerce dataset to i…

    TypeScript

  4. llm-candidate-search llm-candidate-search Public

    An AI search system that turns a recruiter's plain-English request ("Senior ML engineer, Python, NLP, Bay Area") into ranked, explained candidate matches - built to replicate the retrieval architec…

    TypeScript

  5. semantic-knowledge-graph semantic-knowledge-graph Public

    Semantic relationships and query expansion using Solr's Semantic Knowledge Graph (SKG) and raw corpus statistics.

    TypeScript 1

  6. homomorphic-encryption homomorphic-encryption Public

    Homomorphic encryption is a new type of encryption that allows computations to be performed on encrypted data without being decrypted - ideal for private analytics in voting, healthcare, biometric …

    Python