Skip to content
View pauti04's full-sized avatar
  • Charlotte, NC

Block or report pauti04

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

Parth Auti

Software engineer, CS new grad (December 2026), Charlotte NC. I work on AI agent reliability, applied ML, and benchmark-backed open source — my interest is in proving the number, not stating it. Currently looking for full-time SWE / ML-infra / systems roles.


Reflight — Flight recorder for AI agents

Open-source recorder that makes agent failures reproducible: captures every model and tool call, then replays offline with time, randomness, and UUIDs pinned. Replays are byte-for-byte identical to the live run, verified with the network hard-blocked. On a scheduling agent across 15 gpt-4o-mini runs, a 15-line replay assertion flagged 15/15 violations — an LLM judge caught 1–5 of them at best. reflight promote <run_id> converts any failed run into a CI regression test; replays finish in ~7 ms at $0.00.

Python · pytest · OpenAI API · LangGraph · OpenTelemetry · Docker

ChainCheck — Real-time hallucination detection · GitHub Action · live

Claim-level detector that flags the exact unsupported sentences instead of scoring the whole response. 94% precision on HaluEval-QA (n=500, gpt-4o-mini judge, balanced 50/50). A 60 ms local NLI pre-filter cuts latency 19× on clear-cut inputs with no precision loss. Ships as a drop-in OpenAI proxy — zero client-code changes.

Python · FastAPI · PyTorch · HuggingFace · OpenAI/Anthropic

CostDNA — Behavioral attribution for untagged cloud spend · live

40–60% of AWS spend is untagged and invisible to FinOps tools. CostDNA infers per-resource ownership with a GraphSAGE GNN trained on CloudTrail behavior, IAM patterns, and VPC topology, then writes the tags back — pushing existing tools from explaining ~half the bill to ~95%. End-to-end from raw cost report to per-team breakdown in 90 seconds; no data leaves the AWS account.

Caught label leakage in two published cloud datasets (Microsoft Azure 2.6M VMs, Microsoft Philly 117K jobs) by auditing my own results before claiming them — the honest behavioral accuracy is published alongside the inflated first-cut numbers.

Python · PyTorch (GraphSAGE) · Next.js · Terraform · AWS · GPT-4o

bourse — Order matching engine in Rust · site

Price-time-priority matching engine over a length-prefixed binary TCP protocol. 0 allocations on the hot path, machine-verified by a custom global-allocator harness. Cache-padded lock-free MPSC + SPSC (Acquire/Release memory ordering, // SAFETY: proofs, Miri-validated in CI). Byte-exact WAL replay + snapshot recovery; group commit 187–245× faster than fsync-per-record at batch=256.

M-series, release, multi-tenant Hub: in-process round-trip ~225 ns · TCP RTT loopback p50 ~78 µs, p99 ~307 µs · matcher walks 1000 levels ~94 µs.

Rust · tokio · Miri · lock-free MPSC/SPSC · CRC32C WAL


Reach me

Popular repositories Loading

  1. bourse bourse Public

    Rust price-time-priority matching engine. Multi-tenant lock-free MPSC gateway → single-writer matcher, byte-exact WAL replay + snapshot recovery, 0 allocs on the hot path (machine-verified). Miri-v…

    Rust 2

  2. chaincheck chaincheck Public

    LLM hallucination detection toolkit — NLI, LLM-as-judge, self-consistency, logprobs, QA. FastAPI + streaming UI.

    Python 1

  3. CostDNA CostDNA Public

    Infer ownership of untagged AWS resources from CloudTrail behaviour and write tags back — the open-source FinOps input layer. Methodology peer-validated on Microsoft Azure 2.6M-VM dataset.

    Python 1

  4. chaincheck-action chaincheck-action Public

    GitHub Action — detect hallucinations in AI-generated PR descriptions and commit messages

    Python 1

  5. netpulse netpulse Public

    Open-source BGP hijack & route-leak detector with a public, reproducible benchmark: 7/7 labeled historical incidents detected on real RIPE RIS archive data, 0 false negatives. Runs in 1 second, no …

    Python 1

  6. rasoibot rasoibot Public archive