cat about.txt

Taranveer Anand_

turning caffeine into side projects

CS senior at Case Western Reserve with a habit of mass producing side projects.

Currently: grinding guitar, and calculating expected value at poker tables.

Taranveer Anand
scroll

CURRENTLY BUILDING

$ cat ~/.shipped

shipped_

// live · 2026

Apply to jobs while you sleep.

A desktop app that reads a job posting, generates a tailored portfolio project for it, and then applies on your behalf — across workday, greenhouse, lever, and the rest of the ATS zoo.

  • ├──one-click apply across every major ATS
  • ├──auto-generates a tailored project per JD
  • ├──tracks every application end-to-end
  • └──chrome extension for on-the-fly applies
[try shipped →]
job_postagentsubmittedworkdaygreenhouselever

WORK EXPERIENCE

> cat work.log

Founder, Product Engineer

Mar 2026 - Present

AI desktop job application platform

  • ├──Built a desktop product that discovers matched roles, tailors resumes, generates portfolio projects, and applies across ATS systems through live browser automation.
  • └──Scaled to 50 concurrent users with application tracking, inbox signal detection, billing controls, and real-time application progress.
electrontypescriptpostgresredisbrowser agents

Aonix.dev

Founder

Jun 2025 - Aug 2025

AI automation systems for U.S. companies

  • ├──Built n8n workflows, custom chatbots, voice AI agents, and CRM integrations to streamline engagement and lead generation.
  • └──Connected webhooks, APIs, CRMs, email, Instagram, and LinkedIn into multi-step outreach and follow-up systems.
n8nwebhooksapiscrmvoice ai

Guru Amardass Private Limited

Database Developer Intern

Sep 2022 - Dec 2022

ERP data migration and reporting

  • ├──Developed Python scripts for data migration and SQL query optimization, reducing processing time by 40%.
  • └──Built data pipelines and dashboards that helped stakeholders debug ERP issues and interpret operational insights.
pythonsqldata pipelinesdashboards

PROJECTS

seednewspolicymarketsim.worldwhat_ifmarket68%forecast

HiveMind

Multi-agent prediction market simulation environment

Simulates agent swarms that research real-world signals, trade against LMSR markets, and surface consensus forecasts through a live dashboard.

Next.jsFastAPILangChainOpenRouterWebSockets
K8s

Flyte

Distributed ML training orchestration for PyTorch on Kubernetes

Wraps torch.distributed, NCCL, and Kubernetes scheduling behind a declarative TrainingSpec with automatic fault recovery and built-in profiling.

PythonPyTorchKubernetesFlytePrometheus
RECOGNIZED

SeeCare

Best Senior Project W25

Privacy-first memory aid for dementia patients

Mobile app using facial recognition and conversation transcription to reduce anxiety and caregiver burden.

FastAPIMongoDBAWSAssemblyAIExpo
sha256sha256sha256rawdedup6 → 3

Cairn

High-performance block deduplication engine in C++17

Rabin-fingerprint content-defined chunking, SHA-256 content addressing, lock-free sharded index. ~500 MB/s chunking, 65% dedup ratio.

C++17OpenSSLCMakeASan/TSan
pricesize105.0020104.0035103.0050102.0025-- spread --101.0030100.004599.004098.0020

OrderBook

Real-time limit order book and matching engine

Price-time priority matching, B-tree backed price levels, Decimal arithmetic throughout. 180-test suite.

Python 3.11Textualsortedcontainersasyncio

Invoke

Universal API-to-tool bridge for Claude

MCP server that lets Claude dynamically discover, research, and register APIs. Ask for data, Claude handles the rest.

TypeScriptNode.jsMCP SDK

NOW

cat ~/.now

last updated: apr 2026

├──shipping shipped (shipped.one)
├──researching semantic similarity @ noetic
├──grinding NLH-300 sessions
└──learning guitar (badly)

SKILLS

> ls skills/

soft_skills/

how I work

├──product sense
Turning vague ideas into usable shipped products
├──technical communication
Explaining tradeoffs, APIs, and systems clearly
├──problem decomposition
Breaking ambiguous builds into testable pieces
├──rapid prototyping
Shipped, Aonix, HiveMind, portfolio experiments
├──ownership
Founder-led projects from idea to users
└──cross-functional collaboration
Clients, teammates, users, and stakeholders

languages/

what I write

├──python
HiveMind, Flyte, SeeCare
├──typescript
Shipped, HiveMind, Invoke
├──javascript
Frontend and Node.js projects
├──java
AI agents, academic projects
├──c/c++
Cairn, systems programming
├──rust
Learning, systems projects
├──sql
PostgreSQL, SQLite, analytics queries
└──bash
CLI workflows, Linux automation

ai_search_systems/

agentic and retrieval systems

├──llm orchestration
HiveMind, BrainWave, Invoke
├──claude code
Agentic development workflow
├──codex
CLI-assisted implementation and code review
├──prompt engineering
Structured prompts, tool use, and eval loops
├──rag
Retrieval-backed assistants and document reasoning
├──embeddings
Semantic search and entity matching
├──semantic search
Search over docs, profiles, and project data
├──hybrid search
Keyword plus vector retrieval patterns
├──multi-agent systems
HiveMind simulation and agent markets
├──langchain/langgraph
Agent loops and stateful workflows
├──openrouter
LLM routing across model providers
├──pytorch
Flyte distributed training work
├──scikit-learn
ML coursework and data modeling
└──opencv
Computer vision pipelines

api_platform_engineering/

connecting systems

├──rest api architecture
Product backends and project APIs
├──third-party api integration
ATS, CRM, AI, email, and data services
├──api discovery
Reading docs and wiring unfamiliar systems quickly
├──webhooks
Aonix workflows and event-driven integrations
├──oauth
Auth flows and external account connections
├──websockets
HiveMind and live product updates
├──background jobs
Long-running applies, agents, and automation tasks
├──redis queues
Queued work and realtime state
├──browser automation
Shipped live form filling across ATS systems
└──cli tooling
Developer tools, Invoke, and automation scripts

application_data/

product surfaces and state

├──react
Frontend applications and dashboards
├──next.js
Portfolio and HiveMind
├──electron
Shipped desktop app
├──express
Node API services
├──fastify
Typed Node backends
├──fastapi
HiveMind and SeeCare backends
├──flask
BrainWave original backend
├──prisma
Typed database access
├──sqlalchemy
HiveMind market and agent storage
├──postgresql
Relational product data
├──pgvector
Vector search in Postgres
├──supabase
Auth, storage, and Postgres apps
├──mongodb
SeeCare data model
├──redis
Queues, cache, and realtime state
└──chromadb
Vector database experiments

infra_tooling/

shipping and operating

├──docker
Local and deployable services
├──aws
S3, Rekognition, and hosted services
├──nginx
Reverse proxy and deployment work
├──github actions
CI/CD and checks
├──linux
Servers and systems coursework
├──n8n
Aonix workflow automation
├──vercel
Frontend deployments
├──tailwind
Fast, consistent UI implementation
└──framer motion
Interactive portfolio animations

USES

> neofetch --setup

working setup

editorVS Code, Claude Code, Codex CLI
terminalzsh, bash scripts, integrated terminals
osmacOS locally, Linux on servers
workflowread docs, build small repros, ship the useful part
debugginglogs, network traces, API payload inspection

stack i reach for

├──frontendNext.js, React, Tailwind, Framer Motion, Electron
├──backend_apisFastAPI, Express, Fastify, REST, OAuth, webhooks
├──agentic_aiClaude Code, Codex, LangChain, LangGraph, OpenRouter, n8n
├──data_searchPostgreSQL, Supabase, pgvector, MongoDB, Redis, ChromaDB
├──automationbrowser automation, form filling, background jobs, Redis queues
└──infraAWS, Docker, Nginx, GitHub Actions, Vercel, Linux

CONTACT

> echo $CONTACT_INFO

// based in cleveland, oh

// open to opportunities starting may 2026