Skip to content
View Avik-creator's full-sized avatar
🎯
Sweet Dreams are made of this...
🎯
Sweet Dreams are made of this...

Block or report Avik-creator

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

Avik Mukherjee

I build infrastructure for AI agents — the systems that discover them, watch what they do, verify their output, and keep them governed. Mostly Go and TypeScript, usually with Postgres underneath.

Backend engineer at SuperAlign, working on enterprise discovery and governance for shadow AI: cross-platform scanner daemons, a realtime control plane for fleets of endpoints, and an extension SDK that ships telemetry into customer-owned Splunk and S3.

Things I've built

MindstateDurable memory for AI agents over MCP — session handoffs, task-scoped recall, and memories that can be superseded rather than silently going stale.
miniqueueA Postgres-backed job queue in Go. Lease semantics, at-least-once delivery, crash recovery — every tradeoff documented, tested against real Postgres.
kube-liteKubernetes' core ideas rebuilt from the ground up in Go: reconciler loop, scheduler, rollout controller, health probes, dead-node detection.
pgxrayPaste SQL, get an EXPLAIN ANALYZE plan tree and index suggestions grounded in your real schema. Read-only by construction.
bridgecordWebsite chat that lives in Discord or Slack — one thread per visitor, with optional AI answers from your own site content.
markdown-to-videoWrite a video in Markdown. Renders and exports to MP4 entirely in the browser.

How I learn things

By taking them apart. A Redis server, a load balancer, Reed–Solomon erasure coding, a MITM proxy, React Query — rebuilt from scratch so I can explain why each piece exists, not just that it does.


avikmukherjee.com · @avikm744

Pinned Loading

  1. markdown_videomarkdown_videoPublic

    Turn Markdown into animated videos — custom scene directives, rich scene types, and MP4 export via FFmpeg.

    TypeScript 42 7

  2. manim-mcpmanim-mcpPublic

    MCP server that generates and renders Manim mathematical animations from natural-language prompts.

    Python 16 3

  3. kubelitekubelitePublic

    A ground-up implementation of Kubernetes' core ideas in Go — reconciler loop, scheduler, rollout controller, health probes, service discovery.

    Go

  4. MindstateMindstatePublic

    Private, durable memory for AI agents — owner-scoped context, session handoffs, and task-scoped recall over an MCP server.

    TypeScript

  5. miniqueueminiqueuePublic

    A Postgres-backed job queue in Go with lease-based semantics, at-least-once delivery, and crash recovery — every tradeoff documented.

    Go

  6. postgres-query-analyzerpostgres-query-analyzerPublic

    pgxray — paste SQL, run EXPLAIN ANALYZE safely, and get an interactive plan tree with index suggestions grounded in your real schema.

    TypeScript