Skip to content

bugkeep/bugkeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bugkeep

LLM inference systems / AI Agent infrastructure / open-source backend patches

CS grad student working on practical LLM infrastructure: reproducible bug fixes, upstream-friendly patches, inference serving internals, and training workflows that can survive outside a notebook.

GitHub followers GitHub stars

Direction

I am focusing my public work around three connected areas:

  • LLM inference systems: learning and patching serving engines, scheduler/runtime behavior, memory pressure, and CUDA-facing execution paths.
  • AI Agent infrastructure: bot frameworks, tool calling, plugin backends, message routing, and reliability issues in agentic systems.
  • Open-source backend patches: small reproductions, conservative fixes, tests, and PRs that are easy for maintainers to review.

Pinned Work

Repository Why it is pinned
AstrBot Fork and PR work for upstream open-source agent infrastructure.
vLLM Fork and learning notes for LLM inference systems and serving internals.
tcmalloc memory pool C++ memory pool and systems performance study.
Nemotron-Model LLM SFT / LoRA / Kaggle training engineering.

Recent Merged PRs

Auto-updated daily from upstream repositories.

Working Style

  • Reproduce the bug before changing code.
  • Prefer small patches that match the existing project style.
  • Add tests or focused verification whenever the behavior can regress.
  • Keep PRs easy to review: clear scope, clear reason, clear result.

Current Track

  • Reading vLLM from the user API down into engine, scheduler, memory, and CUDA operator boundaries.
  • Looking for real bugs in LLM inference and agent infrastructure projects where a small backend patch can help upstream.
  • Turning training experiments into repeatable SFT / LoRA workflows instead of one-off notebooks.

contribution snake

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages