Skip to content
View Aletheiar's full-sized avatar

Block or report Aletheiar

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

Hi, I'm Quan Yuhe 👋

I'm an undergraduate student learning artificial intelligence and trying to understand how intelligent systems are built from the inside.

My current interests are centered around multi-agent systems, LLM agents, and model-level research. I care about not only using AI systems, but also understanding their mechanisms, limitations, and failure modes.

What I'm learning now

  • Machine learning and deep learning fundamentals
  • Attention, Transformer, and large language models
  • Agent planning, memory, tool use, and evaluation
  • Multi-agent communication and collaboration
  • Research code reproduction and environment management

What I use GitHub for

This GitHub profile is mainly used to record my learning and research process:

  • course assignments;
  • reading notes;
  • paper summaries;
  • small experiments;
  • research plans;
  • reproducible workflows.

I prefer writing notes in Markdown, because it keeps my thinking process visible and version-controlled.

Current research direction

I am currently exploring multi-agent systems, especially questions like:

  • When are multiple agents better than a single agent?
  • How should agents communicate?
  • How can we evaluate each agent's contribution?
  • How do multi-agent systems fail?
  • How can agent workflows be made more reliable and reproducible?

Featured repositories

Tech stack

  • Python
  • PyTorch
  • Git / GitHub
  • Linux / WSL
  • Conda
  • Markdown

Contact

Popular repositories Loading

  1. ace-taffy-codex-pet ace-taffy-codex-pet Public

    Python 24 2

  2. SJTU-CS2501H-Discrete-Math-Notes SJTU-CS2501H-Discrete-Math-Notes Public

    Personal notes for SJTU CS2501H Discrete Mathematics (Honors)

    1

  3. Aletheiar Aletheiar Public

    1

  4. CS61A-Assignments CS61A-Assignments Public

    Forked from InsideEmpire/CS61A-Assignments

    This repository contains all the assignments and requirements for the CS61A 2024 Fall course at UC Berkeley. It includes: - Homework files. note: All materials are for educational purposes only. Sh…

    JavaScript

  5. Agent-Scaling Agent-Scaling Public

    Forked from SafeRL-Lab/Agent-Scaling

    Understanding Agent Scaling in LLM-Based Multi-Agent Systems via Diversity

    Python