Skip to content
View tushar-a-b's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report tushar-a-b

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
tushar-a-b/README.md

Hi, I'm Tushar

Backend engineer building distributed systems and AI developer tooling.

What I'm building now

  • Trust Identity Protocol (TIP) at theailaborg: a content-provenance platform with cryptographic signing, juror-based dispute resolution, and Merkle-anchored canonical state. I work across the whole ecosystem: the public protocol core, plus the SDK, browser extension, AI classifier, protocol node, mobile web app, and WordPress plugin in private org repos. That work happens on my work account, @t-bhendarkar, which is where my daily contribution graph lives.
  • ML and data tooling at the same org: PII redaction, an LLM inference toolkit, research-paper extraction and metadata pipelines, and audio transcription (private repos).
  • Ship & Tell: an MCP server and Claude Code skill that mines your local AI coding sessions and turns them into tweets, threads, and articles. No external API: the coding agent's own model does the writing, and nothing leaves your machine.

Recent shipped work

  • Async classifier pipeline: moved a slow classifier out of the request path so the API returns immediately and the two halves fail independently
  • Canonical-state reset fix: made clear and build functions exact inverses so Merkle roots stay consistent across nodes
  • Subagent transcript mining: found that Claude Code stores 5x more transcripts than the obvious glob shows, and built dedup-aware reading on top

Stack

Python, TypeScript, Node.js, React, Next.js, Postgres, Redis, Laravel.

Reach me

Pinned Loading

  1. tip-protocol tip-protocol Public

    Forked from theailaborg/tip-protocol

    Trust Identity Protocol

    JavaScript

  2. ship-and-tell ship-and-tell Public

    Turn your AI coding sessions into tweets, threads, and articles. MCP server + Claude Code skill, no external API, nothing leaves your machine.

    Python