Projects / index

Things I have built.

AI systems, agent experiments, and earlier projects collected in one place.

Index / all

All projects

10 projects and experiments.

  1. 01Enterprise Long-Horizon Agent System

    Z-Claw

    A long-horizon agent system for enterprise and office workflows, supporting complex tasks, business system integrations, browser operations, scheduled jobs, and multi-skill execution.

  2. 02Memory-Aware Coding Agent CLI

    mitosis-cli

    A React and Ink coding CLI with branching ReAct, governed tools, Mempedia long-term memory, reusable skills, and sandboxed local execution.

  3. 03Long-Term Memory Engine for AI Agents

    mempedia

    A Rust engine for traceable, forkable, mergeable, and explainable agent memory across core knowledge, episodic memory, user preferences, and skills.

  4. 04Multi-Agent Worker Toolkit

    spwnr

    An open-source toolkit for packaging, validating, injecting, and orchestrating reusable multi-agent workers across coding hosts, currently centered on Claude Code.

  5. 05AI & AR Messaging Application

    JammoChat

    An AI&AR empowered chatting application, collaborate with IBM UK.

  6. 06AI Read-it-later Tool

    ReadBy

    Read-it-later tool integrated with GPT and Langchain.

  7. 07Language Parser & Matrix Tool

    Matrix Calculator with Matlab-like Syntax

    I made a matrix calculator, implementing the recursive descent parser and C language. It's able to perform various matrix operations, and I play Corway's game of life with it!

  8. 08Native Java Database Server

    My Little Query

    A simple database server written on native Java.

  9. 09Command-line Game

    Retro command-line stag game

    Welcome to the realm of the Retro Command-Line Stag Game, which combines nostalgia with interactive gameplay. Delve into the random rooms, honing your strategic skills to navigate obstacles and unlock achievements in this captivating 80s journey.

  10. 10Probabilistic Data Structure

    Bloom Filter Implementation

    I implemented a bloom filter with native C lang. (Photo source: Springer)