Saraswat Das

AI Infrastructure Engineer · Agent Systems · Founders Office

Saraswat

Building fast, verifiable AI agent infrastructure.

Agent Infra · ZK-Verified Compute · P2P Mesh · Rust · Post-Quantum

Scroll

About

Hey, I'm Saraswat — 24.

R&D Lead in a founder's office, building AI automation infrastructure that transforms complex, multi-location EdTech operations into efficient, self-updating systems. Designed and deployed the core data and agent backbone for a 15-location network — unified APIs, multi-model LLM and agent pipelines, OCR, and real-time KPI systems — eliminating around 90% of repetitive operational work for 50+ staff in production. In parallel, working on ZK-proof AI agent verification (RISC Zero, Groth16), Ethereum L1 distributed systems, and open-source contributions to Lighthouse, the leading Rust Ethereum consensus client.

⬡ Checkout ZK·AI →Open to opportunities
AITS

Currently at

AITS Group · Founders Office

R&D Lead

15+APIs unified
85%Overhead cut
50+Staff automated
National wins

Work I did

01Company Work

AITS Group · Founders Office

R&D Lead — Founders Office

AITS Group · Founders Office
  • Built entire technical infrastructure from zero — PostgreSQL warehouse (30+ tables), 15+ API integrations, Power BI dashboards across 15 EdTech locations
  • Deployed multi-agent LLM pipelines: Ollama + Vector DB → 85% manual overhead eliminated, 50+ staff automated
  • OCR + handwriting recognition pipeline, custom HRMS, real-time KPI monitoring across 100+ workforce
LinkedIn →
02R&D Lead

Founders Office · R&D

Research & Development Lead — AI Systems

  • Led R&D on AI agent pipelines: designed multi-LLM orchestration, prompt engineering frameworks, and evaluation systems
  • Built internal AI tools: document intelligence, knowledge base search, automated reporting across departments
  • Researched and integrated emerging AI models (Ollama, open-weight LLMs) into production EdTech workflows
  • Drove tech strategy — evaluated tools, built PoCs, shipped production-grade AI automation for 15-location network
GitHub →
03Open Source

Protocol & Agent Infrastructure

Author + Contributor

  • axiom-engine — ZK-proof AI agent engine: RISC Zero zkVM, Groth16 receipts, ML-KEM-768, AWS Nitro TEE
  • Lighthouse (sigp/lighthouse, 3.4k★) — Ethereum consensus client: RocksDB storage layer contribution
  • dvt-focil, protocol-engine-core, p2pflow, Networking-Agent — all public on GitHub
GitHub →
04Research & Wins

Competitions & Patents

Builder · Competitor · Inventor

  • SIH 2023 Runner-Up · AICTE IDE 2024 National Champion · IIT Hyderabad ITIC 2024 Champion (₹50K)
  • OCF Ocean Tech — ML marine pollution detection, patent filed with Ocean Conservation Foundation
  • YI Innovation Challenge Winner · L&T Ideathon Special Mention · Cognizant National Finalist
Achievements →

Architecture

AI Agent Infrastructure Stack

How fast, verifiable, sovereign agent systems are built — from task ingestion through parallel execution to cryptographic proof of every action.

Trigger / Task Input

HTTP · webhook · cron · CLI · P2P event

Task Router + Planner

Decomposes goal → sub-tasks, selects agents

MCP Server Layer (rmcp 1.7.0)

Tool registration · TLS auth · rate-limit · audit trail

Parallel Agent Pool

N agents × Tokio tasks — concurrent, no blocking

ZK Proof Layer (axiom-engine)

RISC Zero zkVM · Groth16 receipt per agent action

Verified Output + Audit Log

Result · ZK receipt · replay hash · immutable trace

Vector DB

RAG · memory

P2P Mesh

libp2p · gossipsub

eBPF Monitor

kernel-level audit

Post-Quantum

ML-KEM-768 · ML-DSA-65

← agent₀ · agent₁ · agentₙ →

Fast parallel execution

Every agent runs as an independent Tokio task. No blocking between agents — sub-tasks fan out concurrently, results merge at the aggregator. Throughput scales horizontally.

Every action produces a ZK receipt

axiom-engine wraps every agent computation in RISC Zero zkVM. The output is not just a result — it is a Groth16 proof that this exact program ran on this exact input. Independently verifiable. Tamper-evident.

MCP protocol layer for tool access

Agents communicate with external tools through rmcp (Model Context Protocol). TLS, rate limiting, PII compliance, and an immutable audit trail baked in — not bolted on.

Kernel-level observability

eBPF CO-RE monitors every TCP connection agents open at the kernel level — before the application layer sees it. No agent can make unauthorized network calls silently.

Post-quantum hardened

All key exchange uses ML-KEM-768 (CRYSTALS-Kyber). All signatures use ML-DSA-65 (CRYSTALS-Dilithium). Agent infrastructure built to survive beyond the quantum threshold.

Parallel Agents

N × async

Tokio tasks

Proof latency

~200ms

Groth16 receipt

P2P fanout

gossipsub

libp2p mesh

Audit trail

100%

ZK-verifiable

Key exchange

ML-KEM-768

post-quantum

Observability

kernel

eBPF CO-RE

15

Locations

50+

Staff Automated

10K+

Users

85%

Overhead Cut

40+

KPI Metrics

5

Hackathon Wins

R&D Engineer Lead

AITS · Affordable Innovation Techno Service Pvt. Ltd.

EdTech · 15 locations · Tier 3/4 markets · Founders Office

June 2025 – Present

40+

KPIs tracked real-time across 15 sites

85%

Org-wide efficiency improvement

100+

Team members managed across locations

10K+

Students impacted via NEP program

C++RustPythonSQLAssemblyPostgreSQLMySQLSQL ServerDockerKubernetesCI/CDGitLabPower BIAdvanced Excel
View full role breakdown — data infra, AI systems, internal tools

System Architect

Coddle Technologies Pvt. Ltd.

Bengaluru · Remote

Nov 2024 – Apr 2025 · 6 mos
  • Designed end-to-end system architecture for product development — scalable, modular, production-ready HLD and LLD blueprints
  • Led technical design reviews: data flow diagrams, API contracts, database schema, service boundaries
  • Architected distributed load balancer with full pipeline schema for US client — designed to handle 1M+ user base at scale
  • Defined system design standards and architectural patterns for the engineering team
  • Collaborated with founders on product roadmap, technical feasibility, and build vs. buy decisions
HLD / LLDDistributed SystemsLoad BalancerAPI DesignDatabase SchemaSystem DesignTechnical Strategy

Projects

What I've Built

axiom-engine

WIP

AI agent infrastructure core — every agent action produces a ZK execution proof. Cryptographically verifiable, deterministically replayable, post-quantum secured.

Groth16 receipts · egg equality saturation · ML-KEM-768 · AWS Nitro attestation · gossipsub P2P broadcast

RustRISC ZeroZ3 SMTlibp2pTEEPost-quantum

Networking Agent

Shipped

Fully autonomous agent infrastructure in Rust — MCP server, Claude AI, SQLite pipeline. Discovers prospects, enriches leads, generates outreach. Zero human intervention.

rmcp 1.7.0 · GitHub/YC search · Hunter.io enrichment · Immutable audit trail · Rate limiting · PII compliance

RustMCPClaude APISQLiteTLSAsync

protocol-engine-core

WIP

Distributed coordination substrate for multi-agent systems — BFT consensus, Ethereum protocol components, eBPF P2P observer. The trust layer under agent infrastructure.

2-chain HotStuff · Beacon chain · Block builder pipeline · eBPF P2P observer · 50+ tests

RustHotStuff BFTLMD-GHOSTeBPFTokioEIP-1559

p2pflow

Shipped

Kernel-level agent network monitor — eBPF CO-RE intercepts every TCP connection at the syscall layer. No agent makes unauthorized calls silently.

Kernel-level packet inspection · Works with Geth · Capability-based execution · Visual traffic demo

CRusteBPFlibp2pGethObservability

dvt-focil

Shipped

Consensus fairness infrastructure — DVT + FOCIL (EIP-7805) with IBFT anchoring. Prevents validator censorship at the agent coordination layer.

Anchor IBFT consensus · FOCIL inclusion list enforcement · Validator inclusion fairness

RustEIP-7805IBFTDVTEthereum CL

lighthouse

OSS

Ethereum consensus client (3.4k★). OSS contributor — RocksDB storage layer, consensus optimizations.

sigp/lighthouse fork · Active contributor · Storage layer work

RustEthereumConsensusRocksDBBFT

qos — QuorumOS

WIP

Computation layer for running applications inside TEEs with threshold-based multi-party provisioning. No single actor controls the environment.

Quorum Key system · 3-key crypto scheme · Deterministic OCI builds · GCP/Azure/Nitro support · qos_core + qos_host crates

RustTEEAWS NitroMulti-partyRemote AttestationZK

OCF Ocean Tech

Shipped

ML-based ocean conservation system — patent filed. Detects, monitors, and predicts marine pollution patterns using computer vision and sensor data.

Patent filed · Ocean Conservation Foundation · Pollution detection pipeline · Marine health scoring

PythonMLComputer VisionIoTSustainability

Rysen Learning System

Internal

Full-stack EdTech platform with role-based access: Admin, Educator, Principal panels — MCQ engine, leaderboard, video delivery, Prisma DB.

Admin · Educator · Principal roles · MCQTimer · VideoEmbed · Leaderboard · API routes · Production deployed

Next.jsTypeScriptPrismaPostgreSQLMCQ EngineRole-based Auth

Open Source

OSS Activity

Protocol engineering work — all verifiable on GitHub.

github.com/Saraswat123 · contribution activity

GitHub contribution chart

Achievements

Recognition & Impact

Hackathons

SIH 2023 — Runner Up
🏆

SIH 2023 — Runner Up

Top 0.1% · 500+ teams

Smart India Hackathon · National level

AICTE IDE 2024 — National Champion
🏆

AICTE IDE 2024 — National Champion

1st / 200 teams

Innovation Design & Entrepreneurship · National final

IIT Hyderabad ITIC 2024 — Champion
🏆

IIT Hyderabad ITIC 2024 — Champion

2nd / 650 teams · ₹50,000 Prize

Vishwakarma Award · ITIC IIT Hyderabad · Water & Sanitation Track

YI Innovation Challenge 2024 — Winner
🏆

YI Innovation Challenge 2024 — Winner

1st / 100 teams

YUVA Utsav 2024 · Yi Bhubaneswar · Young Indians Innovation

L&T EduTech Ideathon 2024
🏅

L&T EduTech Ideathon 2024

Top 3 / 450 teams

L&T Construction · World Water Day 2024 · Team SPARKKS

Cognizant Hackathon 2024 — National Finalist
🎖️

Cognizant Hackathon 2024 — National Finalist

Top 10 / 650 teams

Cognizant National Hackathon · Enterprise track

📄

Patent Filed — OCF Ocean Tech

ML-based Marine Pollution Detection

Ocean Conservation Foundation · Filed

Operational Impact

85%

Manual overhead eliminated in 12 months

80%

Reduction in communication prep across 50+ staff

90%

Improvement in work distribution across 15 sites

95%

Data reporting accuracy in KPI matrix

AITS Leadership Summit

AITS Founders Office

Building, scaling, and automating — integrating agent-driven workflows to eliminate manual overhead and let teams focus on what matters.

RYSEN Leadership Summit

AITS Founders Office

Automating the engine — task orchestration, agent pipelines, and cross-location flow integration that turns 85% of manual work into zero.

Skills

Technical Stack

Agent Infrastructure

MCP (rmcp 1.7.0)Multi-agent orchestrationaxiom-engineLLM pipelinesRAGVector DBOllaman8n automation

Fast Execution Runtime

RustTokio async/awaitlibp2pAxumgRPCAsync channelsActor modelZero-copy I/O

Verified Compute & Crypto

RISC Zero zkVMGroth16 proofsZ3 SMT solverML-KEM-768ML-DSA-65AWS Nitro TEERemote attestationPost-quantum TLS

Protocol & Consensus

HotStuff BFTLMD-GHOSTFOCIL (EIP-7805)eBPF CO-REP2P networkingEthereum CL/ELDVTIBFT

Data & Infra

PostgreSQLDockerKubernetesCI/CDPower BIOCR pipelinesGitLabGCP

Languages

C/C++GoRustPythonTypeScriptSQLApp ScriptAssembly

Writing

Articles & Essays

On AI infrastructure, ZK proofs, privacy, and the philosophy of building.

Read all articles →
Open writing page — 5 articles

Vibes

When not writing protocols

lofi hip hop · jazz · ambient · late-night coding sessions

Open music room →
Now Playing
75 BPM

midnight protocol

lofi girl · study beats

0:003:42

Contact

Building systems that drive the future.

Open to Founders Office roles, protocol engineering, and agent infrastructure. Reach out.

Get In Touch

Saraswat · 2026 · Built in Rust? No, Next.js. Rust next.

Home👤AboutZK·AIMusic