Skip to content
View ReaperXD67's full-sized avatar

Block or report ReaperXD67

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

Aman Kumar — AI systems engineer

I build AI systems that can explain themselves, operate reliably, and survive production.

LinkedIn · Email · AtlasLM live · Resume

What I optimize for

Evidence before eloquence Autonomy after controls Systems, not demos
Answers should expose the passages and retrieval decisions behind them. Agents earn freedom through approvals, budgets, audit logs, and safe failure modes. I care about queues, observability, security boundaries, deployment, and the last 10% of UX.

I am an AI engineer and B.Sc. Computer Science student at Scaler School of Technology × BITS Pilani. My current work spans production LLM applications, self-adaptive agent architectures, evidence-grounded RAG, and distributed AI microservices. I ship across PyTorch, FastAPI, Next.js, Docker, Vercel, and Linux VPS infrastructure.

Selected systems

AtlasLM — answers you can audit

An evidence-first research workspace with hybrid dense + sparse retrieval, reciprocal-rank fusion, optional reranking, source-level citations, evaluation surfaces, and a production-oriented Next.js interface. Try the live product →

MinePulse — a marketplace with server-side proof

A Minecraft marketplace and verified-playtime reward system. It connects a Next.js product surface to a Paper plugin, signed events, database-backed balances, production deployment, and operational runbooks.

Autonomous Personal Agent — autonomy with a safety envelope

A security-first, self-hosted foundation for an agent that can plan and act without treating permissions as an afterthought: policy gates, approval checkpoints, budgets, observability, and explicit trust boundaries.

More engineering work

Current operating context

NOW        Project Lead Developer Intern · SIP Organization
BEFORE     AI Engineer Intern · micro1
FOCUS      production LLMs · agent reliability · retrieval quality · distributed systems
LEARNING   evaluation-driven AI · observability · system design · open-source engineering

Engineering surface

  • AI & retrieval — PyTorch · Transformers · RAG · Qdrant · FAISS · BM25 · RRF · MMR · evaluation
  • Systems & backend — Python · TypeScript · FastAPI · Next.js · Java · Spring Boot · REST · webhooks
  • Data & platform — PostgreSQL · Prisma · SQLite · Docker · GitHub Actions · Linux · Vercel · GCP · VPS Automation — n8n · Dify · multi-agent orchestration · approval workflows · secure tool execution

Public build signal

Aman's rolling public GitHub activity, generated in this repository

This card is regenerated every day by a dependency-free GitHub Action using only public GitHub data. No tracking pixel, external stats service, or private repository metadata.

How I think

A useful AI answer is not merely plausible. It is traceable to evidence, measurable under evaluation, and dependable under failure.

If you are building a serious AI product, an agent workflow with real constraints, or an open-source system where reliability matters, I would enjoy comparing notes.

Build the proof. Instrument the uncertainty. Ship the system.

Popular repositories Loading

  1. data_plotting data_plotting Public

    Learn-in-public IPL match analysis with pandas, seaborn, grouped summaries, and visual comparisons.

    Jupyter Notebook

  2. heart-eda heart-eda Public

    Educational heart-disease EDA, classifier comparison, and Streamlit inference interface.

    Jupyter Notebook

  3. insurance-cost-eda-ml insurance-cost-eda-ml Public

    Exploratory insurance-charge analysis and regression learning notebook with responsible interpretation notes.

    Jupyter Notebook

  4. Linear-Regression- Linear-Regression- Public

    Ford used-car price regression notebook comparing encoding and scaling choices with held-out R².

    Jupyter Notebook

  5. Supervised-ML-Models Supervised-ML-Models Public

    Jupyter lab comparing five supervised classifiers under a shared evaluation workflow.

    Jupyter Notebook

  6. NetworkingProject NetworkingProject Public

    Educational HTTP/1.1 server built from Python sockets with a thread pool, keep-alive, and path validation.

    Python