AI Researcher | LLM Memory Architect | Open Source Enthusiast
Building cognitive architectures that give LLMs better memory than mine π§
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()π Latest Research
"Cognitive Workspace: Towards Functional Infinite Context Through Active Memory Management"