Skip to content
View Prasad-178's full-sized avatar

Block or report Prasad-178

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

Hey, I'm Prasad πŸ‘‹

Founding Engineer building at the intersection of AI and web3

Portfolio Twitter Email


🧠 What I'm Working On

Building privacy-first AI + web3 infrastructure at a stealth startup β€” on-device inference, post-quantum cryptography, and zero-knowledge proofs.

On the side, two things I care about:

  • Opaque β€” privacy-preserving vector search over encrypted vectors using threshold CKKS homomorphic encryption. 99.8% Recall@10 at 464ms on 1M vectors, on a commodity 8-vCPU AWS box β€” and 98% recall at 814ms on 2M. Faster at scale than Compass (OSDI '25), RemoteRAG (ACL '25), PPMI, and SANNS (USENIX '20).
  • Kairo β€” an on-screen AI tutor for creative software. It watches your screen and teaches you the tool while you use it. It points; you act.

Tech I'm deep in: Agent orchestration, RAG systems, scalable inference, ZK/FHE, and distributed systems


πŸ’Ό Experience

Role Company Period
Founding Engineer Stealth Startup Aug 2024 β†’ Present
Co-founder PermaSign Apr 2025 β†’ Sep 2025
Engineering Intern ISRO May 2024 β†’ Aug 2024
Research Intern Aalborg University Dec 2023 β†’ Jan 2024

πŸ† Highlights

  • 7x Hackathon Winner β€” including ETH India '24, Arweave Hacker House, GAIA AI Hackathon
  • 3 Research Papers β€” IEEE CVMI, ICBBB 2025, + 1 under review
  • ICPC Regionalist
  • Amazon ML Summer School Scholar

πŸ› οΈ Projects

Opaque
Vector search over encrypted vectors via threshold CKKS FHE β€” 99.8% Recall@10 at 464ms on 1M vectors, 8-vCPU AWS
Kairo
The on-screen AI tutor for creative software β€” watches your screen and teaches the tool while you use it
PermaSign
Decentralized e-Signature platform for early-stage startups β€” scaled to 5 paying B2B clients
Retrace
Reversible DeFi transactions via DAO-governed wrapped ERC-20 β€” 4x winner @ ETH India 2024
Flux
Autoscaling LLM inference with Kubernetes, Redis, KEDA, and WebSocket token streaming
Cloak
Privacy-preserving DCA on Solana β€” accumulate crypto without revealing strategy on-chain
Kalshi Times
AI-powered newspaper from prediction markets β€” trade directly on articles via DFlow on Solana
Reps
Agentic interview rehearsal CLI β€” 4 specialized agents, ELO-tracked, reads your shipped work

πŸ”¬ Research

Paper Venue Status
Performance Analysis of 2D Feature Descriptors for Object Classification IEEE CVMI βœ… Published
K-Mer Based DNA Sequence Representation for Viral Disease Prediction ICBBB 2025 βœ… Published
Combination of HOG with Local Descriptors for Scene Classification β€” πŸ“ Under Review

✍️ Blog


πŸŽ“ Education

IIIT Sri City β€” B.Tech in Computer Science


Pinned Loading

  1. opaque opaque Public

    Privacy-preserving vector search

    Go

  2. flux flux Public

    High-performance autoscaling inference architecture using Kubernetes, Redis, and WebSockets for token streaming.

    Python

  3. reps reps Public

    Personalized agentic interview rehearsal CLI β€” four agents, theory-only, ELO-tracked. Reads your real shipped work.

    Go

  4. prism prism Public

    Personal data, refracted into every format you need

    TypeScript

  5. vaibhav0806/cloak-dca vaibhav0806/cloak-dca Public

    Cloak is a privacy-first DCA app built on Solana.

    TypeScript

  6. mlops mlops Public

    Scalable async LLM inference API using vLLM + Redis. Hybrid compute with ECS control plane + EC2 GPU workers.

    Python