Skip to content
View chandantochandan's full-sized avatar

Block or report chandantochandan

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
chandantochandan/README.md

Chandan Kumar

AI Infrastructure & Context Engineering

I build local-first middleware to solve the Context Window Bottleneck in LLM workflows. My work focuses on deterministic state management, semantic compression, and offline-capable systems.


๐Ÿ”ญ Current Focus: Vidurai

I am the maintainer of Vidurai (v2.2.0), a local context ledger for developers.

It acts as a bridge between high-velocity developer telemetry (IDE, Terminal) and limited LLM context windows. Instead of sending raw logs to an AI, Vidurai builds a semantic graph of your work session locally, reducing token overhead by ~70% via the SF-V2 (Strategic Forgetting) algorithm.

Architecture:

  • Monorepo Strategy: Unified Python SDK, Daemon, and Typescript Extensions in a single verifiable source.
  • Local-First: Zero cloud dependency. Data is stored in ~/.vidurai using SQLite (WAL Mode).
  • Protocol: HTTP/JSON-RPC communication between the Python Daemon and VS Code Client.

๐Ÿ›  Technical Stack

  • Systems: Python 3.9+ (FastAPI, AsyncIO), TypeScript, SQLite
  • Infrastructure: GitHub Actions (CI/CD), Docker, PyPI
  • Concepts: Semantic Compression, Distributed Topology, Event-Driven Architecture

๐Ÿ“ Pinned Project

  • vidurai
    • The Monorepo. Contains the Core SDK, Daemon, VS Code Extension, and Browser Connectors.
    • Role: Lead Maintainer
    • Status: v2.2.0 (Gold Master)

Building for a future where AI context is local, private, and infinite.

Pinned Loading

  1. vidurai vidurai Public

    The Local-First AI Memory Layer. Bridges VS Code, Terminal, and any MCP-compliant AI. Features Strategic Forgetting (SF-V2) for infinite context without the cloud.

    Python 2 2