Skip to content
View AluminumShark's full-sized avatar

Highlights

  • Pro

Block or report AluminumShark

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

Hi there, I'm Levi (AluminumShark) 👋

Engineer–Researcher building intelligent systems across data, learning, and orchestration.

I am a Python Engineer with a background in political science and economics research. I specialize in bridging the gap between advanced algorithms (Causal Inference, Optimization) and production engineering (Multi-Agent Systems, Open Source Tools).

My work focuses on building autonomous agents, designing real-time experimental platforms, and creating reliable open-source tools for the data science community.


Featured Engineering Projects

I prioritize reproducibility, system architecture, and usability in my code.

PyPI Downloads

Open Source Contribution: A production-ready Python library for the Synthetic Difference-in-Differences (SDID) estimator.

  • Engineering: Designed, packaged, and published a library accessible via pip install, ensuring standard distribution protocols.
  • Optimization: Implemented complex econometric algorithms with optimized matrix operations using NumPy and Pandas.
  • Impact: Provides researchers with a stable, documented tool for causal inference and policy evaluation.

Real-Time

Complex System Design: A real-time, multi-player trading platform simulating carbon markets.

  • Architecture: Built a real-time trading environment where multiple users interact simultaneously (bidding/asking) under varying constraints.
  • Concurrency: Handled synchronized state updates and high-frequency data flow between the server and multiple clients.
  • Stack: Built with oTree, WebSockets, JavaScript, and Python.

Social-Debate-AI (Multi-Agent System)

Architecture

Agent Orchestration: A deep learning system where autonomous agents with distinct personalities debate to persuade a target audience.

  • System Design: Engineered a modular Multi-Agent workflow using LangGraph, enabling complex state management.
  • Algorithm: Integrates Graph Neural Networks (GNN) for social impact prediction and RL (PPO) for strategy optimization.
  • Orchestration: Implemented dynamic agent interactions and memory handling to simulate realistic persuasion processes.

Tech Stack & Expertise

Domain Technologies
Languages Python (Expert), SQL, JavaScript, R, C++
AI & Agents LangChain, LangGraph, OpenAI API, RAG, PyTorch (RL/GNN)
Data & Algo Pandas, NumPy, Causal Inference (SDID), Optimization (GA/PSO/Bayesian)
Backend & DevOps PyPI Packaging, FastAPI, Flask, Docker, GitHub Actions

Other Projects


LeetCode

LeetCode Stats


GitHub Stats

   

Pinned Loading

  1. Synthetic_Difference_in_Difference Synthetic_Difference_in_Difference Public

    A Python implementation of Synthetic Difference-in-Differences (SDID) for causal inference and policy evaluation.

    Python 2

  2. Carbon-Emissions-Trading-Experiment Carbon-Emissions-Trading-Experiment Public

    An oTree platform for studying how carbon reduction policies—such as trading, taxes, and controls—affect producer behavior.

    HTML 2

  3. Social-Debate-AI Social-Debate-AI Public

    A deep learning-based multi-agent social debate system that integrates RAG, GNN, and RL technologies for intelligent debate simulation.

    Python 6

  4. Bert-Hyperopt-Comparison Bert-Hyperopt-Comparison Public

    This project compares Genetic Algorithms, Particle Swarm Optimization, and Bayesian Optimization for BERT hyperparameter tuning on sentiment analysis.

    Python

  5. FinFlash FinFlash Public

    AI-powered financial news analysis system with multi-agent architecture, real-time insights, and GPT-4o + Exa integration.

    Python

  6. Algorithmic-Learning-Journal Algorithmic-Learning-Journal Public

    A structured exploration of data structures and algorithms with detailed notes on problem-solving logic, complexity analysis, and design patterns for computational thinking.

    Python