Skip to content
View m-kvn's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report m-kvn

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

Kavinkumar M

AI Engineer @ NeuralMetrics · Python · FastAPI · LLM systems
Building CHRIS, an autonomous premium-audit agent for US commercial insurance.

LinkedIn Hugging Face Zenodo DOI Email


About

I build AI systems that replace work people shouldn't have to do by hand.

  • 6+ years shipping production Python — now building autonomous agents end to end.
  • At NeuralMetrics: CHRIS validates audit data, detects the classification errors that move premium, adapts to compliance rules that shift by state and year, and analyzes risk exposure.
  • Day-to-day: FastAPI, PostgreSQL, the Claude API, Model Context Protocol, and AWS (Lambda, Bedrock, ECS/ECR, S3, RDS).
  • Interested in agent architectures, MoE inference systems, applied NLP, and InsurTech.

Research

Quantization as Cache Amplification: Trillion-Parameter Mixture-of-Experts Inference on a Commodity Laptop 📄 Paper (Zenodo, DOI 10.5281/zenodo.21856981) · 📊 Traces, code & artefacts (Hugging Face)

Weight quantization is usually sold as footprint reduction. This paper shows that for offloaded Mixture-of-Experts inference the real lever is cache capacity: an LRU expert cache hits exactly 0% whenever it holds fewer than the k·L expert slots a single token touches — a phase transition measured on real routing traces — and quantization is what carries a system across it.

Result Value
LRU hit rate below per-token working set 0.0% (all capacities tested)
Popularity-pinned cache @ 10% capacity 22.9% (vs 0.0% for LRU)
Frequency-conditioned allocation @ 1.51 bits 22.02 PPL vs 25.54 uniform (13.8% better at identical rate)
Sub-2-bit codec @ 2.01 bits, WikiText-2 12.17 PPL (bf16 reference: 8.11)

Everything was measured on one laptop (RTX A500, 4 GB VRAM; 32 GB DRAM; consumer NVMe) — sub-2-bit codec, raw OLMoE-1B-7B routing traces, and every measurement artefact behind the numbers.


What I'm building

Project What it is
ssh-mcp My own MCP server for remote development over SSH — files, commands, search, git, and binary-safe SFTP transfer via Paramiko. Cross-platform, Python.
CHRIS (private, @ NeuralMetrics) Autonomous premium-audit agent for US commercial insurance: data validation, classification-error detection, dynamic regulatory compliance, risk-exposure analysis.
quantization-cache-amplification Codec, routing traces and benchmarks behind the MoE paper above.

Open source


Tech

Python FastAPI PostgreSQL SQLAlchemy Pytest Scrapy

Claude MCP Hugging Face

AWS Docker Git


Certifications

Anthropic — Building with the Claude API · Claude Code in Action · Model Context Protocol: Advanced Topics · Introduction to agent skills · Introduction to subagents · Claude with Amazon Bedrock · Claude on Google Cloud

CiscoPython Essentials 1 · Python Essentials 2


Contribution stats

Overview Isometric contribution calendar

Most used languages Repositories

Panels regenerate daily via lowlighter/metrics.

LinkedIn · Hugging Face · Zenodo · mkavinkumar1@gmail.com

Popular repositories Loading

  1. ssh-mcp ssh-mcp Public

    Cross-platform MCP server for remote development on a Linux host over SSH: files, commands, search, git, and binary-safe SFTP transfer via Paramiko.

    Python 2

  2. NostalgiaForInfinity NostalgiaForInfinity Public

    Forked from iterativv/NostalgiaForInfinity

    Trading strategy for the Freqtrade crypto bot

    Python

  3. NostalgiaForInfinityData NostalgiaForInfinityData Public

    Forked from iterativv/NostalgiaForInfinityData

    Data for NostalgiaForInfinity

    Python

  4. VA-MOD VA-MOD Public

    Forked from Grdizel/VA-MOD

    VA

    HTML

  5. ccxt ccxt Public

    Forked from ccxt/ccxt

    A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges

    JavaScript

  6. binancio binancio Public

    Forked from sanchezmarcos/binancio

    Binancio calculates median price of any crypto-asset in fiat currency on Binance's p2p exchange right on your console.

    JavaScript