Skip to content
View sharkhuang's full-sized avatar
🎯
Focusing - coding
🎯
Focusing - coding
  • Stealth AI startup
  • Great Seattle Area
  • 22:24 (UTC -08:00)
  • LinkedIn in/sharkhuang

Block or report sharkhuang

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

Hai Huang

AI AgentsVibe Coding • Shipping systems fast

I build AI agents that can plan, use tools, and iterate toward outcomes — and I like turning ideas into working software quickly (“vibe coding”).

Repositories · Stars · Followers


🔥 Focus areas

🤖 AI Agents

  • Tool-using agents: browse / code / data / APIs
  • Multi-step workflows: plan → execute → reflect → improve
  • Reliability: guardrails, fallbacks, retries, evals
  • Applied automation: agents that do real work (not just demos)

I enjoy: agent evals, tool routing, prompt workflows, RAG + tools, long-running tasks.

⚡ Vibe Coding

  • Spec → prototype → iterate with tight feedback loops
  • Codegen + tests so speed stays maintainable
  • DevEx: templates, CI, “one command to run”

I enjoy: rapid prototyping, automation, developer productivity.


📫 Contact


Last updated: 2025-12-26

Pinned Loading

  1. llm.c llm.c Public

    Forked from karpathy/llm.c

    LLM training in simple, raw C/CUDA

    Cuda

  2. vllm vllm Public

    Forked from vllm-project/vllm

    A high-throughput and memory-efficient inference and serving engine for LLMs

    Python

  3. LLMs-from-scratch LLMs-from-scratch Public

    Forked from rasbt/LLMs-from-scratch

    Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

    Jupyter Notebook

  4. dspy dspy Public

    Forked from stanfordnlp/dspy

    DSPy: The framework for programming—not prompting—language models

    Python