Skip to content
View xxx-0425's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report xxx-0425

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
xxx-0425/README.md

Portfolio Email Bento

NOT JUST MODELS. SYSTEMS.

I am XXX Clark, a computer science graduate student and product-minded engineer in Chongqing. I work where AI research meets software that people can actually use: agent workflows, vision models, backend systems, and the stubborn last mile between a convincing demo and a dependable product.

01 / AGENTS

Research that can reason.

LangGraph workflows, hybrid Web/RAG retrieval, relevance scoring, reflection loops, streaming reports, and source-grounded answers.

Python · LangGraph · FastAPI · Milvus

02 / VISION

Models that see the edge cases.

Road-crack segmentation with Mamba, frequency enhancement, lightweight directional features, and deployment-aware experiments.

PyTorch · Mamba · Segmentation

03 / PRODUCTS

Ideas turned into working software.

Java APIs, Vue admin panels, WeChat mini programs, desktop utilities, data workflows, and the details that connect them.

Java · Spring Boot · Vue · Redis

SELECTED CASEWORK

01 / InsightForge

An agentic research engine that knows when the evidence is not good enough.

Python · LangGraph · RAG · FastAPI

Built a multi-agent research workflow that turns an open-ended question into a source-grounded report through planning, hybrid retrieval, evidence judging, analysis, reflection, and writing.

Key decisions: carry evidence through a typed shared state; keep retrieval, judgment, analysis, and writing as separate responsibilities; bind claims to source IDs; route incomplete research back into targeted supplementary search.

02 / Commerce Operations Hub

One control surface for a fragmented commerce lifecycle.

Java · Spring Boot · Vue · MySQL

Designed the integration layer between third-party commerce APIs and internal operations. The system unifies product, order, logistics, after-sales, customer, and wallet workflows behind a modular service boundary.

Key decisions: combine scheduled reconciliation with callback-driven updates; preserve status histories and callback logs for traceability; model wallet balances, freezes, and transactions as separate concerns.

03 / Authorization-First Foundation

A reusable baseline for business systems that need control, not just CRUD.

Spring Security · JWT · RBAC · Vue

Built a full-stack application foundation around authentication, authorization, observability, and environment isolation so new products can begin with operational essentials already in place.

Key decisions: database-backed permissions; automatic synchronization of permission codes from @PreAuthorize; consistent API responses and exception handling; OpenAPI, health checks, and Docker from day one.

04 / Result Distribution Platform

Turning spreadsheet operations into a controlled public service.

Spring Boot · Vue · JPA · MySQL

Reframed a manual result-query process as a focused web product: administrators import structured records and manage claim channels, while participants receive a simple public lookup experience.

Key decisions: access and refresh token separation with rotation; login lockout and endpoint rate limits; batch imports; isolated development and production configuration.

Research track: MAC-Net explores Mamba-assisted feature extraction and frequency enhancement for road-crack segmentation.


HOW I BUILD

  • Model the failure paths before polishing the happy path.
  • Keep boundaries explicit: domain logic, integrations, persistence, and interface.
  • Treat research claims as hypotheses until experiments and implementation agree.
  • Prefer a small system that can be understood over a large one that can only be admired.

MAKE IT THINK. MAKE IT WORK. MAKE IT MATTER.
Chongqing, China · open to research, products, and ambitious collaborations

Popular repositories Loading

  1. MACNet MACNet Public

    MAC-Net-基于Mamba辅助特征提取的频域增强裂缝分割网络

  2. all-in-rag all-in-rag Public

    Forked from datawhalechina/all-in-rag

    🔍大模型应用开发实战一:RAG技术全栈指南,在线阅读地址:https://datawhalechina.github.io/all-in-rag/

    Python

  3. xxx-0425 xxx-0425 Public

  4. pdf-parsing pdf-parsing Public

    Forked from nbrosse/pdf-parsing

    Comparison of PDF parsing options

    Python

  5. RAG-Anything RAG-Anything Public

    Forked from HKUDS/RAG-Anything

    "RAG-Anything: All-in-One RAG Framework"

    Python

  6. Open-AutoGLM Open-AutoGLM Public

    Forked from zai-org/Open-AutoGLM

    An Open Phone Agent Model & Framework. Unlocking the AI Phone for Everyone

    Python