Skip to content
View paramcodes's full-sized avatar

Block or report paramcodes

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

Hi, I'm Paramveer 👋

Building multi-agent systems, RAG pipelines, and low-level tools from scratch


⚡ About

CS Engineering student building things that don't have obvious tutorials for them — agent pipelines with real eval loops, a git implementation from the object model up, distributed inference infra on bare Terraform. I'd rather understand why something works than call an SDK that hides it.

  • 🔭 Currently building: multi-agent systems, a Rust CLI media player, and a git clone from scratch
  • 🌱 Digging into: low-level systems programming, distributed infra, DevOps
  • 🎯 Looking for: internships/roles where I can ship real systems, not just wire up APIs

🚀 Featured builds

Project What it actually does
Nexus Multi-agent PR reviewer running as a GitHub Action. Diff parser → planner → 4 parallel specialist reviewers (style/security/perf/tests) → critic agent → aggregator. Built in TS/Bun on Groq, with LLM-as-judge evals and a writer/critic self-correction loop.
ATLAS Production-grade RAG knowledge agent. Docling ingestion, Jina v3 embeddings, RAPTOR hierarchical indexing (UMAP + HDBSCAN + recursive summarization), hybrid BM25+vector retrieval with RRF fusion, Prometheus/Grafana observability.
rgit Git, reimplemented from scratch in Rust — the four-object model, SHA-1 content-addressable storage, zlib compression, building up to full tree encoding.
SolIntent Solana agent that executes on-chain transactions from plain English, using Jupiter's Ultra Swap API + Claude — built for the Colosseum hackathon.
devops-infra Distributed multi-VM inference system on AWS (private subnets, RPC-based worker comms, Terraform provisioning) for Alchemyst AI.
junior-doctor AI clinical document pipeline — scanned patient records → structured discharge summaries, with provenance tracking, conflict detection, and a no-fabrication guardrail.

🛠️ Stack


📌 A few lessons from shipping these

  • Interpolating arrays into template strings silently gives you [object Object] — always stringify explicitly.
  • LLM judges hallucinate confidently when their input slots are empty. Guard the data, not just the prompt.
  • Critic agents need rules targeted at logic patterns, not exact phrasing, or they miss paraphrased bugs.

Open to internships and collaborations — reach out on LinkedIn or via my portfolio.

Pinned Loading

  1. devops-infra devops-infra Public

    Built a distributed multi-VM inference system on AWS using iii for Alchemystai. Implemented private subnet networking, RPC-based worker communication, Terraform-based provisioning, and documented d…

    Python 1

  2. junior-doctor junior-doctor Public

    An AI-powered clinical document processing system that converts scanned patient records into structured discharge summaries while preserving provenance, detecting conflicts, and surfacing uncertain…

    Python

  3. smartnotes smartnotes Public

    A modern, type-safe note-taking app built with TypeScript. SmartNotes provides an intuitive and organized way to create, manage, and search notes, focusing on productivity and a seamless user exper…

    TypeScript

  4. rag-agent-api rag-agent-api Public

    RAG API service with RAPTOR hierarchical indexing, multi-stage search, and LLM-powered answers.

    TypeScript

  5. Evolve Evolve Public

    Analyze your resume

    TypeScript

  6. paramcode paramcode Public

    !Another DSA Sheet

    TypeScript