Skip to content
View himanshu634's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • Genuin Inc.
  • Ahemdabad, India.
  • 05:42 (UTC +05:30)
  • X @himanshu_btw

Organizations

@nakartha

Block or report himanshu634

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.

Content in all repositories owned by your account will be closed.
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
himanshu634/README.md

Hi, I'm Himanshu ๐Ÿ‘‹

Full-stack & AI engineer building software for money and markets.

I'm a software engineer in Ahmedabad, India. I started on the frontend and kept following problems downward: state management, then backend and data, then Rust, and now LLM agents. Most of what I build ends up being about money or markets. A banking ledger I wrote to learn Rust, an open-source Splitwise alternative, the commodity supply-chain platform I work on at Bull Agritech, and now Maester, a portfolio risk platform.

Now

  • ๐Ÿ“ˆ Maester: an AI-driven portfolio risk management platform. Details below.
  • ๐Ÿข Bull Agritech: engineer at a seed-stage agritech in Ahmedabad. Agents that run our lead pipeline today, and Koshi, an AI product for agro retailers, next. Details below.
  • ๐Ÿฆ€ Rust: systems programming through CLI tools, to get comfortable with ownership, lifetimes and code where latency matters.
  • ๐Ÿง  AI systems: multi-agent orchestration, RAG pipelines and vector databases. Most of this feeds Maester and the agents we run at Bull Agritech.

Maester

Maester reads a portfolio as a whole and answers the questions most tools skip: how good is this portfolio, where is the risk, and what in the market right now should change my view of it. Analysis runs through AI-driven insights rather than a fixed set of screens.

What I'm working through:

  • Multi-agent orchestration. Splitting analysis across specialised agents with narrow jobs instead of one giant prompt, then coordinating their output into a single view.
  • RAG over market context. Retrieval over documents and market data with PostgreSQL + pgvector, so the model reasons from sources rather than from training data.
  • Keeping the output honest. Grounding, structured outputs and guardrails. In finance a confident wrong number costs more than no number.

Stack: TypeScript, Next.js, Node.js, PostgreSQL + pgvector, Python for the analysis side.

Private while I get the core right. Progress notes go on X.

Bull Agritech

Seed-stage agritech in Ahmedabad. Small team, so I work across the whole product, from the UI down to the database.

What we're building:

  • The supply-chain platform. Connects farmers directly to commodity processors and handles price discovery, logistics, quality checks and payment protection in between. Over 6,000 farmers sell through it instead of their local APMC.
  • An agent-run CRM. Our internal CRM, where multiple agents, each with its own job, manage the lead pipeline.
  • Koshi. Where we're headed next: an AI application for agro retailers, the shops that sell farmers their seeds, fertiliser and crop protection. Koshi turns the shop into an AI-insight-driven business, so the retailer catches every upsell opportunity.

Stack

Area What I use
Languages TypeScript, Rust, Python, JavaScript
Frontend React, Next.js, Tailwind CSS, Zustand / Redux
Backend & data Node.js, Express, PostgreSQL, Supabase, pgvector
AI LLM integrations, RAG pipelines, multi-agent orchestration, vector search
Practice System architecture, REST / GraphQL API design, monorepos

GitHub

Himanshu's GitHub stats Top languages

Contact

If you're building something in markets, trading or fintech and need an engineer who can own a product end to end, my DMs are open.

Pinned Loading

  1. simple-banking-cli simple-banking-cli Public

    Created simple banking application to learn the basics of rust.

    Rust