Skip to content
View Saraswat123's full-sized avatar

Block or report Saraswat123

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

Saraswat Das — Computational Engineer

saraswatdas94@gmail.com

Rust Python


struct Engineer {
    building:     &'static [&'static str],
    shipped:      &'static [&'static str],
    researching:  &'static [&'static str],
    stack:        &'static [&'static str],
}

const ME: Engineer = Engineer {
    building: &[
        "Distributed async agent infrastructure (Rust + Tokio)",
        "Production document AI pipelines (10K+ forms/month)",
        "Ethereum protocol tooling (EIP-7805 FOCIL + DVT)",
    ],
    shipped: &[
        "rysen-lpc-ocr  — async OCR pipeline, 15 multi-tenant locations",
        "Rysen-Learning-System — LMS + 15-tool agentic loop, 50+ staff",
        "job-agent — AI job automation, Claude + Gmail API + Playwright",
    ],
    researching: &[
        "ZK proofs for agent computation (RISC Zero)",
        "P2P networking via eBPF + libp2p",
        "TEE-based agent sandboxing (AWS Nitro)",
    ],
    stack: &[
        "Rust · Python · FastAPI · Celery · PostgreSQL · Redis",
        "Tokio · libp2p · RISC Zero · Docker · OpenTelemetry",
    ],
};

Shipped (Production)

Project What Scale
rysen-lpc-ocr Async document AI pipeline — FastAPI + Celery + Redis + Vision LLM 10K+ forms/month, 15 locations
Rysen-Learning-System LMS with 15-tool agentic loop — Next.js + Groq + PostgreSQL 50+ staff, 15 campuses
job-agent End-to-end job search automation — Claude API + Gmail + Playwright 46 applications, Day 1

Protocol Research

Project What
dvt-focil EIP-7805 FOCIL for DVT clusters — Rust, client-agnostic (Lighthouse / Prysm / Teku)
axiom-engine ZK-augmented AI agent engine — RISC Zero + libp2p gossipsub + AWS Nitro TEE
p2pflow Ethereum P2P traffic analysis — eBPF CO-RE kernel probes

Currently

  • Rust async depth — Tokio internals, distributed consensus
  • OpenTelemetry instrumentation across async pipelines
  • Contributing to lm-evaluation-harness — document extraction hallucination benchmark

Computational systems that ship, scale, and prove correctness.

Pinned Loading

  1. dvt-focil dvt-focil Public

    EIP-7805 FOCIL for DVT clusters — Rust, client-agnostic (Lighthouse/Prysm/Teku), Holesky testnet Q3 2026

    Rust 2

  2. sigp/lighthouse sigp/lighthouse Public

    Ethereum consensus client in Rust

    Rust 3.5k 1.1k