Skip to content
View CheneyX2000's full-sized avatar

Block or report CheneyX2000

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CheneyX2000/README.md

Hi, I'm Cheney 👋

MSCS @ Northeastern Former Research Engineer @ NEU Human-centered AI Lab. Building low-level systems and infrastructure for LLM / AI applications.


🧠 Tech Focus

  • Languages (comfortable): Rust, TypeScript/JavaScript, Python, Java, C
  • Systems: Linux, networking, concurrency, distributed systems (Paxos/Raft, microservices)
  • Infra & Data: PostgreSQL, Redis, Kafka, Docker, Kubernetes (basic), AWS/GCP
  • ML / AI: PyTorch, RAG pipelines, LLM evaluation & tooling

⭐ Selected Projects

Project Tech What it is
human-agent-collab TypeScript, React, Node, Docker, PostgreSQL, Redis, Kafka Human–agent collaboration platform for HCI researchers with MTurk integration and multi-agent orchestration.
paxos-kv Java, gRPC, Paxos, Docker Distributed key–value store implementing multi-Paxos and fault-tolerant replication.
simple-redis-rust Rust, Tokio Redis-like in-memory data store implementing the RESP protocol and basic persistence.
PR_RAG Python, FastAPI, PgVector Retrieval-augmented generation service with vector search and pluggable evaluation hooks.
Forward_Forward_Algorithm Python, NumPy, Jupyter Experimental implementation of Hinton's Forward-Forward training algorithm.

From time to time I share my learnings and thoughts on Medium


🤝 Let’s Connect

Pinned Loading

  1. Forward_Forward_Algorithm Forward_Forward_Algorithm Public

    A numpy implementation of the Forward-Forward Algorithm created by Geoffery Hinton.

    Jupyter Notebook

  2. PR_RAG PR_RAG Public

    A production-ready RAG (Retrieval-Augmented Generation) system built with Python, FastAPI, PgVector, and model hot-switching capabilities.

    Python

  3. simple-redis-with-rust simple-redis-with-rust Public

    a simple redis implemented with rust language.

    Rust

  4. raft_distributed_KV_storage raft_distributed_KV_storage Public

    A Raft distributed KV storage system implemented with Java and Protobuf.

    Java

  5. neuhai/human-agent-collab neuhai/human-agent-collab Public

    Python 2

  6. linfa linfa Public

    Forked from rust-ml/linfa

    A Rust machine learning framework.

    Rust