Skip to content
View zbl1998-sdjn's full-sized avatar

Highlights

  • Pro

Block or report zbl1998-sdjn

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
zbl1998-sdjn/README.md

Hi, I'm Derrick — AI / Agent Engineer

I build white-box, governable infrastructure for long-running LLM agents — memory, agent runtimes, and evaluation/observability. Career-changer, ~6 months full-time into AI, shipping real systems with measured results (and honest about their limits).

🔭 Flagship projects

  • MASE-agent-memory — Anti-RAG dual-white-box memory engine. Pure SQLite + FTS5/BM25, no vector DB, no embeddings. Lifts qwen2.5-7B from 1.79% → 60.71% on NoLiMa-32k (+58.9pp) and to 88.71% on LV-Eval EN 256k.
  • agent-cowork — A local Kimi-native agent host: ReAct loop + human approval gates + MCP tools + path/SSRF security. Added Kimi prompt-cache optimization (measured ~50–72% hit rate, ~40–58% input-cost cut).
  • agent-observability-platform — AgentOps observability & evaluation for agent traces, metrics, evals, and API keys.

✅ Open source & external validation

Merged PRs into MoonshotAI's own repos (walle #12, #13) + a kimi-cli contribution. Responsibly disclosed a security vulnerability in kimi-code (Windows filename-equivalence sensitive-file-guard bypass).

✍️ Writing (掘金)

🛠 Stack

Python · TypeScript · SQLite/FTS5 · LangGraph / RAG · MCP · Playwright · honest evaluation & anti-overfitting

📫 zhou1051061805@gmail.com · open to remote / project-based AI-agent & RAG work

Pinned Loading

  1. agent-cowork agent-cowork Public

    Production-grade Agentic Cowork system — local file ops, MCP connectors, Skill reuse, desktop AI workspace for non-technical users

    TypeScript

  2. agent-observability-platform agent-observability-platform Public

    AgentOps observability and evaluation platform for AI agent traces, metrics, evals, and API keys.

    Python

  3. MASE-agent-memory MASE-agent-memory Public

    Anti-RAG dual-whitebox memory for LLM agents. 2.72 MB SQLite + Markdown kernel, no vector DB, no embeddings. Lifts qwen2.5:7b from 1.79% to 60.71% on NoLiMa-32k (+58.9pp), 88.71% on LV-Eval EN 256k…

    Python