Skip to content
View Vasu014's full-sized avatar
  • Entitled Solutions Pvt Ltd
  • New Delhi,India
  • X @vasu_014

Block or report Vasu014

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Vasu014/README.md

Typing SVG

Building infrastructure for the age of AI agents

Twitter    Profile Views


About

CTO at Entitled Solutions — I build across the entire stack, from distributed backends to polished frontends, from bare-metal DevOps to AI agent infrastructure. My recent obsession: making coding agents actually good by building the tooling layer they desperately need.

I believe the best developer tools are the ones that disappear. Code indexers that just know your codebase. Memory systems that learn from every session. Hooks that surface the right insight at the right time.


Featured Projects

loregrep   Stars   Rust

A code indexing library that parses codebases into fast, searchable in-memory indexes — built for AI coding assistants. Uses tree-sitter for syntax analysis, supports structured queries across functions, structs, call graphs, and dependencies.

flashpods   Python

Ephemeral VMs for agents. Spin up isolated, disposable compute environments on demand — because AI agents shouldn't run on your machine with root access.

feature-suggestor-hook   TypeScript

A Claude Code hook that watches your codebase evolve and automatically surfaces feature opportunities. Scores ideas by readiness and effort, highlights quick wins, and decays stale suggestions over time.

ACE — Agentic Context Engineering

A self-improving memory system for Claude Code. Captures coding session insights, preserves context before it's lost, and builds an evolving playbook of strategies and antipatterns.

simple-coder   Rust

A from-scratch AI coding assistant — interactive terminal interface powered by Claude's API with file editing, project analysis, and multi-turn conversations.

raft-node   TypeScript

A ground-up implementation of the RAFT consensus algorithm in Node.js with gRPC transport. Built to deeply understand distributed consensus.


Tech Stack

Tech Stack


Background

CTO — Entitled Solutions   (current)

Building financial & insurance products for blue-collar workers in a B2B2C model. Own the full stack — architecture, frontend, backend, DevOps, and AI agent workflows.

Founding Engineer — AI Meeting Assistant Startup

Built an AI meeting assistant in the pre-LLM era (think Fireflies.ai, but powered by LSTMs). Shipped the UI, stood up GCP infrastructure, and built the transcription analytics pipeline.

Software Engineer — Citi

Started on the Equities Smart Order Router team, then moved across retail banking. Brought legacy systems onto modern DevOps pipelines, ran database migration projects, and built Talend ETL jobs.


Stats


"The best tools disappear into the workflow."

Pinned Loading

  1. feature-suggestor-hook feature-suggestor-hook Public

    claude hook to auto-suggest features based on architectural changes, bugs etc

    TypeScript

  2. flashpods flashpods Public

    ephemeral VMs for agents

    Python

  3. loregrep loregrep Public

    Context management server, for coding agents

    Rust 12 2

  4. raft-node raft-node Public

    A NodeJS implementation of RAFT Consensus Algorithm

    TypeScript