Skip to content
View Zenoguy's full-sized avatar

Block or report Zenoguy

Report abuse

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

Report abuse
Zenoguy/README.md

Hey, I'm Shreyan (ZenoGuy)

Most problems aren't model problems — they're system design problems in disguise.

CS student building systems that don't just work, but make sense. I care about the gap between "it runs" and "it scales" — and I spend most of my time in that gap.


🔨 What I've Built

SpendSight · Financial Transaction Intelligence

4-stage hybrid classification pipeline (regex → heuristic → MiniLM → LLM) for financial NLP. Cut LLM inference costs by ~76% without sacrificing accuracy on ambiguous transactions. Python NLP HuggingFace Cost-Aware ML

ZenoZero · AlphaZero-Style Reversi Engine (private — paper in progress)

Topology-aware MCTS with a custom DifficultyAllocator using uncertainty signals for adaptive compute routing. Exploring how board topology interacts with tree search efficiency. RL MCTS Python Research

VMARO · Vectorless Multi-Agent Research Orchestrator

8-stage autonomous research pipeline with a Streamlit frontend. No RAG — pure LLM-native retrieval and synthesis. Built a preprocessing layer (Stage 00 Topic Normalizer) and relevance scoring for PubMed paper ranking. Multi-Agent Streamlit Groq Moonshot AI


What I'm Thinking About

  • Hybrid inference systems — confidence-threshold routing between cheap and expensive models
  • Cellular automata as computation — maximal-cycle CAs, ΔG decomposition, unified cycle theory
  • Efficient MCTS — topology-aware search without blowing compute budgets
  • Reasoning benchmarks — what they actually measure vs. what we think they measure

How I Build

My default stack is whatever fits the problem. I'm not religious about tools.

Primary: Python · JavaScript · Go · Bash
ML/AI: PyTorch · HuggingFace · LangChain · Anthropic SDK
Infra/Other: Streamlit · FastAPI · Docker · Linux


Activy


📬 Find Me

LinkedIn YouTube dev.to

I'm open to research collaborations, ML systems roles, and interesting problems — especially anything at the intersection of efficiency, inference, and system design.

Pinned Loading

  1. SpendSight_ SpendSight_ Public

    SpendSight is a hybrid AI pipeline that parses financial documents, classifies transactions using Regex → MiniLM → LLM, and generates secure RAG-powered financial insights.

    Python 3 3

  2. VMARO VMARO Public

    Vectorless multi-agent research pipeline that transforms a raw topic into thematic structures, ranked gaps, competing methodologies, and a funding-ready proposal. Eliminates traditional RAG by usin…

    Python 4 1

  3. data_wiping_linux data_wiping_linux Public

    CLI-driven data sanitization framework supporting software and hardware-level wipes with SHA256 verification and NIST-aligned compliance reporting.

    Python 3

  4. ZenoGuy_Portfolio ZenoGuy_Portfolio Public

    Zenoguy's portfolio built

    TypeScript 3 2

  5. bionic-reader bionic-reader Public

    A lightweight, privacy-first Manifest V3 Chrome extension that dynamically applies Bionic Reading natively in the DOM to increase reading speed and reduce cognitive load. Built with TypeScript and …

    TypeScript 4

  6. gmap gmap Public

    Understand codebases at the speed AI generates them.

    TypeScript