Skip to content
View sharkhuang's full-sized avatar
🎯
Focusing - coding
🎯
Focusing - coding
  • Stealth AI startup
  • Great Seattle Area
  • 03:05 (UTC -07: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 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
sharkhuang/README.md

Hai Huang

AI AgentsAI-native Engineer • Building agent systems

I build AI-native systems where agents can plan, use tools, and iterate toward real outcomes. My focus is designing the agent harness — the infrastructure that lets AI systems reliably do work.

Repositories · Stars · Followers


🔥 Focus Areas

🤖 AI Agents

  • Tool-using agents — browse / code / data / APIs
  • Multi-step workflows — plan → execute → reflect → improve
  • Long-running agents — tasks that operate autonomously
  • Applied automation — agents that do real work

Interested in:
agent evals • tool routing • RAG + tools • planning loops • autonomous workflows


🧠 AI-Native Systems

Building software where AI is part of the runtime, not just a feature.

  • Traditional stack: Human → Code → Software
  • AI-assisted stack: Human → Prompt → AI → Code → Software
  • AI-native stack :Human → Intent → AI Agents → Tools → Outcome

In this model, the software is the agent system.


🛠 Agent Harness

If LLMs are the brains, the agent harness is the operating system.

Core components:

  • agent orchestration
  • tool routing
  • memory systems
  • evaluation loops
  • observability
  • reliability (guardrails, retries, fallbacks)
  • cost & performance control

Goal: make agents predictable, reliable, and useful in production.


🧪 Current Experiments

  • agent harness architecture
  • long-running autonomous workflows
  • tool-using coding agents
  • AI-native developer tools
  • knowledge systems for agents

⚡ Philosophy

  • Software is shifting from deterministic programs to probabilistic agent systems
  • The developer role is shifting from writing code to designing intelligence systems.

📫 Connect

GitHub
https://github.com/sharkhuang


Last updated: 2026

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