Skip to content
View Appointat's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Ant Group

Organizations

@ocademy-ai @camel-ai

Block or report Appointat

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.

Content in all repositories owned by your account will be closed.
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
Appointat/README.md

Appointat

LLM Algorithm Engineer at Ant Group (阿福). I work on memory systems for LLM agents, self-evolving experiment loops, and LLM × graph computing. Before that: core maintainer at CAMEL-AI, GraphRAG maintainer at DB-GPT.

What I think

On memory

  • Memory is not storage. It is external state a decision can use — the measure is whether the channel from history to the current decision works, not how much history is kept. → 几万字都讲不明白的 Memory 架构与思考
  • Time is a first-class dimension. Bi-temporal, time-sliced recall turns "when was this true" into a hard constraint on retrieval and aggregation, not a metadata field. → same article
  • Parametric vs. non-parametric memory is a question of where the write cost lands: compiled into weights at training time, or paid at commit and retrieve/inject time. The ceiling of the latter is interface bandwidth, retrieval-aggregation error and policy learning. → 参数化 Memory 漫谈
  • Forgetting is something to design, not a bug. Optical compression (DeepSeek-OCR) hints at memory tiers where old context is re-rendered smaller and decays gracefully. → 用 8500 字解析 DeepSeek OCR 与记忆系统

On agents

  • Fast and slow thinking as two models: a Thinker that plans and a cheaper Actor that executes tool calls — built in 2024, before "thinking" models existed. → Chat2Graph · Reasoner
  • One active, many passive: a single Leader decomposes work into a sub-job DAG for many Experts, with recursion and error re-injection instead of a flat group chat. → Chat2Graph · Leader
  • "Less structure": agent workflows should be searched and optimised — MCTS over declarative configs, context engineered per layer — not hand-written as SOPs. → Chat2Graph · Workflow generation, the OSPP 2025 project I mentored
  • Research is itself an agent loop: falsifiable hypotheses → experiments → judge + verifier → attribution. Failed experiments are memory too — replay for the next hypothesis.

Open source

Project Role
Chat2Graph — graph-native agentic system Lead contributor (#1 by commits and lines); OSPP 2025 mentor
Apache GeaFlow (incubating) — streaming graph engine Contributor — CASTS, an LLM reasoning operator
DB-GPT — agentic AI data assistant GraphRAG module maintainer, 2024
CAMEL-AI — multi-agent framework Core maintainer, 2023–2024; led the Mixture-of-Agents design
LeAgent Author — an early (2023) RAG chatbot that cites its sources inline

Blog

Background

  • Alliance Sorbonne Université — engineering degree in computer systems, 2025
  • Shanghai University — B.Eng. in information engineering, 2024
  • Software engineering intern, Synopsys, 2023

Awards

  • Ant Group AI X-STAR, 2026
  • Ant Group Open Source Pioneer Award, 2024
  • MCM/ICM 2022 Outstanding Winner (top 0.16%)
  • Qian Weichang Presidential Scholarship — Shanghai University's highest undergraduate honour, 2022
  • National Scholarship (国家奖学金), 2022
  • Outstanding Graduate of Shanghai, 2024

📫 [email protected]

Pinned Loading

  1. eosphoros-ai/DB-GPT eosphoros-ai/DB-GPT Public

    open-source agentic AI data assistant for the next generation of AI + Data products.

    Python 20k 2.9k

  2. camel-ai/camel camel-ai/camel Public

    🐫 CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents. https://www.camel-ai.org

    Python 17.7k 2.1k

  3. TuGraph-family/chat2graph TuGraph-family/chat2graph Public

    Chat2Graph: Graph Native Agentic System.

    Python 429 53

  4. camel-ai/multi-agent-streamlit-ui camel-ai/multi-agent-streamlit-ui Public

    CAMEL framework-based multi-agent system for task-driven and dynamic environments

    Python 112 28

  5. LeAgent LeAgent Public

    A Chatbot of Data Science Expert- Chat with Document(s) using ChatGPT API and Text Embedding

    Python 145 27

  6. ocademy-ai/machine-learning ocademy-ai/machine-learning Public

    Learn AI together, for free. AI learning and teaching resources for everyone.

    Jupyter Notebook 231 88