~/anupta >

Anupta Argo

Fourth-year CS student at Princeton. Interested in distributed and database systems, the intersection of systems and ML, and large-scale infrastructure.

Hi, I'm Anupta, an incoming MS CS student at Princeton. My research focuses on database systems and large-scale infrastructure. I'm drawn to open-ended problems where rigorous systems design meets real-world constraints.

Lately I've been especially interested in how ML and systems can inform each other: both using ML to optimize systems internals, and building systems that better support ML workloads. I'm excited to keep exploring this through graduate research and collaborations.

Anupta Argo

Current and past research.

Geometrically Guaranteeing the Accuracy of Cache Hits in Top-K ANN Search for Vector-Indexed Databases

2026
Distributed SystemsDatabase SystemsANN SearchCaching

Evaluating Mixing Ratios in Simultaneous Live Audio Translation Systems

2025
HCIAudio TranslationUser StudyWearables

Ablating Semantic Underspecification

2025
NLPVision-Language ModelsPyTorchEvaluation

Selected and in-progress projects.

Mini-Milvus

2026

private

Implementing a lightweight vector database system in C++ inspired by Milvus, including core ANN indexing and retrieval primitives, query execution, and storage/runtime components for high-dimensional vector search.

C++Vector DatabasesANN SearchSystems

Raft Consensus

2025

private

From-scratch implementation of the Raft consensus protocol in Go with leader election and log replication. Built a fault-tolerant distributed key-value store on top.

GoDistributed SystemsRaftConcurrency

PrincetonNotes

2025

private

Decentralized note-sharing platform for Princeton courses where students and course staff can create, upload, and moderate content.

ReactFlaskPostgreSQLAWS S3Docker

TigerRooms

2024

github ->

A COS333 project that simplifies Princeton's housing draw by parsing room availability PDFs into a clean, searchable interface.

FlaskReactPostgreSQLPandas

TigerTrain

2024

github ->

Study platform for Princeton's COS226 with LeetCode-style practice, answer checking, and AI-assisted help.

Next.jsFlaskPostgreSQLOpenAI API