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

Hey, I'm Tao An πŸ‘‹

AI Researcher | LLM Memory Architect | Open Source Enthusiast


Building cognitive architectures that give LLMs better memory than mine 🧠


πŸ”¬ About Me

class TaoAn:
    def __init__(self):
        self.location = "Beijing, China"
        self.company = "FIM"
        self.role = "AI Researcher"
        self.interests = ["LLM Memory Systems", "Cognitive Architecture", "RAG"]
        self.current_focus = "Making LLMs remember everything (so I don't have to)"

    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


🐍 Contribution Graph

Snake animation


πŸ“Š GitHub Stats


πŸ“ˆ Activity Graph


πŸ“– Latest Research

"Cognitive Workspace: Towards Functional Infinite Context Through Active Memory Management"

Read Paper


Profile Views

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

Pinned Loading

  1. cog-canvas cog-canvas Public

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

    Python 5 1

  2. nano-spec nano-spec Public

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

    36 4

  3. cognitive-workspace cognitive-workspace Public

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

    TeX 94 11

  4. tao-ai-toolkit tao-ai-toolkit Public

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

    Shell