agnideep ghosh*
I take interest in distributed systems, algorithmic problems and diving down abstractions to understand how systems work.
I'm a software engineer at Circle working on stablecoin powered payment networks. Previously I was at Leap Wallet and was a founding engineer at Sentra.
projects
onionUDP
anonymity over UDP by implementing onion routing with multi-hop encryption. implements x25519_dalek for diffie-hellman key exchange and client-relayer setup with support for relay extension.
aether
kernel written in rust. supports vga text mode and interrupt handling. uses it's own custom 64-bit triple target which assumes no underlying OS or compiler and externs to C syntax.
automated market maker
amm on solana, built with anchor. follows uniswap v3 liquidity mechanism and supports pool creation, providing liquidity within desired tick ranges. ticks are stored in tick array accounts inspired by Orca's tick array usage.
clensify
bad-word detection library written in TypeScript which uses multistage detection outperforming conventional methods. decodes obfuscated text like zalgo, bubble-text, leetspeak and uses dynamic bloom filters with contextual embeddings for efficient detection.
virtual DOM - based on static analysis
static analysis for reactivity at raw javascript speed. fine-grained diffing and tree walking. outperformed reacts reconciliation for static-heavy apps. built a component wrapper to make react components statically-reactive.