Skip to content
View arpita-at's full-sized avatar
  • Joined Aug 1, 2026

Organizations

@opensyndicate

Block or report arpita-at

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
arpita-at/README.md
Arpita Tiwari

opensyndicate views


I build backend systems and AI tooling: agents that do real work, retrieval that stays correct as data changes, and the data infrastructure underneath. I help lead opensyndicate, a home for free, open-source tools across AI agents, RAG, and web scraping.

My focus is the hard, unglamorous parts: making an agent loop reliable, keeping retrieval fresh and trustworthy, and shipping services that hold up under load rather than in a demo.

  focus ──►  agents & orchestration   multi-step loops, tool use, evals
             retrieval (RAG)          freshness, source authority, ranking
             data & scraping          large-scale extraction, anti-bot research
             backend & infra          Python, FastAPI, Postgres, Docker

Stack

Python FastAPI PostgreSQL Docker Anthropic

Where I contribute

Open-source tools at opensyndicate: agent orchestration, freshness-aware retrieval for RAG, and a set of web-data tools. Pick a repo, open an issue, and let's build.

Reach me

Find me through opensyndicate or open an issue on any repo.

Popular repositories Loading

  1. arpita-at arpita-at Public

  2. recoup recoup Public

    Forked from opensyndicate/recoup

    Open-source agent that recovers failed payments and failed subscription renewals. A deterministic dunning policy engine plus a Claude agent for the judgment calls. Gateway-agnostic (Razorpay, Strip…

    Python

  3. reconcile reconcile Public

    Forked from opensyndicate/reconcile

    Open-source agent that reconciles payment settlements and payouts against your ledger, matches transactions, and explains discrepancies. Deterministic matcher plus a Claude agent for the fuzzy case…

    Python

  4. dispute-agent dispute-agent Public

    Forked from opensyndicate/dispute-agent

    Open-source agent for payment disputes and chargebacks. Triages a case by reason code, lists the missing evidence, and drafts the representment. Deterministic case engine plus a Claude agent for th…

    Python

  5. cartback cartback Public

    Forked from opensyndicate/cartback

    Open-source agent that recovers abandoned carts. Decides a staged recovery plan and drafts the nudge, using an incentive only when the cart value justifies it. Deterministic policy engine plus a Cl…

    Python

  6. risk-triage risk-triage Public

    Forked from opensyndicate/risk-triage

    Open-source agent that triages payment fraud and risk. Scores a transaction from its signals, decides approve, review, or block, and explains why. Deterministic scoring engine plus a Claude agent f…

    Python