Skip to content
View citizen204's full-sized avatar

Highlights

  • Pro

Block or report citizen204

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

🚀 Hi, I'm Xi Chen

Incoming AI Graduate @ University of Adelaide | Ex-Baidu Intern

I am a software engineer passionate about bridging the gap between Cloud Infrastructure and Artificial Intelligence. With a background in developing high-availability cloud phone systems at Baidu, I am now focusing on building scalable AI applications.


⭐ Featured Project

cloud-ops-ai-agent — Async Industrial Execution Engine

An experimental framework merging Baidu Cloud-Phone operational patterns with modern async AI agent design. Built as a flagship project to demonstrate production-grade cloud orchestration:

FeatureImplementation
Bounded Concurrencyasyncio.Semaphore for multi-device batch management
Three-Phase Safety GatewayRisk classification → Identity verification → MFA (mirrors Baidu account security)
Cooperative Task AbortCancellationToken + raise_if_cancelled() at high-frequency checkpoints
Config-DrivenZero hardcoding — all params from config.json
ObservabilityTraceID full-chain, Prometheus metrics, AWS S3 log persistence
AWS AcademyS3 audit logs with Learner Lab session-token support

Python · asyncio · boto3 · Prometheus · CI/CD (pytest, flake8)


🛠 Technical Stack

  • Languages: Python (asyncio, Deep Learning), TypeScript, Golang, SQL
  • AI/ML: PyTorch, LangChain (RAG), OpenCV, Hugging Face
  • Cloud/DevOps: AWS (EC2, S3, STS), Docker, Kubernetes, CI/CD (GitHub Actions)
  • Front-end: React, Next.js, H5 Optimization (Performance Focused)

🏢 Professional Experience (Highlight)

Baidu (Guangzhou Duling Technology) | Front-end & System Intern

Role: Cloud Phone Product Optimization

  • Scalability: Refactored static documentation into a cross-platform (PC/Android/H5) configurable back-end system, reducing deployment cycles.
  • Security: Implemented advanced verification mechanisms for high-risk cloud phone operations, significantly enhancing user data safety.
  • UX/DX: Designed task termination workflows for automation products, improving system controllability.

→ These patterns are now codified in cloud-ops-ai-agent as a reusable async execution engine.


📈 GitHub Stats

GitHub StatsTop Langs


📫 Connect with me

LinkedIn · Email

Pinned Loading

  1. cloud-ops-ai-agentcloud-ops-ai-agentPublic

    Async Industrial Execution Engine — merging Baidu Cloud-Phone scalable ops patterns with modern AI agent design. Features bounded concurrency, 3-phase safety gateway, config-driven retry, and Trace…

    Python 1