Vibeleaderboard
← Back to Vibers
hkuds
Company

hkuds

Index Rank07

25 Apps · 0 Intel

The Data Intelligence Lab at the University of Hong Kong is a research group led by Assistant Professor Chao Huang, whose work spans large language models, AI agents, graph machine learning, and recommender systems. Huang earned his PhD from the University of Notre Dame and previously served as a research scientist at JD Research America before joining HKU, where he has been ranked among the world's top 2% scientists by Stanford University and received the 2025 AI100 Young Pioneers award.

Apps

CLI-Anything(github.com/hkuds/cli-anything)

A framework that automatically generates command-line interfaces for any software application, making them accessible to AI agents. Transforms GUI-based tools into agent-controllable CLIs with a unified interface across thousands of applications.

AI AgentsOpen SourceFrameworks46.0kApache-2.0built by hkuds2mo ago
DeepTutor(github.com/hkuds/deeptutor)

Agent-native personalized learning assistant that combines unified chat workspace, autonomous TutorBots, AI co-writing, and guided learning paths. Features persistent memory and knowledge bases to create adaptive, context-aware tutoring experiences.

AI AgentsOpen SourcePlatforms29.6kApache-2.0built by hkuds3mo ago
RAG Anything(github.com/hkuds/rag-anything)

An all-in-one, multimodal retrieval-augmented-generation framework that ingests text, images, tables, and equations from documents into a single pipeline, letting agents query across mixed-media knowledge bases.

AI ToolsLLM Infrastructure22.4kMITbuilt by hkuds2mo ago
nanobot(https://github.com/hkuds/nanobot)

Lightweight open-source AI agent that works across your tools, chats, and workflows — integrates with Claude, OpenAI Codex, and OpenClaw.

AI AgentsOpen SourcePlatforms46.2kMITbuilt by hkuds2mo ago
LightRAG(https://github.com/hkuds/lightrag)

Simple, fast retrieval-augmented generation system from HKUDS that combines vector search and graph-based knowledge representation. EMNLP 2025.

AI ToolsOpen SourceLLM Infrastructure38.1kMITbuilt by hkuds2mo ago
DeepCode(https://github.com/hkuds/deepcode)

Open agentic coding system from HKUDS — turns research papers, text descriptions, and design intent into working web frontends and backend services.

AI AgentsOpen SourceCoding Agents16.1kMITbuilt by hkuds2mo ago
OpenSpace(github.com/hkuds/openspace)

A self-evolving engine that makes AI agents smarter, more cost-efficient, and able to share knowledge with each other. Skills automatically improve from real-world usage, reducing token costs by 46% while enabling collective intelligence across agents.

AI AgentsOpen SourceFrameworks6.9kMITbuilt by hkuds2mo ago
AutoAgent(https://github.com/hkuds/autoagent)

Fully-automated, zero-code LLM agent framework from HKUDS — define agents in natural language with no Python required.

AI AgentsOpen SourceFrameworks9.5kMITbuilt by hkuds2mo ago
Paper2Slides(https://github.com/hkuds/paper2slides)

HKUDS's tool that turns a research paper into a presentation deck in one click — automatic slide generation with figures, key takeaways, and structure.

AI AgentsOpen SourceTask Agents3.8kMITbuilt by hkuds2mo ago
FastCode(https://github.com/hkuds/fastcode)

HKUDS's system for accelerating and streamlining code understanding — LLM-powered repo navigation, symbol mapping, and concept extraction at speed.

AI AgentsOpen SourceCoding Agents2.3kbuilt by hkuds2mo ago
VideoAgent(https://github.com/hkuds/VideoAgent)

All-in-one agentic framework for video understanding, editing, and remaking. Open-source counterpart to NotebookLM-style video tools.

AI AgentsOpen SourceFrameworks1.5kMITbuilt by hkuds2mo ago
VideoRAG(https://github.com/hkuds/videorag)

HKUDS's RAG system for video — chat with hours of footage, ask questions, and get cited timestamps and clips back.

AI ToolsOpen SourceLLM Infrastructure3.2kNOASSERTIONbuilt by hkuds2mo ago
AI-Researcher(https://github.com/hkuds/ai-researcher)

HKUDS's autonomous scientific innovation agent — proposes research questions, runs experiments, and writes up findings end-to-end.

AI AgentsOpen SourceResearch Agents5.6kbuilt by hkuds2mo ago
LightReasoner(https://github.com/hkuds/lightreasoner)

ACL 2026 paper exploring whether small language models can teach large language models to reason, with code and training recipes.

AI ToolsOpen SourceLLM Infrastructure603MITbuilt by hkuds2mo ago
AnyTool(https://github.com/hkuds/anytool)

Universal tool-use layer for AI agents, providing orchestration over arbitrary tools and MCP servers for computer-use agents.

AI AgentsOpen SourceOrchestration677MITbuilt by hkuds2mo ago
Vibe-Trading(github.com/hkuds/vibe-trading)

A personal, agent-driven trading assistant.

AI Agents27.5kMITbuilt by hkuds1mo ago
DeepInnovator(https://github.com/HKUDS/DeepInnovator)

AI research assistant that sparks novel ideas and accelerates scientific discovery — point it at a domain and get hypothesis suggestions.

AI AgentsOpen SourceResearch Agents277MITbuilt by hkuds2mo ago
SepLLM(https://github.com/hkuds/sepllm)

ICML 2025 paper accelerating large language models by compressing each segment into a single separator token to speed up inference.

AI ToolsOpen SourceLLM Infrastructure572built by hkuds2mo ago
MoChat(https://github.com/HKUDS/MoChat)

Social AI agent that uses OpenClaw to handle your DMs, posts, and online interactions on your behalf.

AI AgentsOpen SourceTask Agents229MITbuilt by hkuds2mo ago
AI-Trader(github.com/hkuds/ai-trader)

A fully automated, agent-native trading system powered by LLMs.

AI Agents21.0kbuilt by hkuds1mo ago
SSLRec(https://github.com/hkuds/sslrec)

Self-supervised learning framework for recommender systems. Covers contrastive, generative, and graph SSL methods in one toolkit.

AI ToolsOpen SourceLLM Infrastructure565Apache-2.0built by hkuds2mo ago
ViMax(github.com/hkuds/vimax)

An agentic video-generation system with director, screenwriter, and producer agents.

AI Agents11.3kMITbuilt by hkuds1mo ago
LLMRec(https://github.com/hkuds/llmrec)

WSDM 2024 paper using LLMs with graph augmentation for recommendation systems, including multi-modal and side-information signals.

AI ToolsOpen SourceLLM Infrastructure534Apache-2.0built by hkuds2mo ago
CatchMe(https://github.com/hkuds/catchme)

Personal AI agent that learns from your screen and recall history to deliver context-aware responses.

AI AgentsOpen SourceTask Agents429Apache-2.0built by hkuds2mo ago
FastAgent(https://github.com/hkuds/fastagent)

Simple, fast, and strong LLM agent framework with tool use, computer use, and orchestration.

AI AgentsOpen SourceFrameworks58MITbuilt by HKUDS2mo ago