BUILDING PROCMINE · IBY TOKYO · IIT HYDERABAD '22

I build the full AI stack
data, agents, shipped end-to-end.

Forward Deployed Engineer at Im Beside You (Tokyo). I architect on-chain data pipelines (Airflow / dbt / BigQuery + web3.py) and ship LLM agents with tool use, structured outputs, and ReAct loops. Same engineer designs the warehouse, writes the decoder, builds the agent, and wires the UI.

Building ProcMine — agents on top of on-chain pipelines Pune / Tokyo · UTC+5:30 Open to senior AI / data engineering roles
01

About/

who, what, why

I'm a software engineer who turned into an agentic AI engineer the moment the tools became good enough to be worth shipping on. I build production systems where LLM agents decide, retrieve, and act — not chat surfaces.

currently/

Forward Deployed Engineer at Im Beside You

Tokyo-based AI startup. Sole engineer on agentic infrastructure. I'm shipping ProcMine — a fully autonomous process-mining platform where LLM agents handle unstructured activity classification while RL agents in Gymnasium environments learn the segmentation policy. Replacing months of consulting with a runtime.

philosophy/

Plan-before-act, with receipts

No multi-step command runs without the agent restating it first. No “deploy succeeded” without user-visible artefact verification. Every correction in-session becomes a [LEARN] rule indexed in SQLite — the same mistake never costs two corrections.

stack/

The two-agent dev system

Claude Code (Opus 4.7, 1M ctx) as primary builder, Codex CLI as adversarial reviewer + data-prep specialist. Iterative critique loop up to 5 rounds. Custom split-memory (CLAUDE / AGENTS / SOUL / LEARNED), 8 hooks, 9 slash commands, 3 specialized subagents. I dogfood it daily.

edu/

IIT Hyderabad — B.Tech, Engineering Physics

Graduated May 2022. Engineering physics taught the habit I lean on most: derive from first principles, then optimize. It maps cleanly onto agent design.

02

Selected work/

production + side-built
/01 2026 · in production

ProcMine

Agentic enterprise process mining · Im Beside You

Fully autonomous platform where LLM agents discover, segment, and optimize enterprise workflows. RL agents operate in Gymnasium environments modelled on real process traces, learning segmentation policies through reward signals. 13-step multimodal pipeline behind nginx, in production.

LLM agents RL · Gymnasium Mamba / LSTM FastAPI Docker
/02 2026 · shipped

EVM Event Decoder

On-chain ABI-driven parser · KLab engagement

ABI-driven decoder (Python + web3.py) parsing raw EVM logs into typed records. Handles ERC-20, ERC-721, Uniswap V2/V3, custom contract events. Reorg-aware backfills, incremental loads into BigQuery for tokenomics analytics. BTC on-chain metrics (MVRV, NVT, hash rate, UTXO) aligned alongside derivatives + macro.

web3.py BigQuery Airflow dbt Solidity
/03 2023–2026 · production

FlexData

Trading data infrastructure · FlexTrade Systems

Large-scale ingestion + analytics platform processing institutional order flow across asset classes (equities, FX, fixed income, crypto). Airflow + dbt pipelines over multi-billion-row warehouses, sub-100ms query layer. throughput, −50% cloud spend. Crypto/on-chain extension via web3.py.

Airflow · dbt BigQuery FIX Terraform <100ms latency
/04 2026 · SDK

Strategy Factory

Dataset-generation SDK · YAML DSL → AST compiler

A handful of YAML config lines fans out into 20,000+ synthesized datasets / strategies. Custom DSL → restricted-Python AST compiler evaluated over multi-source data (on-chain, derivatives, macro). Monte Carlo + Combinatorial Purged CV filter survivors. Same engine drives parameter sweeps and eval harnesses.

YAML DSL AST compiler PostgreSQL Monte Carlo · CPCV
/05 2026 · agent

FSA — Financial Sentiment Agent

Autonomous trading-signal pipeline

ReAct-style agent that ingests financial news + social signal, plans its own retrieval, classifies sentiment via structured JSON schemas, and emits actionable alpha signals. Tool-use with confidence-based routing, retry, and fallback strategies wired in.

Anthropic API ReAct + tools FastAPI Structured outputs
/06 2025 · agent-callable

BTC Regime Detection

Mamba + LSTM + HMM market-state classifier

Time-series ensemble over BTC OHLCV and on-chain metrics, exposed as a callable agent tool. Orchestrator agents invoke it for real-time market state classification; paper-trading harness evaluates regime-conditional strategies autonomously.

PyTorch Mamba LSTM · HMM Tool use
03

Experience/

4 years, 4 companies
  1. Mar 2026 — Present
    Tokyo (Remote)
    Im Beside You
    Forward Deployed Engineer — Agentic AI & Enterprise Automation
    • Building ProcMine: fully agentic process mining via LLM agents + RL environments
    • RL-driven systems where agents learn segmentation policies on real process traces
    • Autonomous financial sentiment agent (FSA) with tool-use, structured outputs, fallback routing
    • Regime-detection models (Mamba, LSTM) shipped as callable agent tools
    • Sole engineer on agentic infra, working directly with CEO + CTO
  2. Jan 2023 — Mar 2026
    UK (Remote)
    FlexTrade Systems
    AI Engineer — Intelligent Trading Systems
    • Built FlexData — AI trading intelligence platform; cut 80% of analyst workflows
    • AI-driven pipelines parsing trade docs, detecting anomalies, generating real-time reports
    • Intelligent query + retrieval over large-scale trading datasets, sub-100ms latency
    • pipeline throughput, −50% infra cost via caching + adaptive routing
    • Worked closely with company leadership on AI product strategy
  3. Jun 2022 — Jan 2023
    Remote
    SaaS Labs / JustCall
    Software Engineer
    • Event-driven Node.js microservices for real-time call + CRM events
    • Automated routing + classification pipelines — analogous to agent dispatch
    • React analytics dashboards for call-agent productivity
  4. Jan 2022 — May 2022
    India
    Deloitte
    Software Engineer Intern
    • Automation tools + scripts for consulting delivery workflows
    • Enterprise software process, agile, code-review culture
04

Writing & playground/

notes, experiments
05

Get in touch/

fastest = email

FAQ /

Who is Neeshant Pandey?

Neeshant Pandey is a full-stack AI engineer based in Pune, India, currently working remotely as a Forward Deployed Engineer at Im Beside You (Tokyo). He graduated from IIT Hyderabad with a B.Tech in Engineering Physics in 2022 and has over four years of production engineering experience across agentic AI systems, LLM pipelines, data infrastructure, and full-stack development.

What does Neeshant Pandey do as an AI engineer?

Neeshant builds the full AI stack end-to-end: LLM agent systems (ReAct loops, tool use, structured outputs, agentic RAG), on-chain data pipelines (Airflow, dbt, BigQuery, web3.py), ML systems (PyTorch, Mamba, LSTM, reinforcement learning via Gymnasium), and full-stack web (FastAPI, Node.js, React, Next.js, AWS, GCP, Docker). He is the sole engineer on agentic infrastructure at Im Beside You, shipping ProcMine — a fully autonomous enterprise process mining platform.

What is ProcMine?

ProcMine is an agentic enterprise process mining platform built at Im Beside You. LLM agents discover, segment, and optimize enterprise workflows; reinforcement learning agents operate in Gymnasium environments modelled on real process traces, learning segmentation policies through reward signals. The 13-step multimodal pipeline runs in production behind nginx.

How does Neeshant build with AI?

Neeshant runs Claude Code and OpenAI Codex CLI in parallel as a two-agent development system. Claude is the primary builder (architecture, implementation, file edits); Codex acts as the adversarial reviewer and data-prep specialist. The two agents are wired into an iterative critique loop up to five rounds until both agree. He has built a custom split-memory architecture (CLAUDE.md, AGENTS.md, SOUL.md, LEARNED.md), an FTS5 SQLite learning log, custom slash commands, hook-enforced quality gates, and three specialized subagents (scout, planner, reviewer).

Is Neeshant Pandey available for hire?

Yes. Neeshant is open to senior or staff-level roles in AI engineering, data engineering, or generalist software engineering — remote or based in San Francisco, Bangalore, or Tokyo. The fastest way to reach him is by email at [email protected].

Where did Neeshant Pandey study?

Neeshant earned a B.Tech in Engineering Physics from the Indian Institute of Technology (IIT) Hyderabad, graduating in May 2022.

What is Neeshant Pandey's tech stack?

Python (primary), TypeScript, JavaScript, SQL, Bash. AI & LLM: Anthropic Claude API, OpenAI API, ReAct, tool use, structured outputs, MCP, agentic RAG, agent evaluation. ML: PyTorch, Mamba, LSTM, HMM, reinforcement learning (Gymnasium), Monte Carlo, Combinatorial Purged CV. Backend: FastAPI, Node.js, REST APIs, PostgreSQL, Redis. Frontend: React, Next.js, Tailwind. Data: Apache Airflow, dbt, BigQuery, Pub/Sub, web3.py, ABI-driven EVM event decoding. Cloud: AWS (EC2, S3, Lambda), GCP, Docker, Terraform, CI/CD.

How can I contact Neeshant Pandey?

Email: [email protected]. GitHub: github.com/neeshant-pandey. LinkedIn: linkedin.com/in/neeshantpandey. X: @1neeshantpandey.