Skip to content
View amitvijapur's full-sized avatar
💭
building or larping u tell me
💭
building or larping u tell me

Highlights

  • Pro

Block or report amitvijapur

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

AMIT

CS @ Durham · Quant Systems · Agent Infrastructure · Open Source

Visitors LinkedIn Substack Email


I build trading systems, agentic infrastructure, and the routing layers that decide who should do the work — a model, a machine, or a person.


⚡ featured

🥇 Top 5 of 53 — GenAI Fund Agentic AI Build Week 2026, Founder Mode track, built solo

An operating system for a workforce of humans and AI agents. It decides who should do each piece of work — an AI agent, a human, or an agent that proposes and a human who approves. Every task is routed through an interpretable score, every irreversible action is gated behind a signed human approval, and the system learns which workers to trust from judged, human-confirmed outcomes.

Reputation buys autonomy on reversible work, and buys nothing on irreversible work.

Next.js 16 · TypeScript · Supabase · OpenAI · Langfuse · 60 tests passing


A meta-router for Claude Code. It sits above every workflow system in the stack and decides, per task, which system, which specialist, and which effort tier — then logs the decision and learns from the outcome.

A friendly response to Karpathy's LLM Council: multi-model voting is one useful tool, but routing is the harder problem.

Python · Shell · Markdown


Forward-testing an equity screener before trusting it. Validation design, pre-registered promotion criteria, and the write-up of what happened when the harness found the scoring model was inverted — the screener was ranking the worst names highest, and only a pre-committed test caught it.

Methodology is public; the implementation stays private.

Python · pre-registered validation


🔧 merged into other people's code

Nine PRs merged into tools I use daily. Each one started as a bug I hit myself, was reproduced before it was fixed, and shipped with regression tests.

project what landed
Understand-Anything 82.0k A PostToolUse hook read its payload from a stale env var instead of stdin, so it silently saw nothing
Scrapling 80.2k The response cache dropped cookies on browser-engine responses, breaking session reuse
last30days 61.8k A silent fallback masked YouTube transcript failures, so a broken fetch looked identical to an empty result
datafusion 9.3k Spark pmod derived its decimal result type after coercion, which collapsed both precisions and degenerated the rule to the input precision
mcp-atlassian 5.9k #1518 clearing an issue's parent silently did nothing, because an explicit null was read as "field omitted" · #1590 a blank line before ---- became an empty h2. in the Jira markup conversion
fastmcp 3.3k MCP resource subscriptions — a new feature, shipped in v4.8.0
chat 2.4k Slack alert attachments lost their content once a message was normalised
toolport 211 Witsy MCP client support, credited by the maintainer in the README

In review — six open, into engines and platforms I depend on:

project what it fixes
mastra 27.9k Three containment gaps in run-command-tool
registry 7.2k #1470 IsValidRemoteURL accepted loopback, private and link-local hosts · #1471 search now matches server descriptions, not just names
mcp-atlassian 5.9k CONFLUENCE_SPACES_FILTER was never applied to space listings
chat 2.4k The Discord gateway packet was reshaped before forwarding, instead of passed through as it arrived
git-proxy 249 Deprecation warnings drifted from the schema; now driven off config.schema.json

🏆 hackathons & build weeks

🥇 GenAI Fund Agentic AI Build Week 2026 — Ho Chi Minh City

Top 5 of 53 · Founder Mode track · Problem P4, "Human-AgentOS" · built solo

Shipped warrant in a single build day: a closed loop for human/AI workforce allocation. A task arrives with capability requirements and a reversibility flag; a router scores every registered worker on capability match, cost, latency and evidenced reliability; irreversible actions structurally require human authority regardless of reputation; work executes for real, outcomes are judged, and the next identical task routes differently.

Simulated workload, real executions — every execution, score and posterior update is recorded in an append-only evidence log.


🛠 stack

Python TypeScript JavaScript Rust C C++ Java SQL Solidity Bash

React Next.js Node.js Supabase Polars Pandas NumPy TensorFlow scikit-learn Git


📐 background

CS @ Durham University — going into second year, deep in quant systems, algorithmic trading and agent infrastructure. Building real products alongside the degree, not after it.

Before Durham: 3rd Sergeant, Singapore Army (Military Police) — commanded a 10-man team in high-pressure, compliance-driven environments. Learned to think in systems and manage risk before I knew what those words meant in trading.


📝 writing

I write about crypto, tokenomics, quant and emerging tech on Substack.

Latest: Crypto-Currencies & Tokenomics: Their Relevance in the Next Decade


🎯 outside the terminal

long distance running  ·
street photography     ·
specialty coffee       ·
guitar                 ·

Pinned Loading

  1. cortex cortex Public

    Meta-router for coding agents — built for Claude Code, runs on Cursor, Codex, Gemini CLI, Aider & Windsurf. Sits above every workflow system and routes each task. A friendly response to Karpathy's …

    Python 5

  2. multi-factor-equity-screener multi-factor-equity-screener Public

    Forward-testing an equity screener: validation design, pre-registered promotion criteria, and what happened when the harness found the scoring model was inverted. Methodology write-up; implementati…

  3. warrant warrant Public

    TypeScript