Skip to content
View tao-hpu's full-sized avatar

Block or report tao-hpu

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

Hey, I'm Tao An πŸ‘‹

Founder & CEO @ FIM Labs Β· MS AI Β· Enterprise AI Agents & Document Intelligence Β· China Γ— Global


Building cognitive architectures that give LLMs better memory than mine 🧠


πŸ”¬ About Me

class TaoAn:
    def __init__(self):
        self.location = "Singapore Γ— Beijing"
        self.company = "FIM Labs"
        self.role = "Founder & CEO"
        self.education = "MS in Artificial Intelligence, Hawaii Pacific University (2026)"
        self.interests = ["RAG", "LLM Memory Architectures", "Knowledge Graphs", "Agentic Workflows"]
        self.current_focus = "Enterprise AI agents & document intelligence across the China Γ— Global boundary"
        self.belief = "Most 'AI agents' should be workflows β€” fix the plumbing before buying a bigger pump."

    def say_hi(self):
        print("Thanks for dropping by! Let's build something cool together.")

me = TaoAn()
me.say_hi()

πŸ› οΈ Tech Stack

Python PyTorch LangChain OpenAI

TypeScript Next.js Docker Linux


πŸš€ Featured Projects

Project What it is
CogCanvas Training-free long-term memory for LLM conversations β€” extracts verbatim-grounded artifacts into a queryable graph. 32.4% on LoCoMo (+7.8pp vs RAG).
nano-spec Spec-driven thinking, nano-sized docs β€” minimal-but-sufficient specs that AI coding assistants can act on reliably. ⭐ 45+
FIM One Open-source AI agent platform that embeds as a Copilot or connects systems as a Hub β€” bridging global SaaS with the China enterprise stack.

🐍 Contribution Graph

Snake animation

πŸ“Š GitHub Stats


πŸ“ˆ Activity Graph


πŸ“– Selected Research

πŸ“„ AI as Equalizer or Amplifier? Task Complexity as the Moderating Factor for Human Expertise in Hybrid Intelligence Systems Accepted at HHAI 2026 β€” 5th Int'l Conference on Hybrid Human-Artificial Intelligence (Munich, Jul 2026)

🧠 CogCanvas: Verbatim-Grounded Artifact Extraction for Long LLM Conversations arXiv preprint, 2026 β€” 32.4% on LoCoMo (+7.8pp vs RAG), +20.6pp on temporal reasoning

♾️ Cognitive Workspace: Towards Functional Infinite Context Through Active Memory Management arXiv:2508.13171

Latest Paper


Profile Views

"The best way to predict the future is to invent it." β€” Alan Kay

Pinned Loading

  1. fim-ai/fim-one fim-ai/fim-one Public

    Open-source agent platform for Global Γ— China enterprises β€” wire every system through one agent core. Self-hosted, any LLM.

    Python 1.2k 134

  2. cog-canvas cog-canvas Public

    CogCanvas is a training-free framework for maintaining long-term memory in LLM conversations.

    Python 8 1

  3. nano-spec nano-spec Public

    Spec-driven thinking, nano-sized docs. Lightweight task specification for AI-assisted development.

    46 4

  4. cognitive-workspace cognitive-workspace Public

    🧠 Active memory management system enabling functional infinite context for LLMs through cognitive workspace architecture

    TeX 99 11

  5. tao-ai-toolkit tao-ai-toolkit Public

    A collection of specialized AI coding agents and commands for Claude Code and other AI coding tools

    Python 2

  6. certease certease Public

    Bash ACME orchestration: auto-detects nginx flavor (std/lnmp/bt), unified observability (doctor/status), fallback CA (ZeroSSL→Let's Encrypt). For ops managing heterogeneous servers.

    Shell