Skip to content
View HarianthK's full-sized avatar

Block or report HarianthK

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
HarianthK/README.md
Harianth Kalavala, AI Engineer

I build retrieval systems that turn unstructured data into something production can depend on. Currently AI Engineer at XNode AI, working on an enterprise information catalog that unifies metadata across PostgreSQL and five other sources: 100K+ data assets, lineage-tracked, behind CI/CD.

  • Building: entity and relationship extraction into Neo4j and Graphiti, running alongside the vector layer instead of replacing it. Vector search finds what a document says; a graph keeps how things relate.
  • Learning: where the graph-ingestion token cost actually pays for itself. You pay once at ingestion instead of at every query, and that only earns out if enough queries are relational.
  • Open to: conversations about RAG that has to survive contact with real data.

A snake eating my contribution graph

Selected work

LangGraph Agentic Platform is a multi-agent system for supply chain resilience: real-time news analytics, geospatial risk scoring, automated alerting. I designed the orchestration layer, covering state management, tool routing, memory, and the LLM decision loops.

Registry Points is a lookup over the World Swing Dance Council's competitor registry. Type-ahead search and record lookup, points totalled by division, eligibility resolved. (code)

Portfolio is my own work modelled as the kind of knowledge graph I build for a living. Next.js, TypeScript, a hand-rolled force layout. (live)

CHIP-8 is an emulator for the 1970s virtual machine. Six of its instructions have two accepted readings, and 86 of the 103 programs in the community archive were quietly running the wrong one until it started reading what each program actually asks for. (code)

Nibble is a small language that compiles to CHIP-8 machine code. Write a program, press compile, and play it; the bytes shown under the screen are the real output and run on any interpreter. (code)

Upstream

Checking the emulator against Timendus' CHIP-8 test suite meant asking whether the suite could actually fail, so I broke instructions on purpose and watched which tests stayed quiet. Three bugs got through it. All three are now patches there, each one holding the screen pixel for pixel identical on a correct interpreter: #35, #36, #37.

Elsewhere

harianthk.vercel.app · LinkedIn · hkalaval@asu.edu

Popular repositories Loading

  1. Portfolio Portfolio Public

    A modern, interactive portfolio website built with Next.js and TypeScript, showcasing my professional profile as an AI Engineer specializing in LLMs, RAG Systems, and Graph-based Agents.

    TypeScript 2

  2. Whats-South-Indian-In-Your-Fridge Whats-South-Indian-In-Your-Fridge Public

    It is a Recipe Finder that gives appropriate recipes for the user-selected Ingredients. Tech stack used is MAMP and HTML, CSS were used for the frond-end view of the web-page.

    HTML

  3. Re-commercio Re-commercio Public

    Recommercio is an e-commerce platform designed to provide a convenient and secure online shopping experience. The platform is built using the MERN (MongoDB, Express, React, Node.js) stack, a popula…

    JavaScript

  4. Langgraph-agent-automation Langgraph-agent-automation Public

    Multi-agent system for supply chain resilience - real-time news analytics, geospatial risk scoring, and automated alerting, orchestrated with LangGraph.

    Python

  5. Registry-points Registry-points Public

    WSDC Registry Points Lookup App - A modern web application for searching World Swing Dance Council registry points

    TypeScript

  6. trailblaze-az trailblaze-az Public

    A scenic route planner for Arizona. Every drivable road in the state scored for how close it runs to woodland, wilderness and water, then checked against the byways Arizona has officially designate…

    TypeScript